[INFO] cloning repository https://github.com/GTNPLEx/Basic_vst3_rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GTNPLEx/Basic_vst3_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGTNPLEx%2FBasic_vst3_rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGTNPLEx%2FBasic_vst3_rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 303d8d9ad4147bbc1819d6a499d5f05602f1943a
[INFO] checking GTNPLEx/Basic_vst3_rust against master#04ff05c9c0cfbca33115c5f1b8bb20a66a54b799 for pr-147834
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGTNPLEx%2FBasic_vst3_rust" "/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/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/GTNPLEx/Basic_vst3_rust
[INFO] finished tweaking git repo https://github.com/GTNPLEx/Basic_vst3_rust
[INFO] tweaked toml for git repo https://github.com/GTNPLEx/Basic_vst3_rust written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GTNPLEx/Basic_vst3_rust on toolchain 04ff05c9c0cfbca33115c5f1b8bb20a66a54b799
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+04ff05c9c0cfbca33115c5f1b8bb20a66a54b799" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GTNPLEx/Basic_vst3_rust 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" "+04ff05c9c0cfbca33115c5f1b8bb20a66a54b799" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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] warning: /workspace/builds/worker-3-tc1/source/Cargo.toml: unused manifest key: workspace.workspace
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/RustAudio/baseview.git`
[INFO] [stderr]     Updating git repository `https://github.com/robbert-vdh/iced_baseview.git`
[INFO] [stderr]     Updating git repository `https://github.com/robbert-vdh/nih-plug.git`
[INFO] [stderr]     Updating git repository `https://github.com/iced-rs/iced.git`
[INFO] [stderr] error: failed to get `iced_core` as a dependency of package `iced_baseview v0.0.3 (https://github.com/robbert-vdh/iced_baseview.git?branch=feature%2Fupdate-baseview#df3a852a)`
[INFO] [stderr]     ... which satisfies git dependency `iced_baseview` (locked to 0.0.3) of package `basic_vst3_plugin v0.1.0 (/workspace/builds/worker-3-tc1/source/basic_plugin)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `iced_core`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   Unable to update https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to clone into: /workspace/cargo-home/git/db/iced-3e930cb38a75fe30
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision a53fa91e0ddf374bbeb66d5e831b79127ed47a9d not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   network failure seems to have happened
[INFO] [stderr]   if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
[INFO] [stderr]   https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   SSL error: unknown error; class=Ssl (16)


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    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
    warning: /workspace/builds/worker-3-tc1/source/Cargo.toml: unused manifest key: workspace.workspace
        Updating crates.io index
        Updating git repository `https://github.com/RustAudio/baseview.git`
        Updating git repository `https://github.com/robbert-vdh/iced_baseview.git`
        Updating git repository `https://github.com/robbert-vdh/nih-plug.git`
        Updating git repository `https://github.com/iced-rs/iced.git`
    error: failed to get `iced_core` as a dependency of package `iced_baseview v0.0.3 (https://github.com/robbert-vdh/iced_baseview.git?branch=feature%2Fupdate-baseview#df3a852a)`
        ... which satisfies git dependency `iced_baseview` (locked to 0.0.3) of package `basic_vst3_plugin v0.1.0 (/workspace/builds/worker-3-tc1/source/basic_plugin)`
    
    Caused by:
      failed to load source for dependency `iced_core`
    
    Caused by:
      Unable to update https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e
    
    Caused by:
      failed to clone into: /workspace/cargo-home/git/db/iced-3e930cb38a75fe30
    
    Caused by:
      revision a53fa91e0ddf374bbeb66d5e831b79127ed47a9d not found
    
    Caused by:
      network failure seems to have happened
      if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
      https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
    
    Caused by:
      SSL error: unknown error; class=Ssl (16)