[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 1.38.0 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-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neoeinstein/new_type_derive on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-0/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 93a51e24768fedac249b4fbc3a35e8e27c4878f2f6f53ed7d06fdd0e779629d0 [INFO] running `"docker" "start" "-a" "93a51e24768fedac249b4fbc3a35e8e27c4878f2f6f53ed7d06fdd0e779629d0"` [INFO] [stderr] Compiling new_type_derive v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.24s [INFO] running `"docker" "inspect" "93a51e24768fedac249b4fbc3a35e8e27c4878f2f6f53ed7d06fdd0e779629d0"` [INFO] running `"docker" "rm" "-f" "93a51e24768fedac249b4fbc3a35e8e27c4878f2f6f53ed7d06fdd0e779629d0"` [INFO] [stdout] 93a51e24768fedac249b4fbc3a35e8e27c4878f2f6f53ed7d06fdd0e779629d0 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] cf89213e64951097420949d76b9cb6bfa17f4b53145923aae9835e2b4315c9c1 [INFO] running `"docker" "start" "-a" "cf89213e64951097420949d76b9cb6bfa17f4b53145923aae9835e2b4315c9c1"` [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling bit-vec v0.5.0 [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 arrayvec v0.4.7 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling bit-set v0.5.0 [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 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" "cf89213e64951097420949d76b9cb6bfa17f4b53145923aae9835e2b4315c9c1"` [INFO] running `"docker" "rm" "-f" "cf89213e64951097420949d76b9cb6bfa17f4b53145923aae9835e2b4315c9c1"` [INFO] [stdout] cf89213e64951097420949d76b9cb6bfa17f4b53145923aae9835e2b4315c9c1