[INFO] cloning repository https://github.com/RGB-WG/rgb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RGB-WG/rgb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRGB-WG%2Frgb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRGB-WG%2Frgb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 034eb7e910498f049a9d413faf42ac79872804e1 [INFO] checking RGB-WG/rgb against try#919137c0f5006b7edb81cae76cfeed542cd38b82 for pr-116494-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRGB-WG%2Frgb" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RGB-WG/rgb on toolchain 919137c0f5006b7edb81cae76cfeed542cd38b82 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+919137c0f5006b7edb81cae76cfeed542cd38b82" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/RGB-WG/rgb [INFO] finished tweaking git repo https://github.com/RGB-WG/rgb [INFO] tweaked toml for git repo https://github.com/RGB-WG/rgb written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/RGB-WG/rgb 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" "+919137c0f5006b7edb81cae76cfeed542cd38b82" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+919137c0f5006b7edb81cae76cfeed542cd38b82" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20ed867d56c568d9da3a062d701fced6f4bc0cfddbd2afa09b481d83fc7713f5 [INFO] running `Command { std: "docker" "start" "-a" "20ed867d56c568d9da3a062d701fced6f4bc0cfddbd2afa09b481d83fc7713f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20ed867d56c568d9da3a062d701fced6f4bc0cfddbd2afa09b481d83fc7713f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20ed867d56c568d9da3a062d701fced6f4bc0cfddbd2afa09b481d83fc7713f5", kill_on_drop: false }` [INFO] [stdout] 20ed867d56c568d9da3a062d701fced6f4bc0cfddbd2afa09b481d83fc7713f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+919137c0f5006b7edb81cae76cfeed542cd38b82" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 663f7e23aafd5721245d4dce77b269b8ffbd7fe0ec57bee7ef4812b45e1f757e [INFO] running `Command { std: "docker" "start" "-a" "663f7e23aafd5721245d4dce77b269b8ffbd7fe0ec57bee7ef4812b45e1f757e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling serde v1.0.180 [INFO] [stderr] Compiling serde_derive v1.0.180 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking indexmap v2.0.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling serde_json v1.0.104 [INFO] [stderr] Compiling secp256k1-sys v0.8.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling bitcoin-private v0.1.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling blake3 v1.4.1 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking unsafe-libyaml v0.2.9 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking amplify_syn v2.0.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking cpufeatures v0.2.9 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking constant_time_eq v0.3.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking winnow v0.5.2 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking mnemonic v1.0.1 [INFO] [stderr] Checking sha2 v0.10.7 [INFO] [stderr] Checking half v2.2.1 [INFO] [stderr] Checking serde_str_helpers v0.1.2 [INFO] [stderr] Checking amplify_num v0.5.0 [INFO] [stderr] Checking stringly_conversions v0.1.1 [INFO] [stderr] Checking serde_spanned v0.6.3 [INFO] [stderr] Checking toml v0.5.11 [INFO] [stderr] Checking toml_datetime v0.6.3 [INFO] [stderr] Checking ascii v1.1.0 [INFO] [stderr] Checking serde_yaml v0.9.25 [INFO] [stderr] Checking bitcoin_hashes v0.12.0 [INFO] [stderr] Compiling darling_core v0.20.3 [INFO] [stderr] Checking toml_edit v0.19.14 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking amplify_apfloat v0.2.0 [INFO] [stderr] Checking base58 v0.2.0 [INFO] [stderr] Checking baid58 v0.4.4 [INFO] [stderr] Compiling amplify_derive v3.0.1 [INFO] [stderr] Compiling strict_encoding_derive v2.0.0 [INFO] [stderr] Checking secp256k1 v0.27.0 [INFO] [stderr] Checking base64 v0.21.2 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking toml v0.7.6 [INFO] [stderr] Compiling amplify_derive v4.0.0-alpha.6 [INFO] [stderr] Compiling secp256k1-zkp-sys v0.8.1 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking ripemd v0.1.3 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling darling_macro v0.20.3 [INFO] [stderr] Compiling darling v0.20.3 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Compiling serde_with_macros v2.3.3 [INFO] [stderr] Checking amplify v4.0.1 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking iana-time-zone v0.1.57 [INFO] [stderr] Compiling hex_lit v0.1.1 [INFO] [stderr] Compiling commit_encoding_derive v0.10.0 [INFO] [stderr] Checking strict_encoding v2.5.0 [INFO] [stderr] Checking base85 v2.0.0 [INFO] [stderr] Checking chrono v0.4.26 [INFO] [stderr] Checking single_use_seals v0.10.0 [INFO] [stderr] Compiling bitcoin v0.30.1 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Checking aho-corasick v1.0.2 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Checking linux-raw-sys v0.4.5 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Checking regex-syntax v0.7.4 [INFO] [stderr] Checking bech32 v0.9.1 [INFO] [stderr] Compiling rustls v0.21.5 [INFO] [stderr] Checking serde_with v2.3.3 [INFO] [stderr] Checking rustls-webpki v0.101.2 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking secp256k1-zkp v0.8.0 [INFO] [stderr] Checking fluent-uri v0.1.4 [INFO] [stderr] Checking webpki-roots v0.22.6 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking termcolor v1.2.0 [INFO] [stderr] Checking regex-automata v0.3.4 [INFO] [stderr] Checking strict_types v1.6.1 [INFO] [stderr] Checking regex v1.9.1 [INFO] [stderr] Checking env_logger v0.10.0 [INFO] [stderr] Checking commit_verify v0.10.5 [INFO] [stderr] Checking aluvm v0.10.5 [INFO] [stderr] Checking electrum-client v0.17.0 [INFO] [stdout] error[E0275]: overflow evaluating the requirement `for<'a> Holder<&'a &T, strategies::AsRef>: encode::CommitEncode` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/commit_verify-0.10.5/src/encode.rs:179:74 [INFO] [stdout] | [INFO] [stdout] 179 | fn commit_encode(&self, e: &mut impl io::Write) { self.as_type().commit_encode(e); } [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required for `&T` to implement `encode::CommitEncode` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/commit_verify-0.10.5/src/encode.rs:229:13 [INFO] [stdout] | [INFO] [stdout] 229 | impl CommitEncode for T [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] ... [INFO] [stdout] 232 | for<'a> Holder<&'a T, T::Strategy>: CommitEncode, [INFO] [stdout] | ------------ unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `commit_verify` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "663f7e23aafd5721245d4dce77b269b8ffbd7fe0ec57bee7ef4812b45e1f757e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "663f7e23aafd5721245d4dce77b269b8ffbd7fe0ec57bee7ef4812b45e1f757e", kill_on_drop: false }` [INFO] [stdout] 663f7e23aafd5721245d4dce77b269b8ffbd7fe0ec57bee7ef4812b45e1f757e