Oct 10 12:25:39.060 INFO testing wdv4758h/jwconv against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:25:39.060 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:25:39.062 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:25:39.486 INFO blam! f31198f00011c855965c5d4ef3226daae69f2daf7e8a610e097034ab1eb9fe56 Oct 10 12:25:39.487 INFO running `"docker" "start" "-a" "f31198f00011c855965c5d4ef3226daae69f2daf7e8a610e097034ab1eb9fe56"` Oct 10 12:25:41.795 INFO kablam! usermod: no changes Oct 10 12:25:41.872 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 12:25:41.872 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 12:25:41.872 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 12:25:41.872 INFO kablam! files will be included as a binary target: Oct 10 12:25:41.872 INFO kablam! Oct 10 12:25:41.872 INFO kablam! * /source/cli/src/main.rs Oct 10 12:25:41.872 INFO kablam! Oct 10 12:25:41.872 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 12:25:41.872 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 12:25:41.872 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 12:25:41.872 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 12:25:41.872 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 12:25:41.872 INFO kablam! Oct 10 12:25:41.872 INFO kablam! For more information on this warning you can consult Oct 10 12:25:41.872 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 12:25:41.872 INFO kablam! warning: path `/source/cli/src/main.rs` was erroneously implicitly accepted for binary `jwconv`, Oct 10 12:25:41.873 INFO kablam! please set bin.path in Cargo.toml Oct 10 12:25:41.964 INFO kablam! Compiling jwconv v0.0.1 (/source/core) Oct 10 12:25:41.972 INFO kablam! Compiling clap v2.20.0 Oct 10 12:25:43.980 INFO kablam! Compiling jwconv-ffi v0.0.1 (/source/ffi) Oct 10 12:26:03.095 INFO kablam! Compiling jwconv-cli v0.0.1 (/source/cli) Oct 10 12:26:05.190 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.37s Oct 10 12:26:05.196 INFO kablam! su: No module specific data is present Oct 10 12:26:05.916 INFO running `"docker" "rm" "-f" "f31198f00011c855965c5d4ef3226daae69f2daf7e8a610e097034ab1eb9fe56"` Oct 10 12:26:06.205 INFO blam! f31198f00011c855965c5d4ef3226daae69f2daf7e8a610e097034ab1eb9fe56 Oct 10 12:26:06.212 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:26:06.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:26:06.689 INFO blam! f0fb48839f81a093fc0e54dcd416a34b572a825501a18ce704f84f6f44017b76 Oct 10 12:26:06.691 INFO running `"docker" "start" "-a" "f0fb48839f81a093fc0e54dcd416a34b572a825501a18ce704f84f6f44017b76"` Oct 10 12:26:07.806 INFO kablam! usermod: no changes Oct 10 12:26:07.848 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 12:26:07.848 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 12:26:07.848 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 12:26:07.848 INFO kablam! files will be included as a binary target: Oct 10 12:26:07.848 INFO kablam! Oct 10 12:26:07.848 INFO kablam! * /source/cli/src/main.rs Oct 10 12:26:07.848 INFO kablam! Oct 10 12:26:07.848 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 12:26:07.848 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 12:26:07.848 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 12:26:07.848 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 12:26:07.848 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 12:26:07.848 INFO kablam! Oct 10 12:26:07.848 INFO kablam! For more information on this warning you can consult Oct 10 12:26:07.848 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 12:26:07.848 INFO kablam! warning: path `/source/cli/src/main.rs` was erroneously implicitly accepted for binary `jwconv`, Oct 10 12:26:07.848 INFO kablam! please set bin.path in Cargo.toml Oct 10 12:26:07.884 INFO kablam! Compiling jwconv v0.0.1 (/source/core) Oct 10 12:26:07.888 INFO kablam! Compiling jwconv-ffi v0.0.1 (/source/ffi) Oct 10 12:26:07.888 INFO kablam! Compiling jwconv-cli v0.0.1 (/source/cli) Oct 10 12:26:10.145 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.31s Oct 10 12:26:10.150 INFO kablam! su: No module specific data is present Oct 10 12:26:11.158 INFO running `"docker" "rm" "-f" "f0fb48839f81a093fc0e54dcd416a34b572a825501a18ce704f84f6f44017b76"` Oct 10 12:26:11.544 INFO blam! f0fb48839f81a093fc0e54dcd416a34b572a825501a18ce704f84f6f44017b76 Oct 10 12:26:11.548 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:26:11.549 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:26:12.015 INFO blam! 8ef6fa3e8a8c9ae40b688334c7f6d9406174648eddaa9d11e44c8145e1a1baec Oct 10 12:26:12.022 INFO running `"docker" "start" "-a" "8ef6fa3e8a8c9ae40b688334c7f6d9406174648eddaa9d11e44c8145e1a1baec"` Oct 10 12:26:13.128 INFO kablam! usermod: no changes Oct 10 12:26:13.194 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 12:26:13.194 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 12:26:13.194 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 12:26:13.194 INFO kablam! files will be included as a binary target: Oct 10 12:26:13.194 INFO kablam! Oct 10 12:26:13.194 INFO kablam! * /source/cli/src/main.rs Oct 10 12:26:13.194 INFO kablam! Oct 10 12:26:13.194 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 12:26:13.194 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 12:26:13.194 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 12:26:13.194 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 12:26:13.194 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 12:26:13.194 INFO kablam! Oct 10 12:26:13.194 INFO kablam! For more information on this warning you can consult Oct 10 12:26:13.194 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 12:26:13.194 INFO kablam! warning: path `/source/cli/src/main.rs` was erroneously implicitly accepted for binary `jwconv`, Oct 10 12:26:13.194 INFO kablam! please set bin.path in Cargo.toml Oct 10 12:26:13.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 12:26:13.247 INFO kablam! Running /target/debug/deps/jwconv-b778d9cc1d214a17 Oct 10 12:26:13.249 INFO blam! Oct 10 12:26:13.249 INFO blam! running 0 tests Oct 10 12:26:13.249 INFO blam! Oct 10 12:26:13.249 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:26:13.249 INFO blam! Oct 10 12:26:13.260 INFO kablam! Running /target/debug/deps/jwconv-5e844b23238ebdd1 Oct 10 12:26:13.262 INFO blam! Oct 10 12:26:13.262 INFO blam! running 0 tests Oct 10 12:26:13.262 INFO blam! Oct 10 12:26:13.262 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:26:13.262 INFO blam! Oct 10 12:26:13.268 INFO kablam! Running /target/debug/deps/jwconv-c2783a88aaf99053 Oct 10 12:26:13.276 INFO kablam! Doc-tests jwconv Oct 10 12:26:13.276 INFO blam! Oct 10 12:26:13.276 INFO blam! running 0 tests Oct 10 12:26:13.276 INFO blam! Oct 10 12:26:13.276 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:26:13.276 INFO blam! Oct 10 12:26:13.976 INFO blam! Oct 10 12:26:13.976 INFO blam! running 0 tests Oct 10 12:26:13.976 INFO blam! Oct 10 12:26:13.976 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:26:13.976 INFO blam! Oct 10 12:26:13.980 INFO kablam! su: No module specific data is present Oct 10 12:26:14.792 INFO running `"docker" "rm" "-f" "8ef6fa3e8a8c9ae40b688334c7f6d9406174648eddaa9d11e44c8145e1a1baec"` Oct 10 12:26:15.205 INFO blam! 8ef6fa3e8a8c9ae40b688334c7f6d9406174648eddaa9d11e44c8145e1a1baec