[INFO] crate nomos 0.1.0 is already in cache [INFO] checking nomos-0.1.0 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate nomos 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate nomos 0.1.0 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate nomos 0.1.0 [INFO] finished tweaking crates.io crate nomos 0.1.0 [INFO] tweaked toml for crates.io crate nomos 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 636376745a9ce8ca8ea516c6fcfdd6d83e690c66449126ab88ffec5c77853af1 [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" "636376745a9ce8ca8ea516c6fcfdd6d83e690c66449126ab88ffec5c77853af1"` [INFO] [stderr] Compiling arrayvec v0.4.12 [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 proc-macro2 v0.4.30 [INFO] [stderr] Compiling raw-cpuid v6.1.0 [INFO] [stderr] Checking page_size v0.4.1 [INFO] [stderr] Checking dynasmrt v0.3.1 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking cranelift-bforest v0.31.0 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling cranelift-codegen-meta v0.31.0 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking rayon-core v1.6.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Compiling blake2b_simd v0.4.1 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Compiling wasmer-runtime-core v0.5.7 [INFO] [stderr] Checking bincode v1.2.0 [INFO] [stderr] Checking serde_bytes v0.10.5 [INFO] [stderr] Checking serde-bench v0.0.7 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Compiling cranelift-codegen v0.31.0 [INFO] [stderr] Checking nomos-runtime v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling dynasm v0.3.2 [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" "636376745a9ce8ca8ea516c6fcfdd6d83e690c66449126ab88ffec5c77853af1"` [INFO] running `"docker" "rm" "-f" "636376745a9ce8ca8ea516c6fcfdd6d83e690c66449126ab88ffec5c77853af1"` [INFO] [stdout] 636376745a9ce8ca8ea516c6fcfdd6d83e690c66449126ab88ffec5c77853af1