Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure: nixosTests.gitlab #352963

Closed
vcunat opened this issue Nov 1, 2024 · 2 comments · Fixed by #353045 or #356159
Closed

Build failure: nixosTests.gitlab #352963

vcunat opened this issue Nov 1, 2024 · 2 comments · Fixed by #353045 or #356159
Labels

Comments

@vcunat
Copy link
Member

vcunat commented Nov 1, 2024

nixosTests.gitlab is blocking the nixos-unstable channel since the last staging-next merge #348827

Log e.g.: https://hydra.nixos.org/build/276947171

At a glance, maybe changes in pkgs/development/interpreters/ruby pkgs/development/ruby-modules

Notify maintainers

@globin @yayayayaka (though already notified in chat)


Add a 👍 reaction to issues you find important.

@vcunat vcunat added the 1.severity: channel blocker Blocks a channel label Nov 1, 2024
@itepastra
Copy link
Member

itepastra commented Nov 2, 2024

I've started bisecting for the commit that broke the test, but the large rebuilds make it quite slow

git bisect start
# status: waiting for both good and bad commits
# bad: [f00f17fe6a4d5d94ac704e922426e476c3b6c29e] signal-desktop: 7.29.0 -> 7.31.0; signal-desktop-beta: 7.30.0-beta.2-> 7.32.0-beta.1 (#352218)
git bisect bad f00f17fe6a4d5d94ac704e922426e476c3b6c29e
# status: waiting for good commit(s), bad commit known
# skip: [807e9154dcb16384b1b765ebe9cd2bba2ac287fd] icu76: 76.1rc -> 76.1 (#351275)
git bisect skip 807e9154dcb16384b1b765ebe9cd2bba2ac287fd
# status: waiting for good commit(s), bad commit known
# good: [807e9154dcb16384b1b765ebe9cd2bba2ac287fd] icu76: 76.1rc -> 76.1 (#351275)
git bisect good 807e9154dcb16384b1b765ebe9cd2bba2ac287fd
# bad: [0c016abe52679d4adabf4bd4779e20fb5bfb90c1] python3Packages.python-dbusmock: 0.32.1 -> 0.32.2
git bisect bad 0c016abe52679d4adabf4bd4779e20fb5bfb90c1
# bad: [1fbde8aa6d02bbbb5a91e477e731fc1349a33938] python3Packages.empy: 4.1 -> 4.2
git bisect bad 1fbde8aa6d02bbbb5a91e477e731fc1349a33938

from the error of sidekiq-cluster I'd assume 4dd40b1 is the culprit

@vcunat
Copy link
Member Author

vcunat commented Nov 15, 2024

We did it again by merging with @anthonyroussel's 0855ae2

@vcunat vcunat reopened this Nov 15, 2024
@vcunat vcunat added the 9.needs: port to stable A PR needs a backport to the stable release. label Nov 15, 2024
@vcunat vcunat removed the 9.needs: port to stable A PR needs a backport to the stable release. label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants