Oct 12 18:16:59.557 INFO testing yagince/programming-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:16:59.557 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 18:16:59.957 INFO blam! 505087e8617b8fb5fcbe96f3f6f7e70403496e582cef78604193a1666c1d62e4 Oct 12 18:16:59.963 INFO running `"docker" "start" "-a" "505087e8617b8fb5fcbe96f3f6f7e70403496e582cef78604193a1666c1d62e4"` Oct 12 18:17:01.683 INFO kablam! usermod: no changes Oct 12 18:17:01.744 INFO kablam! Compiling samples v0.1.0 (/source) Oct 12 18:17:02.431 INFO kablam! warning: field is never used: `y` Oct 12 18:17:02.431 INFO kablam! --> src/bin/5_2_6_lifetime_parameter.rs:3:5 Oct 12 18:17:02.431 INFO kablam! | Oct 12 18:17:02.431 INFO kablam! 3 | y: &'b i32, Oct 12 18:17:02.431 INFO kablam! | ^^^^^^^^^^ Oct 12 18:17:02.431 INFO kablam! | Oct 12 18:17:02.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:17:02.431 INFO kablam! Oct 12 18:17:02.535 INFO kablam! warning: unused import: `std::io::Result` Oct 12 18:17:02.535 INFO kablam! --> src/bin/6_4_1_if_let.rs:2:5 Oct 12 18:17:02.535 INFO kablam! | Oct 12 18:17:02.535 INFO kablam! 2 | use std::io::Result; Oct 12 18:17:02.535 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 18:17:02.535 INFO kablam! | Oct 12 18:17:02.535 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:17:02.535 INFO kablam! Oct 12 18:17:03.035 INFO kablam! warning: unused variable: `aside` Oct 12 18:17:03.035 INFO kablam! --> src/bin/5_3_share_refenrence.rs:11:9 Oct 12 18:17:03.035 INFO kablam! | Oct 12 18:17:03.035 INFO kablam! 11 | let aside = v; Oct 12 18:17:03.035 INFO kablam! | ^^^^^ help: consider using `_aside` instead Oct 12 18:17:03.035 INFO kablam! | Oct 12 18:17:03.035 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:17:03.035 INFO kablam! Oct 12 18:17:03.035 INFO kablam! warning: unused variable: `r1` Oct 12 18:17:03.035 INFO kablam! --> src/bin/5_3_share_refenrence.rs:28:9 Oct 12 18:17:03.035 INFO kablam! | Oct 12 18:17:03.035 INFO kablam! 28 | let r1 = &mut r.1; // 可変参照から可変参照の再借用は出来る Oct 12 18:17:03.035 INFO kablam! | ^^ help: consider using `_r1` instead Oct 12 18:17:03.035 INFO kablam! Oct 12 18:17:05.702 INFO kablam! warning: unused variable: `t` Oct 12 18:17:05.702 INFO kablam! --> src/bin/4_4_rc_arc.rs:9:9 Oct 12 18:17:05.703 INFO kablam! | Oct 12 18:17:05.703 INFO kablam! 9 | let t = s.clone(); // cloneすると参照カウントがインクリメントされるが実際はコピーされない Oct 12 18:17:05.703 INFO kablam! | ^ help: consider using `_t` instead Oct 12 18:17:05.704 INFO kablam! | Oct 12 18:17:05.704 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:17:05.704 INFO kablam! Oct 12 18:17:05.704 INFO kablam! warning: unused variable: `u` Oct 12 18:17:05.705 INFO kablam! --> src/bin/4_4_rc_arc.rs:10:9 Oct 12 18:17:05.705 INFO kablam! | Oct 12 18:17:05.705 INFO kablam! 10 | let u = s.clone(); Oct 12 18:17:05.706 INFO kablam! | ^ help: consider using `_u` instead Oct 12 18:17:05.706 INFO kablam! Oct 12 18:17:05.706 INFO kablam! warning: variable does not need to be mutable Oct 12 18:17:05.706 INFO kablam! --> src/bin/4_4_rc_arc.rs:7:9 Oct 12 18:17:05.707 INFO kablam! | Oct 12 18:17:05.707 INFO kablam! 7 | let mut s = Rc::new("hoge".to_string()); Oct 12 18:17:05.707 INFO kablam! | ----^ Oct 12 18:17:05.708 INFO kablam! | | Oct 12 18:17:05.708 INFO kablam! | help: remove this `mut` Oct 12 18:17:05.708 INFO kablam! | Oct 12 18:17:05.709 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:17:05.709 INFO kablam! Oct 12 18:17:06.203 INFO kablam! warning: unused variable: `a_2` Oct 12 18:17:06.203 INFO kablam! --> src/bin/4_3_copy.rs:6:9 Oct 12 18:17:06.203 INFO kablam! | Oct 12 18:17:06.203 INFO kablam! 6 | let a_2 = a; Oct 12 18:17:06.203 INFO kablam! | ^^^ help: consider using `_a_2` instead Oct 12 18:17:06.203 INFO kablam! | Oct 12 18:17:06.203 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:17:06.203 INFO kablam! Oct 12 18:17:07.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.27s Oct 12 18:17:07.984 INFO kablam! su: No module specific data is present Oct 12 18:17:09.552 INFO running `"docker" "rm" "-f" "505087e8617b8fb5fcbe96f3f6f7e70403496e582cef78604193a1666c1d62e4"` Oct 12 18:17:09.919 INFO blam! 505087e8617b8fb5fcbe96f3f6f7e70403496e582cef78604193a1666c1d62e4 Oct 12 18:17:09.923 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 18:17:10.578 INFO blam! 983691c6958023ccee54e4164415e4be10ccfc86974b144ffce767ef7f8b8808 Oct 12 18:17:10.580 INFO running `"docker" "start" "-a" "983691c6958023ccee54e4164415e4be10ccfc86974b144ffce767ef7f8b8808"` Oct 12 18:17:12.719 INFO kablam! usermod: no changes Oct 12 18:17:12.767 INFO kablam! Compiling samples v0.1.0 (/source) Oct 12 18:17:13.643 INFO kablam! warning: unused import: `std::io::Result` Oct 12 18:17:13.644 INFO kablam! --> src/bin/6_4_1_if_let.rs:2:5 Oct 12 18:17:13.644 INFO kablam! | Oct 12 18:17:13.645 INFO kablam! 2 | use std::io::Result; Oct 12 18:17:13.646 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 18:17:13.659 INFO kablam! | Oct 12 18:17:13.660 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:17:13.660 INFO kablam! Oct 12 18:17:13.691 INFO kablam! warning: unused variable: `a_2` Oct 12 18:17:13.692 INFO kablam! --> src/bin/4_3_copy.rs:6:9 Oct 12 18:17:13.692 INFO kablam! | Oct 12 18:17:13.693 INFO kablam! 6 | let a_2 = a; Oct 12 18:17:13.694 INFO kablam! | ^^^ help: consider using `_a_2` instead Oct 12 18:17:13.711 INFO kablam! | Oct 12 18:17:13.712 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:17:13.713 INFO kablam! Oct 12 18:17:17.731 INFO kablam! warning: field is never used: `y` Oct 12 18:17:17.732 INFO kablam! --> src/bin/5_2_6_lifetime_parameter.rs:3:5 Oct 12 18:17:17.732 INFO kablam! | Oct 12 18:17:17.733 INFO kablam! 3 | y: &'b i32, Oct 12 18:17:17.734 INFO kablam! | ^^^^^^^^^^ Oct 12 18:17:17.734 INFO kablam! | Oct 12 18:17:17.735 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:17:17.735 INFO kablam! Oct 12 18:17:17.939 INFO kablam! warning: unused variable: `aside` Oct 12 18:17:17.940 INFO kablam! --> src/bin/5_3_share_refenrence.rs:11:9 Oct 12 18:17:17.941 INFO kablam! | Oct 12 18:17:17.941 INFO kablam! 11 | let aside = v; Oct 12 18:17:17.942 INFO kablam! | ^^^^^ help: consider using `_aside` instead Oct 12 18:17:17.942 INFO kablam! | Oct 12 18:17:17.943 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:17:17.943 INFO kablam! Oct 12 18:17:17.944 INFO kablam! warning: unused variable: `r1` Oct 12 18:17:17.945 INFO kablam! --> src/bin/5_3_share_refenrence.rs:28:9 Oct 12 18:17:17.945 INFO kablam! | Oct 12 18:17:17.946 INFO kablam! 28 | let r1 = &mut r.1; // 可変参照から可変参照の再借用は出来る Oct 12 18:17:17.946 INFO kablam! | ^^ help: consider using `_r1` instead Oct 12 18:17:17.947 INFO kablam! Oct 12 18:17:18.039 INFO kablam! warning: unused variable: `t` Oct 12 18:17:18.040 INFO kablam! --> src/bin/4_4_rc_arc.rs:9:9 Oct 12 18:17:18.041 INFO kablam! | Oct 12 18:17:18.041 INFO kablam! 9 | let t = s.clone(); // cloneすると参照カウントがインクリメントされるが実際はコピーされない Oct 12 18:17:18.042 INFO kablam! | ^ help: consider using `_t` instead Oct 12 18:17:18.043 INFO kablam! | Oct 12 18:17:18.043 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:17:18.044 INFO kablam! Oct 12 18:17:18.044 INFO kablam! warning: unused variable: `u` Oct 12 18:17:18.045 INFO kablam! --> src/bin/4_4_rc_arc.rs:10:9 Oct 12 18:17:18.046 INFO kablam! | Oct 12 18:17:18.046 INFO kablam! 10 | let u = s.clone(); Oct 12 18:17:18.047 INFO kablam! | ^ help: consider using `_u` instead Oct 12 18:17:18.047 INFO kablam! Oct 12 18:17:18.070 INFO kablam! warning: variable does not need to be mutable Oct 12 18:17:18.071 INFO kablam! --> src/bin/4_4_rc_arc.rs:7:9 Oct 12 18:17:18.072 INFO kablam! | Oct 12 18:17:18.072 INFO kablam! 7 | let mut s = Rc::new("hoge".to_string()); Oct 12 18:17:18.073 INFO kablam! | ----^ Oct 12 18:17:18.073 INFO kablam! | | Oct 12 18:17:18.074 INFO kablam! | help: remove this `mut` Oct 12 18:17:18.075 INFO kablam! | Oct 12 18:17:18.075 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:17:18.076 INFO kablam! Oct 12 18:17:19.860 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.11s Oct 12 18:17:19.864 INFO kablam! su: No module specific data is present Oct 12 18:17:21.911 INFO running `"docker" "rm" "-f" "983691c6958023ccee54e4164415e4be10ccfc86974b144ffce767ef7f8b8808"` Oct 12 18:17:22.315 INFO blam! 983691c6958023ccee54e4164415e4be10ccfc86974b144ffce767ef7f8b8808 Oct 12 18:17:22.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 18:17:22.827 INFO blam! 4675c0d1d026036ccc6da011a6de1e162efac7594bf2c8db288f11d49ec4fee1 Oct 12 18:17:22.829 INFO running `"docker" "start" "-a" "4675c0d1d026036ccc6da011a6de1e162efac7594bf2c8db288f11d49ec4fee1"` Oct 12 18:17:25.198 INFO kablam! usermod: no changes Oct 12 18:17:25.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 18:17:25.287 INFO kablam! Running /target/debug/deps/4_3_copy-61eb7b0953424045 Oct 12 18:17:25.303 INFO kablam! Running /target/debug/deps/4_4_rc_arc-6dfe7df7c35df950 Oct 12 18:17:25.303 INFO kablam! Running /target/debug/deps/5_2_2_references_static-74b27156efaabb8f Oct 12 18:17:25.303 INFO blam! Oct 12 18:17:25.303 INFO blam! running 0 tests Oct 12 18:17:25.303 INFO blam! Oct 12 18:17:25.303 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.303 INFO blam! Oct 12 18:17:25.303 INFO blam! Oct 12 18:17:25.303 INFO blam! running 0 tests Oct 12 18:17:25.303 INFO blam! Oct 12 18:17:25.303 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.303 INFO blam! Oct 12 18:17:25.303 INFO blam! Oct 12 18:17:25.303 INFO blam! running 0 tests Oct 12 18:17:25.303 INFO blam! Oct 12 18:17:25.303 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.303 INFO blam! Oct 12 18:17:25.311 INFO kablam! Running /target/debug/deps/5_2_4_return_references-e120b96b0c2873e8 Oct 12 18:17:25.311 INFO blam! Oct 12 18:17:25.311 INFO blam! running 0 tests Oct 12 18:17:25.311 INFO blam! Oct 12 18:17:25.311 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.311 INFO blam! Oct 12 18:17:25.319 INFO kablam! Running /target/debug/deps/5_2_6_lifetime_parameter-4e3c05a1bc803cbd Oct 12 18:17:25.319 INFO kablam! Running /target/debug/deps/5_2_7_self_lifetime-d5c6f625e4e9fabf Oct 12 18:17:25.319 INFO blam! Oct 12 18:17:25.319 INFO blam! running 0 tests Oct 12 18:17:25.319 INFO blam! Oct 12 18:17:25.319 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.319 INFO blam! Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! running 0 tests Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! running 0 tests Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! running 0 tests Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! running 0 tests Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! running 0 tests Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.327 INFO blam! Oct 12 18:17:25.327 INFO kablam! Running /target/debug/deps/5_3_share_refenrence-449e9aeb9b003a80 Oct 12 18:17:25.327 INFO kablam! Running /target/debug/deps/6_13_cast-6b4e131755b41173 Oct 12 18:17:25.327 INFO kablam! Running /target/debug/deps/6_4_1_if_let-196b6972402cab3d Oct 12 18:17:25.327 INFO kablam! Running /target/debug/deps/6_5_loop-bd510b16beb458f2 Oct 12 18:17:25.327 INFO kablam! Running /target/debug/deps/6_7_loop-833bb4fad3b96152 Oct 12 18:17:25.331 INFO kablam! Running /target/debug/deps/samples-2bd592685a8e924d Oct 12 18:17:25.331 INFO blam! Oct 12 18:17:25.331 INFO blam! running 0 tests Oct 12 18:17:25.331 INFO blam! Oct 12 18:17:25.331 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.331 INFO blam! Oct 12 18:17:25.331 INFO blam! Oct 12 18:17:25.331 INFO blam! running 0 tests Oct 12 18:17:25.331 INFO blam! Oct 12 18:17:25.331 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:17:25.331 INFO blam! Oct 12 18:17:25.363 INFO kablam! su: No module specific data is present Oct 12 18:17:26.796 INFO running `"docker" "rm" "-f" "4675c0d1d026036ccc6da011a6de1e162efac7594bf2c8db288f11d49ec4fee1"` Oct 12 18:17:27.103 INFO blam! 4675c0d1d026036ccc6da011a6de1e162efac7594bf2c8db288f11d49ec4fee1