[INFO] cloning repository https://github.com/leighmcculloch/exp-sep48-derived-events-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leighmcculloch/exp-sep48-derived-events-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleighmcculloch%2Fexp-sep48-derived-events-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleighmcculloch%2Fexp-sep48-derived-events-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac7408d56289f9dcde8ffb6bb24a32fdc355bad2
[INFO] checking leighmcculloch/exp-sep48-derived-events-example against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for pr-133502-21
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleighmcculloch%2Fexp-sep48-derived-events-example" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/leighmcculloch/exp-sep48-derived-events-example
[INFO] finished tweaking git repo https://github.com/leighmcculloch/exp-sep48-derived-events-example
[INFO] tweaked toml for git repo https://github.com/leighmcculloch/exp-sep48-derived-events-example written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/leighmcculloch/exp-sep48-derived-events-example on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/leighmcculloch/exp-sep48-derived-events-example 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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4797cb7dc9e47a695adbabbd9b1d3608b6af4701405376c798baedc5c687ceb0
[INFO] running `Command { std: "docker" "start" "-a" "4797cb7dc9e47a695adbabbd9b1d3608b6af4701405376c798baedc5c687ceb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4797cb7dc9e47a695adbabbd9b1d3608b6af4701405376c798baedc5c687ceb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4797cb7dc9e47a695adbabbd9b1d3608b6af4701405376c798baedc5c687ceb0", kill_on_drop: false }`
[INFO] [stdout] 4797cb7dc9e47a695adbabbd9b1d3608b6af4701405376c798baedc5c687ceb0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 027e13f8c08038dba196ef2312016967de5e4fc1cd7e99a096e19835bcb9159b
[INFO] running `Command { std: "docker" "start" "-a" "027e13f8c08038dba196ef2312016967de5e4fc1cd7e99a096e19835bcb9159b", kill_on_drop: false }`
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking clap_builder v4.5.38
[INFO] [stderr]     Checking escape-bytes v0.1.1
[INFO] [stderr]     Checking ethnum v1.5.1
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling cfg_eval v0.1.2
[INFO] [stderr]     Checking clap v4.5.38
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling crate-git-revision v0.0.6
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling stellar-strkey v0.0.13
[INFO] [stderr]    Compiling stellar-xdr v22.1.0 (https://github.com/stellar/rs-stellar-xdr?branch=main#323f7de1)
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking serde_with v3.12.0
[INFO] [stderr] error: could not compile `stellar-xdr` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name stellar_xdr --edition=2021 /opt/rustwide/cargo-home/git/checkouts/rs-stellar-xdr-98b6a4b71ac851d2/323f7de/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="curr"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "cli", "curr", "default", "hex", "next", "schemars", "serde", "serde_json", "std"))' -C metadata=709cf67323b7e508 -C extra-filename=-184b122803360b8a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_eval=/opt/rustwide/target/debug/deps/libcfg_eval-95056b3119ded521.so --extern escape_bytes=/opt/rustwide/target/debug/deps/libescape_bytes-f9c20710c18aa846.rmeta --extern ethnum=/opt/rustwide/target/debug/deps/libethnum-e1548b87811ecd74.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-49f5345a2bb504bc.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-652e010962d7e562.rmeta --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-adead12a83a7720b.rmeta --extern stellar_strkey=/opt/rustwide/target/debug/deps/libstellar_strkey-e082b9bc96f739b1.rmeta --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(docs)'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "027e13f8c08038dba196ef2312016967de5e4fc1cd7e99a096e19835bcb9159b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "027e13f8c08038dba196ef2312016967de5e4fc1cd7e99a096e19835bcb9159b", kill_on_drop: false }`
[INFO] [stdout] 027e13f8c08038dba196ef2312016967de5e4fc1cd7e99a096e19835bcb9159b
