[INFO] cloning repository https://github.com/austinpray/clippy-api-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/austinpray/clippy-api-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinpray%2Fclippy-api-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinpray%2Fclippy-api-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 04c222633b14b91e562cd8cc1a0dba05d737fcfe
[INFO] checking austinpray/clippy-api-rust against master#46424fb5054f211ec836c5c03159f92e46bb35ac for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinpray%2Fclippy-api-rust" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/austinpray/clippy-api-rust on toolchain 46424fb5054f211ec836c5c03159f92e46bb35ac
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/austinpray/clippy-api-rust
[INFO] finished tweaking git repo https://github.com/austinpray/clippy-api-rust
[INFO] tweaked toml for git repo https://github.com/austinpray/clippy-api-rust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/austinpray/clippy-api-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" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Updating git repository `https://github.com/nickel-org/nickel.rs`
[INFO] [stderr]     Updating git repository `https://github.com/nickel-org/anymap.git`
[INFO] [stderr]     Updating git repository `https://github.com/nickel-org/groupable-rs`
[INFO] [stderr]     Updating git repository `https://github.com/nickel-org/rust-http.git`
[INFO] [stderr]     Updating git repository `https://github.com/nickel-org/rust-mustache.git`
[INFO] [stderr]     Updating git submodule `https://github.com/mustache/spec`
[INFO] [stderr]     Updating git repository `https://github.com/rust-lang/time`
[INFO] [stderr]     Updating git repository `https://github.com/nickel-org/rust-url.git`
[INFO] [stderr]     Updating git repository `https://github.com/sfackler/rust-openssl.git`
[INFO] [stderr]     Updating git repository `https://github.com/alexcrichton/gcc-rs`
[INFO] [stderr]     Updating git repository `https://github.com/lifthrasiir/rust-encoding`
[INFO] [stderr]     Updating git repository `https://github.com/DiamondLovesYou/libressl-pnacl-sys.git`
[INFO] [stderr] error: invalid type: map, expected a string
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/libressl-pnacl-sys-d493c0e47c94197a/e770e60/Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | / [[lib]]
[INFO] [stderr] 8 | | name = "openssl-sys"
[INFO] [stderr] 9 | | path = "lib.rs"
[INFO] [stderr]   | |_______________^
[INFO] [stderr]   |
[INFO] [stderr] error: failed to get `libressl-pnacl-sys` as a dependency of package `openssl v0.0.1 (https://github.com/sfackler/rust-openssl.git#33af6a0b)`
[INFO] [stderr]     ... which satisfies git dependency `openssl` (locked to 0.0.1) of package `http v0.1.0-pre (https://github.com/nickel-org/rust-http.git#5ec61527)`
[INFO] [stderr]     ... which satisfies git dependency `http` (locked to 0.1.0-pre) of package `nickel v0.1.0 (https://github.com/nickel-org/nickel.rs#af139854)`
[INFO] [stderr]     ... which satisfies git dependency `nickel` (locked to 0.1.0) of package `clippy-api-rust v0.0.1 (/workspace/builds/worker-4-tc1/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `libressl-pnacl-sys`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   Unable to update https://github.com/DiamondLovesYou/libressl-pnacl-sys.git#e770e60c


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: no edition set: defaulting to the 2015 edition while the latest is 2024
        Updating git repository `https://github.com/nickel-org/nickel.rs`
        Updating git repository `https://github.com/nickel-org/anymap.git`
        Updating git repository `https://github.com/nickel-org/groupable-rs`
        Updating git repository `https://github.com/nickel-org/rust-http.git`
        Updating git repository `https://github.com/nickel-org/rust-mustache.git`
        Updating git submodule `https://github.com/mustache/spec`
        Updating git repository `https://github.com/rust-lang/time`
        Updating git repository `https://github.com/nickel-org/rust-url.git`
        Updating git repository `https://github.com/sfackler/rust-openssl.git`
        Updating git repository `https://github.com/alexcrichton/gcc-rs`
        Updating git repository `https://github.com/lifthrasiir/rust-encoding`
        Updating git repository `https://github.com/DiamondLovesYou/libressl-pnacl-sys.git`
    error: invalid type: map, expected a string
     --> ../../../cargo-home/git/checkouts/libressl-pnacl-sys-d493c0e47c94197a/e770e60/Cargo.toml:7:1
      |
    7 | / [[lib]]
    8 | | name = "openssl-sys"
    9 | | path = "lib.rs"
      | |_______________^
      |
    error: failed to get `libressl-pnacl-sys` as a dependency of package `openssl v0.0.1 (https://github.com/sfackler/rust-openssl.git#33af6a0b)`
        ... which satisfies git dependency `openssl` (locked to 0.0.1) of package `http v0.1.0-pre (https://github.com/nickel-org/rust-http.git#5ec61527)`
        ... which satisfies git dependency `http` (locked to 0.1.0-pre) of package `nickel v0.1.0 (https://github.com/nickel-org/nickel.rs#af139854)`
        ... which satisfies git dependency `nickel` (locked to 0.1.0) of package `clippy-api-rust v0.0.1 (/workspace/builds/worker-4-tc1/source)`
    
    Caused by:
      failed to load source for dependency `libressl-pnacl-sys`
    
    Caused by:
      Unable to update https://github.com/DiamondLovesYou/libressl-pnacl-sys.git#e770e60c