[INFO] updating cached repository https://github.com/neoeinstein/new_type_derive [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5e5ea2e86cfe77ac3bd0f817522cdc165ca4fed5 [INFO] testing neoeinstein/new_type_derive against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneoeinstein%2Fnew_type_derive" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neoeinstein/new_type_derive on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/neoeinstein/new_type_derive [INFO] finished tweaking git repo https://github.com/neoeinstein/new_type_derive [INFO] tweaked toml for git repo https://github.com/neoeinstein/new_type_derive written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/neoeinstein/new_type_derive already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] b66948ea724fb3d1dccb5475d1e10b7572bd04c01f6a7283191c8076b213c3b4 [INFO] running `"docker" "start" "-a" "b66948ea724fb3d1dccb5475d1e10b7572bd04c01f6a7283191c8076b213c3b4"` [INFO] [stderr] Compiling new_type_derive v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.33s [INFO] running `"docker" "inspect" "b66948ea724fb3d1dccb5475d1e10b7572bd04c01f6a7283191c8076b213c3b4"` [INFO] running `"docker" "rm" "-f" "b66948ea724fb3d1dccb5475d1e10b7572bd04c01f6a7283191c8076b213c3b4"` [INFO] [stdout] b66948ea724fb3d1dccb5475d1e10b7572bd04c01f6a7283191c8076b213c3b4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 810dec39bd2dfa8ff2aff4a6263ece7708e049e0b9b82c4c0b6921b8118435bf [INFO] running `"docker" "start" "-a" "810dec39bd2dfa8ff2aff4a6263ece7708e049e0b9b82c4c0b6921b8118435bf"` [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling wait-timeout v0.1.5 [INFO] [stderr] Compiling rand v0.5.4 [INFO] [stderr] Compiling quote v0.6.4 [INFO] [stderr] Compiling syn v0.14.5 [INFO] [stderr] Compiling tempfile v3.0.3 [INFO] [stderr] Compiling rusty-fork v0.2.0 [INFO] [stderr] Compiling proptest v0.8.4 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling new_type_derive v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::From<&_>` [INFO] [stderr] --> src/new_type_pair.rs:473:25 [INFO] [stderr] | [INFO] [stderr] 473 | let inner = String::from(self.as_ref()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] error: could not compile `new_type_derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "810dec39bd2dfa8ff2aff4a6263ece7708e049e0b9b82c4c0b6921b8118435bf"` [INFO] running `"docker" "rm" "-f" "810dec39bd2dfa8ff2aff4a6263ece7708e049e0b9b82c4c0b6921b8118435bf"` [INFO] [stdout] 810dec39bd2dfa8ff2aff4a6263ece7708e049e0b9b82c4c0b6921b8118435bf