[INFO] cloning repository https://github.com/HelloVolla/volla-messages-app
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HelloVolla/volla-messages-app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHelloVolla%2Fvolla-messages-app", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHelloVolla%2Fvolla-messages-app'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3ad41888498ec69ec8dd4941385fce4a5c65905d
[INFO] testing HelloVolla/volla-messages-app against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHelloVolla%2Fvolla-messages-app" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/HelloVolla/volla-messages-app
[INFO] finished tweaking git repo https://github.com/HelloVolla/volla-messages-app
[INFO] tweaked toml for git repo https://github.com/HelloVolla/volla-messages-app written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HelloVolla/volla-messages-app on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HelloVolla/volla-messages-app already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: patch `wasmer-types v6.0.1 (https://github.com/guillemcordoba/wasmer?branch=fix-x86#4231daf3)` was not used in the crate graph
[INFO] [stderr] warning: patch `wasmer-vm v6.0.1 (https://github.com/guillemcordoba/wasmer?branch=fix-x86#4231daf3)` was not used in the crate graph
[INFO] [stderr] help: Check that the patched package version and available features are compatible
[INFO] [stderr]       with the dependency requirements. If the patch has a different version from
[INFO] [stderr]       what is locked in the Cargo.lock file, run `cargo update` to use the new
[INFO] [stderr]       version. This may also occur with an optional dependency that is not enabled.
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493
[INFO] running `Command { std: "docker" "start" "5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: patch `wasmer-types v6.0.1 (https://github.com/guillemcordoba/wasmer?branch=fix-x86#4231daf3)` was not used in the crate graph
[INFO] [stderr] warning: patch `wasmer-vm v6.0.1 (https://github.com/guillemcordoba/wasmer?branch=fix-x86#4231daf3)` was not used in the crate graph
[INFO] [stderr] help: Check that the patched package version and available features are compatible
[INFO] [stderr]       with the dependency requirements. If the patch has a different version from
[INFO] [stderr]       what is locked in the Cargo.lock file, run `cargo update` to use the new
[INFO] [stderr]       version. This may also occur with an optional dependency that is not enabled.
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling blake2b_simd v1.0.4
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling rmp v0.8.15
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling holochain_serialized_bytes_derive v0.0.56
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling holochain_util v0.6.0
[INFO] [stderr]    Compiling must_future v0.1.2
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling serde-transcode v1.1.1
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling holochain_secure_primitive v0.6.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling holochain_timestamp v0.6.0
[INFO] [stderr]    Compiling holochain_serialized_bytes v0.0.56
[INFO] [stderr]    Compiling holochain_wasmer_common v0.0.101
[INFO] [stderr]    Compiling holo_hash v0.6.0
[INFO] [stderr]    Compiling holochain_nonce v0.6.0
[INFO] [stderr]    Compiling holochain_wasmer_guest v0.0.101
[INFO] [stderr]    Compiling holochain_integrity_types v0.6.0
[INFO] [stderr]    Compiling holochain_zome_types v0.6.0
[INFO] [stderr]    Compiling hdk_derive v0.6.0
[INFO] [stderr]    Compiling hdi v0.7.0
[INFO] [stderr]    Compiling hdk v0.6.0
[INFO] [stderr]    Compiling hc_zome_profiles_integrity v0.4.0 (https://github.com/holochain-open-dev/profiles?branch=main-0.6#06645aaf)
[INFO] [stderr]    Compiling hc_zome_file_storage_integrity v0.4.0 (https://github.com/holochain-open-dev/file-storage?rev=5bd7b171956c06671b201a0050c7e737719633db#5bd7b171)
[INFO] [stderr]    Compiling relay_integrity v0.6.0 (/opt/rustwide/workdir/dnas/relay/zomes/integrity/relay)
[INFO] [stderr]    Compiling hc_zome_profiles_coordinator v0.4.0 (https://github.com/holochain-open-dev/profiles?branch=main-0.6#06645aaf)
[INFO] [stderr]    Compiling profiles_integrity v0.0.1 (/opt/rustwide/workdir/dnas/relay/zomes/integrity/profiles)
[INFO] [stderr]    Compiling file_storage_integrity v0.2.0 (/opt/rustwide/workdir/dnas/relay/zomes/integrity/file_storage)
[INFO] [stderr]    Compiling hc_zome_file_storage_coordinator v0.4.0 (https://github.com/holochain-open-dev/file-storage?rev=5bd7b171956c06671b201a0050c7e737719633db#5bd7b171)
[INFO] [stderr]    Compiling file_storage v0.2.0 (/opt/rustwide/workdir/dnas/relay/zomes/coordinator/file_storage)
[INFO] [stderr]    Compiling profiles v0.0.1 (/opt/rustwide/workdir/dnas/relay/zomes/coordinator/profiles)
[INFO] [stderr]    Compiling relay v0.6.0 (/opt/rustwide/workdir/dnas/relay/zomes/coordinator/relay)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 4m 11s
[INFO] running `Command { std: "docker" "inspect" "5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: patch `wasmer-types v6.0.1 (https://github.com/guillemcordoba/wasmer?branch=fix-x86#4231daf3)` was not used in the crate graph
[INFO] [stderr] warning: patch `wasmer-vm v6.0.1 (https://github.com/guillemcordoba/wasmer?branch=fix-x86#4231daf3)` was not used in the crate graph
[INFO] [stderr] help: Check that the patched package version and available features are compatible
[INFO] [stderr]       with the dependency requirements. If the patch has a different version from
[INFO] [stderr]       what is locked in the Cargo.lock file, run `cargo update` to use the new
[INFO] [stderr]       version. This may also occur with an optional dependency that is not enabled.
[INFO] [stderr]    Compiling relay_integrity v0.6.0 (/opt/rustwide/workdir/dnas/relay/zomes/integrity/relay)
[INFO] [stderr]    Compiling profiles_integrity v0.0.1 (/opt/rustwide/workdir/dnas/relay/zomes/integrity/profiles)
[INFO] [stderr]    Compiling file_storage_integrity v0.2.0 (/opt/rustwide/workdir/dnas/relay/zomes/integrity/file_storage)
[INFO] [stderr]    Compiling relay v0.6.0 (/opt/rustwide/workdir/dnas/relay/zomes/coordinator/relay)
[INFO] [stderr]    Compiling profiles v0.0.1 (/opt/rustwide/workdir/dnas/relay/zomes/coordinator/profiles)
[INFO] [stderr]    Compiling file_storage v0.2.0 (/opt/rustwide/workdir/dnas/relay/zomes/coordinator/file_storage)
[INFO] [stderr] error: could not compile `relay` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name relay --edition=2021 dnas/relay/zomes/coordinator/relay/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=z -C lto --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ae19b3d76b53010 -C extra-filename=-ee84a025053a06ee --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern hdk=/opt/rustwide/target/release/deps/libhdk-02f07a2edf83ecda.rlib --extern holochain_serialized_bytes=/opt/rustwide/target/release/deps/libholochain_serialized_bytes-ebc8e6fd1b644ba6.rlib --extern relay_integrity=/opt/rustwide/target/release/deps/librelay_integrity.rlib --extern serde=/opt/rustwide/target/release/deps/libserde-5d08c2d4bfc4d516.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493", kill_on_drop: false }`
[INFO] [stdout] 5775f01afb5594869c8e65edad0f6ffb054b96800ce94294d4badffbc60ed493
