Oct 15 08:39:33.142 INFO testing Michael-F-Bryan/cargo-outdated-bot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:39:33.143 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 08:39:33.701 INFO blam! 2be042b3ddbce41947002b73de6d46251f8fc3c2564cb2da9a93a2b0b6e65bb7 Oct 15 08:39:33.703 INFO running `"docker" "start" "-a" "2be042b3ddbce41947002b73de6d46251f8fc3c2564cb2da9a93a2b0b6e65bb7"` Oct 15 08:39:36.639 INFO kablam! usermod: no changes Oct 15 08:39:37.091 INFO kablam! Compiling slog v2.1.1 Oct 15 08:39:37.103 INFO kablam! Compiling memchr v1.0.2 Oct 15 08:39:37.119 INFO kablam! Compiling dummy v0.1.0 (/source/outdated-runner/tests/dummy) Oct 15 08:39:37.132 INFO kablam! Compiling clap v2.29.4 Oct 15 08:39:37.132 INFO kablam! Compiling derive-error-chain v0.10.1 Oct 15 08:39:37.134 INFO kablam! Compiling diesel_derives v1.1.0 Oct 15 08:39:37.135 INFO kablam! Compiling structopt-derive v0.1.6 Oct 15 08:39:37.136 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 15 08:39:39.804 INFO kablam! Compiling curl-sys v0.4.1 Oct 15 08:39:42.210 INFO kablam! Compiling error-chain v0.10.0 Oct 15 08:39:44.636 INFO kablam! Compiling nom v3.2.1 Oct 15 08:39:46.973 INFO kablam! Compiling failure v0.1.1 Oct 15 08:39:49.649 INFO kablam! Compiling slog-async v2.2.0 Oct 15 08:39:54.749 INFO kablam! Compiling slog-json v2.2.0 Oct 15 08:40:27.200 INFO kablam! Compiling slog-term v2.3.0 Oct 15 08:40:43.544 INFO kablam! Compiling serde-hjson v0.8.1 Oct 15 08:40:43.657 INFO kablam! Compiling dotenv v0.10.1 Oct 15 08:40:46.943 INFO kablam! Compiling diesel v1.1.1 Oct 15 08:41:00.403 INFO kablam! Compiling structopt v0.1.7 Oct 15 08:41:01.056 INFO kablam! Compiling config v0.8.0 Oct 15 08:41:01.896 INFO kablam! Compiling git2 v0.6.11 Oct 15 08:41:02.891 INFO kablam! Compiling outdated-runner v0.1.0 (/source/outdated-runner) Oct 15 08:41:14.447 INFO kablam! warning: unused variable: `args` Oct 15 08:41:14.447 INFO kablam! --> outdated-runner/src/bin/outdated-runner.rs:17:8 Oct 15 08:41:14.447 INFO kablam! | Oct 15 08:41:14.447 INFO kablam! 17 | fn run(args: &Args, logger: Logger) -> Result<(), Error> { Oct 15 08:41:14.447 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 08:41:14.447 INFO kablam! | Oct 15 08:41:14.447 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:41:14.447 INFO kablam! Oct 15 08:41:14.447 INFO kablam! warning: unused variable: `logger` Oct 15 08:41:14.447 INFO kablam! --> outdated-runner/src/bin/outdated-runner.rs:17:21 Oct 15 08:41:14.447 INFO kablam! | Oct 15 08:41:14.447 INFO kablam! 17 | fn run(args: &Args, logger: Logger) -> Result<(), Error> { Oct 15 08:41:14.447 INFO kablam! | ^^^^^^ help: consider using `_logger` instead Oct 15 08:41:14.447 INFO kablam! Oct 15 08:41:28.167 INFO kablam! Compiling crates-index v0.11.0 Oct 15 08:41:31.775 INFO kablam! Compiling master-node v0.1.0 (/source/master-node) Oct 15 08:41:35.339 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:41:35.339 INFO kablam! --> master-node/src/lib.rs:13:1 Oct 15 08:41:35.339 INFO kablam! | Oct 15 08:41:35.339 INFO kablam! 13 | #[macro_use] Oct 15 08:41:35.339 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:41:35.339 INFO kablam! | Oct 15 08:41:35.339 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:41:35.339 INFO kablam! Oct 15 08:41:40.321 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:41:40.321 INFO kablam! --> master-node/src/bin/master-node.rs:9:1 Oct 15 08:41:40.321 INFO kablam! | Oct 15 08:41:40.321 INFO kablam! 9 | #[macro_use] Oct 15 08:41:40.321 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:41:40.321 INFO kablam! | Oct 15 08:41:40.321 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:41:40.321 INFO kablam! Oct 15 08:41:46.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 09s Oct 15 08:41:46.311 INFO kablam! su: No module specific data is present Oct 15 08:41:47.339 INFO running `"docker" "rm" "-f" "2be042b3ddbce41947002b73de6d46251f8fc3c2564cb2da9a93a2b0b6e65bb7"` Oct 15 08:41:47.779 INFO blam! 2be042b3ddbce41947002b73de6d46251f8fc3c2564cb2da9a93a2b0b6e65bb7 Oct 15 08:41:47.780 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 08:41:48.295 INFO blam! 3159e37f8adb38b176a8e9f5f41a63412cee66e7579dc427cab870506b2912df Oct 15 08:41:48.297 INFO running `"docker" "start" "-a" "3159e37f8adb38b176a8e9f5f41a63412cee66e7579dc427cab870506b2912df"` Oct 15 08:41:50.028 INFO kablam! usermod: no changes Oct 15 08:41:50.271 INFO kablam! Compiling dummy v0.1.0 (/source/outdated-runner/tests/dummy) Oct 15 08:41:50.311 INFO kablam! Compiling outdated-runner v0.1.0 (/source/outdated-runner) Oct 15 08:41:50.313 INFO kablam! Compiling master-node v0.1.0 (/source/master-node) Oct 15 08:41:58.527 INFO kablam! warning: unused variable: `args` Oct 15 08:41:58.527 INFO kablam! --> outdated-runner/src/bin/outdated-runner.rs:17:8 Oct 15 08:41:58.527 INFO kablam! | Oct 15 08:41:58.527 INFO kablam! 17 | fn run(args: &Args, logger: Logger) -> Result<(), Error> { Oct 15 08:41:58.527 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 08:41:58.527 INFO kablam! | Oct 15 08:41:58.527 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:41:58.527 INFO kablam! Oct 15 08:41:58.527 INFO kablam! warning: unused variable: `logger` Oct 15 08:41:58.527 INFO kablam! --> outdated-runner/src/bin/outdated-runner.rs:17:21 Oct 15 08:41:58.527 INFO kablam! | Oct 15 08:41:58.527 INFO kablam! 17 | fn run(args: &Args, logger: Logger) -> Result<(), Error> { Oct 15 08:41:58.527 INFO kablam! | ^^^^^^ help: consider using `_logger` instead Oct 15 08:41:58.527 INFO kablam! Oct 15 08:42:03.019 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:42:03.020 INFO kablam! --> master-node/src/lib.rs:13:1 Oct 15 08:42:03.020 INFO kablam! | Oct 15 08:42:03.021 INFO kablam! 13 | #[macro_use] Oct 15 08:42:03.022 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:42:03.039 INFO kablam! | Oct 15 08:42:03.040 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:42:03.041 INFO kablam! Oct 15 08:42:06.515 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:42:06.515 INFO kablam! --> master-node/src/bin/master-node.rs:9:1 Oct 15 08:42:06.515 INFO kablam! | Oct 15 08:42:06.515 INFO kablam! 9 | #[macro_use] Oct 15 08:42:06.515 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:42:06.515 INFO kablam! | Oct 15 08:42:06.515 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:42:06.515 INFO kablam! Oct 15 08:42:07.256 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.20s Oct 15 08:42:07.280 INFO kablam! su: No module specific data is present Oct 15 08:42:08.860 INFO running `"docker" "rm" "-f" "3159e37f8adb38b176a8e9f5f41a63412cee66e7579dc427cab870506b2912df"` Oct 15 08:42:09.239 INFO blam! 3159e37f8adb38b176a8e9f5f41a63412cee66e7579dc427cab870506b2912df