This bug was fixed in the package lxc - 2.0.0-0ubuntu2

---------------
lxc (2.0.0-0ubuntu2) xenial; urgency=medium

  * Add a distro-info test dependency as it's needed to get information
    about new Ubuntu releases. (LP: #1572188)

    This is needed to fix the current autopkgtest failures.

 -- Stéphane Graber <stgra...@ubuntu.com>  Tue, 19 Apr 2016 16:06:32
+0100

** Changed in: lxc (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1572188

Title:
  "ubuntu-cloudimg-query xenial daily" fails with "confused by argument:
  xenial"

Status in lxc package in Ubuntu:
  Fix Released

Bug description:
  I'm investigating why LXC's tests [1] have started failing so often
  with

     ubuntu-cloudimg-query is /usr/bin/ubuntu-cloudimg-query
     wget is /usr/bin/wget
     confused by argument: xenial
     There is no download available for release=xenial, stream=daily, arch=amd64

  http://autopkgtest.ubuntu.com/packages/l/lxc/xenial/amd64/

  Indeed this seems to be some weird glitch in ubuntu-cloudimg-query
  that curiously only seems to happen in the data center. I pretty much
  ruled out proxy settings, as that works fine for other releases and I
  tried unsetting proxy vars too:

  $ rm -rf ~/.cache/ubuntu-cloudimg-query/; ubuntu-cloudimg-query precise 
--format '%{url}\n'; echo $?
  
https://cloud-images.ubuntu.com/server/releases/precise/release-20160315/ubuntu-12.04-server-cloudimg-amd64.tar.gz
  0

  $ rm -rf ~/.cache/ubuntu-cloudimg-query/; ubuntu-cloudimg-query trusty daily 
--format '%{url}\n'; echo $?
  
https://cloud-images.ubuntu.com/server/trusty/20160411/trusty-server-cloudimg-amd64.tar.gz
  0

  $ rm -rf ~/.cache/ubuntu-cloudimg-query/; ubuntu-cloudimg-query xenial daily 
--format '%{url}\n'; echo $?
  confused by argument: xenial
  1

  strace shows that for the latter case, u-c-q immediately exits after
  "confused by argument: xenial", so I suspect it's some weird bug in
  argument parsing.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: cloud-image-utils 0.27-0ubuntu24
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: i3
  Date: Tue Apr 19 16:50:15 2016
  EcryptfsInUse: Yes
  PackageArchitecture: all
  SourcePackage: cloud-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1572188/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to