Oct 13 03:48:37.873 INFO testing plscar/rustDemo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:48:37.875 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 03:48:38.315 INFO blam! 2df706b6b45504a997840dc59cf1a3f6f109ebd1b1a9418104b50772e20089b9 Oct 13 03:48:38.323 INFO running `"docker" "start" "-a" "2df706b6b45504a997840dc59cf1a3f6f109ebd1b1a9418104b50772e20089b9"` Oct 13 03:48:39.334 INFO kablam! usermod: no changes Oct 13 03:48:39.425 INFO kablam! Compiling rustDemo v0.1.0 (/source) Oct 13 03:48:39.843 INFO kablam! warning: struct is never constructed: `apple` Oct 13 03:48:39.843 INFO kablam! --> src/about_macro/my_macro.rs:17:1 Oct 13 03:48:39.843 INFO kablam! | Oct 13 03:48:39.843 INFO kablam! 17 | struct apple Oct 13 03:48:39.843 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:48:39.843 INFO kablam! | Oct 13 03:48:39.843 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:48:39.843 INFO kablam! Oct 13 03:48:39.843 INFO kablam! warning: method is never used: `show` Oct 13 03:48:39.843 INFO kablam! --> src/about_macro/my_macro.rs:23:5 Oct 13 03:48:39.843 INFO kablam! | Oct 13 03:48:39.843 INFO kablam! 23 | fn show(&self) Oct 13 03:48:39.843 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 03:48:39.843 INFO kablam! Oct 13 03:48:39.843 INFO kablam! warning: crate `rustDemo` should have a snake case name such as `rust_demo` Oct 13 03:48:39.843 INFO kablam! | Oct 13 03:48:39.843 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 03:48:39.843 INFO kablam! Oct 13 03:48:39.843 INFO kablam! warning: trait `trait_demo` should have a camel case name such as `TraitDemo` Oct 13 03:48:39.843 INFO kablam! --> src/about_trait/mytrait.rs:11:1 Oct 13 03:48:39.843 INFO kablam! | Oct 13 03:48:39.843 INFO kablam! 11 | / pub trait trait_demo { Oct 13 03:48:39.843 INFO kablam! 12 | | // fn中不加pub Oct 13 03:48:39.843 INFO kablam! 13 | | /// 定义了一个方法的结构体,具体的实现要到具体struct的impl中进行 Oct 13 03:48:39.843 INFO kablam! 14 | | fn show(&self)->String; Oct 13 03:48:39.843 INFO kablam! ... | Oct 13 03:48:39.843 INFO kablam! 20 | | } Oct 13 03:48:39.843 INFO kablam! 21 | | } Oct 13 03:48:39.843 INFO kablam! | |_^ Oct 13 03:48:39.843 INFO kablam! | Oct 13 03:48:39.843 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 03:48:39.843 INFO kablam! Oct 13 03:48:39.849 INFO kablam! warning: function `GetShow` should have a snake case name such as `get_show` Oct 13 03:48:39.849 INFO kablam! --> src/about_trait/mytrait.rs:54:1 Oct 13 03:48:39.849 INFO kablam! | Oct 13 03:48:39.849 INFO kablam! 54 | / fn GetShow(item:T) Oct 13 03:48:39.849 INFO kablam! 55 | | { Oct 13 03:48:39.849 INFO kablam! 56 | | println!("调用结果:\n{}",item.show()) Oct 13 03:48:39.849 INFO kablam! 57 | | } Oct 13 03:48:39.849 INFO kablam! | |_^ Oct 13 03:48:39.849 INFO kablam! Oct 13 03:48:39.849 INFO kablam! warning: function `GetShow_default` should have a snake case name such as `get_show_default` Oct 13 03:48:39.849 INFO kablam! --> src/about_trait/mytrait.rs:59:1 Oct 13 03:48:39.849 INFO kablam! | Oct 13 03:48:39.850 INFO kablam! 59 | / fn GetShow_default(item:T) Oct 13 03:48:39.850 INFO kablam! 60 | | { Oct 13 03:48:39.850 INFO kablam! 61 | | item.show_default(); Oct 13 03:48:39.850 INFO kablam! 62 | | } Oct 13 03:48:39.850 INFO kablam! | |_^ Oct 13 03:48:39.850 INFO kablam! Oct 13 03:48:39.850 INFO kablam! warning: function `GetOrange` should have a snake case name such as `get_orange` Oct 13 03:48:39.850 INFO kablam! --> src/about_trait/mytrait.rs:81:1 Oct 13 03:48:39.850 INFO kablam! | Oct 13 03:48:39.850 INFO kablam! 81 | / pub fn GetOrange() Oct 13 03:48:39.850 INFO kablam! 82 | | { Oct 13 03:48:39.850 INFO kablam! 83 | | Oct 13 03:48:39.850 INFO kablam! 84 | | let ora=custom::Orange{ Oct 13 03:48:39.850 INFO kablam! ... | Oct 13 03:48:39.850 INFO kablam! 89 | | GetShow_default(ora); Oct 13 03:48:39.850 INFO kablam! 90 | | } Oct 13 03:48:39.850 INFO kablam! | |_^ Oct 13 03:48:39.850 INFO kablam! Oct 13 03:48:39.850 INFO kablam! warning: type `apple` should have a camel case name such as `Apple` Oct 13 03:48:39.850 INFO kablam! --> src/about_macro/my_macro.rs:17:1 Oct 13 03:48:39.850 INFO kablam! | Oct 13 03:48:39.850 INFO kablam! 17 | / struct apple Oct 13 03:48:39.850 INFO kablam! 18 | | { Oct 13 03:48:39.850 INFO kablam! 19 | | name:String Oct 13 03:48:39.850 INFO kablam! 20 | | } Oct 13 03:48:39.850 INFO kablam! | |_^ Oct 13 03:48:39.850 INFO kablam! Oct 13 03:48:40.428 INFO kablam! warning: crate `rustDemo` should have a snake case name such as `rust_demo` Oct 13 03:48:40.428 INFO kablam! | Oct 13 03:48:40.428 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 03:48:40.428 INFO kablam! Oct 13 03:48:40.428 INFO kablam! warning: denote infinite loops with `loop { ... }` Oct 13 03:48:40.428 INFO kablam! --> src/main.rs:15:5 Oct 13 03:48:40.428 INFO kablam! | Oct 13 03:48:40.428 INFO kablam! 15 | while true { Oct 13 03:48:40.428 INFO kablam! | ^^^^^^^^^^ help: use `loop` Oct 13 03:48:40.428 INFO kablam! | Oct 13 03:48:40.428 INFO kablam! = note: #[warn(while_true)] on by default Oct 13 03:48:40.428 INFO kablam! Oct 13 03:48:41.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 13 03:48:41.087 INFO kablam! su: No module specific data is present Oct 13 03:48:42.003 INFO running `"docker" "rm" "-f" "2df706b6b45504a997840dc59cf1a3f6f109ebd1b1a9418104b50772e20089b9"` Oct 13 03:48:42.223 INFO blam! 2df706b6b45504a997840dc59cf1a3f6f109ebd1b1a9418104b50772e20089b9 Oct 13 03:48:42.229 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 03:48:42.715 INFO blam! 6fe7e9b0ef77ca65ce8a23d9cfeb64d76b70a1c5c87c51e9feb598252bb59e86 Oct 13 03:48:42.719 INFO running `"docker" "start" "-a" "6fe7e9b0ef77ca65ce8a23d9cfeb64d76b70a1c5c87c51e9feb598252bb59e86"` Oct 13 03:48:43.502 INFO kablam! usermod: no changes Oct 13 03:48:43.532 INFO kablam! Compiling rustDemo v0.1.0 (/source) Oct 13 03:48:43.882 INFO kablam! warning: struct is never constructed: `apple` Oct 13 03:48:43.882 INFO kablam! --> src/about_macro/my_macro.rs:17:1 Oct 13 03:48:43.882 INFO kablam! | Oct 13 03:48:43.882 INFO kablam! 17 | struct apple Oct 13 03:48:43.882 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:48:43.882 INFO kablam! | Oct 13 03:48:43.882 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:48:43.882 INFO kablam! Oct 13 03:48:43.882 INFO kablam! warning: method is never used: `show` Oct 13 03:48:43.882 INFO kablam! --> src/about_macro/my_macro.rs:23:5 Oct 13 03:48:43.882 INFO kablam! | Oct 13 03:48:43.882 INFO kablam! 23 | fn show(&self) Oct 13 03:48:43.882 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 03:48:43.882 INFO kablam! Oct 13 03:48:43.883 INFO kablam! warning: crate `rustDemo` should have a snake case name such as `rust_demo` Oct 13 03:48:43.883 INFO kablam! | Oct 13 03:48:43.883 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 03:48:43.883 INFO kablam! Oct 13 03:48:43.883 INFO kablam! warning: trait `trait_demo` should have a camel case name such as `TraitDemo` Oct 13 03:48:43.883 INFO kablam! --> src/about_trait/mytrait.rs:11:1 Oct 13 03:48:43.883 INFO kablam! | Oct 13 03:48:43.883 INFO kablam! 11 | / pub trait trait_demo { Oct 13 03:48:43.883 INFO kablam! 12 | | // fn中不加pub Oct 13 03:48:43.883 INFO kablam! 13 | | /// 定义了一个方法的结构体,具体的实现要到具体struct的impl中进行 Oct 13 03:48:43.883 INFO kablam! 14 | | fn show(&self)->String; Oct 13 03:48:43.883 INFO kablam! ... | Oct 13 03:48:43.883 INFO kablam! 20 | | } Oct 13 03:48:43.883 INFO kablam! 21 | | } Oct 13 03:48:43.883 INFO kablam! | |_^ Oct 13 03:48:43.883 INFO kablam! | Oct 13 03:48:43.883 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 03:48:43.883 INFO kablam! Oct 13 03:48:43.887 INFO kablam! warning: function `GetShow` should have a snake case name such as `get_show` Oct 13 03:48:43.887 INFO kablam! --> src/about_trait/mytrait.rs:54:1 Oct 13 03:48:43.887 INFO kablam! | Oct 13 03:48:43.887 INFO kablam! 54 | / fn GetShow(item:T) Oct 13 03:48:43.887 INFO kablam! 55 | | { Oct 13 03:48:43.887 INFO kablam! 56 | | println!("调用结果:\n{}",item.show()) Oct 13 03:48:43.887 INFO kablam! 57 | | } Oct 13 03:48:43.887 INFO kablam! | |_^ Oct 13 03:48:43.887 INFO kablam! Oct 13 03:48:43.887 INFO kablam! warning: function `GetShow_default` should have a snake case name such as `get_show_default` Oct 13 03:48:43.887 INFO kablam! --> src/about_trait/mytrait.rs:59:1 Oct 13 03:48:43.887 INFO kablam! | Oct 13 03:48:43.887 INFO kablam! 59 | / fn GetShow_default(item:T) Oct 13 03:48:43.887 INFO kablam! 60 | | { Oct 13 03:48:43.887 INFO kablam! 61 | | item.show_default(); Oct 13 03:48:43.887 INFO kablam! 62 | | } Oct 13 03:48:43.887 INFO kablam! | |_^ Oct 13 03:48:43.887 INFO kablam! Oct 13 03:48:43.887 INFO kablam! warning: function `GetOrange` should have a snake case name such as `get_orange` Oct 13 03:48:43.887 INFO kablam! --> src/about_trait/mytrait.rs:81:1 Oct 13 03:48:43.887 INFO kablam! | Oct 13 03:48:43.887 INFO kablam! 81 | / pub fn GetOrange() Oct 13 03:48:43.887 INFO kablam! 82 | | { Oct 13 03:48:43.887 INFO kablam! 83 | | Oct 13 03:48:43.887 INFO kablam! 84 | | let ora=custom::Orange{ Oct 13 03:48:43.887 INFO kablam! ... | Oct 13 03:48:43.887 INFO kablam! 89 | | GetShow_default(ora); Oct 13 03:48:43.887 INFO kablam! 90 | | } Oct 13 03:48:43.887 INFO kablam! | |_^ Oct 13 03:48:43.887 INFO kablam! Oct 13 03:48:43.887 INFO kablam! warning: type `apple` should have a camel case name such as `Apple` Oct 13 03:48:43.887 INFO kablam! --> src/about_macro/my_macro.rs:17:1 Oct 13 03:48:43.887 INFO kablam! | Oct 13 03:48:43.887 INFO kablam! 17 | / struct apple Oct 13 03:48:43.887 INFO kablam! 18 | | { Oct 13 03:48:43.887 INFO kablam! 19 | | name:String Oct 13 03:48:43.887 INFO kablam! 20 | | } Oct 13 03:48:43.887 INFO kablam! | |_^ Oct 13 03:48:43.887 INFO kablam! Oct 13 03:48:43.924 INFO kablam! warning: crate `rustDemo` should have a snake case name such as `rust_demo` Oct 13 03:48:43.924 INFO kablam! | Oct 13 03:48:43.925 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 03:48:43.925 INFO kablam! Oct 13 03:48:43.925 INFO kablam! warning: denote infinite loops with `loop { ... }` Oct 13 03:48:43.925 INFO kablam! --> src/main.rs:15:5 Oct 13 03:48:43.925 INFO kablam! | Oct 13 03:48:43.926 INFO kablam! 15 | while true { Oct 13 03:48:43.926 INFO kablam! | ^^^^^^^^^^ help: use `loop` Oct 13 03:48:43.926 INFO kablam! | Oct 13 03:48:43.926 INFO kablam! = note: #[warn(while_true)] on by default Oct 13 03:48:43.926 INFO kablam! Oct 13 03:48:44.414 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 13 03:48:44.417 INFO kablam! su: No module specific data is present Oct 13 03:48:44.739 INFO running `"docker" "rm" "-f" "6fe7e9b0ef77ca65ce8a23d9cfeb64d76b70a1c5c87c51e9feb598252bb59e86"` Oct 13 03:48:44.875 INFO blam! 6fe7e9b0ef77ca65ce8a23d9cfeb64d76b70a1c5c87c51e9feb598252bb59e86 Oct 13 03:48:44.875 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 03:48:45.157 INFO blam! 7ddfe4a98a14e4125b4bd9ce087619952eaf2e0c89d4ab9f75c21efc10e1e406 Oct 13 03:48:45.158 INFO running `"docker" "start" "-a" "7ddfe4a98a14e4125b4bd9ce087619952eaf2e0c89d4ab9f75c21efc10e1e406"` Oct 13 03:48:45.818 INFO kablam! usermod: no changes Oct 13 03:48:45.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 03:48:45.851 INFO kablam! Running /target/debug/deps/rustDemo-9f6fc5747ce4a00d Oct 13 03:48:45.867 INFO kablam! Running /target/debug/deps/rustDemo-2ad6d7836f929a59 Oct 13 03:48:45.867 INFO blam! Oct 13 03:48:45.867 INFO blam! running 0 tests Oct 13 03:48:45.867 INFO blam! Oct 13 03:48:45.867 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:48:45.867 INFO blam! Oct 13 03:48:45.871 INFO blam! Oct 13 03:48:45.871 INFO kablam! Doc-tests rustDemo Oct 13 03:48:45.871 INFO blam! running 0 tests Oct 13 03:48:45.871 INFO blam! Oct 13 03:48:45.871 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:48:45.871 INFO blam! Oct 13 03:48:46.218 INFO blam! Oct 13 03:48:46.218 INFO blam! running 0 tests Oct 13 03:48:46.218 INFO blam! Oct 13 03:48:46.218 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:48:46.218 INFO blam! Oct 13 03:48:46.231 INFO kablam! su: No module specific data is present Oct 13 03:48:46.723 INFO running `"docker" "rm" "-f" "7ddfe4a98a14e4125b4bd9ce087619952eaf2e0c89d4ab9f75c21efc10e1e406"` Oct 13 03:48:47.007 INFO blam! 7ddfe4a98a14e4125b4bd9ce087619952eaf2e0c89d4ab9f75c21efc10e1e406