Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 525
    • Issues 525
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 101
    • Merge requests 101
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Issues
  • #1527

Closed
Open
Created Dec 20, 2019 by Jean-Christophe Manciot@jean-christophe-manciot

[v9_15_7] Testing fails

Ubuntu 20.04

Building with:

echo --------------------
echo Building ./configure
echo --------------------
export NOCONFIGURE=yes
./autogen.sh
...
echo ---------------------
echo "Configuring $package"
echo ---------------------
./configure  --build=x86_64-pc-linux-gnu \
             --prefix=/usr --sysconfdir=/etc/bind --localstatedir=/var \
             --datarootdir=/usr/share --docdir=/usr/share/doc --mandir=/usr/share/man \
             --disable-linux-caps \
             --disable-querytrace \
             --enable-auto-validation \
             --enable-developer \
             --enable-dnsrps \
             --enable-dnstap \
             --enable-fixed-rrset \
             --enable-full-report \
             --enable-largefile \
             --with-cc-alg=aes \
             --with-cmocka=no \
             --with-gperftools-profiler \
             --with-libxml2=yes \
             --with-maxminddb=yes \
             --with-openssl \
             --with-tuning=large \
             --with-zlib
...
echo -------------------
echo "Compiling $package"
echo -------------------
make
...
echo -----------------
echo "Testing $package"
echo -----------------
bin/tests/system/ifconfig.sh up
make test

leads to:

...
S:padding:Thu 19 Dec 2019 11:32:56 PM CET
T:padding:1:A
A:padding:System test padding
I:padding:PORTRANGE:10300 - 10399
I:padding:checking that dig handles padding (0)
I:padding:checking that dig added padding (1)
I:padding:checking that padding is added for TCP responses (2)
I:padding:checking that padding is added to valid cookie responses (3)
I:padding:checking that padding must be requested (TCP) (4)
I:padding:checking that padding must be requested (valid cookie) (5)
I:padding:checking that padding can be filtered out (6)
I:padding:checking that a TCP and padding server config enables padding (7)
I:padding:checking that a padding server config should enforce TCP (8)
I:padding:failed
I:padding:checking that zero-length padding option has no effect (9)
I:padding:exit status: 1
R:padding:FAIL
E:padding:Thu 19 Dec 2019 11:33:06 PM CET
I:System test result summary:
...
I:      1 FAIL
I:     97 PASS
I:      1 SKIPPED
I:The following system tests failed:
I:      padding

The full build & test log is attached:

bind9_9.15.7_amd64.build.log

Assignee
Assign to
Time tracking