[INFO] cloning repository https://github.com/baedrik/snip721-reference-impl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/baedrik/snip721-reference-impl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaedrik%2Fsnip721-reference-impl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaedrik%2Fsnip721-reference-impl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] de9551c2bef4c07c844bbc21c52d367f0da80213 [INFO] testing baedrik/snip721-reference-impl against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaedrik%2Fsnip721-reference-impl" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/baedrik/snip721-reference-impl on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config [INFO] started tweaking git repo https://github.com/baedrik/snip721-reference-impl [INFO] finished tweaking git repo https://github.com/baedrik/snip721-reference-impl [INFO] tweaked toml for git repo https://github.com/baedrik/snip721-reference-impl written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/baedrik/snip721-reference-impl 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" "+beta-2024-12-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a4bf6d0d9d602c9a60d81aa1443e191f37db984cb59dc3fcd4e57cd33d3c258 [INFO] running `Command { std: "docker" "start" "-a" "7a4bf6d0d9d602c9a60d81aa1443e191f37db984cb59dc3fcd4e57cd33d3c258", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a4bf6d0d9d602c9a60d81aa1443e191f37db984cb59dc3fcd4e57cd33d3c258", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a4bf6d0d9d602c9a60d81aa1443e191f37db984cb59dc3fcd4e57cd33d3c258", kill_on_drop: false }` [INFO] [stdout] 7a4bf6d0d9d602c9a60d81aa1443e191f37db984cb59dc3fcd4e57cd33d3c258 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d9c13f11753206415a678766a4fcb856a9ef7f99859a5e1784f94291075bbbd [INFO] running `Command { std: "docker" "start" "-a" "4d9c13f11753206415a678766a4fcb856a9ef7f99859a5e1784f94291075bbbd", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling serde v1.0.190 [INFO] [stderr] Compiling const-oid v0.9.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling der v0.6.1 [INFO] [stderr] Compiling ahash v0.7.7 [INFO] [stderr] Compiling cpufeatures v0.2.10 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling schemars v0.8.15 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling uint v0.9.5 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling dyn-clone v1.0.14 [INFO] [stderr] Compiling forward_ref v1.0.0 [INFO] [stderr] Compiling spki v0.6.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling pkcs8 v0.9.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling sec1 v0.3.0 [INFO] [stderr] Compiling crypto-bigint v0.4.9 [INFO] [stderr] Compiling ff v0.12.1 [INFO] [stderr] Compiling signature v1.6.4 [INFO] [stderr] Compiling group v0.12.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ripemd v0.1.3 [INFO] [stderr] Compiling bech32 v0.9.1 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling fixed-hash v0.8.0 [INFO] [stderr] Compiling primitive-types v0.12.2 [INFO] [stderr] Compiling rfc6979 v0.3.1 [INFO] [stderr] Compiling elliptic-curve v0.12.3 [INFO] [stderr] Compiling ecdsa v0.14.8 [INFO] [stderr] Compiling secp256k1-sys v0.8.1 [INFO] [stderr] Compiling k256 v0.11.6 [INFO] [stderr] Compiling serde_derive v1.0.190 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling remain v0.2.11 [INFO] [stderr] Compiling serde_derive_internals v0.26.0 [INFO] [stderr] Compiling schemars_derive v0.8.15 [INFO] [stderr] Compiling cosmwasm-derive v1.4.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling secp256k1 v0.27.0 [INFO] [stderr] Compiling ed25519-zebra v3.1.0 [INFO] [stderr] Compiling serde-json-wasm v0.4.1 [INFO] [stderr] Compiling bincode2 v2.0.1 [INFO] [stderr] Compiling secret-cosmwasm-crypto v1.1.11 [INFO] [stderr] Compiling secret-cosmwasm-std v1.1.11 [INFO] [stderr] Compiling secret-cosmwasm-storage v1.1.11 [INFO] [stderr] Compiling secret-toolkit-crypto v0.10.0 [INFO] [stderr] Compiling secret-toolkit-serialization v0.10.0 [INFO] [stderr] Compiling secret-toolkit-permit v0.10.0 [INFO] [stderr] Compiling secret-toolkit-utils v0.10.0 [INFO] [stderr] Compiling secret-toolkit-storage v0.10.0 [INFO] [stderr] Compiling secret-toolkit-viewing-key v0.10.0 [INFO] [stderr] Compiling secret-toolkit v0.10.0 [INFO] [stderr] Compiling snip721-reference-impl v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s [INFO] running `Command { std: "docker" "inspect" "4d9c13f11753206415a678766a4fcb856a9ef7f99859a5e1784f94291075bbbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d9c13f11753206415a678766a4fcb856a9ef7f99859a5e1784f94291075bbbd", kill_on_drop: false }` [INFO] [stdout] 4d9c13f11753206415a678766a4fcb856a9ef7f99859a5e1784f94291075bbbd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8af7e11cdb1f5b1ba6a0e13c731c7c75f565591d4d198168308d4977d278302 [INFO] running `Command { std: "docker" "start" "-a" "a8af7e11cdb1f5b1ba6a0e13c731c7c75f565591d4d198168308d4977d278302", kill_on_drop: false }` [INFO] [stderr] Compiling cosmwasm-schema-derive v1.4.1 [INFO] [stderr] Compiling cosmwasm-schema v1.4.1 [INFO] [stderr] Compiling snip721-reference-impl v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `snip721-reference-impl` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/bin/rustc --crate-name snip721_reference_impl --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtraces"))' -C metadata=6919f0231bfe9fb7 -C extra-filename=-6919f0231bfe9fb7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-47ce12bf5fcc4351.rlib --extern bincode2=/opt/rustwide/target/debug/deps/libbincode2-2baded142706bd98.rlib --extern cosmwasm_schema=/opt/rustwide/target/debug/deps/libcosmwasm_schema-af9156eeb23317db.rlib --extern primitive_types=/opt/rustwide/target/debug/deps/libprimitive_types-329dc8209c22f0e6.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-edb6c4eaba6f13bc.rlib --extern cosmwasm_std=/opt/rustwide/target/debug/deps/libsecret_cosmwasm_std-51e783b9dddef363.rlib --extern cosmwasm_storage=/opt/rustwide/target/debug/deps/libsecret_cosmwasm_storage-8074902ef3c9f52d.rlib --extern secret_toolkit=/opt/rustwide/target/debug/deps/libsecret_toolkit-cf88c4bbcf861244.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-f1b3bb7be9138ea1.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/secp256k1-sys-b8e718f1fde02dd2/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "a8af7e11cdb1f5b1ba6a0e13c731c7c75f565591d4d198168308d4977d278302", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8af7e11cdb1f5b1ba6a0e13c731c7c75f565591d4d198168308d4977d278302", kill_on_drop: false }` [INFO] [stdout] a8af7e11cdb1f5b1ba6a0e13c731c7c75f565591d4d198168308d4977d278302