Skip to content

Test failures (test_self_hosting, test_proc_macro) #235

@RossSmyth

Description

@RossSmyth

Process:

I have a "bootstrap" process of cargo-auditable

  1. Build cargo-auditable
  2. Build cargo-auditable with cargo-auditable

It seems these tests fail in both stages. I assumed they may only fail on the first one, but even after build with itself it fails.

I build it with --locked and it may be the issue?

cargo-auditable> error: failed to select a version for the requirement `miniz_oxide = "^0.8.0"` (locked to 0.8.0)
cargo-auditable> candidate versions found which didn't match: 0.8.9
cargo-auditable> location searched: directory source `/build/cargo-auditable-0.7.2-vendor` (which is replacing registry `crates-io`)
cargo-auditable> required by package `auditable-info v0.10.0 (/build/source/auditable-info)`
cargo-auditable>     ... which satisfies path dependency `auditable-info` (locked to 0.10.0) of package `rust-audit-info v0.5.4 (/build/source/rust-audit-info)`
cargo-auditable> perhaps a crate was updated and forgotten to be re-vendored?
cargo-auditable> test test_self_hosting ... FAILED
cargo-auditable> error: failed to select a version for the requirement `serde = "^1.0.219"` (locked to 1.0.219)
cargo-auditable> candidate versions found which didn't match: 1.0.228
cargo-auditable> location searched: directory source `/build/cargo-auditable-0.7.2-vendor` (which is replacing registry `crates-io`)
cargo-auditable> required by package `proc-macro-dependency v0.1.0 (/build/source/cargo-auditable/tests/fixtures/proc-macro-dependency)`
cargo-auditable> perhaps a crate was updated and forgotten to be re-vendored?
cargo-auditable> test test_proc_macro ... FAILED

This happened when updating to 0.7.2 (previously was 0.6.5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions