[INFO] updating cached repository PlasmaPower/curve25519-repl [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/PlasmaPower/curve25519-repl [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/PlasmaPower/curve25519-repl" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/PlasmaPower/curve25519-repl"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/PlasmaPower/curve25519-repl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/PlasmaPower/curve25519-repl" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/PlasmaPower/curve25519-repl"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/PlasmaPower/curve25519-repl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 228d95ba64b1c345c025c0d249fd1dfcaa593e73 [INFO] sha for GitHub repo PlasmaPower/curve25519-repl: 228d95ba64b1c345c025c0d249fd1dfcaa593e73 [INFO] validating manifest of PlasmaPower/curve25519-repl on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of PlasmaPower/curve25519-repl on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing PlasmaPower/curve25519-repl [INFO] finished frobbing PlasmaPower/curve25519-repl [INFO] frobbed toml for PlasmaPower/curve25519-repl written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/PlasmaPower/curve25519-repl/Cargo.toml [INFO] started frobbing PlasmaPower/curve25519-repl [INFO] finished frobbing PlasmaPower/curve25519-repl [INFO] frobbed toml for PlasmaPower/curve25519-repl written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/PlasmaPower/curve25519-repl/Cargo.toml [INFO] crate PlasmaPower/curve25519-repl already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking PlasmaPower/curve25519-repl against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/PlasmaPower/curve25519-repl:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bfe88074c446c23872a78c5352e19cebed23814ed43fb3dd850869b62f6c8abc [INFO] running `"docker" "start" "-a" "bfe88074c446c23872a78c5352e19cebed23814ed43fb3dd850869b62f6c8abc"` [INFO] [stderr] Compiling byteorder v1.2.6 [INFO] [stderr] Checking log v0.4.5 [INFO] [stderr] Checking rustyline v2.1.0 [INFO] [stderr] Checking block-buffer v0.7.0 [INFO] [stderr] Checking combine v3.6.1 [INFO] [stderr] Compiling curve25519-dalek v0.21.0 [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::AsRef<_>` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustyline-2.1.0/src/lib.rs:639:43 [INFO] [stderr] | [INFO] [stderr] 639 | editor.add_history_entry(line.as_ref()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking sha2 v0.8.0 [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 `rustyline`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "bfe88074c446c23872a78c5352e19cebed23814ed43fb3dd850869b62f6c8abc"` [INFO] running `"docker" "rm" "-f" "bfe88074c446c23872a78c5352e19cebed23814ed43fb3dd850869b62f6c8abc"` [INFO] [stdout] bfe88074c446c23872a78c5352e19cebed23814ed43fb3dd850869b62f6c8abc