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

cloud-init broken on unstable #128783

Closed
Xe opened this issue Jun 30, 2021 · 1 comment · Fixed by #129340
Closed

cloud-init broken on unstable #128783

Xe opened this issue Jun 30, 2021 · 1 comment · Fixed by #129340

Comments

@Xe
Copy link
Contributor

Xe commented Jun 30, 2021

Describe the bug

cloud-init is broken in nixos-unstable

To Reproduce
Steps to reproduce the behavior:

env NIX_PATH=nixpkgs=channel:nixos-unstable nix-shell -p nixos-generators --run nixos-generate -f qcow -c ./cloud-init-test.nix

# cloud-init.nix
{ ... }:

{
  services.cloud-init = {
    enable = true;
    ext4.enable = true;
  };
}

Expected behavior
The build to pull cloud-init from hydra and a qcow2 file gets produced

Screenshots
http://sprunge.us/pjgD0S

Additional context
Add any other context about the problem here.

Notify maintainers

Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

 - system: `"x86_64-linux"`
 - host os: `Linux 5.10.44, NixOS, 21.11pre297098.7e567a3d092 (Porcupine)`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.3.12`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute: [cloud-init]
# a list of nixos modules affected by the problem
module: [cloud-init]
@Xe Xe added the 0.kind: bug label Jun 30, 2021
Xe pushed a commit to tailscale/tailscale that referenced this issue Jun 30, 2021
This puts nix build logs on the filesystem so that we can debug them
later. This also disables nixos unstable until
NixOS/nixpkgs#128783 is fixed.

Signed-off-by: Christine Dodrill <xe@tailscale.com>
Xe pushed a commit to tailscale/tailscale that referenced this issue Jun 30, 2021
This puts nix build logs on the filesystem so that we can debug them
later. This also disables nixos unstable until
NixOS/nixpkgs#128783 is fixed.

Signed-off-by: Christine Dodrill <xe@tailscale.com>
@Xe Xe changed the title cloud-init broken on onstable cloud-init broken on unstable Jun 30, 2021
Xe pushed a commit to tailscale/tailscale that referenced this issue Jun 30, 2021
This puts nix build logs on the filesystem so that we can debug them
later. This also disables nixos unstable until
NixOS/nixpkgs#128783 is fixed.

Signed-off-by: Christine Dodrill <xe@tailscale.com>
Xe pushed a commit to tailscale/tailscale that referenced this issue Jun 30, 2021
…2294)

This puts nix build logs on the filesystem so that we can debug them
later. This also disables nixos unstable until
NixOS/nixpkgs#128783 is fixed.

Signed-off-by: Christine Dodrill <xe@tailscale.com>
@fabaff fabaff mentioned this issue Jul 5, 2021
11 tasks
@fabaff
Copy link
Member

fabaff commented Jul 5, 2021

@Xe, could you please give #129340 a try? Thanks

Xe pushed a commit to tailscale/tailscale that referenced this issue Jul 5, 2021
The upstream NixOS issue was fixed.
NixOS/nixpkgs#128783

Signed-off-by: Christine Dodrill <xe@tailscale.com>
Xe pushed a commit to tailscale/tailscale that referenced this issue Jul 6, 2021
The upstream NixOS issue was fixed.
NixOS/nixpkgs#128783

Signed-off-by: Christine Dodrill <xe@tailscale.com>
Xe pushed a commit to tailscale/tailscale that referenced this issue Jul 8, 2021
The upstream NixOS issue was fixed.
NixOS/nixpkgs#128783

Signed-off-by: Christine Dodrill <xe@tailscale.com>
Xe pushed a commit to tailscale/tailscale that referenced this issue Jul 9, 2021
The upstream NixOS issue was fixed.
NixOS/nixpkgs#128783

Signed-off-by: Christine Dodrill <xe@tailscale.com>
Xe pushed a commit to tailscale/tailscale that referenced this issue Jul 9, 2021
The upstream NixOS issue was fixed.
NixOS/nixpkgs#128783

Signed-off-by: Christine Dodrill <xe@tailscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants