Oct 14 14:26:13.597 INFO testing kristianhasselknippe/fuse-doc-server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:26:13.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:14.036 INFO blam! 7bfe15a3ec63fe104ebe78046903561e2432035377b9cf3f462a27b220f0b9f0 Oct 14 14:26:14.043 INFO running `"docker" "start" "-a" "7bfe15a3ec63fe104ebe78046903561e2432035377b9cf3f462a27b220f0b9f0"` Oct 14 14:26:15.308 INFO kablam! usermod: no changes Oct 14 14:26:15.395 INFO kablam! Compiling serde v1.0.14 Oct 14 14:26:15.395 INFO kablam! Compiling itoa v0.3.3 Oct 14 14:26:15.403 INFO kablam! Compiling serde_derive v1.0.14 Oct 14 14:26:31.023 INFO kablam! Compiling serde_json v1.0.3 Oct 14 14:26:34.659 INFO kablam! Compiling fuse-doc-server v0.1.0 (/source) Oct 14 14:26:34.963 INFO kablam! warning: unused imports: `File`, `ReadDir` Oct 14 14:26:34.963 INFO kablam! --> src/main.rs:11:24 Oct 14 14:26:34.963 INFO kablam! | Oct 14 14:26:34.963 INFO kablam! 11 | use std::fs::{read_dir,ReadDir,File}; Oct 14 14:26:34.963 INFO kablam! | ^^^^^^^ ^^^^ Oct 14 14:26:34.963 INFO kablam! | Oct 14 14:26:34.963 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:26:34.963 INFO kablam! Oct 14 14:26:34.963 INFO kablam! warning: unused imports: `Error`, `Value` Oct 14 14:26:34.963 INFO kablam! --> src/main.rs:12:18 Oct 14 14:26:34.963 INFO kablam! | Oct 14 14:26:34.963 INFO kablam! 12 | use serde_json::{Value,Error}; Oct 14 14:26:34.963 INFO kablam! | ^^^^^ ^^^^^ Oct 14 14:26:34.963 INFO kablam! Oct 14 14:26:34.963 INFO kablam! warning: unused import: `std::io::Read` Oct 14 14:26:34.963 INFO kablam! --> src/main.rs:13:5 Oct 14 14:26:34.963 INFO kablam! | Oct 14 14:26:34.963 INFO kablam! 13 | use std::io::Read; Oct 14 14:26:34.963 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:26:34.963 INFO kablam! Oct 14 14:26:35.466 INFO kablam! warning: variable does not need to be mutable Oct 14 14:26:35.466 INFO kablam! --> src/main.rs:87:13 Oct 14 14:26:35.467 INFO kablam! | Oct 14 14:26:35.467 INFO kablam! 87 | let mut input = input.to_lowercase(); Oct 14 14:26:35.467 INFO kablam! | ----^^^^^ Oct 14 14:26:35.467 INFO kablam! | | Oct 14 14:26:35.468 INFO kablam! | help: remove this `mut` Oct 14 14:26:35.468 INFO kablam! | Oct 14 14:26:35.468 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:26:35.469 INFO kablam! Oct 14 14:26:35.469 INFO kablam! warning: variable does not need to be mutable Oct 14 14:26:35.469 INFO kablam! --> src/main.rs:88:13 Oct 14 14:26:35.469 INFO kablam! | Oct 14 14:26:35.470 INFO kablam! 88 | let mut input = input.trim(); Oct 14 14:26:35.470 INFO kablam! | ----^^^^^ Oct 14 14:26:35.470 INFO kablam! | | Oct 14 14:26:35.471 INFO kablam! | help: remove this `mut` Oct 14 14:26:35.471 INFO kablam! Oct 14 14:26:35.631 INFO kablam! warning: structure field `tableOfContents` should have a snake case name such as `table_of_contents` Oct 14 14:26:35.631 INFO kablam! --> src/fuse.rs:10:5 Oct 14 14:26:35.632 INFO kablam! | Oct 14 14:26:35.632 INFO kablam! 10 | tableOfContents: TableOfContents, Oct 14 14:26:35.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:35.633 INFO kablam! | Oct 14 14:26:35.633 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:26:35.633 INFO kablam! Oct 14 14:26:35.633 INFO kablam! warning: structure field `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:35.634 INFO kablam! --> src/fuse.rs:15:5 Oct 14 14:26:35.634 INFO kablam! | Oct 14 14:26:35.634 INFO kablam! 15 | uxProperties: Option>, Oct 14 14:26:35.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:35.635 INFO kablam! Oct 14 14:26:35.635 INFO kablam! warning: structure field `implementedInterfaces` should have a snake case name such as `implemented_interfaces` Oct 14 14:26:35.636 INFO kablam! --> src/fuse.rs:21:5 Oct 14 14:26:35.636 INFO kablam! | Oct 14 14:26:35.636 INFO kablam! 21 | implementedInterfaces: Option>, Oct 14 14:26:35.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:35.637 INFO kablam! Oct 14 14:26:35.637 INFO kablam! warning: structure field `idUri` should have a snake case name such as `id_uri` Oct 14 14:26:35.637 INFO kablam! --> src/fuse.rs:38:5 Oct 14 14:26:35.638 INFO kablam! | Oct 14 14:26:35.638 INFO kablam! 38 | idUri: String, Oct 14 14:26:35.643 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:26:35.643 INFO kablam! Oct 14 14:26:35.643 INFO kablam! warning: structure field `parentId` should have a snake case name such as `parent_id` Oct 14 14:26:35.644 INFO kablam! --> src/fuse.rs:45:5 Oct 14 14:26:35.644 INFO kablam! | Oct 14 14:26:35.644 INFO kablam! 45 | parentId: String, Oct 14 14:26:35.645 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:35.645 INFO kablam! Oct 14 14:26:35.645 INFO kablam! warning: structure field `indexTitle` should have a snake case name such as `index_title` Oct 14 14:26:35.646 INFO kablam! --> src/fuse.rs:52:5 Oct 14 14:26:35.646 INFO kablam! | Oct 14 14:26:35.646 INFO kablam! 52 | indexTitle: String, Oct 14 14:26:35.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:26:35.647 INFO kablam! Oct 14 14:26:35.647 INFO kablam! warning: structure field `fullyQualifiedIndexTitle` should have a snake case name such as `fully_qualified_index_title` Oct 14 14:26:35.647 INFO kablam! --> src/fuse.rs:53:5 Oct 14 14:26:35.648 INFO kablam! | Oct 14 14:26:35.648 INFO kablam! 53 | fullyQualifiedIndexTitle: String, Oct 14 14:26:35.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:35.649 INFO kablam! Oct 14 14:26:35.649 INFO kablam! warning: structure field `declaredIn` should have a snake case name such as `declared_in` Oct 14 14:26:35.649 INFO kablam! --> src/fuse.rs:65:5 Oct 14 14:26:35.649 INFO kablam! | Oct 14 14:26:35.650 INFO kablam! 65 | declaredIn: EntityRef, Oct 14 14:26:35.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:35.650 INFO kablam! Oct 14 14:26:35.650 INFO kablam! warning: structure field `fullyQualifiedTitle` should have a snake case name such as `fully_qualified_title` Oct 14 14:26:35.651 INFO kablam! --> src/fuse.rs:73:5 Oct 14 14:26:35.651 INFO kablam! | Oct 14 14:26:35.651 INFO kablam! 73 | pub fullyQualifiedTitle: String, Oct 14 14:26:35.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:35.652 INFO kablam! Oct 14 14:26:35.652 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:26:35.652 INFO kablam! --> src/fuse.rs:89:5 Oct 14 14:26:35.653 INFO kablam! | Oct 14 14:26:35.653 INFO kablam! 89 | file.read_to_string(&mut content); Oct 14 14:26:35.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:35.653 INFO kablam! | Oct 14 14:26:35.654 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 14:26:35.654 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:26:35.654 INFO kablam! Oct 14 14:26:35.654 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:35.655 INFO kablam! --> src/fuse.rs:96:21 Oct 14 14:26:35.655 INFO kablam! | Oct 14 14:26:35.655 INFO kablam! 96 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 14 14:26:35.656 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:35.656 INFO kablam! Oct 14 14:26:35.656 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:35.657 INFO kablam! --> src/fuse.rs:109:21 Oct 14 14:26:35.657 INFO kablam! | Oct 14 14:26:35.657 INFO kablam! 109 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 14 14:26:35.657 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:35.658 INFO kablam! Oct 14 14:26:37.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.29s Oct 14 14:26:37.636 INFO kablam! su: No module specific data is present Oct 14 14:26:37.857 INFO running `"docker" "rm" "-f" "7bfe15a3ec63fe104ebe78046903561e2432035377b9cf3f462a27b220f0b9f0"` Oct 14 14:26:37.935 INFO blam! 7bfe15a3ec63fe104ebe78046903561e2432035377b9cf3f462a27b220f0b9f0 Oct 14 14:26:37.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:38.088 INFO blam! 3744a19cfa4e7e31bd5c9593dcab11a7ae9c0dfaf37f791bc24d44ab3e69e486 Oct 14 14:26:38.090 INFO running `"docker" "start" "-a" "3744a19cfa4e7e31bd5c9593dcab11a7ae9c0dfaf37f791bc24d44ab3e69e486"` Oct 14 14:26:38.562 INFO kablam! usermod: no changes Oct 14 14:26:38.602 INFO kablam! Compiling fuse-doc-server v0.1.0 (/source) Oct 14 14:26:38.863 INFO kablam! warning: unused imports: `File`, `ReadDir` Oct 14 14:26:38.863 INFO kablam! --> src/main.rs:11:24 Oct 14 14:26:38.863 INFO kablam! | Oct 14 14:26:38.863 INFO kablam! 11 | use std::fs::{read_dir,ReadDir,File}; Oct 14 14:26:38.863 INFO kablam! | ^^^^^^^ ^^^^ Oct 14 14:26:38.863 INFO kablam! | Oct 14 14:26:38.863 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:26:38.863 INFO kablam! Oct 14 14:26:38.863 INFO kablam! warning: unused imports: `Error`, `Value` Oct 14 14:26:38.863 INFO kablam! --> src/main.rs:12:18 Oct 14 14:26:38.863 INFO kablam! | Oct 14 14:26:38.863 INFO kablam! 12 | use serde_json::{Value,Error}; Oct 14 14:26:38.863 INFO kablam! | ^^^^^ ^^^^^ Oct 14 14:26:38.863 INFO kablam! Oct 14 14:26:38.863 INFO kablam! warning: unused import: `std::io::Read` Oct 14 14:26:38.863 INFO kablam! --> src/main.rs:13:5 Oct 14 14:26:38.863 INFO kablam! | Oct 14 14:26:38.863 INFO kablam! 13 | use std::io::Read; Oct 14 14:26:38.863 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:26:38.863 INFO kablam! Oct 14 14:26:39.355 INFO kablam! warning: variable does not need to be mutable Oct 14 14:26:39.355 INFO kablam! --> src/main.rs:87:13 Oct 14 14:26:39.355 INFO kablam! | Oct 14 14:26:39.355 INFO kablam! 87 | let mut input = input.to_lowercase(); Oct 14 14:26:39.355 INFO kablam! | ----^^^^^ Oct 14 14:26:39.355 INFO kablam! | | Oct 14 14:26:39.355 INFO kablam! | help: remove this `mut` Oct 14 14:26:39.355 INFO kablam! | Oct 14 14:26:39.355 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:26:39.355 INFO kablam! Oct 14 14:26:39.355 INFO kablam! warning: variable does not need to be mutable Oct 14 14:26:39.355 INFO kablam! --> src/main.rs:88:13 Oct 14 14:26:39.355 INFO kablam! | Oct 14 14:26:39.355 INFO kablam! 88 | let mut input = input.trim(); Oct 14 14:26:39.355 INFO kablam! | ----^^^^^ Oct 14 14:26:39.355 INFO kablam! | | Oct 14 14:26:39.355 INFO kablam! | help: remove this `mut` Oct 14 14:26:39.355 INFO kablam! Oct 14 14:26:39.504 INFO kablam! warning: structure field `tableOfContents` should have a snake case name such as `table_of_contents` Oct 14 14:26:39.504 INFO kablam! --> src/fuse.rs:10:5 Oct 14 14:26:39.504 INFO kablam! | Oct 14 14:26:39.504 INFO kablam! 10 | tableOfContents: TableOfContents, Oct 14 14:26:39.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:39.504 INFO kablam! | Oct 14 14:26:39.504 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:26:39.504 INFO kablam! Oct 14 14:26:39.504 INFO kablam! warning: structure field `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:39.504 INFO kablam! --> src/fuse.rs:15:5 Oct 14 14:26:39.504 INFO kablam! | Oct 14 14:26:39.504 INFO kablam! 15 | uxProperties: Option>, Oct 14 14:26:39.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:39.505 INFO kablam! Oct 14 14:26:39.505 INFO kablam! warning: structure field `implementedInterfaces` should have a snake case name such as `implemented_interfaces` Oct 14 14:26:39.505 INFO kablam! --> src/fuse.rs:21:5 Oct 14 14:26:39.505 INFO kablam! | Oct 14 14:26:39.505 INFO kablam! 21 | implementedInterfaces: Option>, Oct 14 14:26:39.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:39.505 INFO kablam! Oct 14 14:26:39.515 INFO kablam! warning: structure field `idUri` should have a snake case name such as `id_uri` Oct 14 14:26:39.515 INFO kablam! --> src/fuse.rs:38:5 Oct 14 14:26:39.515 INFO kablam! | Oct 14 14:26:39.515 INFO kablam! 38 | idUri: String, Oct 14 14:26:39.515 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:26:39.515 INFO kablam! Oct 14 14:26:39.515 INFO kablam! warning: structure field `parentId` should have a snake case name such as `parent_id` Oct 14 14:26:39.515 INFO kablam! --> src/fuse.rs:45:5 Oct 14 14:26:39.515 INFO kablam! | Oct 14 14:26:39.515 INFO kablam! 45 | parentId: String, Oct 14 14:26:39.515 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:39.515 INFO kablam! Oct 14 14:26:39.515 INFO kablam! warning: structure field `indexTitle` should have a snake case name such as `index_title` Oct 14 14:26:39.515 INFO kablam! --> src/fuse.rs:52:5 Oct 14 14:26:39.515 INFO kablam! | Oct 14 14:26:39.515 INFO kablam! 52 | indexTitle: String, Oct 14 14:26:39.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:26:39.515 INFO kablam! Oct 14 14:26:39.515 INFO kablam! warning: structure field `fullyQualifiedIndexTitle` should have a snake case name such as `fully_qualified_index_title` Oct 14 14:26:39.515 INFO kablam! --> src/fuse.rs:53:5 Oct 14 14:26:39.515 INFO kablam! | Oct 14 14:26:39.515 INFO kablam! 53 | fullyQualifiedIndexTitle: String, Oct 14 14:26:39.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:39.515 INFO kablam! Oct 14 14:26:39.515 INFO kablam! warning: structure field `declaredIn` should have a snake case name such as `declared_in` Oct 14 14:26:39.515 INFO kablam! --> src/fuse.rs:65:5 Oct 14 14:26:39.515 INFO kablam! | Oct 14 14:26:39.515 INFO kablam! 65 | declaredIn: EntityRef, Oct 14 14:26:39.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:39.515 INFO kablam! Oct 14 14:26:39.515 INFO kablam! warning: structure field `fullyQualifiedTitle` should have a snake case name such as `fully_qualified_title` Oct 14 14:26:39.515 INFO kablam! --> src/fuse.rs:73:5 Oct 14 14:26:39.515 INFO kablam! | Oct 14 14:26:39.515 INFO kablam! 73 | pub fullyQualifiedTitle: String, Oct 14 14:26:39.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:39.515 INFO kablam! Oct 14 14:26:39.515 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:26:39.515 INFO kablam! --> src/fuse.rs:89:5 Oct 14 14:26:39.515 INFO kablam! | Oct 14 14:26:39.515 INFO kablam! 89 | file.read_to_string(&mut content); Oct 14 14:26:39.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:26:39.515 INFO kablam! | Oct 14 14:26:39.515 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 14:26:39.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:26:39.515 INFO kablam! Oct 14 14:26:39.515 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:39.515 INFO kablam! --> src/fuse.rs:96:21 Oct 14 14:26:39.515 INFO kablam! | Oct 14 14:26:39.515 INFO kablam! 96 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 14 14:26:39.515 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:39.515 INFO kablam! Oct 14 14:26:39.515 INFO kablam! warning: variable `uxProperties` should have a snake case name such as `ux_properties` Oct 14 14:26:39.515 INFO kablam! --> src/fuse.rs:109:21 Oct 14 14:26:39.516 INFO kablam! | Oct 14 14:26:39.516 INFO kablam! 109 | if let Some(ref uxProperties) = self.tableOfContents.uxProperties { Oct 14 14:26:39.516 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 14:26:39.516 INFO kablam! Oct 14 14:26:40.050 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 14 14:26:40.059 INFO kablam! su: No module specific data is present Oct 14 14:26:40.740 INFO running `"docker" "rm" "-f" "3744a19cfa4e7e31bd5c9593dcab11a7ae9c0dfaf37f791bc24d44ab3e69e486"` Oct 14 14:26:40.949 INFO blam! 3744a19cfa4e7e31bd5c9593dcab11a7ae9c0dfaf37f791bc24d44ab3e69e486 Oct 14 14:26:40.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:41.175 INFO blam! 5b0ab8e68da9a7d08c1d924d225205d355fa8df5e61a0a836bdbb1803c867dc7 Oct 14 14:26:41.177 INFO running `"docker" "start" "-a" "5b0ab8e68da9a7d08c1d924d225205d355fa8df5e61a0a836bdbb1803c867dc7"` Oct 14 14:26:41.948 INFO kablam! usermod: no changes Oct 14 14:26:42.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 14:26:42.006 INFO kablam! Running /target/debug/deps/fuse_doc_server-85b8ea25ea0a0502 Oct 14 14:26:42.008 INFO blam! Oct 14 14:26:42.008 INFO blam! running 0 tests Oct 14 14:26:42.008 INFO blam! Oct 14 14:26:42.009 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:26:42.009 INFO blam! Oct 14 14:26:42.012 INFO kablam! su: No module specific data is present Oct 14 14:26:42.391 INFO running `"docker" "rm" "-f" "5b0ab8e68da9a7d08c1d924d225205d355fa8df5e61a0a836bdbb1803c867dc7"` Oct 14 14:26:42.647 INFO blam! 5b0ab8e68da9a7d08c1d924d225205d355fa8df5e61a0a836bdbb1803c867dc7