nixbot

builds

Kranzes/systemd-nix-nightly build #20 succeeded

branch master · commit 6a2a943c1c · · took 12m 5s · eval 10m 41s

eval warnings 6 kinds · 14 occurrences
  • warn Scripted initrd is deprecated and scheduled for removal in 26.11. See the NixOS 26.05 release notes. ×4
  • warn system.stateVersion is not set, defaulting to 26.11. Read why this matters on https://nixos.org/… ×2
  • warn The option `systemd.oomd.extraConfig' defined in `/nix/store/…-source/nixos/tests/systemd-oomd.nix' has been renamed to `systemd.oomd.settings.OOM'. ×2
  • warn The user 'alice' has multiple of the options ×2
  • warn The user 'bob' has multiple of the options ×2
  • warn The following system users have UIDs higher than 1000: ×2

6 succeeded
succeeded attributes
status attribute duration
loading…
158 already built ⚠ 12
skipped attributes
status attribute duration
skipped local checks.aarch64-linux.systemd-initrd-swraid
  • Scripted initrd is deprecated and scheduled for removal in 26.11. See the NixOS 26.05 release notes.
skipped local checks.aarch64-linux.systemd-journal
  • system.stateVersion is not set, defaulting to 26.11. Read why this matters on https://nixos.org/manual/nixos/stable/options.html#opt-system.stateVersion.
skipped local checks.aarch64-linux.systemd-oomd
  • The option `systemd.oomd.extraConfig' defined in `/nix/store/c4ymw711a6r51sgvazgk9kvy1r6cxqhy-source/nixos/tests/systemd-oomd.nix' has been renamed to `systemd.oomd.settings.OOM'.
skipped local checks.aarch64-linux.systemd-shutdown
  • Scripted initrd is deprecated and scheduled for removal in 26.11. See the NixOS 26.05 release notes.
skipped local checks.aarch64-linux.systemd-sysusers-password-option-override-ordering
  • The user 'alice' has multiple of the options `initialHashedPassword`, `hashedPassword`, `initialPassword`, `password` & `hashedPasswordFile` set to a non-null value. If multiple of these password options are set at the same time then a specific order of precedence is followed, which can lead to surprising results. The order of precedence differs depending on whether the {option}`users.mutableUsers` option is set. If the option {option}`users.mutableUsers` is `true`, then the order of precedence is as shown below, where values on the left are overridden by values on the right: {option}`initialHashedPassword` -> {option}`initialPassword` -> {option}`hashedPassword` -> {option}`password` -> {option}`hashedPasswordFile` The values of these options are: * users.users."alice".hashedPassword: null * users.users."alice".hashedPasswordFile: null * users.users."alice".password: null * users.users."alice".initialHashedPassword: "$y$j9T$wLgKY231.8j.ciV2MfEXe1$P0k5j3bCwHgnwW0Ive3w4knrgpiA4TzhCYLAnHvDZ51" * users.users."alice".initialPassword: "test"
  • The user 'bob' has multiple of the options `initialHashedPassword`, `hashedPassword`, `initialPassword`, `password` & `hashedPasswordFile` set to a non-null value. If multiple of these password options are set at the same time then a specific order of precedence is followed, which can lead to surprising results. The order of precedence differs depending on whether the {option}`users.mutableUsers` option is set. If the option {option}`users.mutableUsers` is `true`, then the order of precedence is as shown below, where values on the left are overridden by values on the right: {option}`initialHashedPassword` -> {option}`initialPassword` -> {option}`hashedPassword` -> {option}`password` -> {option}`hashedPasswordFile` The values of these options are: * users.users."bob".hashedPassword: null * users.users."bob".hashedPasswordFile: "/nix/store/j5issrx4q7zkwrp2g11w6ymcajqsfhmz-hashed-password" * users.users."bob".password: null * users.users."bob".initialHashedPassword: "$y$j9T$wLgKY231.8j.ciV2MfEXe1$P0k5j3bCwHgnwW0Ive3w4knrgpiA4TzhCYLAnHvDZ51" * users.users."bob".initialPassword: "test"
