Oct 21 15:08:39.814 INFO checking notso4/schema_parse against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:08:39.814 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 15:08:40.200 INFO blam! 257f15ef409986e88fa3779c2e5c73102481e0ddac07fb75447d78361f9cd002 Oct 21 15:08:40.204 INFO running `"docker" "start" "-a" "257f15ef409986e88fa3779c2e5c73102481e0ddac07fb75447d78361f9cd002"` Oct 21 15:08:41.720 INFO kablam! usermod: no changes Oct 21 15:08:41.813 INFO kablam! Checking serde v1.0.45 Oct 21 15:08:41.813 INFO kablam! Compiling syn v0.13.5 Oct 21 15:08:52.904 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 21 15:08:57.146 INFO kablam! Compiling serde_derive v1.0.45 Oct 21 15:08:59.415 INFO kablam! Checking serde_json v1.0.17 Oct 21 15:09:09.788 INFO kablam! Checking schema_parse v0.1.0 (/source) Oct 21 15:09:10.680 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 21 15:09:10.680 INFO kablam! --> src/main.rs:8:5 Oct 21 15:09:10.680 INFO kablam! | Oct 21 15:09:10.680 INFO kablam! 8 | use std::io::prelude::*; Oct 21 15:09:10.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 15:09:10.680 INFO kablam! | Oct 21 15:09:10.680 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:09:10.680 INFO kablam! Oct 21 15:09:10.680 INFO kablam! warning: unused import: `serde_json::Value` Oct 21 15:09:10.680 INFO kablam! --> src/main.rs:10:5 Oct 21 15:09:10.680 INFO kablam! | Oct 21 15:09:10.680 INFO kablam! 10 | use serde_json::Value; Oct 21 15:09:10.680 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 15:09:10.680 INFO kablam! Oct 21 15:09:10.724 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 21 15:09:10.724 INFO kablam! --> src/main.rs:8:5 Oct 21 15:09:10.724 INFO kablam! | Oct 21 15:09:10.724 INFO kablam! 8 | use std::io::prelude::*; Oct 21 15:09:10.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 15:09:10.724 INFO kablam! | Oct 21 15:09:10.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:09:10.724 INFO kablam! Oct 21 15:09:10.724 INFO kablam! warning: unused import: `serde_json::Value` Oct 21 15:09:10.724 INFO kablam! --> src/main.rs:10:5 Oct 21 15:09:10.724 INFO kablam! | Oct 21 15:09:10.724 INFO kablam! 10 | use serde_json::Value; Oct 21 15:09:10.724 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 15:09:10.724 INFO kablam! Oct 21 15:09:10.984 INFO kablam! warning: unused variable: `writer` Oct 21 15:09:10.984 INFO kablam! --> src/main.rs:103:9 Oct 21 15:09:10.984 INFO kablam! | Oct 21 15:09:10.984 INFO kablam! 103 | let writer = serde_json::to_writer_pretty(file, &values); Oct 21 15:09:10.984 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 21 15:09:10.984 INFO kablam! | Oct 21 15:09:10.984 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:09:10.984 INFO kablam! Oct 21 15:09:11.004 INFO kablam! warning: unused variable: `writer` Oct 21 15:09:11.004 INFO kablam! --> src/main.rs:103:9 Oct 21 15:09:11.004 INFO kablam! | Oct 21 15:09:11.004 INFO kablam! 103 | let writer = serde_json::to_writer_pretty(file, &values); Oct 21 15:09:11.004 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 21 15:09:11.004 INFO kablam! | Oct 21 15:09:11.004 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:09:11.004 INFO kablam! Oct 21 15:09:11.063 INFO kablam! warning: struct is never constructed: `ItemSlotless` Oct 21 15:09:11.063 INFO kablam! --> src/main.rs:67:1 Oct 21 15:09:11.063 INFO kablam! | Oct 21 15:09:11.063 INFO kablam! 67 | struct ItemSlotless { Oct 21 15:09:11.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 15:09:11.063 INFO kablam! | Oct 21 15:09:11.063 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:09:11.063 INFO kablam! Oct 21 15:09:11.063 INFO kablam! warning: type `rsult` should have a camel case name such as `Rsult` Oct 21 15:09:11.063 INFO kablam! --> src/main.rs:18:1 Oct 21 15:09:11.063 INFO kablam! | Oct 21 15:09:11.063 INFO kablam! 18 | / struct rsult { Oct 21 15:09:11.063 INFO kablam! 19 | | items: Vec Oct 21 15:09:11.063 INFO kablam! 20 | | } Oct 21 15:09:11.063 INFO kablam! | |_^ Oct 21 15:09:11.063 INFO kablam! | Oct 21 15:09:11.063 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 15:09:11.063 INFO kablam! Oct 21 15:09:11.232 INFO kablam! warning: struct is never constructed: `ItemSlotless` Oct 21 15:09:11.232 INFO kablam! --> src/main.rs:67:1 Oct 21 15:09:11.232 INFO kablam! | Oct 21 15:09:11.232 INFO kablam! 67 | struct ItemSlotless { Oct 21 15:09:11.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 15:09:11.232 INFO kablam! | Oct 21 15:09:11.232 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:09:11.232 INFO kablam! Oct 21 15:09:11.232 INFO kablam! warning: type `rsult` should have a camel case name such as `Rsult` Oct 21 15:09:11.232 INFO kablam! --> src/main.rs:18:1 Oct 21 15:09:11.232 INFO kablam! | Oct 21 15:09:11.232 INFO kablam! 18 | / struct rsult { Oct 21 15:09:11.232 INFO kablam! 19 | | items: Vec Oct 21 15:09:11.232 INFO kablam! 20 | | } Oct 21 15:09:11.232 INFO kablam! | |_^ Oct 21 15:09:11.232 INFO kablam! | Oct 21 15:09:11.232 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 15:09:11.232 INFO kablam! Oct 21 15:09:11.300 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.54s Oct 21 15:09:11.300 INFO kablam! su: No module specific data is present Oct 21 15:09:12.024 INFO running `"docker" "rm" "-f" "257f15ef409986e88fa3779c2e5c73102481e0ddac07fb75447d78361f9cd002"` Oct 21 15:09:12.243 INFO blam! 257f15ef409986e88fa3779c2e5c73102481e0ddac07fb75447d78361f9cd002