Nov 17 14:42:40.109 INFO testing Istar-Eldritch/simple-db against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 14:42:40.111 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 14:42:40.623 INFO [stdout] dcf67a9676d32b5062c613e48c2a09e76bfdce0446c291307471abf4fb9b4309 Nov 17 14:42:40.629 INFO running `"docker" "start" "-a" "dcf67a9676d32b5062c613e48c2a09e76bfdce0446c291307471abf4fb9b4309"` Nov 17 14:42:41.943 INFO [stderr] usermod: no changes Nov 17 14:42:41.979 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 14:42:41.979 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 14:42:41.979 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 14:42:41.979 INFO [stderr] files will be included as a binary target: Nov 17 14:42:41.979 INFO [stderr] Nov 17 14:42:41.979 INFO [stderr] * /source/src/bin/repl.rs Nov 17 14:42:41.979 INFO [stderr] Nov 17 14:42:41.979 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 14:42:41.979 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 14:42:41.979 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 14:42:41.979 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 14:42:41.979 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 14:42:41.979 INFO [stderr] Nov 17 14:42:41.979 INFO [stderr] For more information on this warning you can consult Nov 17 14:42:41.979 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 14:42:42.127 INFO [stderr] Compiling rustyline v2.1.0 Nov 17 14:42:42.127 INFO [stderr] Compiling parking_lot v0.6.4 Nov 17 14:42:44.659 INFO [stderr] Compiling console v0.6.2 Nov 17 14:42:48.476 INFO [stderr] Compiling simple-db v0.1.0 (/source) Nov 17 14:42:53.307 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.35s Nov 17 14:42:53.314 INFO [stderr] su: No module specific data is present Nov 17 14:42:53.612 INFO running `"docker" "inspect" "dcf67a9676d32b5062c613e48c2a09e76bfdce0446c291307471abf4fb9b4309"` Nov 17 14:42:53.807 INFO running `"docker" "rm" "-f" "dcf67a9676d32b5062c613e48c2a09e76bfdce0446c291307471abf4fb9b4309"` Nov 17 14:42:53.931 INFO [stdout] dcf67a9676d32b5062c613e48c2a09e76bfdce0446c291307471abf4fb9b4309 Nov 17 14:42:53.933 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 14:42:54.343 INFO [stdout] 5f9560c93707d72344c7bce503273572f45b65f186588369c07441942b1a8586 Nov 17 14:42:54.345 INFO running `"docker" "start" "-a" "5f9560c93707d72344c7bce503273572f45b65f186588369c07441942b1a8586"` Nov 17 14:42:55.214 INFO [stderr] usermod: no changes Nov 17 14:42:55.251 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 14:42:55.252 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 14:42:55.252 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 14:42:55.252 INFO [stderr] files will be included as a binary target: Nov 17 14:42:55.253 INFO [stderr] Nov 17 14:42:55.253 INFO [stderr] * /source/src/bin/repl.rs Nov 17 14:42:55.253 INFO [stderr] Nov 17 14:42:55.253 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 14:42:55.254 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 14:42:55.254 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 14:42:55.254 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 14:42:55.255 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 14:42:55.255 INFO [stderr] Nov 17 14:42:55.256 INFO [stderr] For more information on this warning you can consult Nov 17 14:42:55.256 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 14:42:55.302 INFO [stderr] Compiling simple-db v0.1.0 (/source) Nov 17 14:42:55.943 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.69s Nov 17 14:42:55.943 INFO [stderr] su: No module specific data is present Nov 17 14:42:56.220 INFO running `"docker" "inspect" "5f9560c93707d72344c7bce503273572f45b65f186588369c07441942b1a8586"` Nov 17 14:42:56.319 INFO running `"docker" "rm" "-f" "5f9560c93707d72344c7bce503273572f45b65f186588369c07441942b1a8586"` Nov 17 14:42:56.442 INFO [stdout] 5f9560c93707d72344c7bce503273572f45b65f186588369c07441942b1a8586 Nov 17 14:42:56.445 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 14:42:56.666 INFO [stdout] 39f2c0defdefa7122313f0e93ccdf95f3533d425a72b5c331bc7d83f54ed81a2 Nov 17 14:42:56.668 INFO running `"docker" "start" "-a" "39f2c0defdefa7122313f0e93ccdf95f3533d425a72b5c331bc7d83f54ed81a2"` Nov 17 14:42:57.079 INFO [stderr] usermod: no changes Nov 17 14:42:57.111 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 14:42:57.111 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 14:42:57.111 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 14:42:57.111 INFO [stderr] files will be included as a binary target: Nov 17 14:42:57.111 INFO [stderr] Nov 17 14:42:57.111 INFO [stderr] * /source/src/bin/repl.rs Nov 17 14:42:57.111 INFO [stderr] Nov 17 14:42:57.111 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 14:42:57.111 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 14:42:57.111 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 14:42:57.111 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 14:42:57.111 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 14:42:57.111 INFO [stderr] Nov 17 14:42:57.111 INFO [stderr] For more information on this warning you can consult Nov 17 14:42:57.111 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 14:42:57.163 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s Nov 17 14:42:57.175 INFO [stderr] Running /target/debug/deps/simpledb-d421da014e18d586 Nov 17 14:42:57.182 INFO [stdout] Nov 17 14:42:57.182 INFO [stdout] running 0 tests Nov 17 14:42:57.182 INFO [stdout] Nov 17 14:42:57.182 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 14:42:57.182 INFO [stdout] Nov 17 14:42:57.184 INFO [stderr] Doc-tests simpledb Nov 17 14:42:57.723 INFO [stdout] Nov 17 14:42:57.723 INFO [stdout] running 0 tests Nov 17 14:42:57.723 INFO [stdout] Nov 17 14:42:57.723 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 14:42:57.723 INFO [stdout] Nov 17 14:42:57.725 INFO [stderr] su: No module specific data is present Nov 17 14:42:58.198 INFO running `"docker" "inspect" "39f2c0defdefa7122313f0e93ccdf95f3533d425a72b5c331bc7d83f54ed81a2"` Nov 17 14:42:58.311 INFO running `"docker" "rm" "-f" "39f2c0defdefa7122313f0e93ccdf95f3533d425a72b5c331bc7d83f54ed81a2"` Nov 17 14:42:58.417 INFO [stdout] 39f2c0defdefa7122313f0e93ccdf95f3533d425a72b5c331bc7d83f54ed81a2