Nov 18 19:57:37.532 INFO testing base_emoji-1.0.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 19:57:37.533 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 18 19:57:37.997 INFO [stdout] fbed26123d355bbaeb3f0b8bdd34595269da5b77934d0abf6c8df9b37f90507e Nov 18 19:57:38.007 INFO running `"docker" "start" "-a" "fbed26123d355bbaeb3f0b8bdd34595269da5b77934d0abf6c8df9b37f90507e"` Nov 18 19:57:39.554 INFO [stderr] usermod: no changes Nov 18 19:57:39.632 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:57:39.632 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:57:39.632 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:57:39.632 INFO [stderr] files will be included as a binary target: Nov 18 19:57:39.632 INFO [stderr] Nov 18 19:57:39.632 INFO [stderr] * /source/src/bin/main.rs Nov 18 19:57:39.632 INFO [stderr] Nov 18 19:57:39.632 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:57:39.632 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:57:39.632 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:57:39.632 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:57:39.632 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:57:39.632 INFO [stderr] Nov 18 19:57:39.632 INFO [stderr] For more information on this warning you can consult Nov 18 19:57:39.632 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:57:39.632 INFO [stderr] warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `base-emoji`, Nov 18 19:57:39.632 INFO [stderr] please set bin.path in Cargo.toml Nov 18 19:57:39.715 INFO [stderr] Compiling base_emoji v1.0.0 (/source) Nov 18 19:57:46.014 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.44s Nov 18 19:57:46.022 INFO [stderr] su: No module specific data is present Nov 18 19:57:46.701 INFO running `"docker" "inspect" "fbed26123d355bbaeb3f0b8bdd34595269da5b77934d0abf6c8df9b37f90507e"` Nov 18 19:57:46.966 INFO running `"docker" "rm" "-f" "fbed26123d355bbaeb3f0b8bdd34595269da5b77934d0abf6c8df9b37f90507e"` Nov 18 19:57:47.375 INFO [stdout] fbed26123d355bbaeb3f0b8bdd34595269da5b77934d0abf6c8df9b37f90507e Nov 18 19:57:47.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 18 19:57:47.975 INFO [stdout] 1ee729397a2e7658206f451f2a37865ae86a9d30c5fbd7e8d6da27074e3b181f Nov 18 19:57:47.981 INFO running `"docker" "start" "-a" "1ee729397a2e7658206f451f2a37865ae86a9d30c5fbd7e8d6da27074e3b181f"` Nov 18 19:57:49.138 INFO [stderr] usermod: no changes Nov 18 19:57:49.215 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:57:49.216 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:57:49.216 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:57:49.216 INFO [stderr] files will be included as a binary target: Nov 18 19:57:49.216 INFO [stderr] Nov 18 19:57:49.217 INFO [stderr] * /source/src/bin/main.rs Nov 18 19:57:49.217 INFO [stderr] Nov 18 19:57:49.217 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:57:49.217 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:57:49.217 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:57:49.218 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:57:49.218 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:57:49.218 INFO [stderr] Nov 18 19:57:49.218 INFO [stderr] For more information on this warning you can consult Nov 18 19:57:49.219 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:57:49.219 INFO [stderr] warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `base-emoji`, Nov 18 19:57:49.219 INFO [stderr] please set bin.path in Cargo.toml Nov 18 19:57:49.286 INFO [stderr] Compiling base_emoji v1.0.0 (/source) Nov 18 19:57:51.736 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.57s Nov 18 19:57:51.747 INFO [stderr] su: No module specific data is present Nov 18 19:57:52.295 INFO running `"docker" "inspect" "1ee729397a2e7658206f451f2a37865ae86a9d30c5fbd7e8d6da27074e3b181f"` Nov 18 19:57:52.559 INFO running `"docker" "rm" "-f" "1ee729397a2e7658206f451f2a37865ae86a9d30c5fbd7e8d6da27074e3b181f"` Nov 18 19:57:52.827 INFO [stdout] 1ee729397a2e7658206f451f2a37865ae86a9d30c5fbd7e8d6da27074e3b181f Nov 18 19:57:52.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 18 19:57:53.231 INFO [stdout] 48937923d25e4ce56c7c68a0a367aeb63f90fb8fd9898f29da5fe657b06479a2 Nov 18 19:57:53.235 INFO running `"docker" "start" "-a" "48937923d25e4ce56c7c68a0a367aeb63f90fb8fd9898f29da5fe657b06479a2"` Nov 18 19:57:54.104 INFO [stderr] usermod: no changes Nov 18 19:57:54.175 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:57:54.175 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:57:54.175 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:57:54.175 INFO [stderr] files will be included as a binary target: Nov 18 19:57:54.175 INFO [stderr] Nov 18 19:57:54.175 INFO [stderr] * /source/src/bin/main.rs Nov 18 19:57:54.175 INFO [stderr] Nov 18 19:57:54.175 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:57:54.175 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:57:54.175 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:57:54.175 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:57:54.175 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:57:54.175 INFO [stderr] Nov 18 19:57:54.175 INFO [stderr] For more information on this warning you can consult Nov 18 19:57:54.175 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:57:54.175 INFO [stderr] warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `base-emoji`, Nov 18 19:57:54.175 INFO [stderr] please set bin.path in Cargo.toml Nov 18 19:57:54.259 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s Nov 18 19:57:54.267 INFO [stderr] Running /target/debug/deps/base_emoji-b58bf5d0f6be45da Nov 18 19:57:54.286 INFO [stdout] Nov 18 19:57:54.286 INFO [stdout] running 2 tests Nov 18 19:57:54.291 INFO [stdout] test tests::from_string ... ok Nov 18 19:57:54.291 INFO [stdout] test tests::long ... ok Nov 18 19:57:54.291 INFO [stdout] Nov 18 19:57:54.291 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 19:57:54.291 INFO [stdout] Nov 18 19:57:54.291 INFO [stdout] Nov 18 19:57:54.291 INFO [stdout] running 0 tests Nov 18 19:57:54.291 INFO [stdout] Nov 18 19:57:54.291 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 19:57:54.291 INFO [stdout] Nov 18 19:57:54.293 INFO [stderr] Running /target/debug/deps/base_emoji-656d0b32b8787287 Nov 18 19:57:54.293 INFO [stderr] Doc-tests base_emoji Nov 18 19:57:55.427 INFO [stdout] Nov 18 19:57:55.427 INFO [stdout] running 5 tests Nov 18 19:58:00.623 INFO [stdout] test src/lib.rs - to_custom (line 76) ... ok Nov 18 19:58:01.219 INFO [stdout] test src/lib.rs - to_bytes (line 53) ... ok Nov 18 19:58:01.667 INFO [stdout] test src/lib.rs - to_names (line 65) ... ok Nov 18 19:58:02.055 INFO [stdout] test src/lib.rs - (line 11) ... ok Nov 18 19:58:02.491 INFO [stdout] test src/lib.rs - to_string (line 36) ... ok Nov 18 19:58:02.491 INFO [stdout] Nov 18 19:58:02.491 INFO [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 19:58:02.491 INFO [stdout] Nov 18 19:58:02.508 INFO [stderr] su: No module specific data is present Nov 18 19:58:03.197 INFO running `"docker" "inspect" "48937923d25e4ce56c7c68a0a367aeb63f90fb8fd9898f29da5fe657b06479a2"` Nov 18 19:58:03.523 INFO running `"docker" "rm" "-f" "48937923d25e4ce56c7c68a0a367aeb63f90fb8fd9898f29da5fe657b06479a2"` Nov 18 19:58:03.815 INFO [stdout] 48937923d25e4ce56c7c68a0a367aeb63f90fb8fd9898f29da5fe657b06479a2