Nov 16 17:39:58.968 INFO testing okanon/rthrift_tutorial against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 17:39:58.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 16 17:39:59.859 INFO [stdout] 1bd0b40cd8d42aafd864775dc8b5e416369484da0d67b880ef4df03d57a430e5 Nov 16 17:39:59.861 INFO running `"docker" "start" "-a" "1bd0b40cd8d42aafd864775dc8b5e416369484da0d67b880ef4df03d57a430e5"` Nov 16 17:40:00.962 INFO [stderr] usermod: no changes Nov 16 17:40:01.018 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 17:40:01.018 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 17:40:01.018 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 17:40:01.018 INFO [stderr] files will be included as a binary target: Nov 16 17:40:01.018 INFO [stderr] Nov 16 17:40:01.018 INFO [stderr] * /source/src/main.rs Nov 16 17:40:01.018 INFO [stderr] Nov 16 17:40:01.018 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 17:40:01.018 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 17:40:01.018 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 17:40:01.018 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 17:40:01.018 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 17:40:01.018 INFO [stderr] Nov 16 17:40:01.018 INFO [stderr] For more information on this warning you can consult Nov 16 17:40:01.018 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 17:40:01.063 INFO [stderr] Compiling atty v0.2.6 Nov 16 17:40:01.071 INFO [stderr] Compiling threadpool v1.7.1 Nov 16 17:40:01.071 INFO [stderr] Compiling ordered-float v0.3.0 Nov 16 17:40:01.471 INFO [stderr] Compiling clap v2.27.1 Nov 16 17:40:01.995 INFO [stderr] Compiling rthrift v0.11.0 Nov 16 17:40:27.300 INFO [stderr] Compiling rthrift_tutorial v0.1.0 (/source) Nov 16 17:40:32.944 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.94s Nov 16 17:40:32.949 INFO [stderr] su: No module specific data is present Nov 16 17:40:33.567 INFO running `"docker" "inspect" "1bd0b40cd8d42aafd864775dc8b5e416369484da0d67b880ef4df03d57a430e5"` Nov 16 17:40:33.857 INFO running `"docker" "rm" "-f" "1bd0b40cd8d42aafd864775dc8b5e416369484da0d67b880ef4df03d57a430e5"` Nov 16 17:40:34.247 INFO [stdout] 1bd0b40cd8d42aafd864775dc8b5e416369484da0d67b880ef4df03d57a430e5 Nov 16 17:40:34.251 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 16 17:40:34.859 INFO [stdout] 6b742c8f24b5e68559e353a91a961867bf223c35e4ab5e7a84909dca985dc21f Nov 16 17:40:34.865 INFO running `"docker" "start" "-a" "6b742c8f24b5e68559e353a91a961867bf223c35e4ab5e7a84909dca985dc21f"` Nov 16 17:40:36.266 INFO [stderr] usermod: no changes Nov 16 17:40:36.331 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 17:40:36.331 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 17:40:36.331 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 17:40:36.331 INFO [stderr] files will be included as a binary target: Nov 16 17:40:36.331 INFO [stderr] Nov 16 17:40:36.331 INFO [stderr] * /source/src/main.rs Nov 16 17:40:36.331 INFO [stderr] Nov 16 17:40:36.331 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 17:40:36.331 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 17:40:36.331 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 17:40:36.331 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 17:40:36.331 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 17:40:36.331 INFO [stderr] Nov 16 17:40:36.331 INFO [stderr] For more information on this warning you can consult Nov 16 17:40:36.331 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 17:40:36.411 INFO [stderr] Compiling rthrift_tutorial v0.1.0 (/source) Nov 16 17:40:38.531 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.22s Nov 16 17:40:38.531 INFO [stderr] su: No module specific data is present Nov 16 17:40:38.962 INFO running `"docker" "inspect" "6b742c8f24b5e68559e353a91a961867bf223c35e4ab5e7a84909dca985dc21f"` Nov 16 17:40:39.207 INFO running `"docker" "rm" "-f" "6b742c8f24b5e68559e353a91a961867bf223c35e4ab5e7a84909dca985dc21f"` Nov 16 17:40:39.402 INFO [stdout] 6b742c8f24b5e68559e353a91a961867bf223c35e4ab5e7a84909dca985dc21f Nov 16 17:40:39.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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" "-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 16 17:40:39.803 INFO [stdout] 5fe2f429199473ab0897b72b9b0c0a96c0c85b23179f0bfb532ce99eab20f73c Nov 16 17:40:39.805 INFO running `"docker" "start" "-a" "5fe2f429199473ab0897b72b9b0c0a96c0c85b23179f0bfb532ce99eab20f73c"` Nov 16 17:40:40.760 INFO [stderr] usermod: no changes Nov 16 17:40:40.813 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 17:40:40.819 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 17:40:40.819 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 17:40:40.820 INFO [stderr] files will be included as a binary target: Nov 16 17:40:40.820 INFO [stderr] Nov 16 17:40:40.820 INFO [stderr] * /source/src/main.rs Nov 16 17:40:40.820 INFO [stderr] Nov 16 17:40:40.821 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 17:40:40.821 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 17:40:40.821 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 17:40:40.822 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 17:40:40.822 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 17:40:40.822 INFO [stderr] Nov 16 17:40:40.822 INFO [stderr] For more information on this warning you can consult Nov 16 17:40:40.823 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 17:40:40.852 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s Nov 16 17:40:40.871 INFO [stderr] Running /target/debug/deps/rthrift_tutorial-40845c848afe14b8 Nov 16 17:40:40.879 INFO [stderr] Running /target/debug/deps/rthrift_tutorial_client-731a2e6c497937eb Nov 16 17:40:40.880 INFO [stdout] Nov 16 17:40:40.880 INFO [stdout] running 0 tests Nov 16 17:40:40.880 INFO [stdout] Nov 16 17:40:40.881 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 17:40:40.881 INFO [stdout] Nov 16 17:40:40.881 INFO [stdout] Nov 16 17:40:40.882 INFO [stdout] running 0 tests Nov 16 17:40:40.882 INFO [stdout] Nov 16 17:40:40.882 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 17:40:40.883 INFO [stdout] Nov 16 17:40:40.891 INFO [stderr] Running /target/debug/deps/rthrift_tutorial_server-3dba905308a933c3 Nov 16 17:40:40.895 INFO [stdout] Nov 16 17:40:40.896 INFO [stdout] running 0 tests Nov 16 17:40:40.896 INFO [stdout] Nov 16 17:40:40.896 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 17:40:40.896 INFO [stdout] Nov 16 17:40:40.897 INFO [stderr] Doc-tests rthrift_tutorial Nov 16 17:40:41.602 INFO [stdout] Nov 16 17:40:41.603 INFO [stdout] running 0 tests Nov 16 17:40:41.603 INFO [stdout] Nov 16 17:40:41.604 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 17:40:41.604 INFO [stdout] Nov 16 17:40:41.619 INFO [stderr] su: No module specific data is present Nov 16 17:40:42.339 INFO running `"docker" "inspect" "5fe2f429199473ab0897b72b9b0c0a96c0c85b23179f0bfb532ce99eab20f73c"` Nov 16 17:40:42.611 INFO running `"docker" "rm" "-f" "5fe2f429199473ab0897b72b9b0c0a96c0c85b23179f0bfb532ce99eab20f73c"` Nov 16 17:40:42.878 INFO [stdout] 5fe2f429199473ab0897b72b9b0c0a96c0c85b23179f0bfb532ce99eab20f73c