[INFO] updating cached repository https://github.com/CherylZou/work [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] 852343a240f32cf995bad16d242382fba0c5b5a4 [INFO] checking CherylZou/work against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCherylZou%2Fwork" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CherylZou/work 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/CherylZou/work [INFO] finished tweaking git repo https://github.com/CherylZou/work [INFO] tweaked toml for git repo https://github.com/CherylZou/work written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/CherylZou/work 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] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-0/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stdout] f77f6e8cea6d8d9cc407ad54c56a11757600672604dea9cba824d82af21004c7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f77f6e8cea6d8d9cc407ad54c56a11757600672604dea9cba824d82af21004c7"` [INFO] [stderr] Compiling cranelift-entity v0.31.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking wasmparser v0.32.1 [INFO] [stderr] Compiling cbindgen v0.8.7 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking blake2b_simd v0.4.1 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking serde-bench v0.0.7 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking serde_bytes v0.10.5 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling cranelift-codegen-meta v0.31.0 [INFO] [stderr] Checking cranelift-bforest v0.31.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Compiling wasmer-runtime-core v0.5.7 [INFO] [stderr] Compiling target-lexicon v0.4.0 [INFO] [stderr] error[E0277]: cannot add-assign `&colored::ColoredString` to `std::string::String` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-0.5.7/src/state.rs:332:17 [INFO] [stderr] | [INFO] [stderr] 332 | ret += &"Unknown fault address, cannot read stack.".yellow(); [INFO] [stderr] | ^^ no implementation for `std::string::String += &colored::ColoredString` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::AddAssign<&colored::ColoredString>` is not implemented for `std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot add-assign `&colored::ColoredString` to `std::string::String` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-0.5.7/src/state.rs:335:17 [INFO] [stderr] | [INFO] [stderr] 335 | ret += &"Backtrace:".bold(); [INFO] [stderr] | ^^ no implementation for `std::string::String += &colored::ColoredString` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::AddAssign<&colored::ColoredString>` is not implemented for `std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot add-assign `&colored::ColoredString` to `std::string::String` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-0.5.7/src/state.rs:338:21 [INFO] [stderr] | [INFO] [stderr] 338 | ret += &format!("* Frame {} @ Local function {}", i, f.local_function_id).bold(); [INFO] [stderr] | ^^ no implementation for `std::string::String += &colored::ColoredString` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::AddAssign<&colored::ColoredString>` is not implemented for `std::string::String` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `wasmer-runtime-core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f77f6e8cea6d8d9cc407ad54c56a11757600672604dea9cba824d82af21004c7"` [INFO] running `"docker" "rm" "-f" "f77f6e8cea6d8d9cc407ad54c56a11757600672604dea9cba824d82af21004c7"` [INFO] [stdout] f77f6e8cea6d8d9cc407ad54c56a11757600672604dea9cba824d82af21004c7