Dec 05 22:53:42.729 INFO testing gellati/rust-examples against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 22:53:42.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 05 22:53:43.160 INFO [stdout] b327d133960466a4c2aab286e97bf0ffcbdadc3195a673528ef894045ea44ebb Dec 05 22:53:43.162 INFO running `"docker" "start" "-a" "b327d133960466a4c2aab286e97bf0ffcbdadc3195a673528ef894045ea44ebb"` Dec 05 22:53:44.903 INFO [stderr] usermod: no changes Dec 05 22:53:44.942 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 22:53:44.942 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 22:53:44.942 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 22:53:44.942 INFO [stderr] files will be included as a binary target: Dec 05 22:53:44.942 INFO [stderr] Dec 05 22:53:44.942 INFO [stderr] * /source/src/main.rs Dec 05 22:53:44.942 INFO [stderr] Dec 05 22:53:44.942 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 22:53:44.942 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 22:53:44.942 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 22:53:44.942 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 22:53:44.942 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 22:53:44.942 INFO [stderr] Dec 05 22:53:44.942 INFO [stderr] For more information on this warning you can consult Dec 05 22:53:44.942 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 22:53:44.943 INFO [stderr] Compiling rust-basics v0.1.0 (/source) Dec 05 22:53:46.288 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.36s Dec 05 22:53:46.288 INFO [stderr] su: No module specific data is present Dec 05 22:53:46.822 INFO running `"docker" "inspect" "b327d133960466a4c2aab286e97bf0ffcbdadc3195a673528ef894045ea44ebb"` Dec 05 22:53:47.039 INFO running `"docker" "rm" "-f" "b327d133960466a4c2aab286e97bf0ffcbdadc3195a673528ef894045ea44ebb"` Dec 05 22:53:47.364 INFO [stdout] b327d133960466a4c2aab286e97bf0ffcbdadc3195a673528ef894045ea44ebb Dec 05 22:53:47.372 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 05 22:53:47.922 INFO [stdout] 0153611164dbdd0e34bc8bf8352595e79ec7394d239a68c084f45f6a09fb3032 Dec 05 22:53:47.924 INFO running `"docker" "start" "-a" "0153611164dbdd0e34bc8bf8352595e79ec7394d239a68c084f45f6a09fb3032"` Dec 05 22:53:49.033 INFO [stderr] usermod: no changes Dec 05 22:53:49.084 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 22:53:49.084 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 22:53:49.084 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 22:53:49.084 INFO [stderr] files will be included as a binary target: Dec 05 22:53:49.084 INFO [stderr] Dec 05 22:53:49.084 INFO [stderr] * /source/src/main.rs Dec 05 22:53:49.084 INFO [stderr] Dec 05 22:53:49.084 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 22:53:49.084 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 22:53:49.084 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 22:53:49.084 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 22:53:49.084 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 22:53:49.084 INFO [stderr] Dec 05 22:53:49.084 INFO [stderr] For more information on this warning you can consult Dec 05 22:53:49.084 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 22:53:49.084 INFO [stderr] Compiling rust-basics v0.1.0 (/source) Dec 05 22:53:50.536 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.48s Dec 05 22:53:50.538 INFO [stderr] su: No module specific data is present Dec 05 22:53:51.241 INFO running `"docker" "inspect" "0153611164dbdd0e34bc8bf8352595e79ec7394d239a68c084f45f6a09fb3032"` Dec 05 22:53:51.438 INFO running `"docker" "rm" "-f" "0153611164dbdd0e34bc8bf8352595e79ec7394d239a68c084f45f6a09fb3032"` Dec 05 22:53:51.755 INFO [stdout] 0153611164dbdd0e34bc8bf8352595e79ec7394d239a68c084f45f6a09fb3032 Dec 05 22:53:51.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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" "-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 05 22:53:52.220 INFO [stdout] a47045753c97f203cfde8001e415853f845be3d74a0227f6f4e47d0ada026960 Dec 05 22:53:52.223 INFO running `"docker" "start" "-a" "a47045753c97f203cfde8001e415853f845be3d74a0227f6f4e47d0ada026960"` Dec 05 22:53:53.464 INFO [stderr] usermod: no changes Dec 05 22:53:53.508 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 22:53:53.508 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 22:53:53.508 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 22:53:53.508 INFO [stderr] files will be included as a binary target: Dec 05 22:53:53.508 INFO [stderr] Dec 05 22:53:53.508 INFO [stderr] * /source/src/main.rs Dec 05 22:53:53.508 INFO [stderr] Dec 05 22:53:53.508 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 22:53:53.508 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 22:53:53.508 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 22:53:53.508 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 22:53:53.508 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 22:53:53.508 INFO [stderr] Dec 05 22:53:53.508 INFO [stderr] For more information on this warning you can consult Dec 05 22:53:53.508 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 22:53:53.508 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 05 22:53:53.520 INFO [stderr] Running /target/debug/deps/attribute-1fe2133b4f9f1426 Dec 05 22:53:53.520 INFO [stderr] Running /target/debug/deps/box-dd3caadcabb21d64 Dec 05 22:53:53.521 INFO [stdout] Dec 05 22:53:53.521 INFO [stdout] running 0 tests Dec 05 22:53:53.521 INFO [stdout] Dec 05 22:53:53.521 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 22:53:53.521 INFO [stdout] Dec 05 22:53:53.521 INFO [stdout] Dec 05 22:53:53.521 INFO [stdout] running 0 tests Dec 05 22:53:53.521 INFO [stdout] Dec 05 22:53:53.521 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 22:53:53.521 INFO [stdout] Dec 05 22:53:53.523 INFO [stdout] Dec 05 22:53:53.523 INFO [stdout] running 0 tests Dec 05 22:53:53.523 INFO [stdout] Dec 05 22:53:53.523 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 22:53:53.523 INFO [stdout] Dec 05 22:53:53.523 INFO [stderr] Running /target/debug/deps/generic-6fcb4fed5b0ed616 Dec 05 22:53:53.525 INFO [stderr] su: No module specific data is present Dec 05 22:53:54.338 INFO running `"docker" "inspect" "a47045753c97f203cfde8001e415853f845be3d74a0227f6f4e47d0ada026960"` Dec 05 22:53:54.580 INFO running `"docker" "rm" "-f" "a47045753c97f203cfde8001e415853f845be3d74a0227f6f4e47d0ada026960"` Dec 05 22:53:54.896 INFO [stdout] a47045753c97f203cfde8001e415853f845be3d74a0227f6f4e47d0ada026960