[INFO] cloning repository https://github.com/sugoijan/lupo-tts
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sugoijan/lupo-tts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsugoijan%2Flupo-tts", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsugoijan%2Flupo-tts'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4ebbe265a290048d7651a4baed7b5c54995ffc16
[INFO] checking sugoijan/lupo-tts against 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsugoijan%2Flupo-tts" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/sugoijan/lupo-tts
[INFO] finished tweaking git repo https://github.com/sugoijan/lupo-tts
[INFO] tweaked toml for git repo https://github.com/sugoijan/lupo-tts written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sugoijan/lupo-tts on toolchain 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sugoijan/lupo-tts 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" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `console_error_panic_hook`
[INFO] [stderr]   --> Cargo.toml:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | console_error_panic_hook = "0.1"
[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 `console_error_panic_hook`
[INFO] [stderr] warning: unused workspace dependency `dispatch`
[INFO] [stderr]   --> Cargo.toml:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | dispatch = "0.2"
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `dispatch`
[INFO] [stderr] warning: unused workspace dependency `iddqd`
[INFO] [stderr]   --> Cargo.toml:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | iddqd = "0.4"
[INFO] [stderr]    | ^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `iddqd`
[INFO] [stderr] warning: unused workspace dependency `oauth2`
[INFO] [stderr]    --> Cargo.toml:145:25
[INFO] [stderr]     |
[INFO] [stderr] 145 | [workspace.dependencies.oauth2]
[INFO] [stderr]     |                         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the workspace dependency `oauth2`
[INFO] [stderr] warning: unused workspace dependency `smallvec`
[INFO] [stderr]   --> Cargo.toml:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | smallvec = "1"
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `smallvec`
[INFO] [stderr] warning: unused workspace dependency `tracing-log`
[INFO] [stderr]   --> Cargo.toml:60:1
[INFO] [stderr]    |
[INFO] [stderr] 60 | tracing-log = "0.2"
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `tracing-log`
[INFO] [stderr] warning: unused workspace dependency `wasm-bindgen`
[INFO] [stderr]   --> Cargo.toml:62:1
[INFO] [stderr]    |
[INFO] [stderr] 62 | wasm-bindgen = "0.2"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `wasm-bindgen`
[INFO] [stderr] warning: workspace (manifest) generated 7 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: no matching package named `directories` found
[INFO] [stderr] location searched: /workspace/builds/worker-7-tc1/source/vendor/directories-rs
[INFO] [stderr] required by package `lupo-persistence v0.0.1 (/workspace/builds/worker-7-tc1/source/persistence)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: unused workspace dependency `console_error_panic_hook`
      --> Cargo.toml:34:1
       |
    34 | console_error_panic_hook = "0.1"
       | ^^^^^^^^^^^^^^^^^^^^^^^^
       |
       = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
    help: consider removing the workspace dependency `console_error_panic_hook`
    warning: unused workspace dependency `dispatch`
      --> Cargo.toml:38:1
       |
    38 | dispatch = "0.2"
       | ^^^^^^^^
       |
    help: consider removing the workspace dependency `dispatch`
    warning: unused workspace dependency `iddqd`
      --> Cargo.toml:43:1
       |
    43 | iddqd = "0.4"
       | ^^^^^
       |
    help: consider removing the workspace dependency `iddqd`
    warning: unused workspace dependency `oauth2`
       --> Cargo.toml:145:25
        |
    145 | [workspace.dependencies.oauth2]
        |                         ^^^^^^
        |
    help: consider removing the workspace dependency `oauth2`
    warning: unused workspace dependency `smallvec`
      --> Cargo.toml:53:1
       |
    53 | smallvec = "1"
       | ^^^^^^^^
       |
    help: consider removing the workspace dependency `smallvec`
    warning: unused workspace dependency `tracing-log`
      --> Cargo.toml:60:1
       |
    60 | tracing-log = "0.2"
       | ^^^^^^^^^^^
       |
    help: consider removing the workspace dependency `tracing-log`
    warning: unused workspace dependency `wasm-bindgen`
      --> Cargo.toml:62:1
       |
    62 | wasm-bindgen = "0.2"
       | ^^^^^^^^^^^^
       |
    help: consider removing the workspace dependency `wasm-bindgen`
    warning: workspace (manifest) generated 7 warnings
        Updating crates.io index
    error: no matching package named `directories` found
    location searched: /workspace/builds/worker-7-tc1/source/vendor/directories-rs
    required by package `lupo-persistence v0.0.1 (/workspace/builds/worker-7-tc1/source/persistence)`