skipped local checks.aarch64-linux.systemd-userdbd
  • The following system users have UIDs higher than 1000: nixbld1 nixbld10 nixbld11 nixbld12 nixbld13 nixbld14 nixbld15 nixbld16 nixbld17 nixbld18 nixbld19 nixbld2 nixbld20 nixbld21 nixbld22 nixbld23 nixbld24 nixbld25 nixbld26 nixbld27 nixbld28 nixbld29 nixbld3 nixbld30 nixbld31 nixbld32 nixbld4 nixbld5 nixbld6 nixbld7 nixbld8 nixbld9 These users will be recognized by systemd-userdb as "regular" users, not "system" users. This will affect programs that query regular users, such as systemd-homed, which will not run the first boot user creation flow, as regular users already exist. To fix this issue, please remove or redefine these system users to have UIDs below 1000. For Nix build users, it's possible to adjust the base build user ID using the `ids.uids.nixbld` option, however care must be taken to avoid collisions with UIDs of other services. Alternatively, you may enable the `auto-allocate-uids` experimental feature and option in the Nix configuration to avoid creating these users, however please note that this option is experimental and subject to change. Alternatively, to acknowledge and silence this warning, set `services.userdbd.silenceHighSystemUsers` to true.
skipped local checks.x86_64-linux.systemd-initrd-swraid
  • Scripted initrd is deprecated and scheduled for removal in 26.11. See the NixOS 26.05 release notes.
skipped local checks.x86_64-linux.systemd-journal
  • system.stateVersion is not set, defaulting to 26.11. Read why this matters on https://nixos.org/manual/nixos/stable/options.html#opt-system.stateVersion.
skipped local checks.x86_64-linux.systemd-oomd
  • The option `systemd.oomd.extraConfig' defined in `/nix/store/c4ymw711a6r51sgvazgk9kvy1r6cxqhy-source/nixos/tests/systemd-oomd.nix' has been renamed to `systemd.oomd.settings.OOM'.
skipped local checks.x86_64-linux.systemd-shutdown
  • Scripted initrd is deprecated and scheduled for removal in 26.11. See the NixOS 26.05 release notes.
skipped local checks.x86_64-linux.systemd-sysusers-password-option-override-ordering
  • The user 'alice' has multiple of the options `initialHashedPassword`, `hashedPassword`, `initialPassword`, `password` & `hashedPasswordFile` set to a non-null value. If multiple of these password options are set at the same time then a specific order of precedence is followed, which can lead to surprising results. The order of precedence differs depending on whether the {option}`users.mutableUsers` option is set. If the option {option}`users.mutableUsers` is `true`, then the order of precedence is as shown below, where values on the left are overridden by values on the right: {option}`initialHashedPassword` -> {option}`initialPassword` -> {option}`hashedPassword` -> {option}`password` -> {option}`hashedPasswordFile` The values of these options are: * users.users."alice".hashedPassword: null * users.users."alice".hashedPasswordFile: null * users.users."alice".password: null * users.users."alice".initialHashedPassword: "$y$j9T$wLgKY231.8j.ciV2MfEXe1$P0k5j3bCwHgnwW0Ive3w4knrgpiA4TzhCYLAnHvDZ51" * users.users."alice".initialPassword: "test"
  • The user 'bob' has multiple of the options `initialHashedPassword`, `hashedPassword`, `initialPassword`, `password` & `hashedPasswordFile` set to a non-null value. If multiple of these password options are set at the same time then a specific order of precedence is followed, which can lead to surprising results. The order of precedence differs depending on whether the {option}`users.mutableUsers` option is set. If the option {option}`users.mutableUsers` is `true`, then the order of precedence is as shown below, where values on the left are overridden by values on the right: {option}`initialHashedPassword` -> {option}`initialPassword` -> {option}`hashedPassword` -> {option}`password` -> {option}`hashedPasswordFile` The values of these options are: * users.users."bob".hashedPassword: null * users.users."bob".hashedPasswordFile: "/nix/store/a2yv02h3ks47driql2g2pcihyfj4rdmv-hashed-password" * users.users."bob".password: null * users.users."bob".initialHashedPassword: "$y$j9T$wLgKY231.8j.ciV2MfEXe1$P0k5j3bCwHgnwW0Ive3w4knrgpiA4TzhCYLAnHvDZ51" * users.users."bob".initialPassword: "test"
