Oct 14 21:47:39.596 INFO testing eliheuer/gif-generator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:47:39.596 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 14 21:47:40.169 INFO blam! 877770d249d23e3a9ac3c4c7da2240e551b86739506a2a3c6a62aee640c245ee Oct 14 21:47:40.171 INFO running `"docker" "start" "-a" "877770d249d23e3a9ac3c4c7da2240e551b86739506a2a3c6a62aee640c245ee"` Oct 14 21:47:41.167 INFO kablam! usermod: no changes Oct 14 21:47:41.224 INFO kablam! Compiling gif-generator v0.1.0 (/source) Oct 14 21:47:41.709 INFO kablam! warning: unused import: `std::io` Oct 14 21:47:41.709 INFO kablam! --> src/main.rs:7:5 Oct 14 21:47:41.709 INFO kablam! | Oct 14 21:47:41.710 INFO kablam! 7 | use std::io; Oct 14 21:47:41.710 INFO kablam! | ^^^^^^^ Oct 14 21:47:41.710 INFO kablam! | Oct 14 21:47:41.710 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:47:41.719 INFO kablam! Oct 14 21:47:41.823 INFO kablam! warning: unused variable: `rand_col` Oct 14 21:47:41.823 INFO kablam! --> src/main.rs:72:13 Oct 14 21:47:41.824 INFO kablam! | Oct 14 21:47:41.824 INFO kablam! 72 | let mut rand_col: [u8; 256]; Oct 14 21:47:41.824 INFO kablam! | ^^^^^^^^ help: consider using `_rand_col` instead Oct 14 21:47:41.825 INFO kablam! | Oct 14 21:47:41.825 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:47:41.825 INFO kablam! Oct 14 21:47:41.826 INFO kablam! warning: unused variable: `ary_a` Oct 14 21:47:41.826 INFO kablam! --> src/main.rs:83:13 Oct 14 21:47:41.826 INFO kablam! | Oct 14 21:47:41.827 INFO kablam! 83 | let mut ary_a: [u8; 256]; Oct 14 21:47:41.827 INFO kablam! | ^^^^^ help: consider using `_ary_a` instead Oct 14 21:47:41.827 INFO kablam! Oct 14 21:47:41.827 INFO kablam! warning: unused variable: `ary_b` Oct 14 21:47:41.828 INFO kablam! --> src/main.rs:99:13 Oct 14 21:47:41.828 INFO kablam! | Oct 14 21:47:41.828 INFO kablam! 99 | let mut ary_b: [u8; 256]; Oct 14 21:47:41.828 INFO kablam! | ^^^^^ help: consider using `_ary_b` instead Oct 14 21:47:41.829 INFO kablam! Oct 14 21:47:41.829 INFO kablam! warning: variable does not need to be mutable Oct 14 21:47:41.829 INFO kablam! --> src/main.rs:72:9 Oct 14 21:47:41.829 INFO kablam! | Oct 14 21:47:41.830 INFO kablam! 72 | let mut rand_col: [u8; 256]; Oct 14 21:47:41.830 INFO kablam! | ----^^^^^^^^ Oct 14 21:47:41.830 INFO kablam! | | Oct 14 21:47:41.831 INFO kablam! | help: remove this `mut` Oct 14 21:47:41.831 INFO kablam! | Oct 14 21:47:41.831 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:47:41.831 INFO kablam! Oct 14 21:47:41.832 INFO kablam! warning: variable does not need to be mutable Oct 14 21:47:41.832 INFO kablam! --> src/main.rs:83:9 Oct 14 21:47:41.832 INFO kablam! | Oct 14 21:47:41.832 INFO kablam! 83 | let mut ary_a: [u8; 256]; Oct 14 21:47:41.833 INFO kablam! | ----^^^^^ Oct 14 21:47:41.833 INFO kablam! | | Oct 14 21:47:41.833 INFO kablam! | help: remove this `mut` Oct 14 21:47:41.833 INFO kablam! Oct 14 21:47:41.834 INFO kablam! warning: variable does not need to be mutable Oct 14 21:47:41.834 INFO kablam! --> src/main.rs:99:9 Oct 14 21:47:41.834 INFO kablam! | Oct 14 21:47:41.834 INFO kablam! 99 | let mut ary_b: [u8; 256]; Oct 14 21:47:41.839 INFO kablam! | ----^^^^^ Oct 14 21:47:41.839 INFO kablam! | | Oct 14 21:47:41.840 INFO kablam! | help: remove this `mut` Oct 14 21:47:41.840 INFO kablam! Oct 14 21:47:42.642 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 14 21:47:42.649 INFO kablam! su: No module specific data is present Oct 14 21:47:43.315 INFO running `"docker" "rm" "-f" "877770d249d23e3a9ac3c4c7da2240e551b86739506a2a3c6a62aee640c245ee"` Oct 14 21:47:43.547 INFO blam! 877770d249d23e3a9ac3c4c7da2240e551b86739506a2a3c6a62aee640c245ee Oct 14 21:47:43.551 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 14 21:47:43.991 INFO blam! 1afc2531e7a4218f305740ef9f7c3e1a8768e47b9c59e52281e073302c0e9ece Oct 14 21:47:44.011 INFO running `"docker" "start" "-a" "1afc2531e7a4218f305740ef9f7c3e1a8768e47b9c59e52281e073302c0e9ece"` Oct 14 21:47:45.383 INFO kablam! usermod: no changes Oct 14 21:47:45.453 INFO kablam! Compiling gif-generator v0.1.0 (/source) Oct 14 21:47:45.803 INFO kablam! warning: unused import: `std::io` Oct 14 21:47:45.803 INFO kablam! --> src/main.rs:7:5 Oct 14 21:47:45.804 INFO kablam! | Oct 14 21:47:45.804 INFO kablam! 7 | use std::io; Oct 14 21:47:45.804 INFO kablam! | ^^^^^^^ Oct 14 21:47:45.805 INFO kablam! | Oct 14 21:47:45.805 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:47:45.805 INFO kablam! Oct 14 21:47:45.887 INFO kablam! warning: unused variable: `rand_col` Oct 14 21:47:45.888 INFO kablam! --> src/main.rs:72:13 Oct 14 21:47:45.888 INFO kablam! | Oct 14 21:47:45.888 INFO kablam! 72 | let mut rand_col: [u8; 256]; Oct 14 21:47:45.889 INFO kablam! | ^^^^^^^^ help: consider using `_rand_col` instead Oct 14 21:47:45.889 INFO kablam! | Oct 14 21:47:45.889 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:47:45.890 INFO kablam! Oct 14 21:47:45.890 INFO kablam! warning: unused variable: `ary_a` Oct 14 21:47:45.890 INFO kablam! --> src/main.rs:83:13 Oct 14 21:47:45.891 INFO kablam! | Oct 14 21:47:45.891 INFO kablam! 83 | let mut ary_a: [u8; 256]; Oct 14 21:47:45.891 INFO kablam! | ^^^^^ help: consider using `_ary_a` instead Oct 14 21:47:45.892 INFO kablam! Oct 14 21:47:45.892 INFO kablam! warning: unused variable: `ary_b` Oct 14 21:47:45.892 INFO kablam! --> src/main.rs:99:13 Oct 14 21:47:45.893 INFO kablam! | Oct 14 21:47:45.893 INFO kablam! 99 | let mut ary_b: [u8; 256]; Oct 14 21:47:45.893 INFO kablam! | ^^^^^ help: consider using `_ary_b` instead Oct 14 21:47:45.893 INFO kablam! Oct 14 21:47:45.899 INFO kablam! warning: variable does not need to be mutable Oct 14 21:47:45.899 INFO kablam! --> src/main.rs:72:9 Oct 14 21:47:45.900 INFO kablam! | Oct 14 21:47:45.900 INFO kablam! 72 | let mut rand_col: [u8; 256]; Oct 14 21:47:45.900 INFO kablam! | ----^^^^^^^^ Oct 14 21:47:45.901 INFO kablam! | | Oct 14 21:47:45.901 INFO kablam! | help: remove this `mut` Oct 14 21:47:45.901 INFO kablam! | Oct 14 21:47:45.901 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:47:45.902 INFO kablam! Oct 14 21:47:45.902 INFO kablam! warning: variable does not need to be mutable Oct 14 21:47:45.902 INFO kablam! --> src/main.rs:83:9 Oct 14 21:47:45.902 INFO kablam! | Oct 14 21:47:45.903 INFO kablam! 83 | let mut ary_a: [u8; 256]; Oct 14 21:47:45.903 INFO kablam! | ----^^^^^ Oct 14 21:47:45.903 INFO kablam! | | Oct 14 21:47:45.904 INFO kablam! | help: remove this `mut` Oct 14 21:47:45.904 INFO kablam! Oct 14 21:47:45.904 INFO kablam! warning: variable does not need to be mutable Oct 14 21:47:45.904 INFO kablam! --> src/main.rs:99:9 Oct 14 21:47:45.905 INFO kablam! | Oct 14 21:47:45.905 INFO kablam! 99 | let mut ary_b: [u8; 256]; Oct 14 21:47:45.905 INFO kablam! | ----^^^^^ Oct 14 21:47:45.906 INFO kablam! | | Oct 14 21:47:45.906 INFO kablam! | help: remove this `mut` Oct 14 21:47:45.906 INFO kablam! Oct 14 21:47:46.301 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 14 21:47:46.306 INFO kablam! su: No module specific data is present Oct 14 21:47:46.837 INFO running `"docker" "rm" "-f" "1afc2531e7a4218f305740ef9f7c3e1a8768e47b9c59e52281e073302c0e9ece"` Oct 14 21:47:47.100 INFO blam! 1afc2531e7a4218f305740ef9f7c3e1a8768e47b9c59e52281e073302c0e9ece Oct 14 21:47:47.107 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 14 21:47:47.652 INFO blam! d5303f3755a4568d3b8509438cb6f11f425097f64ac683b15a82439181761062 Oct 14 21:47:47.655 INFO running `"docker" "start" "-a" "d5303f3755a4568d3b8509438cb6f11f425097f64ac683b15a82439181761062"` Oct 14 21:47:48.543 INFO kablam! usermod: no changes Oct 14 21:47:48.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 21:47:48.572 INFO kablam! Running /target/debug/deps/gif_generator-80f8250cb775b6b4 Oct 14 21:47:48.574 INFO blam! Oct 14 21:47:48.574 INFO blam! running 0 tests Oct 14 21:47:48.574 INFO blam! Oct 14 21:47:48.574 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:47:48.574 INFO blam! Oct 14 21:47:48.575 INFO kablam! su: No module specific data is present Oct 14 21:47:48.969 INFO running `"docker" "rm" "-f" "d5303f3755a4568d3b8509438cb6f11f425097f64ac683b15a82439181761062"` Oct 14 21:47:49.086 INFO blam! d5303f3755a4568d3b8509438cb6f11f425097f64ac683b15a82439181761062