Dec 05 14:59:51.281 INFO testing maximilienandile/rust_api_poc against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 14:59:51.281 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 14:59:51.774 INFO [stdout] c4223a2d92dc0c5dc8677d0784453b5f439e9dce17d03a33bc5094c85670bef3 Dec 05 14:59:51.780 INFO running `"docker" "start" "-a" "c4223a2d92dc0c5dc8677d0784453b5f439e9dce17d03a33bc5094c85670bef3"` Dec 05 14:59:52.932 INFO [stderr] usermod: no changes Dec 05 14:59:52.984 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 14:59:52.984 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 14:59:52.984 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 14:59:52.984 INFO [stderr] files will be included as a binary target: Dec 05 14:59:52.984 INFO [stderr] Dec 05 14:59:52.984 INFO [stderr] * /source/src/main.rs Dec 05 14:59:52.984 INFO [stderr] Dec 05 14:59:52.984 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 14:59:52.984 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 14:59:52.984 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 14:59:52.984 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 14:59:52.984 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 14:59:52.984 INFO [stderr] Dec 05 14:59:52.984 INFO [stderr] For more information on this warning you can consult Dec 05 14:59:52.984 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 14:59:52.984 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello`, Dec 05 14:59:52.984 INFO [stderr] please set bin.path in Cargo.toml Dec 05 14:59:53.165 INFO [stderr] Compiling atoi v0.2.2 Dec 05 14:59:53.165 INFO [stderr] Compiling memchr v1.0.2 Dec 05 14:59:53.165 INFO [stderr] Compiling serde_json v1.0.5 Dec 05 14:59:53.166 INFO [stderr] Compiling nix v0.9.0 Dec 05 14:59:53.175 INFO [stderr] Compiling twox-hash v1.1.0 Dec 05 14:59:53.175 INFO [stderr] Compiling thread_local v0.3.4 Dec 05 14:59:53.176 INFO [stderr] Compiling hyper v0.10.13 Dec 05 14:59:54.328 INFO [stderr] Compiling aho-corasick v0.6.3 Dec 05 14:59:55.648 INFO [stderr] Compiling regex v0.2.2 Dec 05 15:00:07.136 INFO [stderr] Compiling iron v0.5.1 Dec 05 15:00:07.968 INFO [stderr] Compiling mysql_common v0.2.0 Dec 05 15:00:09.992 INFO [stderr] Compiling router v0.5.1 Dec 05 15:00:14.986 INFO [stderr] Compiling mysql v12.0.3 Dec 05 15:00:20.736 INFO [stderr] Compiling rust_api_poc v0.1.0 (/source) Dec 05 15:00:24.753 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.80s Dec 05 15:00:24.764 INFO [stderr] su: No module specific data is present Dec 05 15:00:25.410 INFO running `"docker" "inspect" "c4223a2d92dc0c5dc8677d0784453b5f439e9dce17d03a33bc5094c85670bef3"` Dec 05 15:00:25.706 INFO running `"docker" "rm" "-f" "c4223a2d92dc0c5dc8677d0784453b5f439e9dce17d03a33bc5094c85670bef3"` Dec 05 15:00:25.964 INFO [stdout] c4223a2d92dc0c5dc8677d0784453b5f439e9dce17d03a33bc5094c85670bef3 Dec 05 15:00:25.966 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 15:00:26.494 INFO [stdout] e3b1d6af3a283491dbffb86d1f539118cbee5e733d2a1d737817f47b33367bf3 Dec 05 15:00:26.498 INFO running `"docker" "start" "-a" "e3b1d6af3a283491dbffb86d1f539118cbee5e733d2a1d737817f47b33367bf3"` Dec 05 15:00:27.872 INFO [stderr] usermod: no changes Dec 05 15:00:27.920 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 15:00:27.920 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 15:00:27.920 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 15:00:27.920 INFO [stderr] files will be included as a binary target: Dec 05 15:00:27.920 INFO [stderr] Dec 05 15:00:27.920 INFO [stderr] * /source/src/main.rs Dec 05 15:00:27.920 INFO [stderr] Dec 05 15:00:27.920 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 15:00:27.920 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 15:00:27.920 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 15:00:27.920 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 15:00:27.920 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 15:00:27.920 INFO [stderr] Dec 05 15:00:27.920 INFO [stderr] For more information on this warning you can consult Dec 05 15:00:27.920 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 15:00:27.920 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello`, Dec 05 15:00:27.920 INFO [stderr] please set bin.path in Cargo.toml Dec 05 15:00:28.072 INFO [stderr] Compiling rust_api_poc v0.1.0 (/source) Dec 05 15:00:29.513 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.63s Dec 05 15:00:29.525 INFO [stderr] su: No module specific data is present Dec 05 15:00:30.711 INFO running `"docker" "inspect" "e3b1d6af3a283491dbffb86d1f539118cbee5e733d2a1d737817f47b33367bf3"` Dec 05 15:00:31.040 INFO running `"docker" "rm" "-f" "e3b1d6af3a283491dbffb86d1f539118cbee5e733d2a1d737817f47b33367bf3"` Dec 05 15:00:31.308 INFO [stdout] e3b1d6af3a283491dbffb86d1f539118cbee5e733d2a1d737817f47b33367bf3 Dec 05 15:00:31.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 15:00:31.701 INFO [stdout] f380b8a765974cb9e824ab234faf596e619bcef3a44651a57bbb3262ea6d15ad Dec 05 15:00:31.703 INFO running `"docker" "start" "-a" "f380b8a765974cb9e824ab234faf596e619bcef3a44651a57bbb3262ea6d15ad"` Dec 05 15:00:33.404 INFO [stderr] usermod: no changes Dec 05 15:00:33.484 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 15:00:33.484 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 15:00:33.484 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 15:00:33.484 INFO [stderr] files will be included as a binary target: Dec 05 15:00:33.484 INFO [stderr] Dec 05 15:00:33.484 INFO [stderr] * /source/src/main.rs Dec 05 15:00:33.484 INFO [stderr] Dec 05 15:00:33.484 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 15:00:33.484 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 15:00:33.484 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 15:00:33.484 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 15:00:33.484 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 15:00:33.484 INFO [stderr] Dec 05 15:00:33.484 INFO [stderr] For more information on this warning you can consult Dec 05 15:00:33.484 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 15:00:33.484 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello`, Dec 05 15:00:33.484 INFO [stderr] please set bin.path in Cargo.toml Dec 05 15:00:33.616 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s Dec 05 15:00:33.632 INFO [stderr] Running /target/debug/deps/hello-d71045d226873ecc Dec 05 15:00:33.633 INFO [stdout] Dec 05 15:00:33.633 INFO [stdout] running 0 tests Dec 05 15:00:33.633 INFO [stdout] Dec 05 15:00:33.633 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 15:00:33.633 INFO [stdout] Dec 05 15:00:33.639 INFO [stderr] su: No module specific data is present Dec 05 15:00:34.876 INFO running `"docker" "inspect" "f380b8a765974cb9e824ab234faf596e619bcef3a44651a57bbb3262ea6d15ad"` Dec 05 15:00:35.124 INFO running `"docker" "rm" "-f" "f380b8a765974cb9e824ab234faf596e619bcef3a44651a57bbb3262ea6d15ad"` Dec 05 15:00:35.424 INFO [stdout] f380b8a765974cb9e824ab234faf596e619bcef3a44651a57bbb3262ea6d15ad