skipped local checks.x86_64-linux.systemd-userdbd
  • The following system users have UIDs higher than 1000: nixbld1 nixbld10 nixbld11 nixbld12 nixbld13 nixbld14 nixbld15 nixbld16 nixbld17 nixbld18 nixbld19 nixbld2 nixbld20 nixbld21 nixbld22 nixbld23 nixbld24 nixbld25 nixbld26 nixbld27 nixbld28 nixbld29 nixbld3 nixbld30 nixbld31 nixbld32 nixbld4 nixbld5 nixbld6 nixbld7 nixbld8 nixbld9 These users will be recognized by systemd-userdb as "regular" users, not "system" users. This will affect programs that query regular users, such as systemd-homed, which will not run the first boot user creation flow, as regular users already exist. To fix this issue, please remove or redefine these system users to have UIDs below 1000. For Nix build users, it's possible to adjust the base build user ID using the `ids.uids.nixbld` option, however care must be taken to avoid collisions with UIDs of other services. Alternatively, you may enable the `auto-allocate-uids` experimental feature and option in the Nix configuration to avoid creating these users, however please note that this option is experimental and subject to change. Alternatively, to acknowledge and silence this warning, set `services.userdbd.silenceHighSystemUsers` to true.
skipped local checks.aarch64-linux.fsck-systemd-stage-1
skipped local checks.aarch64-linux.simple-vm
skipped local checks.aarch64-linux.switchTest
skipped local checks.aarch64-linux.switchTest-basics
skipped local checks.aarch64-linux.switchTest-units
skipped local checks.aarch64-linux.switchTest-user
skipped local checks.aarch64-linux.systemd
skipped local checks.aarch64-linux.systemd-analyze
skipped local checks.aarch64-linux.systemd-boot-basic
skipped local checks.aarch64-linux.systemd-boot-bootCounting
skipped local checks.aarch64-linux.systemd-boot-bootCountingSpecialisation
skipped local checks.aarch64-linux.systemd-boot-defaultEntry
skipped local checks.aarch64-linux.systemd-boot-defaultEntryWithBootCounting
skipped local checks.aarch64-linux.systemd-boot-edk2-uefi-shell
skipped local checks.aarch64-linux.systemd-boot-extraEntries
skipped local checks.aarch64-linux.systemd-boot-extraFiles
skipped local checks.aarch64-linux.systemd-boot-fallback
skipped local checks.aarch64-linux.systemd-boot-netbootxyz
skipped local checks.aarch64-linux.systemd-boot-secureBoot
skipped local checks.aarch64-linux.systemd-boot-switch-test
skipped local checks.aarch64-linux.systemd-boot-windows
skipped local checks.aarch64-linux.systemd-bpf
skipped local checks.aarch64-linux.systemd-confinement
skipped local checks.aarch64-linux.systemd-coredump
skipped local checks.aarch64-linux.systemd-credentials-tpm2
skipped local checks.aarch64-linux.systemd-cryptenroll
skipped local checks.aarch64-linux.systemd-escaping
skipped local checks.aarch64-linux.systemd-homed
skipped local checks.aarch64-linux.systemd-initrd-btrfs-raid
skipped local checks.aarch64-linux.systemd-initrd-luks-empty-passphrase
skipped local checks.aarch64-linux.systemd-initrd-luks-fido2
skipped local checks.aarch64-linux.systemd-initrd-luks-keyfile
skipped local checks.aarch64-linux.systemd-initrd-luks-password
skipped local checks.aarch64-linux.systemd-initrd-luks-tpm2
skipped local checks.aarch64-linux.systemd-initrd-modprobe
skipped local checks.aarch64-linux.systemd-initrd-networkd-basic
skipped local checks.aarch64-linux.systemd-initrd-networkd-doFlush
skipped local checks.aarch64-linux.systemd-initrd-networkd-dontFlush
skipped local checks.aarch64-linux.systemd-initrd-shutdown
skipped local checks.aarch64-linux.systemd-initrd-simple
skipped local checks.aarch64-linux.systemd-initrd-vlan
skipped local checks.aarch64-linux.systemd-journal-gateway
skipped local checks.aarch64-linux.systemd-journal-upload
skipped local checks.aarch64-linux.systemd-misc
skipped local checks.aarch64-linux.systemd-networkd
skipped local checks.aarch64-linux.systemd-networkd-bridge
skipped local checks.aarch64-linux.systemd-networkd-dhcpserver
skipped local checks.aarch64-linux.systemd-networkd-dhcpserver-static-leases
skipped local checks.aarch64-linux.systemd-no-tainted
skipped local checks.aarch64-linux.systemd-nspawn
skipped local checks.aarch64-linux.systemd-nspawn-configfile
skipped local checks.aarch64-linux.systemd-package
skipped local checks.aarch64-linux.systemd-portabled
skipped local checks.aarch64-linux.systemd-pstore
skipped local checks.aarch64-linux.systemd-repart-after-initrd
skipped local checks.aarch64-linux.systemd-repart-basic
skipped local checks.aarch64-linux.systemd-repart-create-root
skipped local checks.aarch64-linux.systemd-repart-encrypt-tpm2
skipped local checks.aarch64-linux.systemd-repart-factory-reset
skipped local checks.aarch64-linux.systemd-resolved
skipped local checks.aarch64-linux.systemd-sysupdate
skipped local checks.aarch64-linux.systemd-sysusers-immutable
skipped local checks.aarch64-linux.systemd-sysusers-mutable
skipped local checks.aarch64-linux.systemd-timesyncd
skipped local checks.aarch64-linux.systemd-user-linger
skipped local checks.aarch64-linux.systemd-user-tmpfiles-rules
skipped local checks.x86_64-linux.fsck-systemd-stage-1
skipped local checks.x86_64-linux.hibernate-systemd-stage-1
skipped local checks.x86_64-linux.simple-vm
skipped local checks.x86_64-linux.switchTest
skipped local checks.x86_64-linux.switchTest-basics
skipped local checks.x86_64-linux.switchTest-units
skipped local checks.x86_64-linux.switchTest-user
skipped local checks.x86_64-linux.systemd
skipped local checks.x86_64-linux.systemd-analyze
skipped local checks.x86_64-linux.systemd-binfmt-basic
skipped local checks.x86_64-linux.systemd-binfmt-chroot
skipped local checks.x86_64-linux.systemd-binfmt-ldPreload
skipped local checks.x86_64-linux.systemd-binfmt-preserveArgvZero
skipped local checks.x86_64-linux.systemd-boot-basic
skipped local checks.x86_64-linux.systemd-boot-basicXbootldr
skipped local checks.x86_64-linux.systemd-boot-bootCounting
skipped local checks.x86_64-linux.systemd-boot-bootCountingSpecialisation
skipped local checks.x86_64-linux.systemd-boot-defaultEntry
skipped local checks.x86_64-linux.systemd-boot-defaultEntryWithBootCounting
skipped local checks.x86_64-linux.systemd-boot-edk2-uefi-shell
skipped local checks.x86_64-linux.systemd-boot-entryFilenameXbootldr
skipped local checks.x86_64-linux.systemd-boot-extraEntries
skipped local checks.x86_64-linux.systemd-boot-extraFiles
skipped local checks.x86_64-linux.systemd-boot-fallback
skipped local checks.x86_64-linux.systemd-boot-garbage-collect-entry
skipped local checks.x86_64-linux.systemd-boot-garbageCollectEntryWithBootCounting
skipped local checks.x86_64-linux.systemd-boot-memtest86
skipped local checks.x86_64-linux.systemd-boot-memtestSortKey
skipped local checks.x86_64-linux.systemd-boot-netbootxyz
skipped local checks.x86_64-linux.systemd-boot-secureBoot
skipped local checks.x86_64-linux.systemd-boot-specialisation
skipped local checks.x86_64-linux.systemd-boot-switch-test
skipped local checks.x86_64-linux.systemd-boot-update
skipped local checks.x86_64-linux.systemd-boot-windows
skipped local checks.x86_64-linux.systemd-bpf
skipped local checks.x86_64-linux.systemd-confinement
skipped local checks.x86_64-linux.systemd-coredump
skipped local checks.x86_64-linux.systemd-credentials-tpm2
skipped local checks.x86_64-linux.systemd-cryptenroll
skipped local checks.x86_64-linux.systemd-escaping
skipped local checks.x86_64-linux.systemd-homed
skipped local checks.x86_64-linux.systemd-initrd-btrfs-raid
skipped local checks.x86_64-linux.systemd-initrd-luks-empty-passphrase
skipped local checks.x86_64-linux.systemd-initrd-luks-fido2
skipped local checks.x86_64-linux.systemd-initrd-luks-keyfile
skipped local checks.x86_64-linux.systemd-initrd-luks-password
skipped local checks.x86_64-linux.systemd-initrd-luks-tpm2
skipped local checks.x86_64-linux.systemd-initrd-modprobe
skipped local checks.x86_64-linux.systemd-initrd-networkd-basic
skipped local checks.x86_64-linux.systemd-initrd-networkd-doFlush
skipped local checks.x86_64-linux.systemd-initrd-networkd-dontFlush
skipped local checks.x86_64-linux.systemd-initrd-networkd-openvpn
skipped local checks.x86_64-linux.systemd-initrd-shutdown
skipped local checks.x86_64-linux.systemd-initrd-simple
skipped local checks.x86_64-linux.systemd-initrd-vlan
skipped local checks.x86_64-linux.systemd-journal-gateway
skipped local checks.x86_64-linux.systemd-journal-upload
skipped local checks.x86_64-linux.systemd-misc
skipped local checks.x86_64-linux.systemd-networkd
skipped local checks.x86_64-linux.systemd-networkd-bridge
skipped local checks.x86_64-linux.systemd-networkd-dhcpserver
skipped local checks.x86_64-linux.systemd-networkd-dhcpserver-static-leases
skipped local checks.x86_64-linux.systemd-no-tainted
skipped local checks.x86_64-linux.systemd-nspawn
skipped local checks.x86_64-linux.systemd-nspawn-configfile
skipped local checks.x86_64-linux.systemd-package
skipped local checks.x86_64-linux.systemd-portabled
skipped local checks.x86_64-linux.systemd-pstore
skipped local checks.x86_64-linux.systemd-repart-after-initrd
skipped local checks.x86_64-linux.systemd-repart-basic
skipped local checks.x86_64-linux.systemd-repart-create-root
skipped local checks.x86_64-linux.systemd-repart-encrypt-tpm2
skipped local checks.x86_64-linux.systemd-repart-factory-reset
skipped local checks.x86_64-linux.systemd-resolved
skipped local checks.x86_64-linux.systemd-sysupdate
skipped local checks.x86_64-linux.systemd-sysusers-immutable
skipped local checks.x86_64-linux.systemd-sysusers-mutable
skipped local checks.x86_64-linux.systemd-timesyncd
skipped local checks.x86_64-linux.systemd-user-linger
skipped local checks.x86_64-linux.systemd-user-tmpfiles-rules