Dec 05 14:59:57.636 INFO testing maximilienandile/rust_api_poc against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 14:59:57.636 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 14:59:57.904 INFO [stdout] 19cce32cfa6273fd220695f8a763b70cfe79214b5498e7a79dfe746b4938c6c4 Dec 05 14:59:57.910 INFO running `"docker" "start" "-a" "19cce32cfa6273fd220695f8a763b70cfe79214b5498e7a79dfe746b4938c6c4"` Dec 05 14:59:58.613 INFO [stderr] usermod: no changes Dec 05 14:59:58.650 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 14:59:58.650 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 14:59:58.650 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 14:59:58.650 INFO [stderr] files will be included as a binary target: Dec 05 14:59:58.650 INFO [stderr] Dec 05 14:59:58.650 INFO [stderr] * /source/src/main.rs Dec 05 14:59:58.650 INFO [stderr] Dec 05 14:59:58.650 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 14:59:58.650 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 14:59:58.650 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 14:59:58.650 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 14:59:58.650 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 14:59:58.650 INFO [stderr] Dec 05 14:59:58.650 INFO [stderr] For more information on this warning you can consult Dec 05 14:59:58.650 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 14:59:58.650 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello`, Dec 05 14:59:58.650 INFO [stderr] please set bin.path in Cargo.toml Dec 05 14:59:58.773 INFO [stderr] Compiling atoi v0.2.2 Dec 05 14:59:58.774 INFO [stderr] Compiling serde_json v1.0.5 Dec 05 14:59:58.774 INFO [stderr] Compiling nix v0.9.0 Dec 05 14:59:58.781 INFO [stderr] Compiling twox-hash v1.1.0 Dec 05 14:59:58.788 INFO [stderr] Compiling thread_local v0.3.4 Dec 05 14:59:58.802 INFO [stderr] Compiling url v1.6.0 Dec 05 14:59:58.802 INFO [stderr] Compiling chrono v0.4.0 Dec 05 15:00:00.764 INFO [stderr] Compiling regex v0.2.2 Dec 05 15:00:07.272 INFO [stderr] Compiling hyper v0.10.13 Dec 05 15:00:13.964 INFO [stderr] Compiling mysql_common v0.2.0 Dec 05 15:00:22.516 INFO [stderr] Compiling mysql v12.0.3 Dec 05 15:00:24.100 INFO [stderr] Compiling iron v0.5.1 Dec 05 15:00:26.444 INFO [stderr] Compiling router v0.5.1 Dec 05 15:00:30.472 INFO [stderr] Compiling rust_api_poc v0.1.0 (/source) Dec 05 15:00:34.148 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.51s Dec 05 15:00:34.156 INFO [stderr] su: No module specific data is present Dec 05 15:00:35.148 INFO running `"docker" "inspect" "19cce32cfa6273fd220695f8a763b70cfe79214b5498e7a79dfe746b4938c6c4"` Dec 05 15:00:35.478 INFO running `"docker" "rm" "-f" "19cce32cfa6273fd220695f8a763b70cfe79214b5498e7a79dfe746b4938c6c4"` Dec 05 15:00:35.743 INFO [stdout] 19cce32cfa6273fd220695f8a763b70cfe79214b5498e7a79dfe746b4938c6c4 Dec 05 15:00:35.750 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 15:00:36.148 INFO [stdout] 5d8c8517750c2b8ec71240997693b421ec152661b2cc93bcb3d5709e9eb1b0b8 Dec 05 15:00:36.152 INFO running `"docker" "start" "-a" "5d8c8517750c2b8ec71240997693b421ec152661b2cc93bcb3d5709e9eb1b0b8"` Dec 05 15:00:37.292 INFO [stderr] usermod: no changes Dec 05 15:00:37.378 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 15:00:37.378 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 15:00:37.378 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 15:00:37.378 INFO [stderr] files will be included as a binary target: Dec 05 15:00:37.378 INFO [stderr] Dec 05 15:00:37.378 INFO [stderr] * /source/src/main.rs Dec 05 15:00:37.378 INFO [stderr] Dec 05 15:00:37.378 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 15:00:37.378 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 15:00:37.378 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 15:00:37.378 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 15:00:37.378 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 15:00:37.378 INFO [stderr] Dec 05 15:00:37.378 INFO [stderr] For more information on this warning you can consult Dec 05 15:00:37.378 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 15:00:37.378 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello`, Dec 05 15:00:37.378 INFO [stderr] please set bin.path in Cargo.toml Dec 05 15:00:37.543 INFO [stderr] Compiling rust_api_poc v0.1.0 (/source) Dec 05 15:00:39.094 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.77s Dec 05 15:00:39.109 INFO [stderr] su: No module specific data is present Dec 05 15:00:39.950 INFO running `"docker" "inspect" "5d8c8517750c2b8ec71240997693b421ec152661b2cc93bcb3d5709e9eb1b0b8"` Dec 05 15:00:40.220 INFO running `"docker" "rm" "-f" "5d8c8517750c2b8ec71240997693b421ec152661b2cc93bcb3d5709e9eb1b0b8"` Dec 05 15:00:40.484 INFO [stdout] 5d8c8517750c2b8ec71240997693b421ec152661b2cc93bcb3d5709e9eb1b0b8 Dec 05 15:00:40.486 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 15:00:41.044 INFO [stdout] 6b4d5f1044404f86fb7c7c10a78b124a4c4798b31288c0c7fe8015033fd75706 Dec 05 15:00:41.046 INFO running `"docker" "start" "-a" "6b4d5f1044404f86fb7c7c10a78b124a4c4798b31288c0c7fe8015033fd75706"` Dec 05 15:00:42.384 INFO [stderr] usermod: no changes Dec 05 15:00:42.440 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 15:00:42.440 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 15:00:42.440 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 15:00:42.440 INFO [stderr] files will be included as a binary target: Dec 05 15:00:42.440 INFO [stderr] Dec 05 15:00:42.440 INFO [stderr] * /source/src/main.rs Dec 05 15:00:42.440 INFO [stderr] Dec 05 15:00:42.440 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 15:00:42.440 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 15:00:42.440 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 15:00:42.440 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 15:00:42.440 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 15:00:42.440 INFO [stderr] Dec 05 15:00:42.440 INFO [stderr] For more information on this warning you can consult Dec 05 15:00:42.440 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 15:00:42.440 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello`, Dec 05 15:00:42.440 INFO [stderr] please set bin.path in Cargo.toml Dec 05 15:00:42.544 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s Dec 05 15:00:42.548 INFO [stderr] Running /target/debug/deps/hello-e1359cd3b44cca7b Dec 05 15:00:42.556 INFO [stdout] Dec 05 15:00:42.556 INFO [stdout] running 0 tests Dec 05 15:00:42.556 INFO [stdout] Dec 05 15:00:42.556 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 15:00:42.556 INFO [stdout] Dec 05 15:00:42.560 INFO [stderr] su: No module specific data is present Dec 05 15:00:43.421 INFO running `"docker" "inspect" "6b4d5f1044404f86fb7c7c10a78b124a4c4798b31288c0c7fe8015033fd75706"` Dec 05 15:00:43.558 INFO running `"docker" "rm" "-f" "6b4d5f1044404f86fb7c7c10a78b124a4c4798b31288c0c7fe8015033fd75706"` Dec 05 15:00:43.830 INFO [stdout] 6b4d5f1044404f86fb7c7c10a78b124a4c4798b31288c0c7fe8015033fd75706