[INFO] updating cached repository https://github.com/johshoff/find-tempo-rust-backend [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4996c3864a9b009035ee8cae317692147cee5495 [INFO] checking johshoff/find-tempo-rust-backend against try#6024cfef3a82f9a7688f07054f1650081bad3af5 for pr-74130 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohshoff%2Ffind-tempo-rust-backend" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/johshoff/find-tempo-rust-backend on toolchain 6024cfef3a82f9a7688f07054f1650081bad3af5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6024cfef3a82f9a7688f07054f1650081bad3af5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/johshoff/find-tempo-rust-backend [INFO] finished tweaking git repo https://github.com/johshoff/find-tempo-rust-backend [INFO] tweaked toml for git repo https://github.com/johshoff/find-tempo-rust-backend written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/johshoff/find-tempo-rust-backend already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6024cfef3a82f9a7688f07054f1650081bad3af5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+6024cfef3a82f9a7688f07054f1650081bad3af5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c6dd33bebefd51f16bc84e68a27abd3b14a1a93b471c62330e9a1d2e36394f9 [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" "5c6dd33bebefd51f16bc84e68a27abd3b14a1a93b471c62330e9a1d2e36394f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c6dd33bebefd51f16bc84e68a27abd3b14a1a93b471c62330e9a1d2e36394f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c6dd33bebefd51f16bc84e68a27abd3b14a1a93b471c62330e9a1d2e36394f9", kill_on_drop: false }` [INFO] [stdout] 5c6dd33bebefd51f16bc84e68a27abd3b14a1a93b471c62330e9a1d2e36394f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+6024cfef3a82f9a7688f07054f1650081bad3af5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb0170809aff5326cdc8142bd4dab765cda1bd1473977f7d09efa2dfd88b84ff [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" "cb0170809aff5326cdc8142bd4dab765cda1bd1473977f7d09efa2dfd88b84ff", kill_on_drop: false }` [INFO] [stderr] Compiling quick-error v1.1.0 [INFO] [stderr] Compiling nom v2.0.1 [INFO] [stderr] Checking bart v0.0.1 [INFO] [stderr] Compiling syn v0.10.6 [INFO] [stdout] error[E0503]: cannot use `separator` because it was mutably borrowed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bart-0.0.1/src/display_html_safe.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 18 | for part in buf.split(|x| { separator = x; (x == '<') || (x == '&') || (x == '\'') || (x == '"') }) { [INFO] [stdout] | --------------------------------------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | borrow occurs due to use of `separator` in closure [INFO] [stdout] | | borrow of `separator` occurs here [INFO] [stdout] | borrow later used here [INFO] [stdout] ... [INFO] [stdout] 22 | '<' => self.inner.write_str("<"), [INFO] [stdout] | ^^^ use of borrowed `separator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0503`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bart`. [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" "cb0170809aff5326cdc8142bd4dab765cda1bd1473977f7d09efa2dfd88b84ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb0170809aff5326cdc8142bd4dab765cda1bd1473977f7d09efa2dfd88b84ff", kill_on_drop: false }` [INFO] [stdout] cb0170809aff5326cdc8142bd4dab765cda1bd1473977f7d09efa2dfd88b84ff