Source: libvmod-modules Version: 0.28.0-4 Severity: important Justification: fails autopkgtest on Debian CI infrastructure Tags: forky sid User: [email protected] Usertags: lxc
Hi,
Debian CI is switching away from lxc containers in favor of incus Containers.
This is motivated by security concerns from us; incus is based on lxc, but
orchestrates containers substantially different: containers are not privileged
(so root in the container is not uid 0 outside of it, and incus imposes a
stricter isolation from the host system.
libvmod-modules passes its tests under lxc, but fails under incus.
The relevant part of the failure is (hopefully):
> Port "6082"
> is expected to be listening with tcp (FAILED - 2)
>
> Command "vinyladm ping"
> exit_status
> is expected to eq 0
> stdout
> is expected to match /PONG/
>
> Command "cp -v /tmp/autopkgtest.mAvVS3/build.Zuh/src/debian/tests/test.vcl
> /etc/vinyl-cache/test.vcl"
> exit_status
> is expected to eq 0
>
> Command "vinyladm vcl.load test /etc/vinyl-cache/test.vcl"
> exit_status
> is expected to eq 0
> stderr
> is expected to eq ""
>
> Command "vinyladm vcl.use test"
> exit_status
> is expected to eq 0
> stdout
> is expected to match /VCL 'test' now active/
> stderr
> is expected to eq ""
>
> Failures:
>
> 1) Port "6081" is expected to be listening with tcp
> Failure/Error: it { should be_listening.with('tcp') }
> expected Port "6081" to be listening with tcp
> /bin/sh -c ss\ -tnl4\ \|\ grep\ -E\ --\ :6081\\\
>
> # ./spec/libvmod-modules/install_spec.rb:17:in `block (2 levels) in <top
> (required)>'
>
> 2) Port "6082" is expected to be listening with tcp
> Failure/Error: it { should be_listening.with('tcp') }
> expected Port "6082" to be listening with tcp
> /bin/sh -c ss\ -tnl4\ \|\ grep\ -E\ --\ :6082\\\
>
> # ./spec/libvmod-modules/install_spec.rb:21:in `block (2 levels) in <top
> (required)>'
>
> Finished in 0.53743 seconds (files took 0.36869 seconds to load)
> 13 examples, 2 failures
>
> Failed examples:
>
> rspec ./spec/libvmod-modules/install_spec.rb:17 # Port "6081" is expected to
> be listening with tcp
> rspec ./spec/libvmod-modules/install_spec.rb:21 # Port "6082" is expected to
> be listening with tcp
>
> autopkgtest [21:24:08]: test command1: -----------------------]
> autopkgtest [21:24:08]: test command1: - - - - - - - - - - results - - - - -
> - - - - -
> command1 FAIL non-zero exit status 1
> autopkgtest [21:24:08]: @@@@@@@@@@@@@@@@@@@@ summary
> command1 FAIL non-zero exit status 1
The full autokpgtest logs are available at:
https://ci.debian.net/experiments/8/regressions/
(please beware of pagination)
Common types of failure and suggested fixes are being documented at:
https://wiki.debian.org/ContinuousIntegration/LxcToIncus
Note that for the time being, libvmod-modules is still being tested under lxc to
avoid disturbing its testing migration test results.
If you decide to add the `isolation-machine` restriction to get this package
tested under qemu, please mention that explicitly when closing this bug (it's
fine to do that only in the package changelog entry that closes the bug) so
that we can configure your package for qemu on ci.debian.net.
signature.asc
Description: PGP signature

