TypeError: load() missing 1 required positional argument: 'Loader'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-init |
New
|
Undecided
|
Unassigned | ||
curtin |
New
|
Undecided
|
Unassigned |
Bug Description
I'm seeing failures deploying lunar to an arm64 server, curtin 2.1-0ubuntu1~
Running command ['unshare', '--help'] with allowed return codes [0] (capture=True)
Running command ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmp6un94l
Running command ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmp6un94l
got primary mirror: None
got security mirror: None
Apt Mirror info: {'PRIMARY': 'http://
Applying debconf selections
Running command ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmp6un94l
Running command ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmp6un94l
cleaning cloud-init config from: ['/tmp/
Running command ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmp6un94l
finish: cmd-install/
finish: cmd-install/
Traceback (most recent call last):
File "/curtin/
ret = args.func(args)
File "/curtin/
File "/curtin/
File "/curtin/
File "/curtin/
File "/curtin/
File "/curtin/
File "/curtin/
return _subp(*args, **kwargs)
File "/curtin/
raise ProcessExecutio
Command: ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmp6un94l
Exit code: 1
Reason: -
Stdout: ''
Stderr: Traceback (most recent call last):
Unexpected error while running command.
Command: ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmp6un94l
Exit code: 1
Reason: -
Stdout: ''
Stderr: Traceback (most recent call last):
Stderr: ''
I think this is a bug in cloud-init, it looks like it is not compatible with pyyaml 6.