lp:~juliank/autopkgtest/+git/development

Get this repository:
git clone https://git.launchpad.net/~juliank/autopkgtest/+git/development
Only Julian Andres Klode can upload to this repository. If you are Julian Andres Klode please log in for upload directions.

Branches

Name Last Modified Last Commit
blocking-io 2021-06-11 16:46:20 UTC
runner: Set sys.stderr to blocking

Author: Julian Andres Klode
Author Date: 2021-06-11 16:46:20 UTC

runner: Set sys.stderr to blocking

We see BlockingIOError quite a bit these days on Ubuntu's autopkgtest
cloud when trying to write to sys.stderr. Not sure why it's non-blocking,
seems Python sets it up that way sometimes...

    Traceback (most recent call last):
     File "/home/ubuntu/autopkgtest/lib/VirtSubproc.py", line 740, in mainloop
       command()
     File "/home/ubuntu/autopkgtest/lib/VirtSubproc.py", line 669, in command
       r = f(c, ce)
     File "/home/ubuntu/autopkgtest/lib/VirtSubproc.py", line 364, in cmd_reboot
       caller.hook_wait_reboot(**wait_reboot_args)
     File "/home/ubuntu/autopkgtest/virt/autopkgtest-virt-ssh", line 486, in hook_wait_reboot
       wait_for_ssh(sshcmd, timeout=args.timeout_ssh)
     File "/home/ubuntu/autopkgtest/virt/autopkgtest-virt-ssh", line 320, in wait_for_ssh
       execute_setup_script('debug-failure', fail_ok=True)
     File "/home/ubuntu/autopkgtest/virt/autopkgtest-virt-ssh", line 208, in execute_setup_script
       sys.stderr.write(err)
    BlockingIOError: [Errno 11] write could not complete without blocking

ubu-master 2020-08-13 10:48:31 UTC
Include cross-arch packages in pinning.

Author: Steve Langasek
Author Date: 2020-01-21 20:10:41 UTC

Include cross-arch packages in pinning.

To ensure cross-installability of 'unstable' versions of libraries whose
native versions are also installed in the base system, and to ensure the
'unstable' versions of cross packages are used, our binary package pins must
include both native and cross packages. Some of the values included in the
pin will be nonsense (the cross variant of any Arch: all package), but this
doesn't matter.

master 2019-10-08 07:41:26 UTC
Partially revert "Use virtio-rng to passthrough RNG to qemu runner and drop h...

Author: Iain Lane
Author Date: 2019-10-04 16:59:34 UTC

Partially revert "Use virtio-rng to passthrough RNG to qemu runner and drop haveged"

We need this until we have virtio-rng in the production clouds, which is
coming soon. This revert can then be reverted.

This reverts commit 2b9bda841d7eba833cc00e39e0d3bd9ab4c6756a.

13 of 3 results
This repository contains Public information 
Everyone can see this information.