[INFO] updating cached repository https://github.com/jackmott/evolution [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] 90c521c18e73d8de3ce906d35233f95c387190ec [INFO] checking jackmott/evolution against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackmott%2Fevolution" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jackmott/evolution on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jackmott/evolution [INFO] removed path dependency simdeez from git repo https://github.com/jackmott/evolution [INFO] removed path dependency simdnoise from git repo https://github.com/jackmott/evolution [INFO] finished tweaking git repo https://github.com/jackmott/evolution [INFO] tweaked toml for git repo https://github.com/jackmott/evolution written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/jackmott/evolution already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (simdeez) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (simdnoise) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (simdeez) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (simdnoise) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 679388087b084dddf8fe95ed8c3ff2e3661e022911c197970325447befb21b95 [INFO] running `"docker" "start" "-a" "679388087b084dddf8fe95ed8c3ff2e3661e022911c197970325447befb21b95"` [INFO] [stderr] warning: dependency (simdeez) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (simdnoise) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling bindgen v0.46.0 [INFO] [stderr] Checking mint v0.5.4 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Compiling imgui-gfx-renderer v0.2.0 [INFO] [stderr] Compiling imgui-sys v0.2.0 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Checking toml v0.5.5 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking gfx_core v0.9.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] error[E0277]: cannot add `&std::borrow::Cow<'_, str>` to `std::string::String` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pulldown-cmark-0.2.0/src/utils.rs:51:30 [INFO] [stderr] | [INFO] [stderr] 51 | Owned(a.into_owned() + &b) [INFO] [stderr] | ^ no implementation for `std::string::String + &std::borrow::Cow<'_, str>` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Add<&std::borrow::Cow<'_, str>>` is not implemented for `std::string::String` [INFO] [stderr] [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `pulldown-cmark`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "679388087b084dddf8fe95ed8c3ff2e3661e022911c197970325447befb21b95"` [INFO] running `"docker" "rm" "-f" "679388087b084dddf8fe95ed8c3ff2e3661e022911c197970325447befb21b95"` [INFO] [stdout] 679388087b084dddf8fe95ed8c3ff2e3661e022911c197970325447befb21b95