Dec 07 11:20:16.217 INFO testing hdf5-0.4.1 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 11:20:16.217 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 07 11:20:16.800 INFO [stdout] a9c926e74da2ae13fdcecb7520ff715690c5abe0964cf72066f7af1075608112 Dec 07 11:20:16.802 INFO running `"docker" "start" "-a" "a9c926e74da2ae13fdcecb7520ff715690c5abe0964cf72066f7af1075608112"` Dec 07 11:20:18.419 INFO [stderr] usermod: no changes Dec 07 11:20:18.465 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 07 11:20:18.465 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 07 11:20:18.465 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 11:20:18.465 INFO [stderr] files will be included as a test target: Dec 07 11:20:18.465 INFO [stderr] Dec 07 11:20:18.465 INFO [stderr] * /source/tests/write.rs Dec 07 11:20:18.465 INFO [stderr] * /source/tests/encode.rs Dec 07 11:20:18.465 INFO [stderr] Dec 07 11:20:18.465 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 11:20:18.465 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 07 11:20:18.465 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 07 11:20:18.465 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 11:20:18.465 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 11:20:18.465 INFO [stderr] Dec 07 11:20:18.465 INFO [stderr] For more information on this warning you can consult Dec 07 11:20:18.465 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 11:20:18.484 INFO [stderr] Compiling hdf5-sys v0.4.1 Dec 07 11:20:20.833 INFO [stderr] Compiling hdf5 v0.4.1 (/source) Dec 07 11:20:22.356 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.91s Dec 07 11:20:22.359 INFO [stderr] su: No module specific data is present Dec 07 11:20:23.076 INFO running `"docker" "inspect" "a9c926e74da2ae13fdcecb7520ff715690c5abe0964cf72066f7af1075608112"` Dec 07 11:20:23.368 INFO running `"docker" "rm" "-f" "a9c926e74da2ae13fdcecb7520ff715690c5abe0964cf72066f7af1075608112"` Dec 07 11:20:23.626 INFO [stdout] a9c926e74da2ae13fdcecb7520ff715690c5abe0964cf72066f7af1075608112 Dec 07 11:20:23.634 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 07 11:20:24.044 INFO [stdout] 091e3c4e89fbf7ee794e10d76a6e02dd86105422e271d9923c90d030481adea8 Dec 07 11:20:24.052 INFO running `"docker" "start" "-a" "091e3c4e89fbf7ee794e10d76a6e02dd86105422e271d9923c90d030481adea8"` Dec 07 11:20:25.188 INFO [stderr] usermod: no changes Dec 07 11:20:25.236 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 07 11:20:25.236 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 07 11:20:25.236 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 11:20:25.236 INFO [stderr] files will be included as a test target: Dec 07 11:20:25.236 INFO [stderr] Dec 07 11:20:25.236 INFO [stderr] * /source/tests/write.rs Dec 07 11:20:25.236 INFO [stderr] * /source/tests/encode.rs Dec 07 11:20:25.236 INFO [stderr] Dec 07 11:20:25.236 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 11:20:25.236 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 07 11:20:25.236 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 07 11:20:25.236 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 11:20:25.236 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 11:20:25.236 INFO [stderr] Dec 07 11:20:25.236 INFO [stderr] For more information on this warning you can consult Dec 07 11:20:25.236 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 11:20:25.280 INFO [stderr] Compiling temporary v0.6.3 Dec 07 11:20:26.076 INFO [stderr] Compiling hdf5 v0.4.1 (/source) Dec 07 11:20:31.040 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.82s Dec 07 11:20:31.048 INFO [stderr] su: No module specific data is present Dec 07 11:20:31.697 INFO running `"docker" "inspect" "091e3c4e89fbf7ee794e10d76a6e02dd86105422e271d9923c90d030481adea8"` Dec 07 11:20:32.082 INFO running `"docker" "rm" "-f" "091e3c4e89fbf7ee794e10d76a6e02dd86105422e271d9923c90d030481adea8"` Dec 07 11:20:32.587 INFO [stdout] 091e3c4e89fbf7ee794e10d76a6e02dd86105422e271d9923c90d030481adea8