[INFO] cloning repository https://github.com/AlbertoGP/httpd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlbertoGP/httpd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlbertoGP%2Fhttpd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlbertoGP%2Fhttpd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b951ec85c6b77cc33335f8b6f852a5d3bd0a86d
[INFO] checking AlbertoGP/httpd against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlbertoGP%2Fhttpd" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AlbertoGP/httpd
[INFO] finished tweaking git repo https://github.com/AlbertoGP/httpd
[INFO] tweaked toml for git repo https://github.com/AlbertoGP/httpd written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AlbertoGP/httpd 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/AlbertoGP/httpd 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: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | 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.documentation`
[INFO] [stderr]   --> Cargo.toml:37:12
[INFO] [stderr]    |
[INFO] [stderr] 36 | documentation = "https://lambdastackio.github.io/httpd/httpd"
[INFO] [stderr]    |                 ---------------------------------------------
[INFO] [stderr] 37 | homepage = "https://lambdastackio.github.io/httpd/httpd"
[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: `httpd` (manifest) generated 3 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: no matching package named `multipart` found
[INFO] [stderr] location searched: /workspace/builds/worker-4-tc1/multipart
[INFO] [stderr] required by package `httpd v0.1.6 (/workspace/builds/worker-4-tc1/source)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
    warning: explicit `package.readme` can be inferred
      --> Cargo.toml:41:1
       |
    41 | 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.documentation`
      --> Cargo.toml:37:12
       |
    36 | documentation = "https://lambdastackio.github.io/httpd/httpd"
       |                 ---------------------------------------------
    37 | homepage = "https://lambdastackio.github.io/httpd/httpd"
       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
       = note: `cargo::redundant_homepage` is set to `warn` by default
    help: consider removing `package.homepage`
    warning: `httpd` (manifest) generated 3 warnings
        Updating crates.io index
    error: no matching package named `multipart` found
    location searched: /workspace/builds/worker-4-tc1/multipart
    required by package `httpd v0.1.6 (/workspace/builds/worker-4-tc1/source)`