[Bug 1534346] Re: FTBFS with golang-go 1.6

2021-03-25 Thread Balint Reczey
Built since then.

** Changed in: golang-golang-x-tools (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1534346

Title:
  FTBFS with golang-go 1.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/consul-migrate/+bug/1534346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1921344] [NEW] autopkgtest fails inhirsute

2021-03-25 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/g/golang-
golang-x-tools/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/g/golang-golang-x-tools/20210325_073743_cbcea@/log.gz
...
=== RUN   Test/js/wasm
--- FAIL: Test (0.29s)
--- PASS: Test/linux/amd64 (0.05s)
--- FAIL: Test/linux/386 (0.03s)
--- PASS: Test/linux/arm (0.04s)
--- PASS: Test/linux/mips64 (0.04s)
--- PASS: Test/linux/s390x (0.04s)
--- PASS: Test/linux/ppc64 (0.03s)
--- PASS: Test/linux/mips (0.02s)
--- PASS: Test/js/wasm (0.03s)
FAIL
FAILgolang.org/x/tools/go/analysis/passes/asmdecl   0.291s
...

** Affects: golang-golang-x-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1921344

Title:
  autopkgtest fails inhirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-golang-x-tools/+bug/1921344/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1885012] Re: Provide libc6-lse binary package optimized for Large System Extensions (LSE)

2021-03-24 Thread Balint Reczey
** Description changed:

  [Impact]
  
  * libc6 is not using LSE atomics even on capable HW causing poor
  performance in heavily threaded application
  
  [Test Case]
  
  * install libc6-lse on capable arm64
  * verify that the library is in use:
  $ strace -eopenat ls
  openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libselinux.so.1", 
O_RDONLY|O_CLOEXEC) = 3
  openat(AT_FDCWD, "/lib/aarch64-linux-gnu/atomics/libc.so.6", 
O_RDONLY|O_CLOEXEC) = 3
  openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 
3
  openat(AT_FDCWD, "/lib/aarch64-linux-gnu/atomics/libdl.so.2", 
O_RDONLY|O_CLOEXEC) = 3
  openat(AT_FDCWD, "/lib/aarch64-linux-gnu/atomics/libpthread.so.0", 
O_RDONLY|O_CLOEXEC) = 3
  * Compile and run the attached a.c test program and observe it running much 
faster on high (>= 8) core count capable HW than with the standard libc6 
package.
  
  [Regression Potential]
  
  * The libraries in libc6-lse can't be run on not LSE capable HW and trying to 
use them results in crashes due to the illegal instructions. The fix includes 
proper checking for HW capabilities and selecting the libraries in 
/lib/aarch64-linux-gnu/atomics/ only when LSE instructions are supported.
  * The package build can also fail when trying to run tests of libc6-lse on 
not LSE capable HW but this is avoided by detecting LSE instructions and 
running the tests only if the HW supports them.
  * Initramfs-tools could break when generating intramfs when the new libc6-lse 
package is installed (LP: #1880853), but this regression is fixed in 
initramfs-tools and Breaks: is added against affected initramfs-tools versions.
+ * Upgrading libc6-lse packge to a newer version breaks on systems with LSE 
support (LP: #1912652).
  
  [Other Info]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1885012

Title:
  Provide libc6-lse binary package optimized for Large System Extensions
  (LSE)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912652] Re: Upgrading libc6-lse breaks on systems it is in use

2021-03-24 Thread Balint Reczey
** Changed in: glibc (Ubuntu Focal)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912652

Title:
  Upgrading libc6-lse breaks on systems it is in use

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920601] Re: Frequent test failures caused by networking issues on armhf runners

2021-03-24 Thread Balint Reczey
@laney IMO 'Confirmed' would be the accurate state since the root cause
is not known. I used to be a proponent of adding more retry strings but
they also cause retry lool of test failures. I think APT should retry on
timeouts instead, thus adding APT as affected package.

** Also affects: apt (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920601

Title:
  Frequent test failures caused by networking issues on armhf runners

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1920601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912652] Re: Upgrading libc6-lse breaks on systems it is in use

2021-03-24 Thread Balint Reczey
In Bionic the fix for LP: #1885012 introduced the libc6-lse package and
caused this upgrade issue.

** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912652

Title:
  Upgrading libc6-lse breaks on systems it is in use

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912652] Re: package libc6 2.31-0ubuntu9.1 failed to install/upgrade: new libc6:arm64 package post-removal script subprocess returned error exit status 127

2021-03-24 Thread Balint Reczey
Hirsute does not provide separate libc6-lse packages thus Groovy ->
Hirsute upgrade is OK and Focal -> Hirusute (and later) upgrade will be
OK as well when those get enabled.

** Changed in: glibc (Ubuntu Hirsute)
   Status: Confirmed => Fix Released

** Summary changed:

- package libc6 2.31-0ubuntu9.1 failed to install/upgrade: new libc6:arm64 
package post-removal script subprocess returned error exit status 127
+ Upgrading libc6-lse breaks on systems it is in use

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912652

Title:
  Upgrading libc6-lse breaks on systems it is in use

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912652] Re: package libc6 2.31-0ubuntu9.1 failed to install/upgrade: new libc6:arm64 package post-removal script subprocess returned error exit status 127

2021-03-24 Thread Balint Reczey
** Also affects: glibc (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-release-upgrader (Ubuntu Bionic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912652

Title:
  package libc6 2.31-0ubuntu9.1 failed to install/upgrade: new
  libc6:arm64 package post-removal script subprocess returned error exit
  status 127

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912652] Re: package libc6 2.31-0ubuntu9.1 failed to install/upgrade: new libc6:arm64 package post-removal script subprocess returned error exit status 127

2021-03-24 Thread Balint Reczey
** Also affects: glibc (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-release-upgrader (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: glibc (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-release-upgrader (Ubuntu Groovy)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912652

Title:
  package libc6 2.31-0ubuntu9.1 failed to install/upgrade: new
  libc6:arm64 package post-removal script subprocess returned error exit
  status 127

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-03-23 Thread Balint Reczey
@russianneuromancer How did the test on NanoPC fail for you? (I've
updated the test instructions to make them clear.)

** Description changed:

  [Impact]
  
  gstreamer cannot load some plugins on 20.04, aarch64 due to TLS memory
- exhaustion, so these plugins cannot be used. See LP#1846837 and
- LP#1914030.
+ exhaustion, so these plugins cannot be used. See LP: #1846837 and LP:
+ #1914030.
  
  This is solved apparently on glibc 2.32:
  https://sourceware.org/bugzilla/show_bug.cgi?id=25051
  by patch
  
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ffb17e7ba3a5ba9632cee97330b325072fbe41dd
  
  [Test Case]
  
- Running totem-video-thumbnailer shows these errors:
+ Running totem-video-thumbnailer shows TLS error in the version not
+ fixed, generates thumbnail with the fixed version:
  
- (totem-video-thumbnailer:12136): GStreamer-WARNING **: 00:43:52.740:
- Failed to load plugin '/usr/lib/aarch64-linux-
- gnu/gstreamer-1.0/libgstlibav.so': /lib/aarch64-linux-gnu/libgomp.so.1:
- cannot allocate memory in static TLS block
+ $ sudo apt -y install totem gstreamer1.0-libav
+ ...
+ $ wget 
https://ia800201.us.archive.org/12/items/BigBuckBunny_328/BigBuckBunny_512kb.mp4
+ ...
+ $ totem-video-thumbnailer BigBuckBunny_512kb.mp4 thumbnail.png
+ ...
+ (totem-video-thumbnailer:3602): GStreamer-WARNING **: 18:36:10.466: Failed to 
load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstlibav.so': 
/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
+ ...
  
  [Where problems could occur]
  
  This is delicate code in glibc with quite regression potential. Said
- this, the code is in the next minor release (2.32, while focal has
+ this, the code is in the next major release (2.32, while focal has
  2.31), which has been running groovy for a while.
  
  Also, apparently there is a 2.31 patch for groovy, before it moved to
  2.32: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964141

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1914044

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920814] Re: [FFE] Please sync neat 2.3.2-2 from unstable to fix autopkgtest on armhf, too

2021-03-23 Thread Balint Reczey
** Description changed:

- It is a bugfix upstream release fixing autopkgest, too.
+ It is an almost only bugfix release fixing autopkgest, too.
  
  There is no upstream changelog, but the differences are listed here:
  https://github.com/rwesson/NEAT/compare/v2.3.1...v2.3.2
  
  Built in https://launchpad.net/~ci-train-ppa-
  service/+archive/ubuntu/4159/+packages and passed all autopkgtests:
  
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-hirsute-ci-train-ppa-service-4159/?format=plain
  
  [Original Bug Text]
  
  https://autopkgtest.ubuntu.com/packages/n/neat/hirsute/armhf
  
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/armhf/n/neat/20210316_172032_4741e@/log.gz
  ...
  autopkgtest [17:20:01]: test run-unit-test: [---
  Test 1 - Check functionality with a simple autopkgtest
  /tmp/autopkgtest.dJ0B38/build.P0H/src/debian/tests/run-unit-test: line 18:   
625 Segmentation fault  (core dumped) neat -i IC2003.dat -cf default.cfg > 
test1 2> test1
  autopkgtest [17:20:04]: test run-unit-test: ---]
  autopkgtest [17:20:08]: test run-unit-test:  - - - - - - - - - - results - - 
- - - - - - - -
  run-unit-testFAIL non-zero exit status 139
  ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920814

Title:
  [FFE] Please sync neat 2.3.2-2 from unstable to fix autopkgtest on
  armhf, too

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920814] Re: Please sync neat 2.3.2-2 from unstable to fix autopkgtest on armhf, too

2021-03-23 Thread Balint Reczey
** Summary changed:

- autopkgtest fails in hirsute on armhf, too
+ Please sync neat 2.3.2-2 from unstable to fix autopkgtest on armhf, too

** Description changed:

+ It is a bugfix upstream release fixing autopkgest, too.
+ 
+ There is no upstream changelog, but the differences are listed here:
+ https://github.com/rwesson/NEAT/compare/v2.3.1...v2.3.2
+ 
+ Built in https://launchpad.net/~ci-train-ppa-
+ service/+archive/ubuntu/4159/+packages and passed all autopkgtests:
+ 
+ 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
+ /autopkgtest-hirsute-ci-train-ppa-service-4159/?format=plain
+ 
+ [Original Bug Text]
+ 
  https://autopkgtest.ubuntu.com/packages/n/neat/hirsute/armhf
  
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/armhf/n/neat/20210316_172032_4741e@/log.gz
  ...
  autopkgtest [17:20:01]: test run-unit-test: [---
  Test 1 - Check functionality with a simple autopkgtest
  /tmp/autopkgtest.dJ0B38/build.P0H/src/debian/tests/run-unit-test: line 18:   
625 Segmentation fault  (core dumped) neat -i IC2003.dat -cf default.cfg > 
test1 2> test1
  autopkgtest [17:20:04]: test run-unit-test: ---]
  autopkgtest [17:20:08]: test run-unit-test:  - - - - - - - - - - results - - 
- - - - - - - -
  run-unit-testFAIL non-zero exit status 139
  ...

** Summary changed:

- Please sync neat 2.3.2-2 from unstable to fix autopkgtest on armhf, too
+ [FFE] Please sync neat 2.3.2-2 from unstable to fix autopkgtest on armhf, too

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920814

Title:
  [FFE] Please sync neat 2.3.2-2 from unstable to fix autopkgtest on
  armhf, too

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920817] Re: Please remove 0.2.3.hg.2019.08.26-1 binaries from Hirsute

2021-03-22 Thread Balint Reczey
** Description changed:

  Fails autopkgtest.
  
  Removed from testing:
  https://tracker.debian.org/pkg/octave-tisean
  
- RC-buggy due to FTBFS:
+ RC-buggy due to FTBFS in Debian (builds in Ubuntu):
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902158
  
  No reverse dependencies:
  $ reverse-depends -b octave-tisean
  No reverse dependencies found
  $ reverse-depends octave-tisean
  No reverse dependencies found

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920817

Title:
  Please remove 0.2.3.hg.2019.08.26-1  binaries from Hirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/octave-tisean/+bug/1920817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920825] [NEW] FTBFS and autopkgtest failure in Hirsute

2021-03-22 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/t/talloc/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/t/talloc/20210316_172513_0ef88@/log.gz
...
dh_makeshlibs -ppython3-talloc -Xtalloc. -- -c3
dpkg-gensymbols: error: some libraries disappeared in the symbols file: 
_pytalloc_get_name@PYTALLOC_UTIL_2.3.0 
PYTALLOC_UTIL_2.1.10@PYTALLOC_UTIL_2.1.10 pytalloc_Check@PYTALLOC_UTIL_2.0.6 
pytalloc_BaseObject_size@PYTALLOC_UTIL_2.1.6 
PYTALLOC_UTIL_2.1.5@PYTALLOC_UTIL_2.1.5 _pytalloc_get_ptr@PYTALLOC_UTIL_2.1.6 
PYTALLOC_UTIL_2.1.12@PYTALLOC_UTIL_2.1.12 
PYTALLOC_UTIL_2.3.1@PYTALLOC_UTIL_2.3.1 PYTALLOC_UTIL_2.0.7@PYTALLOC_UTIL_2.0.7 
PYTALLOC_UTIL_2.1.11@PYTALLOC_UTIL_2.1.11 
PYTALLOC_UTIL_2.0.8@PYTALLOC_UTIL_2.0.8 PYTALLOC_UTIL_2.1.1@PYTALLOC_UTIL_2.1.1 
PYTALLOC_UTIL_2.0.6@PYTALLOC_UTIL_2.0.6 PYTALLOC_UTIL_2.1.4@PYTALLOC_UTIL_2.1.4 
pytalloc_GetObjectType@PYTALLOC_UTIL_2.0.6 
_pytalloc_get_mem_ctx@PYTALLOC_UTIL_2.1.6 
PYTALLOC_UTIL_2.1.16@PYTALLOC_UTIL_2.1.16 
PYTALLOC_UTIL_2.1.2@PYTALLOC_UTIL_2.1.2 
PYTALLOC_UTIL_2.1.13@PYTALLOC_UTIL_2.1.13 
PYTALLOC_UTIL_2.1.7@PYTALLOC_UTIL_2.1.7 PYTALLOC_UTIL_2.2.0@PYTALLOC_UTIL_2.2.0 
pytalloc_GetBaseObjectType@PYTALLOC_UTIL_2.1.6 
PYTALLOC_UTIL_2.1.9@PYTALLOC_UTIL_2.1.9 
PYTALLOC_UTIL_2.1.14@PYTALLOC_UTIL_2.1.14 
pytalloc_BaseObject_check@PYTALLOC_UTIL_2.1.6 
PYTALLOC_UTIL.CPYTHON_39_X86_64_LINUX_GNU_2.3.1@PYTALLOC_UTIL.CPYTHON_39_X86_64_LINUX_GNU_2.3.1
 PYTALLOC_UTIL_2.3.0@PYTALLOC_UTIL_2.3.0 
pytalloc_GenericObject_reference_ex@PYTALLOC_UTIL_2.1.9 
pytalloc_BaseObject_PyType_Ready@PYTALLOC_UTIL_2.1.6 
pytalloc_reference_ex@PYTALLOC_UTIL_2.0.6 
PYTALLOC_UTIL_2.1.0@PYTALLOC_UTIL_2.1.0 
PYTALLOC_UTIL_2.1.15@PYTALLOC_UTIL_2.1.15 
_pytalloc_get_type@PYTALLOC_UTIL_2.1.6 _pytalloc_check_type@PYTALLOC_UTIL_2.1.9 
pytalloc_steal@PYTALLOC_UTIL_2.0.6 PYTALLOC_UTIL_2.1.6@PYTALLOC_UTIL_2.1.6 
PYTALLOC_UTIL_2.1.3@PYTALLOC_UTIL_2.1.3 
pytalloc_GenericObject_steal_ex@PYTALLOC_UTIL_2.1.9 
pytalloc_steal_ex@PYTALLOC_UTIL_2.0.6 PYTALLOC_UTIL_2.1.8@PYTALLOC_UTIL_2.1.8
dpkg-gensymbols: error: some new symbols appeared in the symbols file: see diff 
output below
dpkg-gensymbols: warning: debian/python3-talloc/DEBIAN/symbols doesn't match 
completely debian/python3-talloc.symbols
--- debian/python3-talloc.symbols (python3-talloc_2.3.1-2build1_amd64)
+++ dpkg-gensymbols3SpPRF   2021-03-16 17:25:03.424278193 +
@@ -1,42 +1,41 @@
-PYTALLOC_UTIL.CPYTHON_39_X86_64_LINUX_GNU_2.3.1@PYTALLOC_UTIL.CPYTHON_39_X86_64_LINUX_GNU_2.3.1
 2.3.1
-* Build-Depends-Package: python3-talloc-dev
-PYTALLOC_UTIL_2.0.6@PYTALLOC_UTIL_2.0.6 2.3.0
-PYTALLOC_UTIL_2.0.7@PYTALLOC_UTIL_2.0.7 2.3.0
-PYTALLOC_UTIL_2.0.8@PYTALLOC_UTIL_2.0.8 2.3.0
-PYTALLOC_UTIL_2.1.0@PYTALLOC_UTIL_2.1.0 2.3.0
-PYTALLOC_UTIL_2.1.10@PYTALLOC_UTIL_2.1.10 2.3.0
-PYTALLOC_UTIL_2.1.11@PYTALLOC_UTIL_2.1.11 2.3.0
-PYTALLOC_UTIL_2.1.12@PYTALLOC_UTIL_2.1.12 2.3.0
-PYTALLOC_UTIL_2.1.13@PYTALLOC_UTIL_2.1.13 2.3.0
-PYTALLOC_UTIL_2.1.14@PYTALLOC_UTIL_2.1.14 2.3.0
-PYTALLOC_UTIL_2.1.15@PYTALLOC_UTIL_2.1.15 2.3.0
-PYTALLOC_UTIL_2.1.16@PYTALLOC_UTIL_2.1.16 2.3.0
-PYTALLOC_UTIL_2.1.1@PYTALLOC_UTIL_2.1.1 2.3.0
-PYTALLOC_UTIL_2.1.2@PYTALLOC_UTIL_2.1.2 2.3.0
-PYTALLOC_UTIL_2.1.3@PYTALLOC_UTIL_2.1.3 2.3.0
-PYTALLOC_UTIL_2.1.4@PYTALLOC_UTIL_2.1.4 2.3.0
-PYTALLOC_UTIL_2.1.5@PYTALLOC_UTIL_2.1.5 2.3.0
-PYTALLOC_UTIL_2.1.6@PYTALLOC_UTIL_2.1.6 2.3.0
-PYTALLOC_UTIL_2.1.7@PYTALLOC_UTIL_2.1.7 2.3.0
-PYTALLOC_UTIL_2.1.8@PYTALLOC_UTIL_2.1.8 2.3.0
-PYTALLOC_UTIL_2.1.9@PYTALLOC_UTIL_2.1.9 2.3.0
-PYTALLOC_UTIL_2.2.0@PYTALLOC_UTIL_2.2.0 2.3.0
-PYTALLOC_UTIL_2.3.0@PYTALLOC_UTIL_2.3.0 2.3.0
-PYTALLOC_UTIL_2.3.1@PYTALLOC_UTIL_2.3.1 2.3.1
-_pytalloc_check_type@PYTALLOC_UTIL_2.1.9 2.1.16
-_pytalloc_get_mem_ctx@PYTALLOC_UTIL_2.1.6 2.1.16
-_pytalloc_get_name@PYTALLOC_UTIL_2.3.0 2.3.0
-_pytalloc_get_ptr@PYTALLOC_UTIL_2.1.6 2.1.16
-_pytalloc_get_type@PYTALLOC_UTIL_2.1.6 2.1.16
 libpytalloc-util.cpython-39-x86-64-linux-gnu.so.2 python3-talloc #MINVER#
-pytalloc_BaseObject_PyType_Ready@PYTALLOC_UTIL_2.1.6 2.1.16
-pytalloc_BaseObject_check@PYTALLOC_UTIL_2.1.6 2.1.16
-pytalloc_BaseObject_size@PYTALLOC_UTIL_2.1.6 2.1.16
-pytalloc_Check@PYTALLOC_UTIL_2.0.6 2.1.16
-pytalloc_GenericObject_reference_ex@PYTALLOC_UTIL_2.1.9 2.1.16
-pytalloc_GenericObject_steal_ex@PYTALLOC_UTIL_2.1.9 2.1.16
-pytalloc_GetBaseObjectType@PYTALLOC_UTIL_2.1.6 2.1.16
-pytalloc_GetObjectType@PYTALLOC_UTIL_2.0.6 2.1.16
-pytalloc_reference_ex@PYTALLOC_UTIL_2.0.6 2.1.16
-pytalloc_steal@PYTALLOC_UTIL_2.0.6 2.1.16
-pytalloc_steal_ex@PYTALLOC_UTIL_2.0.6 2.1.16
+ 
PYTALLOC_UTIL.CPYTHON_39_X86_64_LINUX_GNU_2.3.1@PYTALLOC_UTIL.CPYTHON_39_X86_64_LINUX_GNU_2.3.1
 2.3.1-2build1
+ PYTALLOC_UTIL_2.0.6@PYTALLOC_UTIL_2.0.6 2.3.1-2build1
+ PYTALLOC_UTIL_2.0.7@PYTALLOC_UTIL_2.0.7 2.3.1-2build1
+ PYTALLOC_UTIL_2.0.8@PYTALLOC_UTIL_2.0.8 2.3.1-2build1
+ PYTALLOC_UTIL_2.1.0@PYTALLOC_UTIL_2.1.0 2.3.1-2build1
+ 

[Bug 1920823] [NEW] autopkgtest fails inhirsute

2021-03-22 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/s/secsipidx/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
/autopkgtest-
hirsute/hirsute/amd64/s/secsipidx/20210316_172412_64983@/log.gz

...
go build -ldflags="-extldflags=-Wl,-soname,libsecsipid.so.1" -o libsecsipid.so 
-buildmode=c-shared csecsipid.go
csecsipid.go:6:2: no required module provides package 
github.com/asipto/secsipidx/secsipid: go.mod file not found in current 
directory or any parent directory; see 'go help modules'
make[3]: *** [Makefile:27: libso] Error 1
make[2]: *** [Makefile:15: lib] Error 2
make[3]: Leaving directory 
'/tmp/autopkgtest.k9dqh9/autopkgtest_tmp/_build/src/github.com/asipto/secsipidx/csecsipid'
make[2]: Leaving directory 
'/tmp/autopkgtest.k9dqh9/autopkgtest_tmp/_build/src/github.com/asipto/secsipidx'
make[1]: Leaving directory '/tmp/autopkgtest.k9dqh9/autopkgtest_tmp'
make[1]: *** [debian/rules:17: execute_after_dh_auto_build] Error 2
make: *** [debian/rules:12: build] Error 2
autopkgtest [17:24:01]: test dh-golang-autopkgtest: ---]
autopkgtest [17:24:02]: test dh-golang-autopkgtest:  - - - - - - - - - - 
results - - - - - - - - - -
dh-golang-autopkgtest FAIL non-zero exit status 2
...

** Affects: secsipidx (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920823

Title:
  autopkgtest fails inhirsute

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920822] [NEW] autopkgtest fails in hirsute on s390x

2021-03-22 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/r/rust-debcargo/hirsute/s390x

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/s390x/r/rust-debcargo/20210316_172308_209b5@/log.gz
...
error[E0220]: associated type `Item` not found for `L`
   --> /tmp/tmp.QJ2SP1flgi/registry/either-1.5.0/src/lib.rs:380:41
|
380 |   R: IntoIterator
|  associated type `Item` not 
found

error[E0220]: associated type `IntoIter` not found for `L`
   --> /tmp/tmp.QJ2SP1flgi/registry/either-1.5.0/src/lib.rs:378:41
|
378 | pub fn into_iter(self) -> Either
|  associated type 
`IntoIter` not found

error[E0220]: associated type `IntoIter` not found for `R`
   --> /tmp/tmp.QJ2SP1flgi/registry/either-1.5.0/src/lib.rs:378:54
|
378 | pub fn into_iter(self) -> Either
|   associated 
type `IntoIter` not found

error: aborting due to 3 previous errors

For more information about this error, try `rustc --explain E0220`.
error: could not compile `either`
...

** Affects: rust-debcargo (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920822

Title:
  autopkgtest fails in hirsute on s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rust-debcargo/+bug/1920822/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1605635] Re: [SRU] Please backport pollen

2021-03-22 Thread Balint Reczey
This is unlikely to happen since Xenial is entering ESM period soon.

** Changed in: pollen (Ubuntu Trusty)
   Status: Fix Committed => Won't Fix

** Changed in: pollen (Ubuntu Xenial)
   Status: Fix Committed => Won't Fix

** Changed in: pollen (Ubuntu)
   Status: Fix Committed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1605635

Title:
  [SRU] Please backport pollen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920819] [NEW] autopkgtest fails in hirsute

2021-03-22 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/p/pollen/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/p/pollen/20210316_172019_6aa64@/log.gz
...
   dh_auto_test
make -j1 test
make[1]: Entering directory '/tmp/autopkgtest.Jxqs4u/autopkgtest_tmp'
go test
go: go.mod file not found in current directory or any parent directory; see 'go 
help modules'
make[1]: *** [Makefile:11: test] Error 1
dh_auto_test: error: make -j1 test returned exit code 2
make[1]: Leaving directory '/tmp/autopkgtest.Jxqs4u/autopkgtest_tmp'
make: *** [debian/rules:6: build] Error 25
autopkgtest [17:19:49]: test dh-golang-autopkgtest: ---]
dh-golang-autopkgtest FAIL non-zero exit status 2
...

** Affects: pollen (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920819

Title:
  autopkgtest fails in hirsute

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920817] [NEW] Please remove 0.2.3.hg.2019.08.26-1 binaries from Hirsute

2021-03-22 Thread Balint Reczey
Public bug reported:

Fails autopkgtest.

Removed from testing:
https://tracker.debian.org/pkg/octave-tisean

RC-buggy due to FTBFS:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902158

No reverse dependencies:
$ reverse-depends -b octave-tisean
No reverse dependencies found
$ reverse-depends octave-tisean
No reverse dependencies found

** Affects: octave-tisean (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920817

Title:
  Please remove 0.2.3.hg.2019.08.26-1  binaries from Hirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/octave-tisean/+bug/1920817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920814] [NEW] autopkgtest fails in hirsute on armhf, too

2021-03-22 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/n/neat/hirsute/armhf

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/armhf/n/neat/20210316_172032_4741e@/log.gz
...
autopkgtest [17:20:01]: test run-unit-test: [---
Test 1 - Check functionality with a simple autopkgtest
/tmp/autopkgtest.dJ0B38/build.P0H/src/debian/tests/run-unit-test: line 18:   
625 Segmentation fault  (core dumped) neat -i IC2003.dat -cf default.cfg > 
test1 2> test1
autopkgtest [17:20:04]: test run-unit-test: ---]
autopkgtest [17:20:08]: test run-unit-test:  - - - - - - - - - - results - - - 
- - - - - - -
run-unit-testFAIL non-zero exit status 139
...

** Affects: neat (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: neat (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: update-excuse

** Bug watch added: Debian Bug tracker #982795
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982795

** Also affects: neat (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982795
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920814

Title:
  autopkgtest fails in hirsute on armhf, too

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920814] Re: autopkgtest fails in hirsute on armhf, too

2021-03-22 Thread Balint Reczey
I'm testing a build in https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/4159/+packages and convert this bug to an FFE
should autopkgtests get fixed by upstream bugfix release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920814

Title:
  autopkgtest fails in hirsute on armhf, too

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893640] Re: go test times out on armhf

2021-03-22 Thread Balint Reczey
With the newly deployed faster ARM hardware this issue hopefully
disappeared. At lease I don't observe it frequently.


** Changed in: auto-package-testing
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893640

Title:
  go test times out on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1893640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905557] Re: autopkgtest fails in hirsute

2021-03-22 Thread Balint Reczey
Still failing, for a different reason:

--- FAIL: TestUserValidator (0.00s)
panic: crypto/hmac: hash generation function does not produce unique values 
[recovered]
panic: crypto/hmac: hash generation function does not produce unique 
values

goroutine 6 [running]:
testing.tRunner.func1.2(0x5e4700, 0x6662f0)
/usr/lib/go-1.16/src/testing/testing.go:1144 +0x332
testing.tRunner.func1(0xc01c80)
/usr/lib/go-1.16/src/testing/testing.go:1147 +0x4b6
panic(0x5e4700, 0x6662f0)
/usr/lib/go-1.16/src/runtime/panic.go:965 +0x1b9
crypto/hmac.New(0xc000145c98, 0xc1c2a0, 0x16, 0x18, 0x16, 0x18)
/usr/lib/go-1.16/src/crypto/hmac/hmac.go:143 +0x370
v2ray.com/core/proxy/vmess/aead.KDF(0xcff000, 0x10, 0x10, 0xc000145d00, 
0x1, 0x1, 0x40feb8, 0x10, 0x5e5460)

/tmp/autopkgtest.zl8fYh/autopkgtest_tmp/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/kdf.go:13
 +0x12f
v2ray.com/core/proxy/vmess/aead.KDF16(...)

/tmp/autopkgtest.zl8fYh/autopkgtest_tmp/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/kdf.go:22
v2ray.com/core/proxy/vmess/aead.NewCipherFromKey(0xcff000, 0x10, 0x10, 0x0, 
0x0)

/tmp/autopkgtest.zl8fYh/autopkgtest_tmp/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid.go:41
 +0x7c
v2ray.com/core/proxy/vmess/aead.NewAuthIDDecoder(...)

/tmp/autopkgtest.zl8fYh/autopkgtest_tmp/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid.go:53
v2ray.com/core/proxy/vmess/aead.NewAuthIDDecoderItem(...)

/tmp/autopkgtest.zl8fYh/autopkgtest_tmp/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid.go:84
v2ray.com/core/proxy/vmess/aead.(*AuthIDDecoderHolder).AddUser(0xc559c0, 
0xe23bbf2a58f01549, 0x73021cfd624429a1, 0x5dee00, 0xc7d9e0)

/tmp/autopkgtest.zl8fYh/autopkgtest_tmp/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid.go:90
 +0x59
v2ray.com/core/proxy/vmess.(*TimedUserValidator).Add(0xcc2380, 
0xc7d9e0, 0x0, 0x0)

/tmp/autopkgtest.zl8fYh/autopkgtest_tmp/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/validator.go:152
 +0x1fc
v2ray.com/core/proxy/vmess_test.TestUserValidator(0xc01c80)

/tmp/autopkgtest.zl8fYh/autopkgtest_tmp/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/validator_test.go:33
 +0x1ba
testing.tRunner(0xc01c80, 0x6381c0)
/usr/lib/go-1.16/src/testing/testing.go:1194 +0xef
created by testing.(*T).Run
/usr/lib/go-1.16/src/testing/testing.go:1239 +0x2b3
FAILv2ray.com/core/proxy/vmess  0.006s

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905557

Title:
  autopkgtest fails in hirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-v2ray-core/+bug/1905557/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920802] [NEW] autopkgtest fails in hirsute

2021-03-22 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/g/golang-github-rogpeppe-go-
internal/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/g/golang-github-rogpeppe-go-internal/20210316_172305_69732@/log.gz
...
=== CONT  TestScripts/simple
testscript.go:382: 
WORK=$WORK

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
HOME=/no-home
TMPDIR=$WORK/tmp
devnull=/dev/null
/=/
:=:
exe=
GOPATH=$WORK/gopath
CCACHE_DISABLE=1
GOARCH=amd64
GOOS=linux
GOROOT=/usr/lib/go-1.16

GOCACHE=/tmp/autopkgtest.KBM31f/autopkgtest_tmp/obj-x86_64-linux-gnu/go-build
GOPROXY=https://proxy.golang.org,direct
goversion=1.16
GOINTERNALMODPATH=.
GONOSUMDB=*

# With .gomodproxy supporting files, any GOPROXY from the
# environment should be overridden by the test proxy. (0.140s)
> env GOPROXY=0.1.2.3
> unquote file.txt
> testscript -v file.txt
[stdout]

WORK=$WORK

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
HOME=/no-home
TMPDIR=$WORK/tmp
devnull=/dev/null
/=/
:=:
exe=
GOPATH=$WORK/gopath
CCACHE_DISABLE=1
GOARCH=amd64
GOOS=linux
GOROOT=/usr/lib/go-1.16

GOCACHE=/tmp/autopkgtest.KBM31f/autopkgtest_tmp/obj-x86_64-linux-gnu/go-build
GOPROXY=http://127.0.0.1:44145/mod
goversion=1.16
GONOSUMDB=*

> go list -m
[stderr]
go: fruit.com@v1.0.0: missing go.sum entry; to add it:
go mod download fruit.com

[exit status 1]
FAIL: $WORK/tmp/testscript229333763/0/script.txt:1: unexpected go 
command failure
[stderr]
error running file.txt in $WORK/tmp/testscript229333763/0

[exit status 1]
FAIL: testdata/simple.txt:6: unexpected command failure
...

** Affects: golang-github-rogpeppe-go-internal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920802

Title:
  autopkgtest fails in hirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-rogpeppe-go-internal/+bug/1920802/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920800] [NEW] autopkgtest fails in hirsute

2021-03-22 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/e/earlyoom/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/e/earlyoom/20210316_172212_99d3a@/log.gz
...
autopkgtest [17:22:00]: test unittest.sh: [---
missing $GOPATH
autopkgtest [17:22:01]: test unittest.sh: ---]
autopkgtest [17:22:01]: test unittest.sh:  - - - - - - - - - - results - - - - 
- - - - - -
unittest.sh  FAIL non-zero exit status 1
...

** Affects: earlyoom (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

** Tags removed: update-exduse
** Tags added: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920800

Title:
  autopkgtest fails in hirsute

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920754] [NEW] FTBFS and autopkgtest failure in hirsute

2021-03-22 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/s/snapd/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/snapd/20210319_175416_2467b@/log.gz
...
utopkgtest: WARNING: package snapd is not installed though it should be
autopkgtest: WARNING: Test dependencies are unsatisfiable with using apt 
pinning. Retrying with using all packages from hirsute-proposed
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies...Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) autopkgtest-satdep:amd64 < 0 @iU mK Nb Ib >
Broken autopkgtest-satdep:amd64 Depends on dh-systemd:amd64 < none @un H >
  Removing autopkgtest-satdep:amd64 because I can't find dh-systemd:amd64
Done
...

This holds back migration of systemd.

** Affects: snapd (Ubuntu)
 Importance: High
 Status: New


** Tags: update-excuse

** Changed in: snapd (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920754

Title:
  FTBFS and autopkgtest failure in hirsute

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916485] Re: test -x fails inside shell scripts in containers

2021-03-20 Thread Balint Reczey
** Also affects: glibc (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glibc (Ubuntu)
   Status: New => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916485

Title:
  test -x fails inside shell scripts in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1916485/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916901] Re: [needs-packaging] lg (lgpio, rgpio, rgpiod, rgs)

2021-03-18 Thread Balint Reczey
Thanks, uploaded!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916901

Title:
  [needs-packaging] lg (lgpio, rgpio, rgpiod, rgs)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918740] Re: sbuild 0.81.2ubuntu4 tests stuck

2021-03-18 Thread Balint Reczey
Uploaded the fix, waiting for Salsa to work again to upstream.

** Changed in: sbuild (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918740

Title:
  sbuild 0.81.2ubuntu4 tests stuck

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1919466] [NEW] autopkgtest fails in hirsute on amd64

2021-03-17 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/d/delve/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/d/delve/20210316_172357_fd868@/log.gz
...
=== RUN   TestIssue419
Start
Receive signal interrupt 
End
proc_unix_test.go:63: Unexpected error after Continue(): 
--- FAIL: TestIssue419 (1.21s)
=== RUN   TestScopeWithEscapedVariable
panic: send on closed channel

goroutine 1051 [running]:
github.com/go-delve/delve/pkg/proc_test.TestIssue419.func1.1(0xc00013a240, 
0xc000386100, 0xc00074e5a0)

/tmp/autopkgtest.uxoxPr/autopkgtest_tmp/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/pkg/proc/proc_unix_test.go:48
 +0x214
created by github.com/go-delve/delve/pkg/proc_test.TestIssue419.func1

/tmp/autopkgtest.uxoxPr/autopkgtest_tmp/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/pkg/proc/proc_unix_test.go:37
 +0x13e
FAILgithub.com/go-delve/delve/pkg/proc  123.963s
=== RUN   TestSplicedReader
...

** Affects: delve (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1919466

Title:
  autopkgtest fails in hirsute on amd64

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1915737] Re: FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

2021-03-17 Thread Balint Reczey
** Changed in: delve (Ubuntu)
   Status: New => Invalid

** Changed in: panicparse (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915737

Title:
  FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1919463] [NEW] autopkgtest fails in hirsute

2021-03-17 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/a/arduino-builder/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/a/arduino-builder/20210316_171853_12b86@/log.gz
...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/tmp/autopkgtest.bc0wLx/autopkgtest_tmp'
# Remove tests which download stuff:
removed 
'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/add_build_board_property_if_missing_test.go'
removed 'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/builder_test.go'
removed 'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/ctags_runner_test.go'
removed 
'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/hardware_loader_test.go'
removed 
'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/includes_to_include_folders_test.go'
removed 
'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/libraries_loader_test.go'
removed 
'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/load_vid_pid_specific_properties_test.go'
removed 
'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/merge_sketch_with_bootloader_test.go'
removed 
'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/prototypes_adder_test.go'
removed 
'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/setup_build_properties_test.go'
removed 
'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/target_board_resolver_test.go'
removed 'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/tools_loader_test.go'
removed 
'obj-x86_64-linux-gnu/src/arduino.cc/builder/test/try_build_of_problematic_sketch_test.go'
# Execute the rest of the tests
cd obj-* &&\
export GOPATH=$(pwd) &&\
go test -v -timeout 30m arduino.cc/...
go: warning: "arduino.cc/..." matched no packages
no packages to test
make[1]: Leaving directory '/tmp/autopkgtest.bc0wLx/autopkgtest_tmp'
make[1]: *** [debian/rules:37: override_dh_auto_test] Error 1
make: *** [debian/rules:25: build] Error 2

** Affects: arduino-builder (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1919463

Title:
  autopkgtest fails in hirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/arduino-builder/+bug/1919463/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1919462] [NEW] autopkgtest fails in hirsute

2021-03-17 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/a/acmetool/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/a/acmetool/20210316_172043_c213d@/log.gz
...
=== RUN   TestKeyID
util_test.go:24: error: x509: signature over certificate returned by signer 
is invalid: crypto/rsa: verification error
--- FAIL: TestKeyID (0.12s)
FAIL
FAILgithub.com/hlandau/acmetool/storage 0.135s
...

** Affects: acmetool (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1919462

Title:
  autopkgtest fails in hirsute

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1919461] [NEW] autopkgtest fails in hirsute

2021-03-17 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/o/open-iscsi/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
/autopkgtest-hirsute/hirsute/amd64/o/open-
iscsi/20210316_174056_e1669@/log.gz

...
Reading state information...
E: Unable to locate package python-netifaces
autopkgtest [17:36:34]: test nested: preparing testbed
testsuiteFAIL badpkg
blame: open-iscsi
...

Python-netifaces has been removed from the archive and now the tests
need to be ported to Python 3 or should be disabled temporarily.

** Affects: open-iscsi (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1919461

Title:
  autopkgtest fails in hirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/1919461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907472] Re: glibc x32 autopkgtest fails in hirsute with binutils and audit in -proposed

2021-03-12 Thread Balint Reczey
I've observed the failure in the i386 build of glibc_2.33-0ubuntu4:

Linux lcy01-amd64-014 4.15.0-136-generic #140-Ubuntu SMP Thu Jan 28 05:20:47 
UTC 2021 i686 athlon i686 GNU/Linux
...
if [ -f /proc/cpuinfo ] ; then cat /proc/cpuinfo ; fi
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 16
model   : 2
model name  : AMD Opteron 23xx (Gen 3 Class Opteron)
stepping: 3
microcode   : 0x165
cpu MHz : 2500.048
cache size  : 512 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb lm 
3dnowext 3dnow rep_good nopl cpuid extd_apicid tsc_known_freq pni cx16 x2apic 
popcnt hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 
3dnowprefetch osvw vmmcall
bugs: tlb_mmatch fxsave_leak sysret_ss_attrs null_seg spectre_v1 
spectre_v2
bogomips: 5000.09
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:
...

+-+
| Encountered regressions that don't match expected failures. |
+-+
FAIL: math/test-double-libmvec-sincos
FAIL: math/test-double-vlen2-sincos
FAIL: math/test-float-libmvec-sincosf
FAIL: math/test-float-vlen4-sincos
touch /<>/stamp-dir/check_x32
CHECK SUMMARY
check for check_libc passed
check for check_amd64 passed
check for check_x32 failed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907472

Title:
  glibc x32 autopkgtest fails in hirsute with binutils and audit in
  -proposed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916901] Re: [needs-packaging] lg (lgpio, rgpio, rgpiod, rgs)

2021-03-11 Thread Balint Reczey
Further comments:

Please remove the examples from debian/rules .

Please use an @ubuntu.com email address or set maintainer to Ubuntu
Developers  to avoid:

dpkg-source: error: Version number suggests Ubuntu changes, but Maintainer: 
does not have Ubuntu address
dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 255

Otherwise the package looks good and will happily sponsor it after the
comments are resolved.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916901

Title:
  [needs-packaging] lg (lgpio, rgpio, rgpiod, rgs)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1915275] Re: mysql-8.0 regressed on riscv64 due to new glibc

2021-03-11 Thread Balint Reczey
** Changed in: glibc (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915275

Title:
  mysql-8.0 regressed on riscv64 due to new glibc

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1915275/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916749] Re: plf-colony simple.cc test fails with "stderr: dis_syslink(ppc)(theInstr)" on ppc64el with glibc 2.33

2021-03-11 Thread Balint Reczey
** Changed in: glibc (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916749

Title:
  plf-colony simple.cc test fails with "stderr:
  dis_syslink(ppc)(theInstr)" on ppc64el with glibc 2.33

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916541] Re: smtp "fatal: unknown service: smtp/tcp", probably after libc upgrade

2021-03-11 Thread Balint Reczey
Thanks, I'll upload the backported fix to Hirsute soon.

** Changed in: postfix (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: postfix (Ubuntu)
   Status: In Progress => Confirmed

** Changed in: postfix (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: glibc (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916541

Title:
  smtp "fatal: unknown service: smtp/tcp", probably after libc upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/1916541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1806076] Re: unattended-upgrade --help raises UnicodeEncodeError when stdout encoding is ascii

2021-03-11 Thread Balint Reczey
** Description changed:

+ [Impact]
+ 
+  * unattended-upgrades --help crashes in apt.systemd.daily script when
+ locale is not in UTF-8.
+ 
  [Test Case]
+ 
+ In the fixed case no crash is observed.
  
  rbalint@yogi:~$ lxc launch ubuntu:18.04 bb-lp-1806076
  Creating bb-lp-1806076
  Starting bb-lp-1806076
  rbalint@yogi:~$ lxc shell bb-lp-1806076
  mesg: ttyname failed: No such device
  root@bb-lp-1806076:~# apt install -yqq language-pack-ru-base
  The following package was automatically installed and is no longer required:
    libfreetype6
  Use 'apt autoremove' to remove it.
  The following additional packages will be installed:
    language-pack-ru
  The following NEW packages will be installed:
    language-pack-ru language-pack-ru-base
  0 upgraded, 2 newly installed, 0 to remove and 7 not upgraded.
  Need to get 2310 kB of archives.
  After this operation, 11.8 MB of additional disk space will be used.
  Selecting previously unselected package language-pack-ru-base.
  (Reading database ... 28536 files and directories currently installed.)
  Preparing to unpack .../language-pack-ru-base_1%3a18.04+20180712_all.deb ...
  Unpacking language-pack-ru-base (1:18.04+20180712) ...
  Selecting previously unselected package language-pack-ru.
  Preparing to unpack .../language-pack-ru_1%3a18.04+20180712_all.deb ...
  Unpacking language-pack-ru (1:18.04+20180712) ...
  Setting up language-pack-ru (1:18.04+20180712) ...
  Setting up language-pack-ru-base (1:18.04+20180712) ...
  Generating locales (this might take a while)...
    ru_RU.UTF-8... done
    ru_UA.UTF-8... done
  Generation complete.
- root@bb-lp-1806076:~# env LANG=ru_RU unattended-upgrade --help | cat
+ 
+ root@bb-lp-1806076:~# echo LANG=ru_RU | tee /etc/default/locale 
+ LANG=ru_RU
+ root@bb-lp-1806076:~#
+ /usr/lib/apt/apt.systemd.daily update
  Traceback (most recent call last):
-   File "/usr/bin/unattended-upgrade", line 1983, in 
- (options, args) = parser.parse_args()  # type: ignore
-   File "/usr/lib/python3.6/optparse.py", line 1387, in parse_args
- stop = self._process_args(largs, rargs, values)
-   File "/usr/lib/python3.6/optparse.py", line 1427, in _process_args
- self._process_long_opt(rargs, values)
-   File "/usr/lib/python3.6/optparse.py", line 1501, in _process_long_opt
- option.process(opt, value, values, self)
-   File "/usr/lib/python3.6/optparse.py", line 785, in process
- self.action, self.dest, opt, value, values, parser)
-   File "/usr/lib/python3.6/optparse.py", line 807, in take_action
- parser.print_help()
-   File "/usr/lib/python3.6/optparse.py", line 1647, in print_help
- file.write(self.format_help())
+   File "/usr/bin/unattended-upgrade", line 2171, in 
+ (options, args) = parser.parse_args()  # type: ignore
+   File "/usr/lib/python3.6/optparse.py", line 1387, in parse_args
+ stop = self._process_args(largs, rargs, values)
+   File "/usr/lib/python3.6/optparse.py", line 1427, in _process_args
+ self._process_long_opt(rargs, values)
+   File "/usr/lib/python3.6/optparse.py", line 1501, in _process_long_opt
+ option.process(opt, value, values, self)
+   File "/usr/lib/python3.6/optparse.py", line 785, in process
+ self.action, self.dest, opt, value, values, parser)
+   File "/usr/lib/python3.6/optparse.py", line 807, in take_action
+ parser.print_help()
+   File "/usr/lib/python3.6/optparse.py", line 1647, in print_help
+ file.write(self.format_help())
  UnicodeEncodeError: 'ascii' codec can't encode characters in position 
126-133: ordinal not in range(128)
  
- root@bb-lp-1806076:~# env LANG=ru_RU.UTF-8 unattended-upgrade --help | cat
- Usage: unattended-upgrade [options]
+ root@bb-lp-1806076:~# echo LANG=ru_RU.UTF-8 | tee /etc/default/locale 
+ LANG=ru_RU.UTF-8
+ root@bb-lp-1806076:~# /usr/lib/apt/apt.systemd.daily update
+ root@bb-lp-1806076:~#
  
- Options:
-   -h, --helpshow this help message and exit
-   -d, --debug   print debug messages
-   --apt-debug   make apt/libapt print verbose debug messages
-   -v, --verbose print info messages
-   --dry-run Simulation, download but do not install
-   --download-only   Only download, do not even try to install.
-   --minimal-upgrade-steps
- Upgrade in minimal steps (and allow interrupting with
- SIGTERM
+ [Where problems could occur]
+ 
+ * Nowhere, really. The fix is setting LC_ALL=C.UFT-8 for u-u --help and
+ it is processed by grep then.
+ 
  
  [Original Bug Text]
  
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
unattended-upgrades.  This problem was most recently seen with package version 
1.1ubuntu1.18.04.6, the problem page at 
https://errors.ubuntu.com/problem/b3e3265e302351558260f54ae37c7b4c193dfc95 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error 

[Bug 1916541] Re: smtp "fatal: unknown service: smtp/tcp", probably after libc upgrade

2021-03-11 Thread Balint Reczey
** Changed in: glibc (Ubuntu)
 Assignee: (unassigned) => Balint Reczey (rbalint)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916541

Title:
  smtp "fatal: unknown service: smtp/tcp", probably after libc upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/1916541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1806076] Re: unattended-upgrade --help raises UnicodeEncodeError when stdout encoding is ascii

2021-03-11 Thread Balint Reczey
** Changed in: unattended-upgrades (Ubuntu Xenial)
   Status: New => Won't Fix

** Changed in: unattended-upgrades (Ubuntu Bionic)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1806076

Title:
  unattended-upgrade --help raises UnicodeEncodeError when stdout
  encoding is ascii

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916485] Re: test -x fails inside shell scripts in containers

2021-03-11 Thread Balint Reczey
** Changed in: glibc (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: glibc (Ubuntu Bionic)
   Status: New => Invalid

** Changed in: glibc (Ubuntu Focal)
   Status: New => Invalid

** Changed in: glibc (Ubuntu Groovy)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916485

Title:
  test -x fails inside shell scripts in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1916485/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916901] Re: [needs-packaging] lg (lgpio, rgpio, rgpiod, rgs)

2021-03-10 Thread Balint Reczey
First round of comments from reviewing the package for sponsoring:

Please set up a DEP-14 compliant git repository for packaging or remove the 
Vcs-* templates from d/control .
The source name lg is beautifully short but I think something longer would be 
better, like lg-gpio or lgpio-tools.
Please close this LP bug in d/changelog.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916901

Title:
  [needs-packaging] lg (lgpio, rgpio, rgpiod, rgs)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916901] Re: [needs-packaging] lg (lgpio, rgpio, rgpiod, rgs)

2021-03-10 Thread Balint Reczey
** Changed in: ubuntu
 Assignee: (unassigned) => Balint Reczey (rbalint)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916901

Title:
  [needs-packaging] lg (lgpio, rgpio, rgpiod, rgs)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916485] Re: test -x fails inside shell scripts in containers

2021-03-10 Thread Balint Reczey
Running "test -x ..." also fails in systemd-nspawn for systemd < 247, I think 
only the following patch needs to be SRU-d to earlier systemd versions: 
https://github.com/systemd/systemd/commit/bcf08acbffdee0d6360d3c31d268e73d0623e5dc


** Also affects: systemd (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: systemd (Ubuntu Hirsute)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916485

Title:
  test -x fails inside shell scripts in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1916485/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1917298] Re: dbus-daemon not started after reboot

2021-03-10 Thread Balint Reczey
** Also affects: dbus (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: systemd (Ubuntu Focal)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1917298

Title:
  dbus-daemon not started after reboot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1846837] Re: Totem and totem-video-thumbnailer in Ubuntu 20.04/20.10 is currently broken on aarch64

2021-03-10 Thread Balint Reczey
*** This bug is a duplicate of bug 1914044 ***
https://bugs.launchpad.net/bugs/1914044

For the record 20.10 should be fixed already and the test packages
referred to from the other bug should fix this problem.

** This bug has been marked a duplicate of bug 1914044
   [SRU] gstreamer fails with "cannot allocate memory in static TLS block" 
error on aarch64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1846837

Title:
  Totem and totem-video-thumbnailer in Ubuntu 20.04/20.10 is currently
  broken on aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer/+bug/1846837/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-03-10 Thread Balint Reczey
There are test packages with the WIP fix for Focal:
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4017/+packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1914044

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918319] Re: [FFE] Please sync 0.4.6-1 from Debian unstable to hirsute

2021-03-09 Thread Balint Reczey
I've started the program and it did not crash.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918319

Title:
  [FFE] Please sync 0.4.6-1 from Debian unstable to hirsute

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918319] [NEW] [FFE] Please sync 0.4.6-1 from Debian unstable to hirsute

2021-03-09 Thread Balint Reczey
Public bug reported:

It fixes FTBFS on armhf and is an actual upstream release, not a git
snapshot.

I have successfully built it for all supported architectures at:
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4159/+packages

** Affects: bambootracker (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

** Attachment added: "bambootracker.0.4.6.CHANGES.diff"
   
https://bugs.launchpad.net/bugs/1918319/+attachment/5475178/+files/bambootracker.0.4.6.CHANGES.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918319

Title:
  [FFE] Please sync 0.4.6-1 from Debian unstable to hirsute

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918319] Re: [FFE] Please sync 0.4.6-1 from Debian unstable to hirsute

2021-03-09 Thread Balint Reczey
** Attachment added: "bambootracker.0.4.6.install.log"
   
https://bugs.launchpad.net/ubuntu/+source/bambootracker/+bug/1918319/+attachment/5475179/+files/bambootracker.0.4.6.install.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918319

Title:
  [FFE] Please sync 0.4.6-1 from Debian unstable to hirsute

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918287] Re: autopkgtest fails in hirsute on s390x for 3.1.1-1

2021-03-09 Thread Balint Reczey
https://github.com/crypto-browserify/pbkdf2/issues/95

** Bug watch added: github.com/crypto-browserify/pbkdf2/issues #95
   https://github.com/crypto-browserify/pbkdf2/issues/95

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918287

Title:
  autopkgtest fails in hirsute on s390x for 3.1.1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/node-pbkdf2/+bug/1918287/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918291] Re: autopkgtest fails in hirsute on arm64 and armhf

2021-03-09 Thread Balint Reczey
** Merge proposal linked:
   https://code.launchpad.net/~rbalint/britney/+git/hints-ubuntu/+merge/398293

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918291

Title:
  autopkgtest fails in hirsute on arm64 and armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trivial-features/+bug/1918291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916070] Re: autopkgtest fails in hirsute on armhf with glibc 2.33

2021-03-09 Thread Balint Reczey
** Merge proposal unlinked:
   https://code.launchpad.net/~rbalint/britney/+git/hints-ubuntu/+merge/398293

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916070

Title:
  autopkgtest fails in hirsute on armhf with glibc 2.33

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918291] [NEW] autopkgtest fails in hirsute on arm64 and armhf

2021-03-09 Thread Balint Reczey
Public bug reported:

Did not pass for a very long time.

https://autopkgtest.ubuntu.com/packages/t/trivial-features/hirsute/arm64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/arm64/t/trivial-features/20210104_142349_cc3c8@/log.gz
...
Form: (MUTUALLY-EXCLUSIVE-P '(:PPC :PPC64 :X86 :X86-64 :ALPHA :MIPS))
Expected value: T
Actual value: NIL.
; NOTE: unhandled machine type, aarch64, in CPU.2 test.
 CPU.2 CPU.3 NIL.1 NIL.2
1 out of 10 total tests failed: CPU.1.autopkgtest [13:58:02]: test command1: 
---]
autopkgtest [13:58:03]: test command1:  - - - - - - - - - - results - - - - - - 
- - - -
command1 FAIL non-zero exit status 1
...

** Affects: trivial-features (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918291

Title:
  autopkgtest fails in hirsute on arm64 and armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trivial-features/+bug/1918291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918287] [NEW] autopkgtest fails in hirsute on s390x for 3.1.1-1

2021-03-09 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/n/node-pbkdf2/hirsute/s390x
...

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/s390x/n/node-pbkdf2/20210307_202433_2101b@/log.gz
...
# JavaScript pbkdf2 async w/ sha1 encodes "112,97,115,115,119,111,114,100" 
(Int32Array) with salt "salt" (string) with sha1 to 
f260ccd0bbc8fe6773119b834feec48636b716caad4180a4d0af4f9aa67c646e
ok 48 null
not ok 49 should be equal
  ---
operator: equal
expected: |-
  'f260ccd0bbc8fe6773119b834feec48636b716caad4180a4d0af4f9aa67c646e'
actual: |-
  'a1b800f88a59d9e6b33d9a0945cccb8faea0c768ebb2a74d6dc9a6eb2e913de8'
at:  
(/tmp/autopkgtest.ENAjUJ/autopkgtest_tmp/smokesPey8q/test/index.js:168:13)
stack: |-
  Error: should be equal
  at Test.assert [as _assert] 
(/usr/share/nodejs/tape/lib/test.js:236:54)
  at Test.bound [as _assert] 
(/usr/share/nodejs/tape/lib/test.js:88:32)
  at Test.equal (/usr/share/nodejs/tape/lib/test.js:396:10)
  at Test.bound [as equal] 
(/usr/share/nodejs/tape/lib/test.js:88:32)
  at 
/tmp/autopkgtest.ENAjUJ/autopkgtest_tmp/smokesPey8q/test/index.js:168:13
  at /usr/share/nodejs/pbkdf2/lib/async.js:63:7
  at processTicksAndRejections 
(internal/process/task_queues.js:79:11)
...

The test is also failing in Debian Sid.

** Affects: node-pbkdf2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918287

Title:
  autopkgtest fails in hirsute on s390x for 3.1.1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/node-pbkdf2/+bug/1918287/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918173] [NEW] Please remove 1.9-2 binaries from Hirsute and 1.9-2build1 from hirsute-proposed

2021-03-08 Thread Balint Reczey
Public bug reported:

FTBFS, RC-buggy, removed from testing, no reverse depends.

$ reverse-depends libxsmm-dev
Reverse-Recommends
* science-mathematics-dev

Packages without architectures listed are reverse-dependencies in: amd64, 
arm64, armhf, i386, ppc64el, s390x
rbalint@yogi:~$ reverse-depends -b libxsmm-dev

** Affects: libxsmm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ftbfs update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918173

Title:
  Please remove 1.9-2  binaries from Hirsute and 1.9-2build1 from
  hirsute-proposed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1801031] Re: ftbfs in disco

2021-03-08 Thread Balint Reczey
** Changed in: youker-assistant (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1801031

Title:
  ftbfs in disco

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/youker-assistant/+bug/1801031/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918172] [NEW] FTBFS in Hirsute

2021-03-08 Thread Balint Reczey
Public bug reported:

https://launchpad.net/ubuntu/+source/youker-assistant/3.0.2-0ubuntu2/+build/20316829
...
processlistwidget.cpp: In member function ‘virtual void 
ProcessListWidget::paintEvent(QPaintEvent*)’:
processlistwidget.cpp:708:18: error: aggregate ‘QPainterPath framePath’ has 
incomplete type and cannot be defined
  708 | QPainterPath framePath;
  |  ^
processlistwidget.cpp:714:22: error: aggregate ‘QPainterPath titlePath’ has 
incomplete type and cannot be defined
  714 | QPainterPath titlePath;
  |  ^
processlistwidget.cpp:752:30: error: aggregate ‘QPainterPath h_separatorPath’ 
has incomplete type and cannot be defined
  752 | QPainterPath h_separatorPath;
  |  ^~~
processlistwidget.cpp:757:34: error: aggregate ‘QPainterPath v_separatorPath’ 
has incomplete type and cannot be defined
  757 | QPainterPath v_separatorPath;
  |  ^~~
processlistwidget.cpp:773:18: error: aggregate ‘QPainterPath backgroundPath’ 
has incomplete type and cannot be defined
  773 | QPainterPath backgroundPath;
  |  ^~
processlistwidget.cpp:778:18: error: aggregate ‘QPainterPath scrollAreaPath’ 
has incomplete type and cannot be defined
  778 | QPainterPath scrollAreaPath;
  |  ^~
processlistwidget.cpp:784:26: error: aggregate ‘QPainterPath itemPath’ has 
incomplete type and cannot be defined
  784 | QPainterPath itemPath;
  |  ^~~~
processlistwidget.cpp: In member function ‘void 
ProcessListWidget::paintScrollbar(QPainter*)’:
processlistwidget.cpp:860:22: error: aggregate ‘QPainterPath path’ has 
incomplete type and cannot be defined
  860 | QPainterPath path;
  |  ^~~~
processlistwidget.cpp: In member function ‘void 
ProcessListWidget::sortItemsByColumn(int, bool)’:
processlistwidget.cpp:985:14: warning: ‘void qSort(RandomAccessIterator, 
RandomAccessIterator, LessThan) [with RandomAccessIterator = 
QList::iterator; LessThan = 
ProcessListWidget::sortItemsByColumn(int, bool)::]’ is deprecated: Use std::sort 
[-Wdeprecated-declarations]
  985 | });
  |  ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:43,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1,
 from processlistitem.h:24,
 from processlistwidget.h:24,
 from processlistwidget.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:181:46: note: declared 
here
  181 | QT_DEPRECATED_X("Use std::sort") inline void qSort(RandomAccessIterator 
start, RandomAccessIterator end, LessThan lessThan)
  |  ^
make[4]: *** [Makefile:1440: .obj/processlistwidget.o] Error 1
make[4]: Leaving directory '/<>/plugins/systemmonitor'
make[3]: *** [Makefile:74: sub-systemmonitor-make_first] Error 2
make[3]: *** Waiting for unfinished jobs
...

** Affects: youker-assistant (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ftbfs update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918172

Title:
  FTBFS in Hirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/youker-assistant/+bug/1918172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916705] Re: glib2.0 >=2.67.3 breaks include from an extern C context

2021-03-08 Thread Balint Reczey
** Also affects: wireshark (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916705

Title:
  glib2.0 >=2.67.3 breaks include from an extern C context

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1916705/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918144] [NEW] Please publish bumblebee in multiverse

2021-03-08 Thread Balint Reczey
Public bug reported:

Migration in Hirsute is blocked by dependencies in restricted:

bumblebee (3.2.1-26 to 3.2.1-27)
Migration status for bumblebee (3.2.1-26 to 3.2.1-27): BLOCKED: 
Rejected/violates migration policy/introduces a regression
Issues preventing migration: 
bumblebee-nvidia/amd64 in universe cannot depend on nvidia-331-updates in 
restricted
...

** Affects: bumblebee (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918144

Title:
  Please publish bumblebee in multiverse

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211]

2021-03-04 Thread Balint Reczey
Please see the linked original bug for the reproducer.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916485] Re: test -x fails inside shell scripts in containers

2021-03-04 Thread Balint Reczey
** Changed in: docker.io (Ubuntu Hirsute)
   Importance: Undecided => Critical

** Changed in: glibc (Ubuntu Hirsute)
   Status: Triaged => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916485

Title:
  test -x fails inside shell scripts in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1916485/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916485] Re: test -x fails inside shell scripts in containers

2021-03-04 Thread Balint Reczey
** Also affects: glibc (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: libseccomp (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: docker.io (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: runc (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: glibc (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: libseccomp (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: docker.io (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: runc (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: glibc (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: libseccomp (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: docker.io (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: runc (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: glibc (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: libseccomp (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: docker.io (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: runc (Ubuntu Focal)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916485

Title:
  test -x fails inside shell scripts in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1916485/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1863162] Re: Inconsistency detected by ld.so: dl-tls.c: 493: _dl_allocate_tls_init: Assertion `listp->slotinfo[cnt].gen <= GL(dl_tls_generation)' failed!

2021-03-04 Thread Balint Reczey
The upstream fix is still not finalized. Please participate in the
upstream discussion and when the a patch gets accepted it can be
backported.

** Bug watch added: Sourceware.org Bugzilla #19329
   https://sourceware.org/bugzilla/show_bug.cgi?id=19329

** Also affects: glibc via
   https://sourceware.org/bugzilla/show_bug.cgi?id=19329
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1863162

Title:
  Inconsistency detected by ld.so: dl-tls.c: 493: _dl_allocate_tls_init:
  Assertion `listp->slotinfo[cnt].gen <= GL(dl_tls_generation)' failed!

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/1863162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1917677] Re: ubuntu: ucf tracking of valid known md5sums should be limited to only those md5sums that affect a given distro release

2021-03-04 Thread Balint Reczey
It is highly unlikely that the configuration file on one distro is
replaced with one that was shipped on a different one. It may be a bit
more likely that a config file is overwritten by a variant from a
previous release, but I think this is still unlikely and I believe
trimming the md5sum list is not a general practice for UCF managed
configuration files.

As an example openssh-server ships the historical list, too:
$ cat /usr/share/openssh/sshd_config.md5sum 
# Historical md5sums of the default /etc/ssh/sshd_config up to and including
# 1:7.3p1-5.
0d06fc337cee10609d4833dc88df740f
10dc68360f6658910a98a051273de22c
11f9e107b4d13bbcabe7f8e8da734371
16c827adcff44efaca05ec5eea6383d7
2eeff28468576c3f2e538314e177687b
386c8b9079625b78f6d624ae506958ae
38fc7b31b3e3078848f0eec457d3e050
395c5e13801f9b4f17c2cb54aa634fbd
...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1917677

Title:
  ubuntu: ucf tracking of valid known md5sums   should be limited to
  only those md5sums that affect a given distro release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1917677/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1917677] Re: ubuntu: ucf tracking of valid known md5sums should be limited to only those md5sums that affect a given distro release

2021-03-04 Thread Balint Reczey
** Changed in: unattended-upgrades (Ubuntu Bionic)
   Importance: Undecided => Low

** Changed in: unattended-upgrades (Ubuntu Hirsute)
   Importance: Undecided => Low

** Changed in: unattended-upgrades (Ubuntu Groovy)
   Importance: Undecided => Low

** Changed in: unattended-upgrades (Ubuntu Focal)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1917677

Title:
  ubuntu: ucf tracking of valid known md5sums   should be limited to
  only those md5sums that affect a given distro release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1917677/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1911689] Re: Please update to upstream release 20210219.00

2021-03-04 Thread Balint Reczey
** Description changed:

  [Impact]
  
  This package is provided by Google for installation within guests that
  run on Google Compute Engine. It is part of a collection of tools and
  daemons, that ensure that the Ubuntu images published to GCE run
  properly on their platform.
  
  Cloud platforms evolve at a rate that can't be handled in six-month
  increments, and they will often develop features that they would like to
  be available to customers who don't want to upgrade from earlier Ubuntu
  releases. As such, updating this package to more recent upstream
  releases is required within all Ubuntu releases, so they continue to
  function properly in their environment.
  
  [Test Case]
  
  When a new version of this package is uploaded to -proposed, the
  following will be done:
  
   * an image based on -proposed will be built for GCE and published to the 
ubuntu-os-cloud-devel project
   * the CPC team will write new automated tests to cover new testable 
functionality (if any) in the new package
   * the automated testing that the CPC team normally runs against GCE images 
before they are published will be run against the -proposed image
   * the GCE team will be asked to validate that the new package addresses the 
issues it is expected to address, and that the image passes their internal 
image validation.
  
  If all the testing indicates that the image containing the new package
  is acceptable, verification will be considered to be done.
  
  [Other Information]
  
  This bug is used for tracking of releasing the new upstream version for
  all supported series, as per the approved policy mentioned in the
  following MRE:
  
  https://wiki.ubuntu.com/gce-compute-image-packages-Updates
  
  The updated package is not built for armhf and riscv64 due to upstream
  regressions but the package is not used on those architectures thus
  please release the SRU without the armhf and risc64 binaries.
+ 
+ The package does not build for powerpc on Xenial, but this is OK since
+ it is not used on powerpc either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911689

Title:
  Please update to upstream release 20210219.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1911689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1906970] Re: dpkg hook hostname error

2021-03-04 Thread Balint Reczey
The sbuild autopkgtest failure is not observable on the central Ubuntu
CI infra, but it is when running the sbuild autopkgtest locally in qemu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1906970

Title:
  dpkg hook hostname error

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1917631] Re: gcl abort on start in hirsute

2021-03-03 Thread Balint Reczey
** Changed in: gcl (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1917631

Title:
  gcl abort on start in hirsute

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1917631] Re: gcl abort on start in hirsute

2021-03-03 Thread Balint Reczey
Reported at gcl upstream:
https://savannah.gnu.org/bugs/index.php?60161


** Bug watch added: GNU Savannah Bug Tracker #60161
   http://savannah.gnu.org/bugs/?60161

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1917631

Title:
  gcl abort on start in hirsute

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-03-02 Thread Balint Reczey
@stgraber Thank you. I'm including the originally proposed patch in the
next systemd upload and will switch to v248 when it is out to include
the full fix. Most likely final v248 will be out in a few weeks.


** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) => Balint Reczey (rbalint)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1914062

Title:
  NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start
  in LXC

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-03-02 Thread Balint Reczey
** Changed in: systemd (Ubuntu)
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1914062

Title:
  NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start
  in LXC

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913763] Re: hyperv: unable to distinguish PTP devices

2021-03-02 Thread Balint Reczey
** Changed in: systemd (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913763

Title:
  hyperv: unable to distinguish PTP devices

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913763] Re: hyperv: unable to distinguish PTP devices

2021-03-02 Thread Balint Reczey
** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) => Balint Reczey (rbalint)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913763

Title:
  hyperv: unable to distinguish PTP devices

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916485] Re: test -x fails inside shell scripts in containers

2021-03-02 Thread Balint Reczey
Following all the discussions fixing the container runtimes seems to be the way 
out of this.
For runc https://github.com/opencontainers/runc/pull/2750 should be SRUd to all 
releases.

** Also affects: docker.io (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916485

Title:
  test -x fails inside shell scripts in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1916485/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916485] Re: test -x fails inside shell scripts in containers

2021-03-02 Thread Balint Reczey
** Also affects: runc (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916485

Title:
  test -x fails inside shell scripts in containers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1891934] Re: [MIR] google-osconfig-agent

2021-03-01 Thread Balint Reczey
I've added the package to the supported-cloud seed at
https://code.launchpad.net/~ubuntu-core-dev/ubuntu-
seeds/+git/platform/+ref/hirsute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891934

Title:
  [MIR] google-osconfig-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1891934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1134036] Re: Failure when using ssh with a locale that is not configured on the server

2021-03-01 Thread Balint Reczey
** Description changed:

  [impact]
  The setup:
  
  1) The user has LC_ALL set to a locale on their machine (or some other LC_* 
variable but it's usually LC_ALL).
  2) This locale does not exist on an Ubuntu server.
  3) The user sshes into the server.
  
  ssh (at least with the settings that are default on Debian and Ubuntu
  and Fedora) send the value of LC_ALL to the remote server, where the
  default settings on Ubuntu allow this to be set in the environment of
  the process it launches.
  
  Because we are now in a situation where LC_ALL is set to a value that is
  not valid for the system, various undesirable things happen, including
  ugly messages from cloud-init and perl complaining every time a perl
  process starts and the bug that the original description below
  describes.
  
  [test case]
  Configure the setup as described above. Ssh into the server and run "perl < 
/dev/null" and check for warnings.
  
  [regression potential]
  This adds a step to the startup of every login shell, which obviously is not 
entirely trivial. However, the new executable being invoked is very simple and 
even if it fails, the startup of the shell should not be inhibited.
  
- 
  [original description]
  
- 
- If LC_ALL is not set (which seems to be the default on a few server 
installations I've done now), mid way through installing, you get this 
backtrace and then the installation just hangs.  You can ctrl-c out of it but 
the package is left half configured.
+ If LC_ALL is not set (which seems to be the default on a few server
+ installations I've done now), mid way through installing, you get this
+ backtrace and then the installation just hangs.  You can ctrl-c out of
+ it but the package is left half configured.
  
  Traceback (most recent call last):
    File "/usr/bin/django-admin", line 5, in 
  management.execute_from_command_line()
    File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 443, in execute_from_command_line
  utility.execute()
    File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 382, in execute
  self.fetch_command(subcommand).run_from_argv(self.argv)
    File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
line 196, in run_from_argv
  self.execute(*args, **options.__dict__)
    File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
line 232, in execute
  output = self.handle(*args, **options)
    File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
line 371, in handle
  return self.handle_noargs(**options)
    File 
"/usr/lib/python2.7/dist-packages/south/management/commands/syncdb.py", line 
90, in handle_noargs
  syncdb.Command().execute(**options)
    File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
line 232, in execute
  output = self.handle(*args, **options)
    File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
line 371, in handle
  return self.handle_noargs(**options)
    File 
"/usr/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py", 
line 57, in handle_noargs
  cursor = connection.cursor()
    File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", 
line 308, in cursor
  cursor = util.CursorWrapper(self._cursor(), self)
    File 
"/usr/lib/python2.7/dist-packages/django/db/backends/postgresql_psycopg2/base.py",
 line 177, in _cursor
  self.connection = Database.connect(**conn_params)
    File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in 
connect
  connection_factory=connection_factory, async=async)
  psycopg2.OperationalError: FATAL:  password authentication failed for user 
"maas"
  FATAL:  password authentication failed for user "maas"
  
  Related bugs:
   * bug 969462: [postgres] fails to start after install if invalid locale is 
set
+ * LP: #1916935 Major changes in sorting method upgrade 18.04->18.04.5 due to 
base-files change

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134036

Title:
  Failure when using ssh with a locale that is not configured on the
  server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1134036/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916935] Re: Major changes in sorting method upgrade 18.04->18.04.5 due to base-files change

2021-03-01 Thread Balint Reczey
@paelzer Thank you for the triaging and the detailed explanation. Since this 
change slipped in too long ago I don't think it should be reverted.
I think Postresql could check if there was a change in sorting compared to the 
which the indices were created with, but this installation does not uses 
Postgresql from the archive so that would just be an unrelated improvement. 
Maybe Postgres already does that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916935

Title:
  Major changes in sorting method upgrade 18.04->18.04.5 due to base-
  files change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1916935/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916935] Re: Major changes in sorting method upgrade 18.04->18.04.5 due to base-files change

2021-03-01 Thread Balint Reczey
** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916935

Title:
  Major changes in sorting method upgrade 18.04->18.04.5 due to base-
  files change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1916935/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1906970] Re: dpkg hook hostname error

2021-02-25 Thread Balint Reczey
The sbuild autopkgtest failure will be observable with sbuild
0.81.2ubuntu3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1906970

Title:
  dpkg hook hostname error

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1906970] Re: dpkg hook hostname error

2021-02-25 Thread Balint Reczey
This also breaks installing postfix in autokgtest and holds back fixing
sbuild's autopkgtest at the moment.

...
/etc/aliases does not exist, creating it.
WARNING: /etc/aliases exists, but does not have a root alias.

Postfix (main.cf) is now set up with a default configuration.  If you need to 
make changes, edit /etc/postfix/main.cf (and others) as needed.  To view 
Postfix configuration values, see postconf(1).

After modifying main.cf, be sure to run 'systemctl reload postfix'.

Running newaliases
newaliases: warning: valid_hostname: misplaced delimiter: autopkgtest..
newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad 
parameter value: autopkgtest..
dpkg: error processing package postfix (--configure):
 installed postfix package post-installation script subprocess returned error 
