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

nixosTests.buildbot: Test does not evaluate #77309

Closed
tfc opened this issue Jan 8, 2020 · 2 comments
Closed

nixosTests.buildbot: Test does not evaluate #77309

tfc opened this issue Jan 8, 2020 · 2 comments
Labels
0.kind: bug Something is broken 6.topic: testing Tooling for automated testing of packages and modules

Comments

@tfc
Copy link
Contributor

tfc commented Jan 8, 2020

Describe the bug

On current master (d1dbdf0) the buildbot test does not evaluate:

$ nix-build nixos/tests/buildbot.nix 
trace: warning: In file /home/tfc/src/nixpkgs/nixos/modules/services/continuous-integration/buildbot/master.nix
a list is being assigned to the option config.users.groups.
This will soon be an error as type loaOf is deprecated.
See https://git.io/fj2zm for more information.
Do
  users.groups =
    { unnamed = {...}; ...}
instead of
  users.groups =
    [ { name = "unnamed"; ...} ...]

error: The option `users.groups.unnamed-3.1.buildbot' defined in `/home/tfc/src/nixpkgs/nixos/modules/services/continuous-integration/buildbot/master.nix' does not exist.
(use '--show-trace' to show detailed location information)

Expected behavior

The test should work, before it is ported to python for #72828

cc contributers who touched this test in the past: @Ekleog @lopsided98 @nand0p @fpletz

@tfc tfc added the 0.kind: bug Something is broken label Jan 8, 2020
@worldofpeace
Copy link
Contributor

sounds like #77189

@veprbl veprbl added the 6.topic: testing Tooling for automated testing of packages and modules label Jan 8, 2020
@worldofpeace
Copy link
Contributor

#77324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken 6.topic: testing Tooling for automated testing of packages and modules
Projects
None yet
Development

No branches or pull requests

3 participants