Bug 241492 - failing test case: sys.netinet6.frag6.frag6_14.frag6_14
Summary: failing test case: sys.netinet6.frag6.frag6_14.frag6_14
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: tests (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-testing (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-25 19:46 UTC by Li-Wen Hsu
Modified: 2019-10-26 09:16 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu freebsd_committer freebsd_triage 2019-10-25 19:46:55 UTC
https://ci.freebsd.org/job/FreeBSD-head-amd64-test/13032/testReport/junit/sys.netinet6.frag6/frag6_14/frag6_14/

Error Message

Global IPv6 statistics do not match: 19 != 20

Standard Output

Executing command [ /usr/tests/sys/netinet6/frag6/frag6_14.py --sendif epair0a --recvif epair0a --src 2001:db8:6666:6666::e:1:2ffe --to 2001:db8:6666:6666::e:2:2ffe ]
<statistics>
  <ip6>
    <received-packets>11</received-packets>
    <dropped-below-minimum-size>0</dropped-below-minimum-size>
    <dropped-short-packets>0</dropped-short-packets>
    <dropped-bad-options>0</dropped-bad-options>
    <dropped-bad-version>0</dropped-bad-version>
    <received-fragments>6</received-fragments>
    <dropped-fragment>2</dropped-fragment>
    <dropped-fragment-after-timeout>3</dropped-fragment-after-timeout>
    <dropped-fragments-overflow>0</dropped-fragments-overflow>
    <atomic-fragments>0</atomic-fragments>
    <reassembled-packets>0</reassembled-packets>
    <received-local-packets>6</received-local-packets>
    <forwarded-packets>0</forwarded-packets>
    <packets-not-forwardable>0</packets-not-forwardable>
    <sent-redirects>0</sent-redirects>
    <sent-packets>6</sent-packets>
    <send-packets-fabricated-header>0</send-packets-fabricated-header>
    <discard-no-mbufs>0</discard-no-mbufs>
    <discard-no-route>0</discard-no-route>
    <sent-fragments>0</sent-fragments>
    <fragments-created>0</fragments-created>
    <discard-cannot-fragment>0</discard-cannot-fragment>
    <discard-scope-violations>0</discard-scope-violations>
    <multicast-no-join-packets>0</multicast-no-join-packets>
    <input-histogram>
      <name>fragment</name>
      <count>6</count>
    </input-histogram>
    <input-histogram>
      <name>ICMP6</name>
      <count>5</count>
    </input-histogram>
    <mbuf-statistics>
      <one-mbuf>11</one-mbuf>
      <one-extra-mbuf>0</one-extra-mbuf>
      <two-or-more-extra-mbufs>0</two-or-more-extra-mbufs>
    </mbuf-statistics>
    <dropped-header-too-long>0</dropped-header-too-long>
    <discard-tunnel-no-gif>0</discard-tunnel-no-gif>
    <dropped-too-many-headers>0</dropped-too-many-headers>
    <source-address-selection>
      <address-selection-failures>0</address-selection-failures>
      <outgoing-interface>
        <name>globals</name>
        <count>5</count>
      </outgoing-interface>
      <same-source>
        <name>globals</name>
        <count>5</count>
      </same-source>
      <rules-applied>
        <name>first candidate</name>
        <count>5</count>
      </rules-applied>
    </source-address-selection>
  </ip6>
</statistics>

Standard Error

Test case metadata
------------------

allowed_architectures is empty
allowed_platforms is empty
description = Test IPv6 fragmentation code
has_cleanup = true
is_exclusive = false
required_configs is empty
required_disk_space = 0
required_files is empty
required_memory = 0
required_programs = scapy
required_user = root
timeout = 300

Timing information
------------------

Start time: 2019-10-25T11:56:17.673075Z
End time:   2019-10-25T11:57:36.665307Z
Duration:   78.992s

Original stderr
---------------

ifconfig: ioctl SIOCSIFMTU (set mtu): Invalid argument
ifconfig: ioctl SIOCSIFMTU (set mtu): Invalid argument
netstat: igmp_stats: version mismatch (0 != 3)
netstat: igmp_stats: size mismatch (0 != 168)
Files left in work directory after failure: created_interfaces.lst, created_jails.lst
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2019-10-25 19:50:58 UTC
Should be fixed in https://svnweb.freebsd.org/changeset/base/354084