Nov 17 19:57:02.039 INFO testing truetype-0.29.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 19:57:02.040 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 19:57:02.431 INFO [stdout] ab96de744f3117dbccb9af41d17afb35d5a36a336c96b5658fb3e42f3a16f132 Nov 17 19:57:02.435 INFO running `"docker" "start" "-a" "ab96de744f3117dbccb9af41d17afb35d5a36a336c96b5658fb3e42f3a16f132"` Nov 17 19:57:03.419 INFO [stderr] usermod: no changes Nov 17 19:57:03.471 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 17 19:57:03.471 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 17 19:57:03.472 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 19:57:03.472 INFO [stderr] files will be included as a test target: Nov 17 19:57:03.472 INFO [stderr] Nov 17 19:57:03.473 INFO [stderr] * /source/tests/fixture.rs Nov 17 19:57:03.473 INFO [stderr] Nov 17 19:57:03.473 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 19:57:03.474 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 17 19:57:03.474 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 17 19:57:03.474 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 19:57:03.474 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 19:57:03.475 INFO [stderr] Nov 17 19:57:03.475 INFO [stderr] For more information on this warning you can consult Nov 17 19:57:03.475 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 19:57:03.476 INFO [stderr] Compiling truetype v0.29.0 (/source) Nov 17 19:57:06.908 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.45s Nov 17 19:57:06.909 INFO [stderr] su: No module specific data is present Nov 17 19:57:07.592 INFO running `"docker" "inspect" "ab96de744f3117dbccb9af41d17afb35d5a36a336c96b5658fb3e42f3a16f132"` Nov 17 19:57:07.799 INFO running `"docker" "rm" "-f" "ab96de744f3117dbccb9af41d17afb35d5a36a336c96b5658fb3e42f3a16f132"` Nov 17 19:57:08.039 INFO [stdout] ab96de744f3117dbccb9af41d17afb35d5a36a336c96b5658fb3e42f3a16f132 Nov 17 19:57:08.045 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 19:57:08.440 INFO [stdout] 59c813017c27601f9bbef3824d7ac83f984bf5659a1563ecb74e3d853f6078bc Nov 17 19:57:08.443 INFO running `"docker" "start" "-a" "59c813017c27601f9bbef3824d7ac83f984bf5659a1563ecb74e3d853f6078bc"` Nov 17 19:57:10.335 INFO [stderr] usermod: no changes Nov 17 19:57:10.379 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 17 19:57:10.380 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 17 19:57:10.380 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 19:57:10.380 INFO [stderr] files will be included as a test target: Nov 17 19:57:10.381 INFO [stderr] Nov 17 19:57:10.381 INFO [stderr] * /source/tests/fixture.rs Nov 17 19:57:10.381 INFO [stderr] Nov 17 19:57:10.381 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 19:57:10.382 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 17 19:57:10.382 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 17 19:57:10.382 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 19:57:10.383 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 19:57:10.383 INFO [stderr] Nov 17 19:57:10.383 INFO [stderr] For more information on this warning you can consult Nov 17 19:57:10.383 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 19:57:10.384 INFO [stderr] Compiling truetype v0.29.0 (/source) Nov 17 19:57:16.515 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.16s Nov 17 19:57:16.515 INFO [stderr] su: No module specific data is present Nov 17 19:57:17.499 INFO running `"docker" "inspect" "59c813017c27601f9bbef3824d7ac83f984bf5659a1563ecb74e3d853f6078bc"` Nov 17 19:57:17.857 INFO running `"docker" "rm" "-f" "59c813017c27601f9bbef3824d7ac83f984bf5659a1563ecb74e3d853f6078bc"` Nov 17 19:57:18.170 INFO [stdout] 59c813017c27601f9bbef3824d7ac83f984bf5659a1563ecb74e3d853f6078bc