Oct 12 18:43:35.790 INFO checking kristianhasselknippe/fuse-doc-server against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 18:43:35.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 18:43:36.112 INFO blam! 856d5bcdf4c2f272e25616105bef615330ecf214f4530e465d26ad167b324694 Oct 12 18:43:36.113 INFO running `"docker" "start" "-a" "856d5bcdf4c2f272e25616105bef615330ecf214f4530e465d26ad167b324694"` Oct 12 18:43:37.086 INFO kablam! usermod: no changes Oct 12 18:43:37.178 INFO kablam! Checking fuse-doc-server v0.1.0 (/source) Oct 12 18:43:38.009 INFO kablam! warning: unused imports: `File`, `ReadDir` Oct 12 18:43:38.009 INFO kablam! --> src/main.rs:11:24 Oct 12 18:43:38.009 INFO kablam! | Oct 12 18:43:38.009 INFO kablam! 11 | use std::fs::{read_dir,ReadDir,File}; Oct 12 18:43:38.009 INFO kablam! | ^^^^^^^ ^^^^ Oct 12 18:43:38.009 INFO kablam! | Oct 12 18:43:38.009 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:43:38.009 INFO kablam! Oct 12 18:43:38.009 INFO kablam! warning: unused imports: `Error`, `Value` Oct 12 18:43:38.009 INFO kablam! --> src/main.rs:12:18 Oct 12 18:43:38.009 INFO kablam! | Oct 12 18:43:38.009 INFO kablam! 12 | use serde_json::{Value,Error}; Oct 12 18:43:38.009 INFO kablam! | ^^^^^ ^^^^^ Oct 12 18:43:38.009 INFO kablam! Oct 12 18:43:38.009 INFO kablam! warning: unused import: `std::io::Read` Oct 12 18:43:38.009 INFO kablam! --> src/main.rs:13:5 Oct 12 18:43:38.009 INFO kablam! | Oct 12 18:43:38.009 INFO kablam! 13 | use std::io::Read; Oct 12 18:43:38.009 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:43:38.009 INFO kablam! Oct 12 18:43:38.064 INFO kablam! warning: unused imports: `File`, `ReadDir` Oct 12 18:43:38.064 INFO kablam! --> src/main.rs:11:24 Oct 12 18:43:38.064 INFO kablam! | Oct 12 18:43:38.064 INFO kablam! 11 | use std::fs::{read_dir,ReadDir,File}; Oct 12 18:43:38.064 INFO kablam! | ^^^^^^^ ^^^^ Oct 12 18:43:38.064 INFO kablam! | Oct 12 18:43:38.064 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:43:38.064 INFO kablam! Oct 12 18:43:38.064 INFO kablam! warning: unused imports: `Error`, `Value` Oct 12 18:43:38.064 INFO kablam! --> src/main.rs:12:18 Oct 12 18:43:38.064 INFO kablam! | Oct 12 18:43:38.064 INFO kablam! 12 | use serde_json::{Value,Error}; Oct 12 18:43:38.064 INFO kablam! | ^^^^^ ^^^^^ Oct 12 18:43:38.064 INFO kablam! Oct 12 18:43:38.064 INFO kablam! warning: unused import: `std::io::Read` Oct 12 18:43:38.064 INFO kablam! --> src/main.rs:13:5 Oct 12 18:43:38.064 INFO kablam! | Oct 12 18:43:38.064 INFO kablam! 13 | use std::io::Read; Oct 12 18:43:38.064 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:43:38.064 INFO kablam! Oct 12 18:43:38.576 INFO kablam! warning: variable does not need to be mutable Oct 12 18:43:38.576 INFO kablam! --> src/main.rs:87:13 Oct 12 18:43:38.576 INFO kablam! | Oct 12 18:43:38.576 INFO kablam! 87 | let mut input = input.to_lowercase(); Oct 12 18:43:38.576 INFO kablam! | ----^^^^^ Oct 12 18:43:38.576 INFO kablam! | | Oct 12 18:43:38.576 INFO kablam! | help: remove this `mut` Oct 12 18:43:38.576 INFO kablam! | Oct 12 18:43:38.576 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:43:38.576 INFO kablam! Oct 12 18:43:38.576 INFO kablam! warning: variable does not need to be mutable Oct 12 18:43:38.576 INFO kablam! --> src/main.rs:88:13 Oct 12 18:43:38.576 INFO kablam! | Oct 12 18:43:38.576 INFO kablam! 88 | let mut input = input.trim(); Oct 12 18:43:38.576 INFO kablam! | ----^^^^^ Oct 12 18:43:38.576 INFO kablam! | | Oct 12 18:43:38.576 INFO kablam! | help: remove this `mut` Oct 12 18:43:38.576 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: structure field `tableOfContents` should have a snake case name such as `table_of_contents` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:10:5 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 10 | tableOfContents: TableOfContents, Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: structure field `uxProperties` should have a snake case name such as `ux_properties` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:15:5 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 15 | uxProperties: Option>, Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: structure field `implementedInterfaces` should have a snake case name such as `implemented_interfaces` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:21:5 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 21 | implementedInterfaces: Option>, Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: structure field `idUri` should have a snake case name such as `id_uri` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:38:5 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 38 | idUri: String, Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: structure field `parentId` should have a snake case name such as `parent_id` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:45:5 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 45 | parentId: String, Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: structure field `indexTitle` should have a snake case name such as `index_title` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:52:5 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 52 | indexTitle: String, Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: structure field `fullyQualifiedIndexTitle` should have a snake case name such as `fully_qualified_index_title` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:53:5 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 53 | fullyQualifiedIndexTitle: String, Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: structure field `declaredIn` should have a snake case name such as `declared_in` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:65:5 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 65 | declaredIn: EntityRef, Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: structure field `fullyQualifiedTitle` should have a snake case name such as `fully_qualified_title` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:73:5 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 73 | pub fullyQualifiedTitle: String, Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:89:5 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 89 | file.read_to_string(&mut content); Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:43:38.747 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:96:21 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 96 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:38.747 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 12 18:43:38.747 INFO kablam! --> src/fuse.rs:109:21 Oct 12 18:43:38.747 INFO kablam! | Oct 12 18:43:38.747 INFO kablam! 109 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 12 18:43:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 18:43:38.747 INFO kablam! Oct 12 18:43:39.100 INFO kablam! warning: variable does not need to be mutable Oct 12 18:43:39.100 INFO kablam! --> src/main.rs:87:13 Oct 12 18:43:39.100 INFO kablam! | Oct 12 18:43:39.100 INFO kablam! 87 | let mut input = input.to_lowercase(); Oct 12 18:43:39.100 INFO kablam! | ----^^^^^ Oct 12 18:43:39.100 INFO kablam! | | Oct 12 18:43:39.100 INFO kablam! | help: remove this `mut` Oct 12 18:43:39.100 INFO kablam! | Oct 12 18:43:39.100 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:43:39.100 INFO kablam! Oct 12 18:43:39.100 INFO kablam! warning: variable does not need to be mutable Oct 12 18:43:39.100 INFO kablam! --> src/main.rs:88:13 Oct 12 18:43:39.100 INFO kablam! | Oct 12 18:43:39.100 INFO kablam! 88 | let mut input = input.trim(); Oct 12 18:43:39.100 INFO kablam! | ----^^^^^ Oct 12 18:43:39.100 INFO kablam! | | Oct 12 18:43:39.100 INFO kablam! | help: remove this `mut` Oct 12 18:43:39.100 INFO kablam! Oct 12 18:43:39.217 INFO kablam! warning: structure field `tableOfContents` should have a snake case name such as `table_of_contents` Oct 12 18:43:39.217 INFO kablam! --> src/fuse.rs:10:5 Oct 12 18:43:39.217 INFO kablam! | Oct 12 18:43:39.217 INFO kablam! 10 | tableOfContents: TableOfContents, Oct 12 18:43:39.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:39.217 INFO kablam! | Oct 12 18:43:39.217 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:43:39.217 INFO kablam! Oct 12 18:43:39.221 INFO kablam! warning: structure field `uxProperties` should have a snake case name such as `ux_properties` Oct 12 18:43:39.222 INFO kablam! --> src/fuse.rs:15:5 Oct 12 18:43:39.222 INFO kablam! | Oct 12 18:43:39.222 INFO kablam! 15 | uxProperties: Option>, Oct 12 18:43:39.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:39.222 INFO kablam! Oct 12 18:43:39.222 INFO kablam! warning: structure field `implementedInterfaces` should have a snake case name such as `implemented_interfaces` Oct 12 18:43:39.223 INFO kablam! --> src/fuse.rs:21:5 Oct 12 18:43:39.223 INFO kablam! | Oct 12 18:43:39.223 INFO kablam! 21 | implementedInterfaces: Option>, Oct 12 18:43:39.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:39.223 INFO kablam! Oct 12 18:43:39.223 INFO kablam! warning: structure field `idUri` should have a snake case name such as `id_uri` Oct 12 18:43:39.224 INFO kablam! --> src/fuse.rs:38:5 Oct 12 18:43:39.224 INFO kablam! | Oct 12 18:43:39.224 INFO kablam! 38 | idUri: String, Oct 12 18:43:39.224 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:43:39.224 INFO kablam! Oct 12 18:43:39.225 INFO kablam! warning: structure field `parentId` should have a snake case name such as `parent_id` Oct 12 18:43:39.225 INFO kablam! --> src/fuse.rs:45:5 Oct 12 18:43:39.225 INFO kablam! | Oct 12 18:43:39.225 INFO kablam! 45 | parentId: String, Oct 12 18:43:39.225 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 18:43:39.225 INFO kablam! Oct 12 18:43:39.225 INFO kablam! warning: structure field `indexTitle` should have a snake case name such as `index_title` Oct 12 18:43:39.225 INFO kablam! --> src/fuse.rs:52:5 Oct 12 18:43:39.225 INFO kablam! | Oct 12 18:43:39.225 INFO kablam! 52 | indexTitle: String, Oct 12 18:43:39.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:43:39.225 INFO kablam! Oct 12 18:43:39.225 INFO kablam! warning: structure field `fullyQualifiedIndexTitle` should have a snake case name such as `fully_qualified_index_title` Oct 12 18:43:39.225 INFO kablam! --> src/fuse.rs:53:5 Oct 12 18:43:39.225 INFO kablam! | Oct 12 18:43:39.225 INFO kablam! 53 | fullyQualifiedIndexTitle: String, Oct 12 18:43:39.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:39.225 INFO kablam! Oct 12 18:43:39.232 INFO kablam! warning: structure field `declaredIn` should have a snake case name such as `declared_in` Oct 12 18:43:39.233 INFO kablam! --> src/fuse.rs:65:5 Oct 12 18:43:39.233 INFO kablam! | Oct 12 18:43:39.233 INFO kablam! 65 | declaredIn: EntityRef, Oct 12 18:43:39.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:39.233 INFO kablam! Oct 12 18:43:39.233 INFO kablam! warning: structure field `fullyQualifiedTitle` should have a snake case name such as `fully_qualified_title` Oct 12 18:43:39.233 INFO kablam! --> src/fuse.rs:73:5 Oct 12 18:43:39.233 INFO kablam! | Oct 12 18:43:39.233 INFO kablam! 73 | pub fullyQualifiedTitle: String, Oct 12 18:43:39.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:39.233 INFO kablam! Oct 12 18:43:39.233 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:43:39.233 INFO kablam! --> src/fuse.rs:89:5 Oct 12 18:43:39.233 INFO kablam! | Oct 12 18:43:39.233 INFO kablam! 89 | file.read_to_string(&mut content); Oct 12 18:43:39.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:39.233 INFO kablam! | Oct 12 18:43:39.233 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:43:39.233 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:43:39.233 INFO kablam! Oct 12 18:43:39.233 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 12 18:43:39.233 INFO kablam! --> src/fuse.rs:96:21 Oct 12 18:43:39.233 INFO kablam! | Oct 12 18:43:39.233 INFO kablam! 96 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 12 18:43:39.233 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 18:43:39.233 INFO kablam! Oct 12 18:43:39.233 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 12 18:43:39.233 INFO kablam! --> src/fuse.rs:109:21 Oct 12 18:43:39.233 INFO kablam! | Oct 12 18:43:39.233 INFO kablam! 109 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 12 18:43:39.233 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 18:43:39.233 INFO kablam! Oct 12 18:43:39.265 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.14s Oct 12 18:43:39.272 INFO kablam! su: No module specific data is present Oct 12 18:43:39.678 INFO running `"docker" "rm" "-f" "856d5bcdf4c2f272e25616105bef615330ecf214f4530e465d26ad167b324694"` Oct 12 18:43:39.848 INFO blam! 856d5bcdf4c2f272e25616105bef615330ecf214f4530e465d26ad167b324694