[INFO] updating cached repository Nitori-/loglady [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Nitori-/loglady [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Nitori-/loglady" "work/ex/beta-1.38-1/sources/1.37.0/gh/Nitori-/loglady"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Nitori-/loglady'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Nitori-/loglady" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Nitori-/loglady"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Nitori-/loglady'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 25bc132b1649be716e66950c28f2b0b943c069fc [INFO] sha for GitHub repo Nitori-/loglady: 25bc132b1649be716e66950c28f2b0b943c069fc [INFO] validating manifest of Nitori-/loglady on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Nitori-/loglady on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Nitori-/loglady [INFO] finished frobbing Nitori-/loglady [INFO] frobbed toml for Nitori-/loglady written to work/ex/beta-1.38-1/sources/1.37.0/gh/Nitori-/loglady/Cargo.toml [INFO] started frobbing Nitori-/loglady [INFO] finished frobbing Nitori-/loglady [INFO] frobbed toml for Nitori-/loglady written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Nitori-/loglady/Cargo.toml [INFO] crate Nitori-/loglady already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Nitori-/loglady against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Nitori-/loglady:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 65bcce1e2716d71a726ae4edb0daeca3b5b71447152900cc61459e7fe9093938 [INFO] running `"docker" "start" "-a" "65bcce1e2716d71a726ae4edb0daeca3b5b71447152900cc61459e7fe9093938"` [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling tui v0.3.0 [INFO] [stderr] Compiling loglady v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Alignment`, `Direction` [INFO] [stderr] --> src/main.rs:8:19 [INFO] [stderr] | [INFO] [stderr] 8 | use tui::layout::{Alignment, Constraint, Direction, Layout}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Color`, `Style` [INFO] [stderr] --> src/main.rs:9:18 [INFO] [stderr] | [INFO] [stderr] 9 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Block`, `Borders`, `Paragraph`, `Row`, `Table`, `Text` [INFO] [stderr] --> src/main.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::widgets::{Block, Borders, Paragraph, Row, Table, Text, Widget}; [INFO] [stderr] | ^^^^^ ^^^^^^^ ^^^^^^^^^ ^^^ ^^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Color`, `Style` [INFO] [stderr] --> src/ui.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `area` [INFO] [stderr] --> src/ui.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | fn draw(&mut self, area: Rect, buf: &mut Buffer) { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_area` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `buf` [INFO] [stderr] --> src/ui.rs:33:36 [INFO] [stderr] | [INFO] [stderr] 33 | fn draw(&mut self, area: Rect, buf: &mut Buffer) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_buf` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.82s [INFO] running `"docker" "inspect" "65bcce1e2716d71a726ae4edb0daeca3b5b71447152900cc61459e7fe9093938"` [INFO] running `"docker" "rm" "-f" "65bcce1e2716d71a726ae4edb0daeca3b5b71447152900cc61459e7fe9093938"` [INFO] [stdout] 65bcce1e2716d71a726ae4edb0daeca3b5b71447152900cc61459e7fe9093938 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Nitori-/loglady:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 0b0aa67988137ed070ef3a9744b195cf2475c35e15552b6ace5824f761484bbf [INFO] running `"docker" "start" "-a" "0b0aa67988137ed070ef3a9744b195cf2475c35e15552b6ace5824f761484bbf"` [INFO] [stderr] Compiling loglady v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Alignment`, `Direction` [INFO] [stderr] --> src/main.rs:8:19 [INFO] [stderr] | [INFO] [stderr] 8 | use tui::layout::{Alignment, Constraint, Direction, Layout}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Color`, `Style` [INFO] [stderr] --> src/main.rs:9:18 [INFO] [stderr] | [INFO] [stderr] 9 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Block`, `Borders`, `Paragraph`, `Row`, `Table`, `Text` [INFO] [stderr] --> src/main.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::widgets::{Block, Borders, Paragraph, Row, Table, Text, Widget}; [INFO] [stderr] | ^^^^^ ^^^^^^^ ^^^^^^^^^ ^^^ ^^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Color`, `Style` [INFO] [stderr] --> src/ui.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `area` [INFO] [stderr] --> src/ui.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | fn draw(&mut self, area: Rect, buf: &mut Buffer) { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_area` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `buf` [INFO] [stderr] --> src/ui.rs:33:36 [INFO] [stderr] | [INFO] [stderr] 33 | fn draw(&mut self, area: Rect, buf: &mut Buffer) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_buf` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `"docker" "inspect" "0b0aa67988137ed070ef3a9744b195cf2475c35e15552b6ace5824f761484bbf"` [INFO] running `"docker" "rm" "-f" "0b0aa67988137ed070ef3a9744b195cf2475c35e15552b6ace5824f761484bbf"` [INFO] [stdout] 0b0aa67988137ed070ef3a9744b195cf2475c35e15552b6ace5824f761484bbf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Nitori-/loglady:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 3d46a87f82723271f68b6a78648c399d4ac6d1b6df404a57ea04a5680bc1a49d [INFO] running `"docker" "start" "-a" "3d46a87f82723271f68b6a78648c399d4ac6d1b6df404a57ea04a5680bc1a49d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/loglady-9850cce20df86a39 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test record::field_set_insert ... ok [INFO] [stdout] test record::record_create ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3d46a87f82723271f68b6a78648c399d4ac6d1b6df404a57ea04a5680bc1a49d"` [INFO] running `"docker" "rm" "-f" "3d46a87f82723271f68b6a78648c399d4ac6d1b6df404a57ea04a5680bc1a49d"` [INFO] [stdout] 3d46a87f82723271f68b6a78648c399d4ac6d1b6df404a57ea04a5680bc1a49d