Dec 14 16:01:46.156 INFO testing truetype-0.29.0 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 16:01:46.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 14 16:01:46.559 INFO [stdout] 43379b67edf024243d3e2f7a1536b345aeb2fd4bee2d3b6fa17dc268cf3a53ca Dec 14 16:01:46.564 INFO running `"docker" "start" "-a" "43379b67edf024243d3e2f7a1536b345aeb2fd4bee2d3b6fa17dc268cf3a53ca"` Dec 14 16:01:47.663 INFO [stderr] usermod: no changes Dec 14 16:01:47.715 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 14 16:01:47.715 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 14 16:01:47.715 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 16:01:47.715 INFO [stderr] files will be included as a test target: Dec 14 16:01:47.715 INFO [stderr] Dec 14 16:01:47.715 INFO [stderr] * /source/tests/fixture.rs Dec 14 16:01:47.715 INFO [stderr] Dec 14 16:01:47.715 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 16:01:47.715 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 14 16:01:47.715 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 14 16:01:47.715 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 16:01:47.715 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 16:01:47.715 INFO [stderr] Dec 14 16:01:47.715 INFO [stderr] For more information on this warning you can consult Dec 14 16:01:47.715 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 16:01:47.727 INFO [stderr] Compiling truetype v0.29.0 (/source) Dec 14 16:01:50.960 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.28s Dec 14 16:01:50.962 INFO [stderr] su: No module specific data is present Dec 14 16:01:51.557 INFO running `"docker" "inspect" "43379b67edf024243d3e2f7a1536b345aeb2fd4bee2d3b6fa17dc268cf3a53ca"` Dec 14 16:01:51.935 INFO running `"docker" "rm" "-f" "43379b67edf024243d3e2f7a1536b345aeb2fd4bee2d3b6fa17dc268cf3a53ca"` Dec 14 16:01:52.264 INFO [stdout] 43379b67edf024243d3e2f7a1536b345aeb2fd4bee2d3b6fa17dc268cf3a53ca Dec 14 16:01:52.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 14 16:01:52.724 INFO [stdout] f6c383987e06399fd708e064bd422b323a52345dc3b067a8d669e781b87fd937 Dec 14 16:01:52.726 INFO running `"docker" "start" "-a" "f6c383987e06399fd708e064bd422b323a52345dc3b067a8d669e781b87fd937"` Dec 14 16:01:54.247 INFO [stderr] usermod: no changes Dec 14 16:01:54.303 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 14 16:01:54.303 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 14 16:01:54.303 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 16:01:54.303 INFO [stderr] files will be included as a test target: Dec 14 16:01:54.303 INFO [stderr] Dec 14 16:01:54.303 INFO [stderr] * /source/tests/fixture.rs Dec 14 16:01:54.303 INFO [stderr] Dec 14 16:01:54.303 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 16:01:54.303 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 14 16:01:54.303 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 14 16:01:54.303 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 16:01:54.303 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 16:01:54.303 INFO [stderr] Dec 14 16:01:54.303 INFO [stderr] For more information on this warning you can consult Dec 14 16:01:54.303 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 16:01:54.319 INFO [stderr] Compiling truetype v0.29.0 (/source) Dec 14 16:02:00.700 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.43s Dec 14 16:02:00.703 INFO [stderr] su: No module specific data is present Dec 14 16:02:01.979 INFO running `"docker" "inspect" "f6c383987e06399fd708e064bd422b323a52345dc3b067a8d669e781b87fd937"` Dec 14 16:02:02.197 INFO running `"docker" "rm" "-f" "f6c383987e06399fd708e064bd422b323a52345dc3b067a8d669e781b87fd937"` Dec 14 16:02:02.460 INFO [stdout] f6c383987e06399fd708e064bd422b323a52345dc3b067a8d669e781b87fd937