Dec 05 12:15:33.614 INFO testing okanon/rthrift_tutorial against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 12:15:33.614 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 12:15:33.863 INFO [stdout] 78c9c5b8b53176d09e832fafdf04074424f871b96296991d10e087be4eb69d31 Dec 05 12:15:33.865 INFO running `"docker" "start" "-a" "78c9c5b8b53176d09e832fafdf04074424f871b96296991d10e087be4eb69d31"` Dec 05 12:15:34.328 INFO [stderr] usermod: no changes Dec 05 12:15:34.350 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 12:15:34.350 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 12:15:34.350 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 12:15:34.350 INFO [stderr] files will be included as a binary target: Dec 05 12:15:34.350 INFO [stderr] Dec 05 12:15:34.350 INFO [stderr] * /source/src/main.rs Dec 05 12:15:34.350 INFO [stderr] Dec 05 12:15:34.350 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 12:15:34.350 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 12:15:34.350 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 12:15:34.350 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 12:15:34.350 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 12:15:34.350 INFO [stderr] Dec 05 12:15:34.350 INFO [stderr] For more information on this warning you can consult Dec 05 12:15:34.350 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 12:15:34.405 INFO [stderr] Compiling try_from v0.2.2 Dec 05 12:15:34.411 INFO [stderr] Compiling threadpool v1.7.1 Dec 05 12:15:34.411 INFO [stderr] Compiling ordered-float v0.3.0 Dec 05 12:15:34.411 INFO [stderr] Compiling clap v2.27.1 Dec 05 12:15:35.457 INFO [stderr] Compiling rthrift v0.11.0 Dec 05 12:16:01.504 INFO [stderr] Compiling rthrift_tutorial v0.1.0 (/source) Dec 05 12:16:07.868 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.52s Dec 05 12:16:07.868 INFO [stderr] su: No module specific data is present Dec 05 12:16:08.854 INFO running `"docker" "inspect" "78c9c5b8b53176d09e832fafdf04074424f871b96296991d10e087be4eb69d31"` Dec 05 12:16:09.143 INFO running `"docker" "rm" "-f" "78c9c5b8b53176d09e832fafdf04074424f871b96296991d10e087be4eb69d31"` Dec 05 12:16:09.373 INFO [stdout] 78c9c5b8b53176d09e832fafdf04074424f871b96296991d10e087be4eb69d31 Dec 05 12:16:09.378 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 12:16:09.928 INFO [stdout] c706744c60c0ae2313a48ce94582f497c0c5487842b076e96599871359d4ef1a Dec 05 12:16:09.934 INFO running `"docker" "start" "-a" "c706744c60c0ae2313a48ce94582f497c0c5487842b076e96599871359d4ef1a"` Dec 05 12:16:11.298 INFO [stderr] usermod: no changes Dec 05 12:16:11.347 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 12:16:11.347 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 12:16:11.347 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 12:16:11.347 INFO [stderr] files will be included as a binary target: Dec 05 12:16:11.347 INFO [stderr] Dec 05 12:16:11.347 INFO [stderr] * /source/src/main.rs Dec 05 12:16:11.347 INFO [stderr] Dec 05 12:16:11.347 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 12:16:11.347 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 12:16:11.347 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 12:16:11.347 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 12:16:11.347 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 12:16:11.347 INFO [stderr] Dec 05 12:16:11.347 INFO [stderr] For more information on this warning you can consult Dec 05 12:16:11.347 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 12:16:11.404 INFO [stderr] Compiling rthrift_tutorial v0.1.0 (/source) Dec 05 12:16:13.908 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.57s Dec 05 12:16:13.908 INFO [stderr] su: No module specific data is present Dec 05 12:16:14.504 INFO running `"docker" "inspect" "c706744c60c0ae2313a48ce94582f497c0c5487842b076e96599871359d4ef1a"` Dec 05 12:16:14.832 INFO running `"docker" "rm" "-f" "c706744c60c0ae2313a48ce94582f497c0c5487842b076e96599871359d4ef1a"` Dec 05 12:16:15.126 INFO [stdout] c706744c60c0ae2313a48ce94582f497c0c5487842b076e96599871359d4ef1a Dec 05 12:16:15.136 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 12:16:15.602 INFO [stdout] 122614b1a15d274dff6eb6e79fe5270c3431dfc2f2dff11f3b232c8d86f80309 Dec 05 12:16:15.610 INFO running `"docker" "start" "-a" "122614b1a15d274dff6eb6e79fe5270c3431dfc2f2dff11f3b232c8d86f80309"` Dec 05 12:16:16.732 INFO [stderr] usermod: no changes Dec 05 12:16:16.812 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 12:16:16.812 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 12:16:16.812 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 12:16:16.812 INFO [stderr] files will be included as a binary target: Dec 05 12:16:16.812 INFO [stderr] Dec 05 12:16:16.812 INFO [stderr] * /source/src/main.rs Dec 05 12:16:16.812 INFO [stderr] Dec 05 12:16:16.812 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 12:16:16.812 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 12:16:16.812 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 12:16:16.812 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 12:16:16.812 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 12:16:16.812 INFO [stderr] Dec 05 12:16:16.812 INFO [stderr] For more information on this warning you can consult Dec 05 12:16:16.812 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 12:16:16.906 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s Dec 05 12:16:16.907 INFO [stderr] Running /target/debug/deps/rthrift_tutorial-be016f0ca8f9d773 Dec 05 12:16:16.917 INFO [stdout] Dec 05 12:16:16.917 INFO [stdout] running 0 tests Dec 05 12:16:16.917 INFO [stdout] Dec 05 12:16:16.917 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 12:16:16.917 INFO [stdout] Dec 05 12:16:16.917 INFO [stderr] Running /target/debug/deps/rthrift_tutorial_client-5375e21e6a265de6 Dec 05 12:16:16.922 INFO [stdout] Dec 05 12:16:16.922 INFO [stdout] running 0 tests Dec 05 12:16:16.922 INFO [stdout] Dec 05 12:16:16.922 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 12:16:16.922 INFO [stdout] Dec 05 12:16:16.922 INFO [stderr] Running /target/debug/deps/rthrift_tutorial_server-beb86a9953322f63 Dec 05 12:16:16.925 INFO [stdout] Dec 05 12:16:16.925 INFO [stdout] running 0 tests Dec 05 12:16:16.925 INFO [stdout] Dec 05 12:16:16.925 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 12:16:16.926 INFO [stdout] Dec 05 12:16:16.926 INFO [stderr] Doc-tests rthrift_tutorial Dec 05 12:16:17.884 INFO [stdout] Dec 05 12:16:17.884 INFO [stdout] running 0 tests Dec 05 12:16:17.884 INFO [stdout] Dec 05 12:16:17.884 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 12:16:17.884 INFO [stdout] Dec 05 12:16:17.896 INFO [stderr] su: No module specific data is present Dec 05 12:16:18.524 INFO running `"docker" "inspect" "122614b1a15d274dff6eb6e79fe5270c3431dfc2f2dff11f3b232c8d86f80309"` Dec 05 12:16:18.779 INFO running `"docker" "rm" "-f" "122614b1a15d274dff6eb6e79fe5270c3431dfc2f2dff11f3b232c8d86f80309"` Dec 05 12:16:19.084 INFO [stdout] 122614b1a15d274dff6eb6e79fe5270c3431dfc2f2dff11f3b232c8d86f80309