Skip to content
This repository was archived by the owner on Feb 28, 2019. It is now read-only.
This repository was archived by the owner on Feb 28, 2019. It is now read-only.

Bi-secting rustc fails with author mismatch #13

Open
@glaubitz

Description

@glaubitz

I am currently trying to bisect rust-lang/rust#50960 but that fails with the following error message about an unexpected authorship:

buildd@kapitsa:/srv/tmp/rust$ bisect --end 84203cac67e65ca8640b8392348411098c856985 --start d3ae9a9e08edf12de0ed82af57ba2a56c26496ea --test /srv/tmp/test.sh
Error: Expected author Brian Anderson to be bors for beb9a0dfc52ebda4f8db4e5d439e08e4f3a43a39
buildd@kapitsa:/srv/tmp/rust$

I am using the following test script:

buildd@kapitsa:/srv/tmp/rust$ cat /srv/tmp/test.sh 
#!/bin/bash
./configure --host=powerpc-unknown-linux-gnu --build=powerpc-unknown-linux-gnu --target=powerpc-unknown-linux-gnu --enable-local-rust --local-rust-root=/usr
./x.py build
./configure --host=powerpc-unknown-linux-gnu --build=powerpc-unknown-linux-gnu --target=powerpc-unknown-linux-gnu --enable-local-rust --local-rust-root=/srv/tmp/rust/build/build/powerpc-unknown-linux-gnu/stage2
./x.py build
buildd@kapitsa:/srv/tmp/rust$

Any suggestion on how to resolve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions