[INFO] updating cached repository https://github.com/Jim-Holmstroem/joust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] f1069b2ce9d8503abf3340083a51e91db2893b4c [INFO] testing Jim-Holmstroem/joust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJim-Holmstroem%2Fjoust" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Jim-Holmstroem/joust on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Jim-Holmstroem/joust [INFO] finished tweaking git repo https://github.com/Jim-Holmstroem/joust [INFO] tweaked toml for git repo https://github.com/Jim-Holmstroem/joust written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Jim-Holmstroem/joust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d4266ee327c880419a7131036e52603ec8e7eead52c218306bc0cc64746d1b8e [INFO] running `"docker" "start" "-a" "d4266ee327c880419a7131036e52603ec8e7eead52c218306bc0cc64746d1b8e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling futures v0.1.27 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling crossbeam v0.7.1 [INFO] [stderr] Compiling joust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `futures::future` [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use futures::future; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0495]: cannot infer an appropriate lifetime due to conflicting requirements [INFO] [stderr] --> src/main.rs:77:23 [INFO] [stderr] | [INFO] [stderr] 77 | thread::spawn(move || { [INFO] [stderr] | _______________________^ [INFO] [stderr] 78 | | s.send(self.reader.read_line(&mut output)).unwrap(); [INFO] [stderr] 79 | | //s.send(output).unwrap(); [INFO] [stderr] 80 | | }); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] note: first, the lifetime cannot outlive the anonymous lifetime #1 defined on the method body at 70:5... [INFO] [stderr] --> src/main.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | / fn act(&mut self, input: String) -> io::Result { [INFO] [stderr] 71 | | self.writer.write_all(input.as_bytes())?; [INFO] [stderr] 72 | | self.writer.flush()?; [INFO] [stderr] 73 | | [INFO] [stderr] ... | [INFO] [stderr] 87 | | Ok("".to_string()) [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] note: ...so that the types are compatible [INFO] [stderr] --> src/main.rs:77:23 [INFO] [stderr] | [INFO] [stderr] 77 | thread::spawn(move || { [INFO] [stderr] | _______________________^ [INFO] [stderr] 78 | | s.send(self.reader.read_line(&mut output)).unwrap(); [INFO] [stderr] 79 | | //s.send(output).unwrap(); [INFO] [stderr] 80 | | }); [INFO] [stderr] | |_________^ [INFO] [stderr] = note: expected `&mut Program` [INFO] [stderr] found `&mut Program` [INFO] [stderr] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stderr] note: ...so that the type `[closure@src/main.rs:77:23: 80:10 s:crossbeam::Sender>, self:&mut Program, output:std::string::String]` will meet its required lifetime bounds [INFO] [stderr] --> src/main.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | thread::spawn(move || { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0495`. [INFO] [stderr] error: could not compile `joust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d4266ee327c880419a7131036e52603ec8e7eead52c218306bc0cc64746d1b8e"` [INFO] running `"docker" "rm" "-f" "d4266ee327c880419a7131036e52603ec8e7eead52c218306bc0cc64746d1b8e"` [INFO] [stdout] d4266ee327c880419a7131036e52603ec8e7eead52c218306bc0cc64746d1b8e