[INFO] cloning repository https://github.com/EonsofStupid/qdrantrs-port
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EonsofStupid/qdrantrs-port" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEonsofStupid%2Fqdrantrs-port", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEonsofStupid%2Fqdrantrs-port'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1a982ebcb917eb7b8da2b69d8f9c2c03e9aac48d
[INFO] checking EonsofStupid/qdrantrs-port against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEonsofStupid%2Fqdrantrs-port" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EonsofStupid/qdrantrs-port
[INFO] finished tweaking git repo https://github.com/EonsofStupid/qdrantrs-port
[INFO] tweaked toml for git repo https://github.com/EonsofStupid/qdrantrs-port written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EonsofStupid/qdrantrs-port on toolchain 018018e881e2db0956f229dbb543e21f058d1ce7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EonsofStupid/qdrantrs-port 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" "+018018e881e2db0956f229dbb543e21f058d1ce7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:86:1
[INFO] [stderr]    |
[INFO] [stderr] 86 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:82:12
[INFO] [stderr]    |
[INFO] [stderr] 82 | homepage = "https://github.com/EonsofStupid/qdrantrs-port"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 87 | repository = "https://github.com/EonsofStupid/qdrantrs-port"
[INFO] [stderr]    |              -----------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `qdrant-lib` (manifest) generated 2 warnings
[INFO] [stderr]     Updating git repository `https://github.com/qdrant/tar-rs`
[INFO] [stderr] error: no matching package named `api` found
[INFO] [stderr] location searched: /workspace/builds/worker-0-tc1/source/.modules/qdrant/lib/api
[INFO] [stderr] required by package `qdrant-lib v0.2.0 (/workspace/builds/worker-0-tc1/source)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: explicit `package.readme` can be inferred
      --> Cargo.toml:86:1
       |
    86 | readme = "README.md"
       | ^^^^^^^^^^^^^^^^^^^^
       |
       = note: `cargo::manual_readme` is set to `warn` by default
    help: consider removing `package.readme`
    warning: `package.homepage` is redundant with `package.repository`
      --> Cargo.toml:82:12
       |
    82 | homepage = "https://github.com/EonsofStupid/qdrantrs-port"
       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...
    87 | repository = "https://github.com/EonsofStupid/qdrantrs-port"
       |              -----------------------------------------------
       |
       = note: `cargo::redundant_homepage` is set to `warn` by default
    help: consider removing `package.homepage`
    warning: `qdrant-lib` (manifest) generated 2 warnings
        Updating git repository `https://github.com/qdrant/tar-rs`
    error: no matching package named `api` found
    location searched: /workspace/builds/worker-0-tc1/source/.modules/qdrant/lib/api
    required by package `qdrant-lib v0.2.0 (/workspace/builds/worker-0-tc1/source)`