Oct 27 01:53:07.689 INFO checking kristianhasselknippe/fuse-doc-server against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:53:07.689 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 01:53:08.168 INFO blam! a81b0978ee96035fa99e84ad01aba0c77db1d38e8593ff2b597800b711217604 Oct 27 01:53:08.171 INFO running `"docker" "start" "-a" "a81b0978ee96035fa99e84ad01aba0c77db1d38e8593ff2b597800b711217604"` Oct 27 01:53:09.445 INFO kablam! usermod: no changes Oct 27 01:53:09.586 INFO kablam! Checking fuse-doc-server v0.1.0 (/source) Oct 27 01:53:10.431 INFO kablam! warning: unused imports: `File`, `ReadDir` Oct 27 01:53:10.431 INFO kablam! --> src/main.rs:11:24 Oct 27 01:53:10.431 INFO kablam! | Oct 27 01:53:10.431 INFO kablam! 11 | use std::fs::{read_dir,ReadDir,File}; Oct 27 01:53:10.431 INFO kablam! | ^^^^^^^ ^^^^ Oct 27 01:53:10.431 INFO kablam! | Oct 27 01:53:10.431 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:53:10.431 INFO kablam! Oct 27 01:53:10.431 INFO kablam! warning: unused imports: `Error`, `Value` Oct 27 01:53:10.431 INFO kablam! --> src/main.rs:12:18 Oct 27 01:53:10.431 INFO kablam! | Oct 27 01:53:10.431 INFO kablam! 12 | use serde_json::{Value,Error}; Oct 27 01:53:10.431 INFO kablam! | ^^^^^ ^^^^^ Oct 27 01:53:10.431 INFO kablam! Oct 27 01:53:10.431 INFO kablam! warning: unused import: `std::io::Read` Oct 27 01:53:10.431 INFO kablam! --> src/main.rs:13:5 Oct 27 01:53:10.431 INFO kablam! | Oct 27 01:53:10.431 INFO kablam! 13 | use std::io::Read; Oct 27 01:53:10.431 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 01:53:10.431 INFO kablam! Oct 27 01:53:10.515 INFO kablam! warning: unused imports: `File`, `ReadDir` Oct 27 01:53:10.515 INFO kablam! --> src/main.rs:11:24 Oct 27 01:53:10.515 INFO kablam! | Oct 27 01:53:10.516 INFO kablam! 11 | use std::fs::{read_dir,ReadDir,File}; Oct 27 01:53:10.516 INFO kablam! | ^^^^^^^ ^^^^ Oct 27 01:53:10.516 INFO kablam! | Oct 27 01:53:10.516 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:53:10.516 INFO kablam! Oct 27 01:53:10.516 INFO kablam! warning: unused imports: `Error`, `Value` Oct 27 01:53:10.517 INFO kablam! --> src/main.rs:12:18 Oct 27 01:53:10.517 INFO kablam! | Oct 27 01:53:10.517 INFO kablam! 12 | use serde_json::{Value,Error}; Oct 27 01:53:10.517 INFO kablam! | ^^^^^ ^^^^^ Oct 27 01:53:10.517 INFO kablam! Oct 27 01:53:10.517 INFO kablam! warning: unused import: `std::io::Read` Oct 27 01:53:10.518 INFO kablam! --> src/main.rs:13:5 Oct 27 01:53:10.518 INFO kablam! | Oct 27 01:53:10.518 INFO kablam! 13 | use std::io::Read; Oct 27 01:53:10.518 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 01:53:10.518 INFO kablam! Oct 27 01:53:10.963 INFO kablam! warning: variable does not need to be mutable Oct 27 01:53:10.963 INFO kablam! --> src/main.rs:87:13 Oct 27 01:53:10.963 INFO kablam! | Oct 27 01:53:10.963 INFO kablam! 87 | let mut input = input.to_lowercase(); Oct 27 01:53:10.963 INFO kablam! | ----^^^^^ Oct 27 01:53:10.963 INFO kablam! | | Oct 27 01:53:10.963 INFO kablam! | help: remove this `mut` Oct 27 01:53:10.963 INFO kablam! | Oct 27 01:53:10.963 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:53:10.963 INFO kablam! Oct 27 01:53:10.963 INFO kablam! warning: variable does not need to be mutable Oct 27 01:53:10.963 INFO kablam! --> src/main.rs:88:13 Oct 27 01:53:10.963 INFO kablam! | Oct 27 01:53:10.963 INFO kablam! 88 | let mut input = input.trim(); Oct 27 01:53:10.963 INFO kablam! | ----^^^^^ Oct 27 01:53:10.963 INFO kablam! | | Oct 27 01:53:10.963 INFO kablam! | help: remove this `mut` Oct 27 01:53:10.963 INFO kablam! Oct 27 01:53:11.155 INFO kablam! warning: variable does not need to be mutable Oct 27 01:53:11.155 INFO kablam! --> src/main.rs:87:13 Oct 27 01:53:11.155 INFO kablam! | Oct 27 01:53:11.155 INFO kablam! 87 | let mut input = input.to_lowercase(); Oct 27 01:53:11.155 INFO kablam! | ----^^^^^ Oct 27 01:53:11.155 INFO kablam! | | Oct 27 01:53:11.155 INFO kablam! | help: remove this `mut` Oct 27 01:53:11.155 INFO kablam! | Oct 27 01:53:11.155 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:53:11.155 INFO kablam! Oct 27 01:53:11.155 INFO kablam! warning: variable does not need to be mutable Oct 27 01:53:11.155 INFO kablam! --> src/main.rs:88:13 Oct 27 01:53:11.155 INFO kablam! | Oct 27 01:53:11.155 INFO kablam! 88 | let mut input = input.trim(); Oct 27 01:53:11.155 INFO kablam! | ----^^^^^ Oct 27 01:53:11.155 INFO kablam! | | Oct 27 01:53:11.163 INFO kablam! | help: remove this `mut` Oct 27 01:53:11.163 INFO kablam! Oct 27 01:53:11.163 INFO kablam! warning: structure field `tableOfContents` should have a snake case name such as `table_of_contents` Oct 27 01:53:11.163 INFO kablam! --> src/fuse.rs:10:5 Oct 27 01:53:11.163 INFO kablam! | Oct 27 01:53:11.163 INFO kablam! 10 | tableOfContents: TableOfContents, Oct 27 01:53:11.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.163 INFO kablam! | Oct 27 01:53:11.163 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:53:11.163 INFO kablam! Oct 27 01:53:11.163 INFO kablam! warning: structure field `uxProperties` should have a snake case name such as `ux_properties` Oct 27 01:53:11.163 INFO kablam! --> src/fuse.rs:15:5 Oct 27 01:53:11.163 INFO kablam! | Oct 27 01:53:11.163 INFO kablam! 15 | uxProperties: Option>, Oct 27 01:53:11.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.163 INFO kablam! Oct 27 01:53:11.163 INFO kablam! warning: structure field `implementedInterfaces` should have a snake case name such as `implemented_interfaces` Oct 27 01:53:11.163 INFO kablam! --> src/fuse.rs:21:5 Oct 27 01:53:11.163 INFO kablam! | Oct 27 01:53:11.163 INFO kablam! 21 | implementedInterfaces: Option>, Oct 27 01:53:11.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.163 INFO kablam! Oct 27 01:53:11.163 INFO kablam! warning: structure field `idUri` should have a snake case name such as `id_uri` Oct 27 01:53:11.163 INFO kablam! --> src/fuse.rs:38:5 Oct 27 01:53:11.163 INFO kablam! | Oct 27 01:53:11.163 INFO kablam! 38 | idUri: String, Oct 27 01:53:11.163 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 01:53:11.163 INFO kablam! Oct 27 01:53:11.163 INFO kablam! warning: structure field `parentId` should have a snake case name such as `parent_id` Oct 27 01:53:11.163 INFO kablam! --> src/fuse.rs:45:5 Oct 27 01:53:11.163 INFO kablam! | Oct 27 01:53:11.163 INFO kablam! 45 | parentId: String, Oct 27 01:53:11.163 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 01:53:11.163 INFO kablam! Oct 27 01:53:11.165 INFO kablam! warning: structure field `indexTitle` should have a snake case name such as `index_title` Oct 27 01:53:11.165 INFO kablam! --> src/fuse.rs:52:5 Oct 27 01:53:11.165 INFO kablam! | Oct 27 01:53:11.165 INFO kablam! 52 | indexTitle: String, Oct 27 01:53:11.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.165 INFO kablam! Oct 27 01:53:11.165 INFO kablam! warning: structure field `fullyQualifiedIndexTitle` should have a snake case name such as `fully_qualified_index_title` Oct 27 01:53:11.165 INFO kablam! --> src/fuse.rs:53:5 Oct 27 01:53:11.165 INFO kablam! | Oct 27 01:53:11.165 INFO kablam! 53 | fullyQualifiedIndexTitle: String, Oct 27 01:53:11.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.165 INFO kablam! Oct 27 01:53:11.166 INFO kablam! warning: structure field `declaredIn` should have a snake case name such as `declared_in` Oct 27 01:53:11.166 INFO kablam! --> src/fuse.rs:65:5 Oct 27 01:53:11.166 INFO kablam! | Oct 27 01:53:11.166 INFO kablam! 65 | declaredIn: EntityRef, Oct 27 01:53:11.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.166 INFO kablam! Oct 27 01:53:11.171 INFO kablam! warning: structure field `fullyQualifiedTitle` should have a snake case name such as `fully_qualified_title` Oct 27 01:53:11.171 INFO kablam! --> src/fuse.rs:73:5 Oct 27 01:53:11.171 INFO kablam! | Oct 27 01:53:11.171 INFO kablam! 73 | pub fullyQualifiedTitle: String, Oct 27 01:53:11.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.171 INFO kablam! Oct 27 01:53:11.171 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:53:11.171 INFO kablam! --> src/fuse.rs:89:5 Oct 27 01:53:11.171 INFO kablam! | Oct 27 01:53:11.171 INFO kablam! 89 | file.read_to_string(&mut content); Oct 27 01:53:11.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.171 INFO kablam! | Oct 27 01:53:11.171 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:53:11.171 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:53:11.171 INFO kablam! Oct 27 01:53:11.171 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 27 01:53:11.171 INFO kablam! --> src/fuse.rs:96:21 Oct 27 01:53:11.171 INFO kablam! | Oct 27 01:53:11.171 INFO kablam! 96 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 27 01:53:11.171 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 01:53:11.171 INFO kablam! Oct 27 01:53:11.171 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 27 01:53:11.171 INFO kablam! --> src/fuse.rs:109:21 Oct 27 01:53:11.171 INFO kablam! | Oct 27 01:53:11.171 INFO kablam! 109 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 27 01:53:11.171 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 01:53:11.171 INFO kablam! Oct 27 01:53:11.386 INFO kablam! warning: structure field `tableOfContents` should have a snake case name such as `table_of_contents` Oct 27 01:53:11.386 INFO kablam! --> src/fuse.rs:10:5 Oct 27 01:53:11.386 INFO kablam! | Oct 27 01:53:11.386 INFO kablam! 10 | tableOfContents: TableOfContents, Oct 27 01:53:11.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.386 INFO kablam! | Oct 27 01:53:11.386 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:53:11.386 INFO kablam! Oct 27 01:53:11.386 INFO kablam! warning: structure field `uxProperties` should have a snake case name such as `ux_properties` Oct 27 01:53:11.386 INFO kablam! --> src/fuse.rs:15:5 Oct 27 01:53:11.386 INFO kablam! | Oct 27 01:53:11.386 INFO kablam! 15 | uxProperties: Option>, Oct 27 01:53:11.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.386 INFO kablam! Oct 27 01:53:11.391 INFO kablam! warning: structure field `implementedInterfaces` should have a snake case name such as `implemented_interfaces` Oct 27 01:53:11.391 INFO kablam! --> src/fuse.rs:21:5 Oct 27 01:53:11.391 INFO kablam! | Oct 27 01:53:11.391 INFO kablam! 21 | implementedInterfaces: Option>, Oct 27 01:53:11.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.391 INFO kablam! Oct 27 01:53:11.392 INFO kablam! warning: structure field `idUri` should have a snake case name such as `id_uri` Oct 27 01:53:11.392 INFO kablam! --> src/fuse.rs:38:5 Oct 27 01:53:11.392 INFO kablam! | Oct 27 01:53:11.392 INFO kablam! 38 | idUri: String, Oct 27 01:53:11.392 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 01:53:11.392 INFO kablam! Oct 27 01:53:11.392 INFO kablam! warning: structure field `parentId` should have a snake case name such as `parent_id` Oct 27 01:53:11.392 INFO kablam! --> src/fuse.rs:45:5 Oct 27 01:53:11.392 INFO kablam! | Oct 27 01:53:11.392 INFO kablam! 45 | parentId: String, Oct 27 01:53:11.392 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 01:53:11.392 INFO kablam! Oct 27 01:53:11.411 INFO kablam! warning: structure field `indexTitle` should have a snake case name such as `index_title` Oct 27 01:53:11.411 INFO kablam! --> src/fuse.rs:52:5 Oct 27 01:53:11.411 INFO kablam! | Oct 27 01:53:11.411 INFO kablam! 52 | indexTitle: String, Oct 27 01:53:11.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.411 INFO kablam! Oct 27 01:53:11.411 INFO kablam! warning: structure field `fullyQualifiedIndexTitle` should have a snake case name such as `fully_qualified_index_title` Oct 27 01:53:11.411 INFO kablam! --> src/fuse.rs:53:5 Oct 27 01:53:11.411 INFO kablam! | Oct 27 01:53:11.411 INFO kablam! 53 | fullyQualifiedIndexTitle: String, Oct 27 01:53:11.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.411 INFO kablam! Oct 27 01:53:11.411 INFO kablam! warning: structure field `declaredIn` should have a snake case name such as `declared_in` Oct 27 01:53:11.411 INFO kablam! --> src/fuse.rs:65:5 Oct 27 01:53:11.411 INFO kablam! | Oct 27 01:53:11.411 INFO kablam! 65 | declaredIn: EntityRef, Oct 27 01:53:11.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.411 INFO kablam! Oct 27 01:53:11.411 INFO kablam! warning: structure field `fullyQualifiedTitle` should have a snake case name such as `fully_qualified_title` Oct 27 01:53:11.411 INFO kablam! --> src/fuse.rs:73:5 Oct 27 01:53:11.411 INFO kablam! | Oct 27 01:53:11.411 INFO kablam! 73 | pub fullyQualifiedTitle: String, Oct 27 01:53:11.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.411 INFO kablam! Oct 27 01:53:11.411 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:53:11.411 INFO kablam! --> src/fuse.rs:89:5 Oct 27 01:53:11.411 INFO kablam! | Oct 27 01:53:11.411 INFO kablam! 89 | file.read_to_string(&mut content); Oct 27 01:53:11.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:11.411 INFO kablam! | Oct 27 01:53:11.411 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:53:11.411 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:53:11.411 INFO kablam! Oct 27 01:53:11.411 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 27 01:53:11.411 INFO kablam! --> src/fuse.rs:96:21 Oct 27 01:53:11.411 INFO kablam! | Oct 27 01:53:11.411 INFO kablam! 96 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 27 01:53:11.411 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 01:53:11.411 INFO kablam! Oct 27 01:53:11.411 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 27 01:53:11.411 INFO kablam! --> src/fuse.rs:109:21 Oct 27 01:53:11.411 INFO kablam! | Oct 27 01:53:11.411 INFO kablam! 109 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 27 01:53:11.411 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 01:53:11.411 INFO kablam! Oct 27 01:53:11.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 27 01:53:11.429 INFO kablam! su: No module specific data is present Oct 27 01:53:11.827 INFO running `"docker" "rm" "-f" "a81b0978ee96035fa99e84ad01aba0c77db1d38e8593ff2b597800b711217604"` Oct 27 01:53:11.986 INFO blam! a81b0978ee96035fa99e84ad01aba0c77db1d38e8593ff2b597800b711217604