[INFO] cloning repository https://github.com/Arne19/monocles_chat_desktop
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arne19/monocles_chat_desktop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArne19%2Fmonocles_chat_desktop", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArne19%2Fmonocles_chat_desktop'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 874e6e905e5dbb9ed75545d73fb7a9f0edc61e2d
[INFO] checking Arne19/monocles_chat_desktop against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArne19%2Fmonocles_chat_desktop" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Arne19/monocles_chat_desktop
[INFO] finished tweaking git repo https://github.com/Arne19/monocles_chat_desktop
[INFO] tweaked toml for git repo https://github.com/Arne19/monocles_chat_desktop written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Arne19/monocles_chat_desktop on toolchain 4fcf39725a9c99bd495d8c73af83628a256ff9a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Arne19/monocles_chat_desktop 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" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `aes`
[INFO] [stderr]   --> Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | aes = "0.8"
[INFO] [stderr]    | ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `aes`
[INFO] [stderr] warning: unused workspace dependency `cbc`
[INFO] [stderr]   --> Cargo.toml:36:25
[INFO] [stderr]    |
[INFO] [stderr] 36 | [workspace.dependencies.cbc]
[INFO] [stderr]    |                         ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `cbc`
[INFO] [stderr] warning: unused workspace dependency `hmac`
[INFO] [stderr]   --> Cargo.toml:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | hmac = "0.12"
[INFO] [stderr]    | ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `hmac`
[INFO] [stderr] warning: unused workspace dependency `tracing-subscriber`
[INFO] [stderr]   --> Cargo.toml:72:25
[INFO] [stderr]    |
[INFO] [stderr] 72 | [workspace.dependencies.tracing-subscriber]
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `tracing-subscriber`
[INFO] [stderr] warning: unused field `repository` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:80:1
[INFO] [stderr]    |
[INFO] [stderr] 80 | repository = "https://codeberg.org/monocles/monocles-chat-desktop"
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.repository`
[INFO] [stderr] warning: workspace (manifest) generated 5 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: no matching package named `libsignal-protocol` found
[INFO] [stderr] location searched: /workspace/builds/worker-3-tc1/source/deps/libsignal/rust/protocol
[INFO] [stderr] required by package `mxc-omemo v0.1.0 (/workspace/builds/worker-3-tc1/source/crates/mxc-omemo)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: unused workspace dependency `aes`
      --> Cargo.toml:10:1
       |
    10 | aes = "0.8"
       | ^^^
       |
       = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
    help: consider removing the workspace dependency `aes`
    warning: unused workspace dependency `cbc`
      --> Cargo.toml:36:25
       |
    36 | [workspace.dependencies.cbc]
       |                         ^^^
       |
    help: consider removing the workspace dependency `cbc`
    warning: unused workspace dependency `hmac`
      --> Cargo.toml:22:1
       |
    22 | hmac = "0.12"
       | ^^^^
       |
    help: consider removing the workspace dependency `hmac`
    warning: unused workspace dependency `tracing-subscriber`
      --> Cargo.toml:72:25
       |
    72 | [workspace.dependencies.tracing-subscriber]
       |                         ^^^^^^^^^^^^^^^^^^
       |
    help: consider removing the workspace dependency `tracing-subscriber`
    warning: unused field `repository` in `workspace.package`
      --> Cargo.toml:80:1
       |
    80 | repository = "https://codeberg.org/monocles/monocles-chat-desktop"
       | ^^^^^^^^^^
       |
       = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
    help: consider removing the field `workspace.package.repository`
    warning: workspace (manifest) generated 5 warnings
        Blocking waiting for file lock on package cache
        Updating crates.io index
    error: no matching package named `libsignal-protocol` found
    location searched: /workspace/builds/worker-3-tc1/source/deps/libsignal/rust/protocol
    required by package `mxc-omemo v0.1.0 (/workspace/builds/worker-3-tc1/source/crates/mxc-omemo)`