[INFO] updating cached repository https://github.com/fplust/bilibili-live-danmu [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] 6002ac91d3f1e915dc2c194e7f0a93995c26e4e4 [INFO] checking fplust/bilibili-live-danmu against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffplust%2Fbilibili-live-danmu" "/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/fplust/bilibili-live-danmu 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/fplust/bilibili-live-danmu [INFO] removed path dependency browsercookie-rs from git repo https://github.com/fplust/bilibili-live-danmu [INFO] finished tweaking git repo https://github.com/fplust/bilibili-live-danmu [INFO] tweaked toml for git repo https://github.com/fplust/bilibili-live-danmu written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/fplust/bilibili-live-danmu 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 (browsercookie-rs) 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 (browsercookie-rs) 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] 676de1cd90b48a051114d98fbfeb5dd19763f619af15ba97fbe053c34ff635b5 [INFO] running `"docker" "start" "-a" "676de1cd90b48a051114d98fbfeb5dd19763f619af15ba97fbe053c34ff635b5"` [INFO] [stderr] warning: dependency (browsercookie-rs) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling strsim v0.9.2 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Checking unicode-segmentation v1.6.0 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling lz4-sys v1.8.3 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Checking enum-map-internals v0.1.3 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Compiling enum-map-derive v0.4.3 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Compiling tempdir v0.3.7 [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] 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" "676de1cd90b48a051114d98fbfeb5dd19763f619af15ba97fbe053c34ff635b5"` [INFO] running `"docker" "rm" "-f" "676de1cd90b48a051114d98fbfeb5dd19763f619af15ba97fbe053c34ff635b5"` [INFO] [stdout] 676de1cd90b48a051114d98fbfeb5dd19763f619af15ba97fbe053c34ff635b5