exit status 75
Setting up libslirp0:amd64 (4.4.0-1) ...
Setting up ipxe-qemu (1.0.0+git-20190125.36a4c85-5ubuntu3) ...
Setting up libasound2:amd64 (1.2.4-1.1build1) ...
Setting up librole-tiny-perl (2.002004-1) ...
Setting up libndctl6:amd64 (71.1-1) ...
dpkg: dependency problems prevent configuration of buildd:
 buildd depends on default-mta | mail-transport-agent; however:
  Package default-mta is not installed.
  Package postfix which provides default-mta is not configured yet.
  Package mail-transport-agent is not installed.
  Package postfix which provides mail-transport-agent is not configured yet.

dpkg: error processing package buildd (--configure):
 dependency problems - leaving unconfigured
Setting up ipxe-qemu-256k-compat-efi-roms (1.0.0+git-20150424.a25a16d-0ubuntu4) 
...
...

** Tags added: update-excuse

** Also affects: sbuild (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1906970

Title:
  dpkg hook hostname error

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913388] Re: clucene-core: please pull in patch to stabilize API on s390x during upgrade to glibc 2.33

2021-02-25 Thread Balint Reczey
This have been fixed in Ubuntu in clucene-core 2.3.3.4+dfsg-1ubuntu3 by
breaking the ABI on s390x and providing the new shared library in a
different package.

** Changed in: clucene-core (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913388

Title:
  clucene-core: please pull in patch to stabilize API on s390x during
  upgrade to glibc 2.33

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1913388/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916935] Re: Major changes in sorting method of glibc on Ubuntu 18.04 after upgrading to Ubuntu 18.04.5

2021-02-25 Thread Balint Reczey
Also you mentioned using Postgres 9.6, but I see only Postgres 10 in
Bionic. You don't use a packaged version, right?

** Changed in: postgresql-10 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916935

Title:
  Major changes in sorting method of glibc on Ubuntu 18.04 after
  upgrading to Ubuntu 18.04.5

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916935] Re: Major changes in sorting method of glibc on Ubuntu 18.04 after upgrading to Ubuntu 18.04.5

2021-02-25 Thread Balint Reczey
Thank you for the bug report.
I' could not reproduce the old behaviour just by downgrading glibc, but will 
check it with an original 18.04.0 installation, then upgrading it.

I'm marking postgresql as affected, for better visibility.

** Tags added: rls-bb-incoming

** Also affects: postgresql-10 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: glibc (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: postgresql-10 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916935

Title:
  Major changes in sorting method of glibc on Ubuntu 18.04 after
  upgrading to Ubuntu 18.04.5

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916935] Re: Major changes in sorting method of glibc on Ubuntu 18.04 after upgrading to Ubuntu 18.04.5

2021-02-25 Thread Balint Reczey
** Changed in: glibc (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916935

Title:
  Major changes in sorting method of glibc on Ubuntu 18.04 after
  upgrading to Ubuntu 18.04.5

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1891934] Re: [MIR] google-osconfig-agent

2021-02-25 Thread Balint Reczey
I've landed 20210218.00-0ubuntu1 in Hirsute in the meantime.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891934

Title:
  [MIR] google-osconfig-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1891934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1915547] Re: sru unattended-upgrades ( 1.1ubuntu1.18.04.7~16.04.6 update to 1.1ubuntu1.18.04.7~16.04.7 ) Xenial

2021-02-25 Thread Balint Reczey
Fixed in 2.8.

** Changed in: unattended-upgrades (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915547

Title:
   sru unattended-upgrades (  1.1ubuntu1.18.04.7~16.04.6  update to
  1.1ubuntu1.18.04.7~16.04.7 ) Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1915547/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916888] Re: The autopkgtest started failing on ppc64el: Temporary failure resolving 'ftpmaster.internal'

2021-02-25 Thread Balint Reczey
I've triggered the test with hello in Hirsute release pocket:
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/ppc64el/n/netplan.io/20210225_023255_3a632@/log.gz

It looks as if wifi test broke the testbed.

Due to the nature of the tests it is fair to assume the any netplan.io
test running as root can break the testbed and I suggest adding this
restriction for them.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916888

Title:
  The autopkgtest started failing on ppc64el: Temporary failure
  resolving 'ftpmaster.internal'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1916888/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1915126] Re: autopkgtest times out (or fails before that) in hirsute on test infra, passes locally

2021-02-24 Thread Balint Reczey
@laney Thank you for looking into the problem.

I will mark systemd-fsckd as flaky and look into the root cause later.
It used to be flaky before as well.

I have checked the last 10 failed runs from
http://autopkgtest.ubuntu.com/packages/systemd/hirsute/amd64 , with the
last one being from 2021-02-24 09:15:57 UTC:

$ cat logs 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210224_091557_d5731@/log.gz
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210224_044536_8d27f@/log.gz
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210224_021229_4c845@/log.gz
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210224_013702_2056d@/log.gz
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210223_232058_6bbff@/log.gz
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210223_212809_c332e@/log.gz
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210223_145406_d6565@/log.gz
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210223_140557_825b0@/log.gz
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210223_130532_340ec@/log.gz
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210223_115952_4304b@/log.gz

$ wget -q -i logs
$ for i in log.gz*; do zcat $i | tail -n 40 | grep -A 16 "@@@ summary" | grep 
-v PASS ; done
autopkgtest [09:15:42]:  summary
upstream FAIL timed out
systemd-fsckdSKIP exit status 77 and marked as skippable
autopkgtest [04:45:21]:  summary
boot-and-servicesFAIL non-zero exit status 1
systemd-fsckdSKIP exit status 77 and marked as skippable
autopkgtest [02:00:12]:  summary
upstream FAIL timed out
systemd-fsckdSKIP exit status 77 and marked as skippable
autopkgtest [01:23:55]:  summary
boot-and-servicesFAIL non-zero exit status 1
upstream FAIL timed out
systemd-fsckdSKIP exit status 77 and marked as skippable
autopkgtest [23:20:34]:  summary
boot-and-servicesFAIL non-zero exit status 1
upstream FAIL non-zero exit status 1
systemd-fsckdSKIP exit status 77 and marked as skippable
autopkgtest [21:19:41]:  summary
boot-and-servicesFAIL non-zero exit status 1
upstream FAIL timed out
systemd-fsckdSKIP exit status 77 and marked as skippable
autopkgtest [14:53:35]:  summary
boot-and-servicesFAIL non-zero exit status 1
upstream FAIL timed out
systemd-fsckdSKIP exit status 77 and marked as skippable
autopkgtest [13:53:19]:  summary
upstream FAIL timed out
systemd-fsckdSKIP exit status 77 and marked as skippable
autopkgtest [13:03:15]:  summary
upstream FAIL timed out
systemd-fsckdSKIP exit status 77 and marked as skippable
autopkgtest [11:59:24]:  summary
boot-and-servicesFAIL non-zero exit status 1
upstream FAIL non-zero exit status 1
systemd-fsckdSKIP exit status 77 and marked as skippable

As you can see systemd-fsckd has been skipped in 10 out of 10 runs, but 
"upstream" test timed out in 7 out of the 10 runs.
If you would like to help improving the failure rate caused by the 
infrastructure please run the systemd autopkgtests on bigger VMs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915126

Title:
  autopkgtest times out (or fails before that) in hirsute on test infra,
  passes locally

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1915126/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1915126] Re: autopkgtest times out (or fails before that) in hirsute on test infra, passes locally

2021-02-24 Thread Balint Reczey
@paelzer I haven't made changes related to the failure rate. I guess the
infra got lighter load for some time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915126

Title:
  autopkgtest times out (or fails before that) in hirsute on test infra,
  passes locally

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1915126/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916070] Re: autopkgtest fails in hirsute on armhf with glibc 2.33

2021-02-18 Thread Balint Reczey
This case does not need more logs IMO.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916070

Title:
  autopkgtest fails in hirsute on armhf with glibc 2.33

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916070] [NEW] autopkgtest fails in hirsute on armhf with glibc 2.33

2021-02-18 Thread Balint Reczey
Public bug reported:

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/armhf/n/notepadqq/20210217_182537_f860b@/log.gz
...
autopkgtest [18:25:08]: test gui: [---
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf
 failure in syscall 0422
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf
 failure in syscall 0422
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf
 failure in syscall 0422
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf
 failure in syscall 0422
autopkgtest [18:25:16]: test gui: ---]
autopkgtest [18:25:18]: test gui:  - - - - - - - - - - results - - - - - - - - 
- -
gui  FAIL non-zero exit status 1
...

The syscall in question is futex_time64:
https://github.com/seccomp/libseccomp/blob/v2.5.0/src/syscalls.csv#L99

The armhf autopgktests run in LXD running on Bionic with Linux 4.15
kernel:

autopkgtest [18:22:22]: testbed running kernel: Linux 4.15.0-135-generic
#139-Ubuntu SMP Mon Jan 18 17:40:29 UTC 2021

The test passes when running it on Focal as the LXD host, with Linux 5.4:
Linux ip-172-31-21-155 5.4.0-1037-aws #39-Ubuntu SMP Thu Jan 14 02:53:31 UTC 
2021 aarch64 aarch64 aarch64 GNU/Linux

In the 4.15 kernel the syscall is not implemented as observed using
strace:

gui.trace.5364:futex_time64(0xe55fd210, FUTEX_WAIT_BITSET_PRIVATE, 0,
{tv_sec=7495146, tv_nsec=17321283297740747954}, FUTEX_BITSET_MATCH_ANY)
= -1 ENOSYS (Function not implemented)

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: notepadqq (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916070

Title:
  autopkgtest fails in hirsute on armhf with glibc 2.33

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916070] Re: autopkgtest fails in hirsute on armhf with glibc 2.33

2021-02-18 Thread Balint Reczey
maybe the syscall could be backported to Bionic's linux package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916070

Title:
  autopkgtest fails in hirsute on armhf with glibc 2.33

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1915887] Re: systemd spams the syslog about lack of native systemd unit file

2021-02-18 Thread Balint Reczey
** Bug watch added: Debian Bug tracker #981407
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981407

** Also affects: systemd (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981407
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915887

Title:
  systemd spams the syslog about lack of native systemd unit file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1911689] Re: Please update to upstream release 20210112.00

2021-02-18 Thread Balint Reczey
Based on the Security Review feedback I've uploaded a new round of
packages to be SRUd based on 20210209.00.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911689

Title:
   Please update to upstream release 20210112.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1911689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-18 Thread Balint Reczey
@seb128 please also include the fix for n-m tests failing due to MAC
changes to let systemd 247.1-4ubuntu1 migrate.

** Changed in: network-manager (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1914062

Title:
  NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start
  in LXC

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913388] Re: clucene-core: please pull in patch to stabilize API on s390x during upgrade to glibc 2.33

2021-02-17 Thread Balint Reczey
@mhillen Thanks, I'm doing the package renames in LP: #1915927. This is
minimally intrusive, but breaks not packaged software, they need to be
rebuilt.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913388

Title:
  clucene-core: please pull in patch to stabilize API on s390x during
  upgrade to glibc 2.33

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1913388/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

<    1   2   3   4   5   6   7   8   9   10   >