[INFO] cloning repository https://github.com/OmcarSN/TrustChain
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OmcarSN/TrustChain" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmcarSN%2FTrustChain", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmcarSN%2FTrustChain'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e98c27173f5024b9ec673009c831bf34a880913e
[INFO] checking OmcarSN/TrustChain against try#c86ec274072509d26d0ee52682a0c94ed012ed89 for pr-153027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmcarSN%2FTrustChain" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  63% (747/1175)
Updating files:  64% (752/1175)
Updating files:  65% (764/1175)
Updating files:  66% (776/1175)
Updating files:  67% (788/1175)
Updating files:  68% (799/1175)
Updating files:  69% (811/1175)
Updating files:  70% (823/1175)
Updating files:  71% (835/1175)
Updating files:  72% (846/1175)
Updating files:  73% (858/1175)
Updating files:  74% (870/1175)
Updating files:  75% (882/1175)
Updating files:  76% (893/1175)
Updating files:  77% (905/1175)
Updating files:  78% (917/1175)
Updating files:  79% (929/1175)
Updating files:  80% (940/1175)
Updating files:  81% (952/1175)
Updating files:  82% (964/1175)
Updating files:  83% (976/1175)
Updating files:  84% (987/1175)
Updating files:  85% (999/1175)
Updating files:  86% (1011/1175)
Updating files:  87% (1023/1175)
Updating files:  88% (1034/1175)
Updating files:  89% (1046/1175)
Updating files:  90% (1058/1175)
Updating files:  91% (1070/1175)
Updating files:  92% (1081/1175)
Updating files:  93% (1093/1175)
Updating files:  94% (1105/1175)
Updating files:  95% (1117/1175)
Updating files:  96% (1128/1175)
Updating files:  97% (1140/1175)
Updating files:  98% (1152/1175)
Updating files:  99% (1164/1175)
Updating files: 100% (1175/1175)
Updating files: 100% (1175/1175), done.
[INFO] started tweaking git repo https://github.com/OmcarSN/TrustChain
[INFO] finished tweaking git repo https://github.com/OmcarSN/TrustChain
[INFO] tweaked toml for git repo https://github.com/OmcarSN/TrustChain written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OmcarSN/TrustChain on toolchain c86ec274072509d26d0ee52682a0c94ed012ed89
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/credential/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/reputation/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `ed25519-dalek`.
[INFO] [stderr]     ... required by package `soroban-sdk v21.1.1`
[INFO] [stderr]     ... which satisfies dependency `soroban-sdk = "^21.1.0"` of package `credential-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/credential)`
[INFO] [stderr] versions that meet the requirements `^2.1.1` are: 2.2.0, 2.1.1
[INFO] [stderr] 
[INFO] [stderr] all possible versions conflict with previously selected packages
[INFO] [stderr] 
[INFO] [stderr]   previously selected package `ed25519-dalek v2.0.0`
[INFO] [stderr]     ... which satisfies dependency `ed25519-dalek = "^2.0.0"` of package `soroban-sdk v20.0.0`
[INFO] [stderr]     ... which satisfies dependency `soroban-sdk = "^20.0.0"` of package `reputation-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/reputation)`
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `ed25519-dalek` which could resolve this conflict
[INFO] checking OmcarSN/TrustChain against try#c86ec274072509d26d0ee52682a0c94ed012ed89 for pr-153027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmcarSN%2FTrustChain" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  62% (730/1175)
Updating files:  63% (741/1175)
Updating files:  64% (752/1175)
Updating files:  65% (764/1175)
Updating files:  66% (776/1175)
Updating files:  67% (788/1175)
Updating files:  68% (799/1175)
Updating files:  69% (811/1175)
Updating files:  70% (823/1175)
Updating files:  71% (835/1175)
Updating files:  72% (846/1175)
Updating files:  73% (858/1175)
Updating files:  74% (870/1175)
Updating files:  75% (882/1175)
Updating files:  76% (893/1175)
Updating files:  77% (905/1175)
Updating files:  78% (917/1175)
Updating files:  79% (929/1175)
Updating files:  80% (940/1175)
Updating files:  81% (952/1175)
Updating files:  82% (964/1175)
Updating files:  83% (976/1175)
Updating files:  84% (987/1175)
Updating files:  85% (999/1175)
Updating files:  86% (1011/1175)
Updating files:  87% (1023/1175)
Updating files:  88% (1034/1175)
Updating files:  89% (1046/1175)
Updating files:  90% (1058/1175)
Updating files:  91% (1070/1175)
Updating files:  92% (1081/1175)
Updating files:  93% (1093/1175)
Updating files:  94% (1105/1175)
Updating files:  95% (1117/1175)
Updating files:  96% (1128/1175)
Updating files:  97% (1140/1175)
Updating files:  98% (1152/1175)
Updating files:  99% (1164/1175)
Updating files: 100% (1175/1175)
Updating files: 100% (1175/1175), done.
[INFO] started tweaking git repo https://github.com/OmcarSN/TrustChain
[INFO] finished tweaking git repo https://github.com/OmcarSN/TrustChain
[INFO] tweaked toml for git repo https://github.com/OmcarSN/TrustChain written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OmcarSN/TrustChain on toolchain c86ec274072509d26d0ee52682a0c94ed012ed89
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/credential/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/reputation/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `ed25519-dalek`.
[INFO] [stderr]     ... required by package `soroban-sdk v21.1.1`
[INFO] [stderr]     ... which satisfies dependency `soroban-sdk = "^21.1.0"` of package `credential-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/credential)`
[INFO] [stderr] versions that meet the requirements `^2.1.1` are: 2.2.0, 2.1.1
[INFO] [stderr] 
[INFO] [stderr] all possible versions conflict with previously selected packages
[INFO] [stderr] 
[INFO] [stderr]   previously selected package `ed25519-dalek v2.0.0`
[INFO] [stderr]     ... which satisfies dependency `ed25519-dalek = "^2.0.0"` of package `soroban-sdk v20.0.0`
[INFO] [stderr]     ... which satisfies dependency `soroban-sdk = "^20.0.0"` of package `reputation-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/reputation)`
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `ed25519-dalek` which could resolve this conflict
[INFO] checking OmcarSN/TrustChain against try#c86ec274072509d26d0ee52682a0c94ed012ed89 for pr-153027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmcarSN%2FTrustChain" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  62% (729/1175)
Updating files:  63% (741/1175)
Updating files:  64% (752/1175)
Updating files:  65% (764/1175)
Updating files:  66% (776/1175)
Updating files:  67% (788/1175)
Updating files:  68% (799/1175)
Updating files:  69% (811/1175)
Updating files:  70% (823/1175)
Updating files:  71% (835/1175)
Updating files:  72% (846/1175)
Updating files:  73% (858/1175)
Updating files:  74% (870/1175)
Updating files:  75% (882/1175)
Updating files:  76% (893/1175)
Updating files:  77% (905/1175)
Updating files:  78% (917/1175)
Updating files:  79% (929/1175)
Updating files:  80% (940/1175)
Updating files:  81% (952/1175)
Updating files:  82% (964/1175)
Updating files:  83% (976/1175)
Updating files:  84% (987/1175)
Updating files:  85% (999/1175)
Updating files:  86% (1011/1175)
Updating files:  87% (1023/1175)
Updating files:  88% (1034/1175)
Updating files:  89% (1046/1175)
Updating files:  90% (1058/1175)
Updating files:  91% (1070/1175)
Updating files:  92% (1081/1175)
Updating files:  93% (1093/1175)
Updating files:  94% (1105/1175)
Updating files:  95% (1117/1175)
Updating files:  96% (1128/1175)
Updating files:  97% (1140/1175)
Updating files:  98% (1152/1175)
Updating files:  99% (1164/1175)
Updating files: 100% (1175/1175)
Updating files: 100% (1175/1175), done.
[INFO] started tweaking git repo https://github.com/OmcarSN/TrustChain
[INFO] finished tweaking git repo https://github.com/OmcarSN/TrustChain
[INFO] tweaked toml for git repo https://github.com/OmcarSN/TrustChain written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OmcarSN/TrustChain on toolchain c86ec274072509d26d0ee52682a0c94ed012ed89
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/credential/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/reputation/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `ed25519-dalek`.
[INFO] [stderr]     ... required by package `soroban-sdk v21.1.1`
[INFO] [stderr]     ... which satisfies dependency `soroban-sdk = "^21.1.0"` of package `credential-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/credential)`
[INFO] [stderr] versions that meet the requirements `^2.1.1` are: 2.2.0, 2.1.1
[INFO] [stderr] 
[INFO] [stderr] all possible versions conflict with previously selected packages
[INFO] [stderr] 
[INFO] [stderr]   previously selected package `ed25519-dalek v2.0.0`
[INFO] [stderr]     ... which satisfies dependency `ed25519-dalek = "^2.0.0"` of package `soroban-sdk v20.0.0`
[INFO] [stderr]     ... which satisfies dependency `soroban-sdk = "^20.0.0"` of package `reputation-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/reputation)`
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `ed25519-dalek` which could resolve this conflict
[INFO] checking OmcarSN/TrustChain against try#c86ec274072509d26d0ee52682a0c94ed012ed89 for pr-153027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmcarSN%2FTrustChain" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  63% (747/1175)
Updating files:  64% (752/1175)
Updating files:  65% (764/1175)
Updating files:  66% (776/1175)
Updating files:  67% (788/1175)
Updating files:  68% (799/1175)
Updating files:  69% (811/1175)
Updating files:  70% (823/1175)
Updating files:  71% (835/1175)
Updating files:  72% (846/1175)
Updating files:  73% (858/1175)
Updating files:  74% (870/1175)
Updating files:  75% (882/1175)
Updating files:  76% (893/1175)
Updating files:  77% (905/1175)
Updating files:  78% (917/1175)
Updating files:  79% (929/1175)
Updating files:  80% (940/1175)
Updating files:  81% (952/1175)
Updating files:  82% (964/1175)
Updating files:  83% (976/1175)
Updating files:  84% (987/1175)
Updating files:  85% (999/1175)
Updating files:  86% (1011/1175)
Updating files:  87% (1023/1175)
Updating files:  88% (1034/1175)
Updating files:  89% (1046/1175)
Updating files:  90% (1058/1175)
Updating files:  91% (1070/1175)
Updating files:  92% (1081/1175)
Updating files:  93% (1093/1175)
Updating files:  94% (1105/1175)
Updating files:  95% (1117/1175)
Updating files:  96% (1128/1175)
Updating files:  97% (1140/1175)
Updating files:  98% (1152/1175)
Updating files:  99% (1164/1175)
Updating files: 100% (1175/1175)
Updating files: 100% (1175/1175), done.
[INFO] started tweaking git repo https://github.com/OmcarSN/TrustChain
[INFO] finished tweaking git repo https://github.com/OmcarSN/TrustChain
[INFO] tweaked toml for git repo https://github.com/OmcarSN/TrustChain written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OmcarSN/TrustChain on toolchain c86ec274072509d26d0ee52682a0c94ed012ed89
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/credential/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/reputation/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `ed25519-dalek`.
[INFO] [stderr]     ... required by package `soroban-sdk v21.1.1`
[INFO] [stderr]     ... which satisfies dependency `soroban-sdk = "^21.1.0"` of package `credential-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/credential)`
[INFO] [stderr] versions that meet the requirements `^2.1.1` are: 2.2.0, 2.1.1
[INFO] [stderr] 
[INFO] [stderr] all possible versions conflict with previously selected packages
[INFO] [stderr] 
[INFO] [stderr]   previously selected package `ed25519-dalek v2.0.0`
[INFO] [stderr]     ... which satisfies dependency `ed25519-dalek = "^2.0.0"` of package `soroban-sdk v20.0.0`
[INFO] [stderr]     ... which satisfies dependency `soroban-sdk = "^20.0.0"` of package `reputation-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/reputation)`
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `ed25519-dalek` which could resolve this conflict
[INFO] checking OmcarSN/TrustChain against try#c86ec274072509d26d0ee52682a0c94ed012ed89 for pr-153027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmcarSN%2FTrustChain" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  88% (1045/1175)
Updating files:  89% (1046/1175)
Updating files:  90% (1058/1175)
Updating files:  91% (1070/1175)
Updating files:  92% (1081/1175)
Updating files:  93% (1093/1175)
Updating files:  94% (1105/1175)
Updating files:  95% (1117/1175)
Updating files:  96% (1128/1175)
Updating files:  97% (1140/1175)
Updating files:  98% (1152/1175)
Updating files:  99% (1164/1175)
Updating files: 100% (1175/1175)
Updating files: 100% (1175/1175), done.
[INFO] started tweaking git repo https://github.com/OmcarSN/TrustChain
[INFO] finished tweaking git repo https://github.com/OmcarSN/TrustChain
[INFO] tweaked toml for git repo https://github.com/OmcarSN/TrustChain written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OmcarSN/TrustChain on toolchain c86ec274072509d26d0ee52682a0c94ed012ed89
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/credential/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/reputation/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `ed25519-dalek`.
[INFO] [stderr]     ... required by package `soroban-sdk v21.1.1`
[INFO] [stderr]     ... which satisfies dependency `soroban-sdk = "^21.1.0"` of package `credential-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/credential)`
[INFO] [stderr] versions that meet the requirements `^2.1.1` are: 2.2.0, 2.1.1
[INFO] [stderr] 
[INFO] [stderr] all possible versions conflict with previously selected packages
[INFO] [stderr] 
[INFO] [stderr]   previously selected package `ed25519-dalek v2.0.0`
[INFO] [stderr]     ... which satisfies dependency `ed25519-dalek = "^2.0.0"` of package `soroban-sdk v20.0.0`
[INFO] [stderr]     ... which satisfies dependency `soroban-sdk = "^20.0.0"` of package `reputation-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/reputation)`
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `ed25519-dalek` which could resolve this conflict


overridden task result to prepare-fail:unknown

Caused by:
    0: uncategorized prepare error
    1: command failed: exit status: 101
       
       warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
       package:   /workspace/builds/worker-6-tc2/source/contracts/credential/Cargo.toml
       workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
       warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
       package:   /workspace/builds/worker-6-tc2/source/contracts/reputation/Cargo.toml
       workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
       warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
         |
         = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
         = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
         = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
           Blocking waiting for file lock on package cache
           Updating crates.io index
       error: failed to select a version for `ed25519-dalek`.
           ... required by package `soroban-sdk v21.1.1`
           ... which satisfies dependency `soroban-sdk = "^21.1.0"` of package `credential-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/credential)`
       versions that meet the requirements `^2.1.1` are: 2.2.0, 2.1.1
       
       all possible versions conflict with previously selected packages
       
         previously selected package `ed25519-dalek v2.0.0`
           ... which satisfies dependency `ed25519-dalek = "^2.0.0"` of package `soroban-sdk v20.0.0`
           ... which satisfies dependency `soroban-sdk = "^20.0.0"` of package `reputation-contract v0.1.0 (/workspace/builds/worker-6-tc2/source/contracts/reputation)`
       
       failed to select a version for `ed25519-dalek` which could resolve this conflict