Oct 14 21:15:36.956 INFO testing est31/cargo-ulint against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:15:36.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:15:37.443 INFO blam! 378f00dc3ca3067f6f39ae3a9f508918cc1b6d0f59e698680f5ded15e93d3b2f Oct 14 21:15:37.443 INFO running `"docker" "start" "-a" "378f00dc3ca3067f6f39ae3a9f508918cc1b6d0f59e698680f5ded15e93d3b2f"` Oct 14 21:15:38.446 INFO kablam! usermod: no changes Oct 14 21:15:38.556 INFO kablam! Compiling clap v2.29.0 Oct 14 21:15:38.556 INFO kablam! Compiling structopt-derive v0.1.6 Oct 14 21:16:10.646 INFO kablam! Compiling structopt v0.1.6 Oct 14 21:16:11.133 INFO kablam! Compiling cargo-ulint v0.1.0 (/source) Oct 14 21:16:11.579 INFO kablam! warning: unused variable: `Options` Oct 14 21:16:11.580 INFO kablam! --> src/main.rs:16:6 Oct 14 21:16:11.580 INFO kablam! | Oct 14 21:16:11.581 INFO kablam! 16 | let Options = Options::from_args(); Oct 14 21:16:11.582 INFO kablam! | ^^^^^^^ help: consider using `_Options` instead Oct 14 21:16:11.582 INFO kablam! | Oct 14 21:16:11.583 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:16:11.583 INFO kablam! Oct 14 21:16:11.584 INFO kablam! warning: variable `Options` should have a snake case name such as `options` Oct 14 21:16:11.584 INFO kablam! --> src/main.rs:16:6 Oct 14 21:16:11.585 INFO kablam! | Oct 14 21:16:11.586 INFO kablam! 16 | let Options = Options::from_args(); Oct 14 21:16:11.586 INFO kablam! | ^^^^^^^ Oct 14 21:16:11.587 INFO kablam! | Oct 14 21:16:11.587 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:16:11.588 INFO kablam! Oct 14 21:16:12.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.30s Oct 14 21:16:12.780 INFO kablam! su: No module specific data is present Oct 14 21:16:13.923 INFO running `"docker" "rm" "-f" "378f00dc3ca3067f6f39ae3a9f508918cc1b6d0f59e698680f5ded15e93d3b2f"` Oct 14 21:16:14.327 INFO blam! 378f00dc3ca3067f6f39ae3a9f508918cc1b6d0f59e698680f5ded15e93d3b2f Oct 14 21:16:14.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:16:14.810 INFO blam! 99c69b44896673f745bae66322531272dbb41ee97b10b67dd1e8fcff57030cc4 Oct 14 21:16:14.818 INFO running `"docker" "start" "-a" "99c69b44896673f745bae66322531272dbb41ee97b10b67dd1e8fcff57030cc4"` Oct 14 21:16:16.755 INFO kablam! usermod: no changes Oct 14 21:16:16.875 INFO kablam! Compiling cargo-ulint v0.1.0 (/source) Oct 14 21:16:17.477 INFO kablam! warning: unused variable: `Options` Oct 14 21:16:17.477 INFO kablam! --> src/main.rs:16:6 Oct 14 21:16:17.477 INFO kablam! | Oct 14 21:16:17.478 INFO kablam! 16 | let Options = Options::from_args(); Oct 14 21:16:17.478 INFO kablam! | ^^^^^^^ help: consider using `_Options` instead Oct 14 21:16:17.479 INFO kablam! | Oct 14 21:16:17.479 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:16:17.480 INFO kablam! Oct 14 21:16:17.485 INFO kablam! warning: variable `Options` should have a snake case name such as `options` Oct 14 21:16:17.485 INFO kablam! --> src/main.rs:16:6 Oct 14 21:16:17.486 INFO kablam! | Oct 14 21:16:17.486 INFO kablam! 16 | let Options = Options::from_args(); Oct 14 21:16:17.487 INFO kablam! | ^^^^^^^ Oct 14 21:16:17.487 INFO kablam! | Oct 14 21:16:17.488 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:16:17.488 INFO kablam! Oct 14 21:16:17.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 14 21:16:17.961 INFO kablam! su: No module specific data is present Oct 14 21:16:19.178 INFO running `"docker" "rm" "-f" "99c69b44896673f745bae66322531272dbb41ee97b10b67dd1e8fcff57030cc4"` Oct 14 21:16:19.527 INFO blam! 99c69b44896673f745bae66322531272dbb41ee97b10b67dd1e8fcff57030cc4 Oct 14 21:16:19.535 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:16:19.943 INFO blam! 00a524f5b661082c4949d8d697985209a7e51325fd4f0efe66ff207dc16c6d93 Oct 14 21:16:19.959 INFO running `"docker" "start" "-a" "00a524f5b661082c4949d8d697985209a7e51325fd4f0efe66ff207dc16c6d93"` Oct 14 21:16:22.238 INFO kablam! usermod: no changes Oct 14 21:16:22.403 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 14 21:16:22.411 INFO kablam! Running /target/debug/deps/cargo_ulint-d834b9579608e2c9 Oct 14 21:16:22.411 INFO kablam! su: No module specific data is present Oct 14 21:16:22.412 INFO blam! Oct 14 21:16:22.412 INFO blam! running 0 tests Oct 14 21:16:22.412 INFO blam! Oct 14 21:16:22.412 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:16:22.412 INFO blam! Oct 14 21:16:23.174 INFO running `"docker" "rm" "-f" "00a524f5b661082c4949d8d697985209a7e51325fd4f0efe66ff207dc16c6d93"` Oct 14 21:16:23.567 INFO blam! 00a524f5b661082c4949d8d697985209a7e51325fd4f0efe66ff207dc16c6d93