Oct 14 14:26:09.637 INFO testing kristianhasselknippe/fuse-doc-server against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 14:26:09.637 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 14:26:10.084 INFO blam! bb07c716a68fe81a69b1386632019f39a07c7ab6b2220f4ebf1e33fd6c2a4217 Oct 14 14:26:10.087 INFO running `"docker" "start" "-a" "bb07c716a68fe81a69b1386632019f39a07c7ab6b2220f4ebf1e33fd6c2a4217"` Oct 14 14:26:11.243 INFO kablam! usermod: no changes Oct 14 14:26:11.330 INFO kablam! Compiling serde v1.0.14 Oct 14 14:26:11.355 INFO kablam! Compiling serde_derive v1.0.14 Oct 14 14:26:25.226 INFO kablam! Compiling serde_json v1.0.3 Oct 14 14:26:29.436 INFO kablam! Compiling fuse-doc-server v0.1.0 (/source) Oct 14 14:26:29.769 INFO kablam! warning: unused imports: `File`, `ReadDir` Oct 14 14:26:29.769 INFO kablam! --> src/main.rs:11:24 Oct 14 14:26:29.769 INFO kablam! | Oct 14 14:26:29.769 INFO kablam! 11 | use std::fs::{read_dir,ReadDir,File}; Oct 14 14:26:29.769 INFO kablam! | ^^^^^^^ ^^^^ Oct 14 14:26:29.769 INFO kablam! | Oct 14 14:26:29.769 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:26:29.769 INFO kablam! Oct 14 14:26:29.770 INFO kablam! warning: unused imports: `Error`, `Value` Oct 14 14:26:29.770 INFO kablam! --> src/main.rs:12:18 Oct 14 14:26:29.770 INFO kablam! | Oct 14 14:26:29.770 INFO kablam! 12 | use serde_json::{Value,Error}; Oct 14 14:26:29.770 INFO kablam! | ^^^^^ ^^^^^ Oct 14 14:26:29.770 INFO kablam! Oct 14 14:26:29.770 INFO kablam! warning: unused import: `std::io::Read` Oct 14 14:26:29.770 INFO kablam! --> src/main.rs:13:5 Oct 14 14:26:29.770 INFO kablam! | Oct 14 14:26:29.770 INFO kablam! 13 | use std::io::Read; Oct 14 14:26:29.770 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:26:29.770 INFO kablam! Oct 14 14:26:30.303 INFO kablam! warning: variable does not need to be mutable Oct 14 14:26:30.303 INFO kablam! --> src/main.rs:87:13 Oct 14 14:26:30.303 INFO kablam! | Oct 14 14:26:30.303 INFO kablam! 87 | let mut input = input.to_lowercase(); Oct 14 14:26:30.303 INFO kablam! | ----^^^^^ Oct 14 14:26:30.303 INFO kablam! | | Oct 14 14:26:30.303 INFO kablam! | help: remove this `mut` Oct 14 14:26:30.303 INFO kablam! | Oct 14 14:26:30.303 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:26:30.303 INFO kablam! Oct 14 14:26:30.303 INFO kablam! warning: variable does not need to be mutable Oct 14 14:26:30.303 INFO kablam! --> src/main.rs:88:13 Oct 14 14:26:30.303 INFO kablam! | Oct 14 14:26:30.303 INFO kablam! 88 | let mut input = input.trim(); Oct 14 14:26:30.303 INFO kablam! | ----^^^^^ Oct 14 14:26:30.303 INFO kablam! | | Oct 14 14:26:30.303 INFO kablam! | help: remove this `mut` Oct 14 14:26:30.303 INFO kablam! Oct 14 14:26:30.442 INFO kablam! warning: structure field `tableOfContents` should have a snake case name such as `table_of_contents` Oct 14 14:26:30.442 INFO kablam! --> src/fuse.rs:10:5 Oct 14 14:26:30.442 INFO kablam! | Oct 14 14:26:30.442 INFO kablam! 10 | tableOfContents: TableOfContents, Oct 14 14:26:30.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:30.443 INFO kablam! | Oct 14 14:26:30.443 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:26:30.443 INFO kablam! Oct 14 14:26:30.444 INFO kablam! warning: structure field `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:30.444 INFO kablam! --> src/fuse.rs:15:5 Oct 14 14:26:30.444 INFO kablam! | Oct 14 14:26:30.444 INFO kablam! 15 | uxProperties: Option>, Oct 14 14:26:30.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:30.444 INFO kablam! Oct 14 14:26:30.445 INFO kablam! warning: structure field `implementedInterfaces` should have a snake case name such as `implemented_interfaces` Oct 14 14:26:30.445 INFO kablam! --> src/fuse.rs:21:5 Oct 14 14:26:30.445 INFO kablam! | Oct 14 14:26:30.445 INFO kablam! 21 | implementedInterfaces: Option>, Oct 14 14:26:30.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:30.445 INFO kablam! Oct 14 14:26:30.455 INFO kablam! warning: structure field `idUri` should have a snake case name such as `id_uri` Oct 14 14:26:30.455 INFO kablam! --> src/fuse.rs:38:5 Oct 14 14:26:30.455 INFO kablam! | Oct 14 14:26:30.455 INFO kablam! 38 | idUri: String, Oct 14 14:26:30.455 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:26:30.455 INFO kablam! Oct 14 14:26:30.455 INFO kablam! warning: structure field `parentId` should have a snake case name such as `parent_id` Oct 14 14:26:30.455 INFO kablam! --> src/fuse.rs:45:5 Oct 14 14:26:30.455 INFO kablam! | Oct 14 14:26:30.455 INFO kablam! 45 | parentId: String, Oct 14 14:26:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:30.455 INFO kablam! Oct 14 14:26:30.455 INFO kablam! warning: structure field `indexTitle` should have a snake case name such as `index_title` Oct 14 14:26:30.455 INFO kablam! --> src/fuse.rs:52:5 Oct 14 14:26:30.455 INFO kablam! | Oct 14 14:26:30.455 INFO kablam! 52 | indexTitle: String, Oct 14 14:26:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:26:30.455 INFO kablam! Oct 14 14:26:30.455 INFO kablam! warning: structure field `fullyQualifiedIndexTitle` should have a snake case name such as `fully_qualified_index_title` Oct 14 14:26:30.455 INFO kablam! --> src/fuse.rs:53:5 Oct 14 14:26:30.455 INFO kablam! | Oct 14 14:26:30.455 INFO kablam! 53 | fullyQualifiedIndexTitle: String, Oct 14 14:26:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:30.455 INFO kablam! Oct 14 14:26:30.455 INFO kablam! warning: structure field `declaredIn` should have a snake case name such as `declared_in` Oct 14 14:26:30.455 INFO kablam! --> src/fuse.rs:65:5 Oct 14 14:26:30.455 INFO kablam! | Oct 14 14:26:30.455 INFO kablam! 65 | declaredIn: EntityRef, Oct 14 14:26:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:30.455 INFO kablam! Oct 14 14:26:30.455 INFO kablam! warning: structure field `fullyQualifiedTitle` should have a snake case name such as `fully_qualified_title` Oct 14 14:26:30.455 INFO kablam! --> src/fuse.rs:73:5 Oct 14 14:26:30.455 INFO kablam! | Oct 14 14:26:30.455 INFO kablam! 73 | pub fullyQualifiedTitle: String, Oct 14 14:26:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:30.455 INFO kablam! Oct 14 14:26:30.459 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:26:30.459 INFO kablam! --> src/fuse.rs:89:5 Oct 14 14:26:30.459 INFO kablam! | Oct 14 14:26:30.459 INFO kablam! 89 | file.read_to_string(&mut content); Oct 14 14:26:30.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:30.459 INFO kablam! | Oct 14 14:26:30.459 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 14:26:30.459 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:26:30.459 INFO kablam! Oct 14 14:26:30.459 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:30.459 INFO kablam! --> src/fuse.rs:96:21 Oct 14 14:26:30.460 INFO kablam! | Oct 14 14:26:30.460 INFO kablam! 96 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 14 14:26:30.460 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:30.460 INFO kablam! Oct 14 14:26:30.460 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:30.460 INFO kablam! --> src/fuse.rs:109:21 Oct 14 14:26:30.460 INFO kablam! | Oct 14 14:26:30.460 INFO kablam! 109 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 14 14:26:30.460 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:30.460 INFO kablam! Oct 14 14:26:32.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.44s Oct 14 14:26:32.723 INFO kablam! su: No module specific data is present Oct 14 14:26:33.225 INFO running `"docker" "rm" "-f" "bb07c716a68fe81a69b1386632019f39a07c7ab6b2220f4ebf1e33fd6c2a4217"` Oct 14 14:26:33.551 INFO blam! bb07c716a68fe81a69b1386632019f39a07c7ab6b2220f4ebf1e33fd6c2a4217 Oct 14 14:26:33.554 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 14:26:34.081 INFO blam! 570c2e667fae6a88d11753912ba838539b4ed188d5d00f07d91cde50b1d55aa9 Oct 14 14:26:34.083 INFO running `"docker" "start" "-a" "570c2e667fae6a88d11753912ba838539b4ed188d5d00f07d91cde50b1d55aa9"` Oct 14 14:26:35.291 INFO kablam! usermod: no changes Oct 14 14:26:35.351 INFO kablam! Compiling fuse-doc-server v0.1.0 (/source) Oct 14 14:26:35.663 INFO kablam! warning: unused imports: `File`, `ReadDir` Oct 14 14:26:35.663 INFO kablam! --> src/main.rs:11:24 Oct 14 14:26:35.663 INFO kablam! | Oct 14 14:26:35.663 INFO kablam! 11 | use std::fs::{read_dir,ReadDir,File}; Oct 14 14:26:35.663 INFO kablam! | ^^^^^^^ ^^^^ Oct 14 14:26:35.663 INFO kablam! | Oct 14 14:26:35.663 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:26:35.663 INFO kablam! Oct 14 14:26:35.663 INFO kablam! warning: unused imports: `Error`, `Value` Oct 14 14:26:35.663 INFO kablam! --> src/main.rs:12:18 Oct 14 14:26:35.663 INFO kablam! | Oct 14 14:26:35.663 INFO kablam! 12 | use serde_json::{Value,Error}; Oct 14 14:26:35.663 INFO kablam! | ^^^^^ ^^^^^ Oct 14 14:26:35.663 INFO kablam! Oct 14 14:26:35.663 INFO kablam! warning: unused import: `std::io::Read` Oct 14 14:26:35.663 INFO kablam! --> src/main.rs:13:5 Oct 14 14:26:35.663 INFO kablam! | Oct 14 14:26:35.663 INFO kablam! 13 | use std::io::Read; Oct 14 14:26:35.663 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:26:35.663 INFO kablam! Oct 14 14:26:36.159 INFO kablam! warning: variable does not need to be mutable Oct 14 14:26:36.159 INFO kablam! --> src/main.rs:87:13 Oct 14 14:26:36.159 INFO kablam! | Oct 14 14:26:36.159 INFO kablam! 87 | let mut input = input.to_lowercase(); Oct 14 14:26:36.159 INFO kablam! | ----^^^^^ Oct 14 14:26:36.159 INFO kablam! | | Oct 14 14:26:36.159 INFO kablam! | help: remove this `mut` Oct 14 14:26:36.159 INFO kablam! | Oct 14 14:26:36.159 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:26:36.159 INFO kablam! Oct 14 14:26:36.159 INFO kablam! warning: variable does not need to be mutable Oct 14 14:26:36.159 INFO kablam! --> src/main.rs:88:13 Oct 14 14:26:36.159 INFO kablam! | Oct 14 14:26:36.159 INFO kablam! 88 | let mut input = input.trim(); Oct 14 14:26:36.159 INFO kablam! | ----^^^^^ Oct 14 14:26:36.159 INFO kablam! | | Oct 14 14:26:36.159 INFO kablam! | help: remove this `mut` Oct 14 14:26:36.159 INFO kablam! Oct 14 14:26:36.319 INFO kablam! warning: structure field `tableOfContents` should have a snake case name such as `table_of_contents` Oct 14 14:26:36.319 INFO kablam! --> src/fuse.rs:10:5 Oct 14 14:26:36.319 INFO kablam! | Oct 14 14:26:36.319 INFO kablam! 10 | tableOfContents: TableOfContents, Oct 14 14:26:36.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:36.319 INFO kablam! | Oct 14 14:26:36.319 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:26:36.319 INFO kablam! Oct 14 14:26:36.319 INFO kablam! warning: structure field `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:36.319 INFO kablam! --> src/fuse.rs:15:5 Oct 14 14:26:36.319 INFO kablam! | Oct 14 14:26:36.319 INFO kablam! 15 | uxProperties: Option>, Oct 14 14:26:36.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:36.319 INFO kablam! Oct 14 14:26:36.319 INFO kablam! warning: structure field `implementedInterfaces` should have a snake case name such as `implemented_interfaces` Oct 14 14:26:36.319 INFO kablam! --> src/fuse.rs:21:5 Oct 14 14:26:36.319 INFO kablam! | Oct 14 14:26:36.319 INFO kablam! 21 | implementedInterfaces: Option>, Oct 14 14:26:36.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:36.319 INFO kablam! Oct 14 14:26:36.319 INFO kablam! warning: structure field `idUri` should have a snake case name such as `id_uri` Oct 14 14:26:36.319 INFO kablam! --> src/fuse.rs:38:5 Oct 14 14:26:36.319 INFO kablam! | Oct 14 14:26:36.319 INFO kablam! 38 | idUri: String, Oct 14 14:26:36.319 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:26:36.319 INFO kablam! Oct 14 14:26:36.331 INFO kablam! warning: structure field `parentId` should have a snake case name such as `parent_id` Oct 14 14:26:36.334 INFO kablam! --> src/fuse.rs:45:5 Oct 14 14:26:36.335 INFO kablam! | Oct 14 14:26:36.335 INFO kablam! 45 | parentId: String, Oct 14 14:26:36.336 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:36.336 INFO kablam! Oct 14 14:26:36.337 INFO kablam! warning: structure field `indexTitle` should have a snake case name such as `index_title` Oct 14 14:26:36.337 INFO kablam! --> src/fuse.rs:52:5 Oct 14 14:26:36.337 INFO kablam! | Oct 14 14:26:36.338 INFO kablam! 52 | indexTitle: String, Oct 14 14:26:36.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:26:36.338 INFO kablam! Oct 14 14:26:36.338 INFO kablam! warning: structure field `fullyQualifiedIndexTitle` should have a snake case name such as `fully_qualified_index_title` Oct 14 14:26:36.339 INFO kablam! --> src/fuse.rs:53:5 Oct 14 14:26:36.339 INFO kablam! | Oct 14 14:26:36.339 INFO kablam! 53 | fullyQualifiedIndexTitle: String, Oct 14 14:26:36.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:36.340 INFO kablam! Oct 14 14:26:36.340 INFO kablam! warning: structure field `declaredIn` should have a snake case name such as `declared_in` Oct 14 14:26:36.340 INFO kablam! --> src/fuse.rs:65:5 Oct 14 14:26:36.340 INFO kablam! | Oct 14 14:26:36.341 INFO kablam! 65 | declaredIn: EntityRef, Oct 14 14:26:36.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:36.341 INFO kablam! Oct 14 14:26:36.342 INFO kablam! warning: structure field `fullyQualifiedTitle` should have a snake case name such as `fully_qualified_title` Oct 14 14:26:36.342 INFO kablam! --> src/fuse.rs:73:5 Oct 14 14:26:36.342 INFO kablam! | Oct 14 14:26:36.342 INFO kablam! 73 | pub fullyQualifiedTitle: String, Oct 14 14:26:36.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:36.343 INFO kablam! Oct 14 14:26:36.343 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:26:36.343 INFO kablam! --> src/fuse.rs:89:5 Oct 14 14:26:36.344 INFO kablam! | Oct 14 14:26:36.344 INFO kablam! 89 | file.read_to_string(&mut content); Oct 14 14:26:36.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:36.344 INFO kablam! | Oct 14 14:26:36.345 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 14:26:36.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:26:36.345 INFO kablam! Oct 14 14:26:36.345 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:36.346 INFO kablam! --> src/fuse.rs:96:21 Oct 14 14:26:36.346 INFO kablam! | Oct 14 14:26:36.347 INFO kablam! 96 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 14 14:26:36.347 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:36.347 INFO kablam! Oct 14 14:26:36.348 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:36.348 INFO kablam! --> src/fuse.rs:109:21 Oct 14 14:26:36.348 INFO kablam! | Oct 14 14:26:36.349 INFO kablam! 109 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 14 14:26:36.349 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:36.349 INFO kablam! Oct 14 14:26:36.820 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 14 14:26:36.831 INFO kablam! su: No module specific data is present Oct 14 14:26:37.185 INFO running `"docker" "rm" "-f" "570c2e667fae6a88d11753912ba838539b4ed188d5d00f07d91cde50b1d55aa9"` Oct 14 14:26:37.289 INFO blam! 570c2e667fae6a88d11753912ba838539b4ed188d5d00f07d91cde50b1d55aa9 Oct 14 14:26:37.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 14:26:37.511 INFO blam! 6208f50819df0461c48cfecd5bb48003150581ba286b9195433dc0d377fe0d3f Oct 14 14:26:37.514 INFO running `"docker" "start" "-a" "6208f50819df0461c48cfecd5bb48003150581ba286b9195433dc0d377fe0d3f"` Oct 14 14:26:37.893 INFO kablam! usermod: no changes Oct 14 14:26:37.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 14:26:37.937 INFO kablam! Running /target/debug/deps/fuse_doc_server-29f195a5be6c684b Oct 14 14:26:37.939 INFO blam! Oct 14 14:26:37.939 INFO blam! running 0 tests Oct 14 14:26:37.939 INFO blam! Oct 14 14:26:37.939 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:26:37.939 INFO blam! Oct 14 14:26:37.940 INFO kablam! su: No module specific data is present Oct 14 14:26:38.178 INFO running `"docker" "rm" "-f" "6208f50819df0461c48cfecd5bb48003150581ba286b9195433dc0d377fe0d3f"` Oct 14 14:26:38.289 INFO blam! 6208f50819df0461c48cfecd5bb48003150581ba286b9195433dc0d377fe0d3f