[INFO] cloning repository https://github.com/DeTEE-Cloud/sgx-daemon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DeTEE-Cloud/sgx-daemon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDeTEE-Cloud%2Fsgx-daemon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDeTEE-Cloud%2Fsgx-daemon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ee8ce47be35c9901e392042e2b0f77b4023ae678
[INFO] testing DeTEE-Cloud/sgx-daemon against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDeTEE-Cloud%2Fsgx-daemon" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DeTEE-Cloud/sgx-daemon
[INFO] finished tweaking git repo https://github.com/DeTEE-Cloud/sgx-daemon
[INFO] tweaked toml for git repo https://github.com/DeTEE-Cloud/sgx-daemon written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DeTEE-Cloud/sgx-daemon on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DeTEE-Cloud/sgx-daemon 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `ssh://git@gitea.detee.cloud/testnet/proto`
[INFO] [stderr] error: failed to get `detee-shared` as a dependency of package `detee-sgx-daemon v0.1.0 (/workspace/builds/worker-4-tc1/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `detee-shared`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   Unable to update ssh://git@gitea.detee.cloud/testnet/proto?branch=surreal_brain_app#0b195b45
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to clone into: /workspace/cargo-home/git/db/proto-1958b84bf7d56b32
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   error: unknown SSH host key
[INFO] [stderr]   The SSH host key for `gitea.detee.cloud` is not known and cannot be validated.
[INFO] [stderr] 
[INFO] [stderr]   To resolve this issue, add the host key to the `net.ssh.known-hosts` array in your Cargo configuration (such as /workspace/cargo-home/config.toml) or in your OpenSSH known_hosts file at /root/.ssh/known_hosts
[INFO] [stderr] 
[INFO] [stderr]   The key to add is:
[INFO] [stderr] 
[INFO] [stderr]   gitea.detee.cloud ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE4TfCLkFDf8cB4OqKtrNzqRVTtcy7+CIzObl6/IqUdJxE3HVQFFGfafXqzYx1uWrETUtV2mRAWV0URDFVrncII=
[INFO] [stderr] 
[INFO] [stderr]   The ECDSA key fingerprint is: SHA256:3V9/iCegiwV9Oc1eta0sJdK1T4hCv0vLiZhEzemN9Fo
[INFO] [stderr]   This fingerprint should be validated with the server administrator that it is correct.
[INFO] [stderr] 
[INFO] [stderr]   See https://doc.rust-lang.org/stable/cargo/appendix/git-authentication.html#ssh-known-hosts for more information.


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
        Updating git repository `ssh://git@gitea.detee.cloud/testnet/proto`
    error: failed to get `detee-shared` as a dependency of package `detee-sgx-daemon v0.1.0 (/workspace/builds/worker-4-tc1/source)`
    
    Caused by:
      failed to load source for dependency `detee-shared`
    
    Caused by:
      Unable to update ssh://git@gitea.detee.cloud/testnet/proto?branch=surreal_brain_app#0b195b45
    
    Caused by:
      failed to clone into: /workspace/cargo-home/git/db/proto-1958b84bf7d56b32
    
    Caused by:
      error: unknown SSH host key
      The SSH host key for `gitea.detee.cloud` is not known and cannot be validated.
    
      To resolve this issue, add the host key to the `net.ssh.known-hosts` array in your Cargo configuration (such as /workspace/cargo-home/config.toml) or in your OpenSSH known_hosts file at /root/.ssh/known_hosts
    
      The key to add is:
    
      gitea.detee.cloud ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE4TfCLkFDf8cB4OqKtrNzqRVTtcy7+CIzObl6/IqUdJxE3HVQFFGfafXqzYx1uWrETUtV2mRAWV0URDFVrncII=
    
      The ECDSA key fingerprint is: SHA256:3V9/iCegiwV9Oc1eta0sJdK1T4hCv0vLiZhEzemN9Fo
      This fingerprint should be validated with the server administrator that it is correct.
    
      See https://doc.rust-lang.org/stable/cargo/appendix/git-authentication.html#ssh-known-hosts for more information.