[INFO] cloning repository https://github.com/Rydgel/monkey-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Rydgel/monkey-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRydgel%2Fmonkey-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRydgel%2Fmonkey-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e9cee345b148a677c0eb9d9a48f7e91e671dd95a [INFO] testing Rydgel/monkey-rust against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRydgel%2Fmonkey-rust" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Rydgel/monkey-rust on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Rydgel/monkey-rust [INFO] finished tweaking git repo https://github.com/Rydgel/monkey-rust [INFO] tweaked toml for git repo https://github.com/Rydgel/monkey-rust written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/Rydgel/monkey-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/kkawakam/rustyline` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3860c2c90b0f6b198ff40e02e8d1a030b8f67c68a03b9eb983d076cac0219020 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3860c2c90b0f6b198ff40e02e8d1a030b8f67c68a03b9eb983d076cac0219020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3860c2c90b0f6b198ff40e02e8d1a030b8f67c68a03b9eb983d076cac0219020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3860c2c90b0f6b198ff40e02e8d1a030b8f67c68a03b9eb983d076cac0219020", kill_on_drop: false }` [INFO] [stdout] 3860c2c90b0f6b198ff40e02e8d1a030b8f67c68a03b9eb983d076cac0219020 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33b74e1dbf0bbc4c1f01f44a0b4bdc8d2150a9f48930087786340c2948057f40 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "33b74e1dbf0bbc4c1f01f44a0b4bdc8d2150a9f48930087786340c2948057f40", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.21 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling encode_unicode v0.1.3 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling rustyline v1.0.0 (https://github.com/kkawakam/rustyline#15de3486) [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustyline-98638c01accab86a/15de348/src/lib.rs:1268:49 [INFO] [stdout] | [INFO] [stdout] 1268 | self.editor.add_history_entry(l.as_ref()); // TODO Validate [INFO] [stdout] | --^^^^^^-- [INFO] [stdout] | | | [INFO] [stdout] | | cannot infer type for type parameter `T` declared on the trait `AsRef` [INFO] [stdout] | this method call resolves to `&T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `String: AsRef<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustyline-98638c01accab86a/15de348/src/history.rs:137:33 [INFO] [stdout] | [INFO] [stdout] 137 | self.add(try!(line).as_ref()); // TODO truncate to MAX_LINE [INFO] [stdout] | -----------^^^^^^-- [INFO] [stdout] | | | [INFO] [stdout] | | cannot infer type for type parameter `T` declared on the trait `AsRef` [INFO] [stdout] | this method call resolves to `&T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `String: AsRef<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustyline` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "33b74e1dbf0bbc4c1f01f44a0b4bdc8d2150a9f48930087786340c2948057f40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33b74e1dbf0bbc4c1f01f44a0b4bdc8d2150a9f48930087786340c2948057f40", kill_on_drop: false }` [INFO] [stdout] 33b74e1dbf0bbc4c1f01f44a0b4bdc8d2150a9f48930087786340c2948057f40