Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bgpd: add cli command to control explicit-null label usage #13090

Merged
merged 2 commits into from
Apr 11, 2023

Conversation

pguibert6WIND
Copy link
Member

In BGP labeled unicast address-family, it is not possible to send explicit-null label values with redistributed or network declared prefixes.
A new CLI command is introduced:

[no] bgp labeled-unicast explicit-null

When used, the explicit-null value for IPv4 ('0' value) or IPv6 ('2' value) will be used.
It is necessary to reconfigure the networks or the redistribution in order to inherit this new behaviour.

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 23, 2023

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10345/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #3189: FILE: /tmp/f1-1524622/bgp_route.c:3189:
< WARNING: Block comments use a trailing */ on a separate line
< #3192: FILE: /tmp/f1-1524622/bgp_route.c:3192:
< WARNING: line over 80 characters
< #3194: FILE: /tmp/f1-1524622/bgp_route.c:3194:
< WARNING: line over 80 characters
< #3197: FILE: /tmp/f1-1524622/bgp_route.c:3197:

Copy link
Member

@ton31337 ton31337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a topotest and documentation changes.

Copy link
Contributor

@mjstapp mjstapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious: does zebra install this (for forwarding) as you expect?

@pguibert6WIND
Copy link
Member Author

We need a topotest and documentation changes.

added

@pguibert6WIND
Copy link
Member Author

Curious: does zebra install this (for forwarding) as you expect?

yep. please see test.

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 24, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-10358/test

Topology Tests failed for Topotests debian 10 amd64 part 4:

2023/03/24-08:49:03  ============================= test session starts ==============================
2023/03/24-08:49:03  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-08:49:03  cachedir: .pytest_cache
2023/03/24-08:49:03  metadata: {'Python': '3.8.9', 'Platform': 'Linux-4.19.0-23-amd64-x86_64-with-glibc2.28', 'Packages': {'pytest': '6.2.2', 'pluggy': '0.13.1'}, 'Plugins': {'html': '3.2.0', 'metadata': '2.0.4', 'forked': '1.4.0', 'xdist': '2.5.0'}}
2023/03/24-08:49:03  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4DEB10AMD64/topotests, configfile: pytest.ini
2023/03/24-08:49:03  plugins: html-3.2.0, metadata-2.0.4, forked-1.4.0, xdist-2.5.0
2023/03/24-08:49:05  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-08:49:05  
2023/03/24-08:49:05  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4DEB10AMD64/topotests.xml -
2023/03/24-08:49:05  =========================== short test summary info ============================
2023/03/24-08:49:05  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-08:49:05  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-08:49:05  =============================== 1 error in 1.89s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO4DEB10AMD64/TopotestLogs/log_topotests.txt
Topotests debian 10 amd64 part 4: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO4DEB10AMD64/TopotestDetails/

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO4U18ARM8/TopotestDetails/ Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO9U18ARM8/TopotestDetails/ Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TP4U1804AMD64/TopotestDetails/

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-10358/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:

2023/03/24-08:49:34  ============================= test session starts ==============================
2023/03/24-08:49:34  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-08:49:34  cachedir: .pytest_cache
2023/03/24-08:49:34  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TP4U1804AMD64/topotests, configfile: pytest.ini
2023/03/24-08:49:34  plugins: xdist-2.5.0, forked-1.4.0
2023/03/24-08:49:36  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-08:49:36  
2023/03/24-08:49:36  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TP4U1804AMD64/topotests.xml -
2023/03/24-08:49:36  =========================== short test summary info ============================
2023/03/24-08:49:36  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-08:49:36  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-08:49:36  =============================== 1 error in 2.38s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TP4U1804AMD64/TopotestLogs/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-10358/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:

2023/03/24-08:49:09  ============================= test session starts ==============================
2023/03/24-08:49:09  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-08:49:09  cachedir: .pytest_cache
2023/03/24-08:49:09  metadata: {'Python': '3.8.9', 'Platform': 'Linux-5.4.0-139-generic-i686-with-glibc2.27', 'Packages': {'pytest': '6.2.2', 'pluggy': '0.13.1'}, 'Plugins': {'html': '3.2.0', 'metadata': '2.0.4', 'forked': '1.4.0', 'xdist': '2.5.0'}}
2023/03/24-08:49:09  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4U18I386/topotests, configfile: pytest.ini
2023/03/24-08:49:09  plugins: html-3.2.0, metadata-2.0.4, forked-1.4.0, xdist-2.5.0
2023/03/24-08:49:11  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-08:49:11  
2023/03/24-08:49:11  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4U18I386/topotests.xml -
2023/03/24-08:49:11  =========================== short test summary info ============================
2023/03/24-08:49:11  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-08:49:11  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-08:49:11  =============================== 1 error in 2.22s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO4U18I386/TopotestLogs/log_topotests.txt
Topotests Ubuntu 18.04 i386 part 4: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO4U18I386/TopotestDetails/

Successful on other platforms/tests
  • Addresssanitizer topotests part 5
  • Addresssanitizer topotests part 4
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 1
  • Topotests debian 10 amd64 part 9
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 arm8 part 2
  • Ubuntu 16.04 deb pkg check
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 amd64 part 8
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 5
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 amd64 part 5
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests debian 10 amd64 part 6
  • Topotests debian 10 amd64 part 1
  • Addresssanitizer topotests part 3
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 i386 part 0
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 0
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests debian 10 amd64 part 7
  • Debian 9 deb pkg check
  • Topotests debian 10 amd64 part 5
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 arm8 part 6
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 1
  • Addresssanitizer topotests part 6

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-10358/test

Topology Tests failed for Topotests debian 10 amd64 part 4:

2023/03/24-08:49:03  ============================= test session starts ==============================
2023/03/24-08:49:03  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-08:49:03  cachedir: .pytest_cache
2023/03/24-08:49:03  metadata: {'Python': '3.8.9', 'Platform': 'Linux-4.19.0-23-amd64-x86_64-with-glibc2.28', 'Packages': {'pytest': '6.2.2', 'pluggy': '0.13.1'}, 'Plugins': {'html': '3.2.0', 'metadata': '2.0.4', 'forked': '1.4.0', 'xdist': '2.5.0'}}
2023/03/24-08:49:03  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4DEB10AMD64/topotests, configfile: pytest.ini
2023/03/24-08:49:03  plugins: html-3.2.0, metadata-2.0.4, forked-1.4.0, xdist-2.5.0
2023/03/24-08:49:05  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-08:49:05  
2023/03/24-08:49:05  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4DEB10AMD64/topotests.xml -
2023/03/24-08:49:05  =========================== short test summary info ============================
2023/03/24-08:49:05  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-08:49:05  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-08:49:05  =============================== 1 error in 1.89s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO4DEB10AMD64/TopotestLogs/log_topotests.txt
Topotests debian 10 amd64 part 4: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO4DEB10AMD64/TopotestDetails/

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO4U18ARM8/TopotestDetails/ Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO9U18ARM8/TopotestDetails/ Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TP4U1804AMD64/TopotestDetails/

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-10358/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:

2023/03/24-08:49:34  ============================= test session starts ==============================
2023/03/24-08:49:34  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-08:49:34  cachedir: .pytest_cache
2023/03/24-08:49:34  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TP4U1804AMD64/topotests, configfile: pytest.ini
2023/03/24-08:49:34  plugins: xdist-2.5.0, forked-1.4.0
2023/03/24-08:49:36  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-08:49:36  
2023/03/24-08:49:36  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TP4U1804AMD64/topotests.xml -
2023/03/24-08:49:36  =========================== short test summary info ============================
2023/03/24-08:49:36  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-08:49:36  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-08:49:36  =============================== 1 error in 2.38s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TP4U1804AMD64/TopotestLogs/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-10358/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:

2023/03/24-08:49:09  ============================= test session starts ==============================
2023/03/24-08:49:09  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-08:49:09  cachedir: .pytest_cache
2023/03/24-08:49:09  metadata: {'Python': '3.8.9', 'Platform': 'Linux-5.4.0-139-generic-i686-with-glibc2.27', 'Packages': {'pytest': '6.2.2', 'pluggy': '0.13.1'}, 'Plugins': {'html': '3.2.0', 'metadata': '2.0.4', 'forked': '1.4.0', 'xdist': '2.5.0'}}
2023/03/24-08:49:09  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4U18I386/topotests, configfile: pytest.ini
2023/03/24-08:49:09  plugins: html-3.2.0, metadata-2.0.4, forked-1.4.0, xdist-2.5.0
2023/03/24-08:49:11  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-08:49:11  
2023/03/24-08:49:11  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4U18I386/topotests.xml -
2023/03/24-08:49:11  =========================== short test summary info ============================
2023/03/24-08:49:11  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-08:49:11  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-08:49:11  =============================== 1 error in 2.22s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO4U18I386/TopotestLogs/log_topotests.txt
Topotests Ubuntu 18.04 i386 part 4: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10358/artifact/TOPO4U18I386/TopotestDetails/

Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #3189: FILE: /tmp/f1-3182362/bgp_route.c:3189:
< WARNING: Block comments use a trailing */ on a separate line
< #3192: FILE: /tmp/f1-3182362/bgp_route.c:3192:
< WARNING: line over 80 characters
< #3194: FILE: /tmp/f1-3182362/bgp_route.c:3194:
< WARNING: line over 80 characters
< #3197: FILE: /tmp/f1-3182362/bgp_route.c:3197:

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 24, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TOPO4U18ARM8/TopotestDetails/ Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-10361/test

Topology Tests failed for Topotests debian 10 amd64 part 4:

2023/03/24-11:57:20  ============================= test session starts ==============================
2023/03/24-11:57:20  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-11:57:20  cachedir: .pytest_cache
2023/03/24-11:57:20  metadata: {'Python': '3.8.9', 'Platform': 'Linux-4.19.0-23-amd64-x86_64-with-glibc2.28', 'Packages': {'pytest': '6.2.2', 'pluggy': '0.13.1'}, 'Plugins': {'html': '3.2.0', 'metadata': '2.0.4', 'forked': '1.4.0', 'xdist': '2.5.0'}}
2023/03/24-11:57:20  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4DEB10AMD64/topotests, configfile: pytest.ini
2023/03/24-11:57:20  plugins: html-3.2.0, metadata-2.0.4, forked-1.4.0, xdist-2.5.0
2023/03/24-11:57:22  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-11:57:22  
2023/03/24-11:57:22  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4DEB10AMD64/topotests.xml -
2023/03/24-11:57:22  =========================== short test summary info ============================
2023/03/24-11:57:22  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-11:57:22  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-11:57:22  =============================== 1 error in 1.86s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TOPO4DEB10AMD64/TopotestLogs/log_topotests.txt
Topotests debian 10 amd64 part 4: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TOPO4DEB10AMD64/TopotestDetails/

Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-10361/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:

2023/03/24-11:57:48  ============================= test session starts ==============================
2023/03/24-11:57:48  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-11:57:48  cachedir: .pytest_cache
2023/03/24-11:57:48  metadata: {'Python': '3.8.9', 'Platform': 'Linux-5.4.0-139-generic-i686-with-glibc2.27', 'Packages': {'pytest': '6.2.2', 'pluggy': '0.13.1'}, 'Plugins': {'html': '3.2.0', 'metadata': '2.0.4', 'forked': '1.4.0', 'xdist': '2.5.0'}}
2023/03/24-11:57:48  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4U18I386/topotests, configfile: pytest.ini
2023/03/24-11:57:48  plugins: html-3.2.0, metadata-2.0.4, forked-1.4.0, xdist-2.5.0
2023/03/24-11:57:50  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-11:57:50  
2023/03/24-11:57:50  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4U18I386/topotests.xml -
2023/03/24-11:57:50  =========================== short test summary info ============================
2023/03/24-11:57:50  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-11:57:50  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-11:57:50  =============================== 1 error in 2.87s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TOPO4U18I386/TopotestLogs/log_topotests.txt
Topotests Ubuntu 18.04 i386 part 4: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TOPO4U18I386/TopotestDetails/

Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TP4U1804AMD64/TopotestDetails/

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-10361/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:

2023/03/24-11:57:22  ============================= test session starts ==============================
2023/03/24-11:57:22  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-11:57:22  cachedir: .pytest_cache
2023/03/24-11:57:22  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TP4U1804AMD64/topotests, configfile: pytest.ini
2023/03/24-11:57:22  plugins: xdist-2.5.0, forked-1.4.0
2023/03/24-11:57:24  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-11:57:24  
2023/03/24-11:57:24  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TP4U1804AMD64/topotests.xml -
2023/03/24-11:57:24  =========================== short test summary info ============================
2023/03/24-11:57:24  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-11:57:24  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-11:57:24  =============================== 1 error in 1.80s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TP4U1804AMD64/TopotestLogs/log_topotests.txt

Successful on other platforms/tests
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests debian 10 amd64 part 8
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 9
  • Addresssanitizer topotests part 4
  • Topotests debian 10 amd64 part 3
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 arm8 part 0
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 0
  • Ubuntu 16.04 deb pkg check
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 amd64 part 9
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 1
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 arm8 part 5
  • Ubuntu 20.04 deb pkg check
  • Topotests debian 10 amd64 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 amd64 part 7
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 i386 part 5
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 i386 part 0
  • CentOS 7 rpm pkg check
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests debian 10 amd64 part 7
  • Debian 9 deb pkg check
  • Topotests debian 10 amd64 part 5
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 i386 part 2
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 6
  • Ubuntu 18.04 deb pkg check

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TOPO4U18ARM8/TopotestDetails/ Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-10361/test

Topology Tests failed for Topotests debian 10 amd64 part 4:

2023/03/24-11:57:20  ============================= test session starts ==============================
2023/03/24-11:57:20  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-11:57:20  cachedir: .pytest_cache
2023/03/24-11:57:20  metadata: {'Python': '3.8.9', 'Platform': 'Linux-4.19.0-23-amd64-x86_64-with-glibc2.28', 'Packages': {'pytest': '6.2.2', 'pluggy': '0.13.1'}, 'Plugins': {'html': '3.2.0', 'metadata': '2.0.4', 'forked': '1.4.0', 'xdist': '2.5.0'}}
2023/03/24-11:57:20  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4DEB10AMD64/topotests, configfile: pytest.ini
2023/03/24-11:57:20  plugins: html-3.2.0, metadata-2.0.4, forked-1.4.0, xdist-2.5.0
2023/03/24-11:57:22  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-11:57:22  
2023/03/24-11:57:22  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4DEB10AMD64/topotests.xml -
2023/03/24-11:57:22  =========================== short test summary info ============================
2023/03/24-11:57:22  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-11:57:22  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-11:57:22  =============================== 1 error in 1.86s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TOPO4DEB10AMD64/TopotestLogs/log_topotests.txt
Topotests debian 10 amd64 part 4: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TOPO4DEB10AMD64/TopotestDetails/

Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-10361/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:

2023/03/24-11:57:48  ============================= test session starts ==============================
2023/03/24-11:57:48  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-11:57:48  cachedir: .pytest_cache
2023/03/24-11:57:48  metadata: {'Python': '3.8.9', 'Platform': 'Linux-5.4.0-139-generic-i686-with-glibc2.27', 'Packages': {'pytest': '6.2.2', 'pluggy': '0.13.1'}, 'Plugins': {'html': '3.2.0', 'metadata': '2.0.4', 'forked': '1.4.0', 'xdist': '2.5.0'}}
2023/03/24-11:57:48  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4U18I386/topotests, configfile: pytest.ini
2023/03/24-11:57:48  plugins: html-3.2.0, metadata-2.0.4, forked-1.4.0, xdist-2.5.0
2023/03/24-11:57:50  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-11:57:50  
2023/03/24-11:57:50  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TOPO4U18I386/topotests.xml -
2023/03/24-11:57:50  =========================== short test summary info ============================
2023/03/24-11:57:50  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-11:57:50  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-11:57:50  =============================== 1 error in 2.87s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TOPO4U18I386/TopotestLogs/log_topotests.txt
Topotests Ubuntu 18.04 i386 part 4: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TOPO4U18I386/TopotestDetails/

Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TP4U1804AMD64/TopotestDetails/

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-10361/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:

2023/03/24-11:57:22  ============================= test session starts ==============================
2023/03/24-11:57:22  platform linux -- Python 3.8.9, pytest-6.2.2, py-1.11.0, pluggy-0.13.1 -- /usr/local/bin/python3.8
2023/03/24-11:57:22  cachedir: .pytest_cache
2023/03/24-11:57:22  rootdir: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TP4U1804AMD64/topotests, configfile: pytest.ini
2023/03/24-11:57:22  plugins: xdist-2.5.0, forked-1.4.0
2023/03/24-11:57:24  collecting ... collected 135 items / 1 error / 134 selected
2023/03/24-11:57:24  
2023/03/24-11:57:24  - generated xml file: /root/bamboo-agent-home/xml-data/build-dir/FRR-PULLREQ2-TP4U1804AMD64/topotests.xml -
2023/03/24-11:57:24  =========================== short test summary info ============================
2023/03/24-11:57:24  ERROR bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
2023/03/24-11:57:24  !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
2023/03/24-11:57:24  =============================== 1 error in 1.80s ===============================

see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10361/artifact/TP4U1804AMD64/TopotestLogs/log_topotests.txt

Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #3189: FILE: /tmp/f1-3851882/bgp_route.c:3189:
< WARNING: Block comments use a trailing */ on a separate line
< #3192: FILE: /tmp/f1-3851882/bgp_route.c:3192:
< WARNING: line over 80 characters
< #3194: FILE: /tmp/f1-3851882/bgp_route.c:3194:
< WARNING: line over 80 characters
< #3197: FILE: /tmp/f1-3851882/bgp_route.c:3197:

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 24, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

Test incomplete. See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10373/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

Topotests debian 10 amd64 part 8: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO8DEB10AMD64-10373/test

Topology Tests failed for Topotests debian 10 amd64 part 8
see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10373/artifact/TOPO8DEB10AMD64/TopotestLogs/log_topotests.txt

Addresssanitizer topotests part 7: Incomplete (check logs for details)
Successful on other platforms/tests
  • Topotests debian 10 amd64 part 3
  • Addresssanitizer topotests part 0
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 4
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 9
  • Ubuntu 20.04 deb pkg check
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Addresssanitizer topotests part 4
  • Topotests Ubuntu 18.04 amd64 part 9
  • Debian 9 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 8
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 i386 part 9
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 1
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 amd64 part 8
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests Ubuntu 18.04 i386 part 1
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 6
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 2
  • Fedora 29 rpm pkg check
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 9
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 arm8 part 7
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 amd64 part 3
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 2

@pguibert6WIND
Copy link
Member Author

ci:rerun

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 27, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

Test incomplete. See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10379/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

Topotests Ubuntu 18.04 amd64 part 5: Incomplete (check logs for details)
Addresssanitizer topotests part 3: Incomplete (check logs for details)
Successful on other platforms/tests
  • Topotests Ubuntu 18.04 arm8 part 4
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 9
  • Ubuntu 20.04 deb pkg check
  • Debian 9 deb pkg check
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 i386 part 3
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests debian 10 amd64 part 4
  • Addresssanitizer topotests part 7
  • Addresssanitizer topotests part 4
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 0
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 3
  • Addresssanitizer topotests part 0
  • Topotests Ubuntu 18.04 i386 part 6
  • Addresssanitizer topotests part 2
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 5
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 8
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 7
  • Fedora 29 rpm pkg check
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests debian 10 amd64 part 8

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 27, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

Test incomplete. See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10385/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

Addresssanitizer topotests part 4: Incomplete (check logs for details)
Topotests Ubuntu 18.04 i386 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18I386-10385/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9
see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10385/artifact/TOPO9U18I386/TopotestLogs/log_topotests.txt
Topotests Ubuntu 18.04 i386 part 9: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10385/artifact/TOPO9U18I386/TopotestDetails/

Successful on other platforms/tests
  • Debian 9 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 1
  • Ubuntu 18.04 deb pkg check
  • Addresssanitizer topotests part 1
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 8
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 amd64 part 9
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests debian 10 amd64 part 1
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests debian 10 amd64 part 2
  • Addresssanitizer topotests part 0
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 3
  • Topotests debian 10 amd64 part 5
  • Topotests debian 10 amd64 part 0
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 amd64 part 4
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 5
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 i386 part 0
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 3
  • CentOS 7 rpm pkg check
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests debian 10 amd64 part 9
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 arm8 part 9
  • Topotests Ubuntu 18.04 amd64 part 3

@pguibert6WIND
Copy link
Member Author

ci:rerun

doc/user/bgp.rst Outdated
*bgpd* supports labeled information, as per :rfc:`3107`. By default, locally
advertised prefixes use the `implicit-null` label to encode in the outgoing
NLRI. The following command uses the `explicit-null` label value for all
the BGP instance.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instances?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

doc/user/bgp.rst Outdated

*bgpd* supports labeled information, as per :rfc:`3107`. By default, locally
advertised prefixes use the `implicit-null` label to encode in the outgoing
NLRI. The following command uses the `explicit-null` label value for all
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, we need this definition under the bgp labeled-unicast explicit-null command, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved By default ... for all.. under the command.

Copy link
Member

@ton31337 ton31337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some doc changes, and LGTM despite that.

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 27, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

Test incomplete. See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10389/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

Topotests Ubuntu 18.04 amd64 part 2: Incomplete (check logs for details)
Successful on other platforms/tests
  • Addresssanitizer topotests part 1
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 0
  • Debian 9 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 8
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests Ubuntu 18.04 amd64 part 6
  • Ubuntu 18.04 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Addresssanitizer topotests part 6
  • Debian 10 deb pkg check
  • Topotests debian 10 amd64 part 1
  • Addresssanitizer topotests part 5
  • Addresssanitizer topotests part 4
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests debian 10 amd64 part 5
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 i386 part 1
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 arm8 part 6
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 7
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • CentOS 7 rpm pkg check
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests Ubuntu 18.04 arm8 part 4
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 arm8 part 9
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 amd64 part 0

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 28, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

Test incomplete. See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10403/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

Topotests Ubuntu 18.04 amd64 part 1: Incomplete (check logs for details)
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10403/artifact/TOPO9U18ARM8/TopotestDetails/ Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Successful on other platforms/tests
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 arm8 part 5
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 9
  • Addresssanitizer topotests part 6
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 2
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests debian 10 amd64 part 3
  • Addresssanitizer topotests part 0
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests debian 10 amd64 part 5
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests debian 10 amd64 part 4
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 4
  • Topotests debian 10 amd64 part 9
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 i386 part 7
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 amd64 part 2
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests debian 10 amd64 part 8
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 arm8 part 4
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 0
  • Debian 10 deb pkg check
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 7
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 9

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 28, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

Test incomplete. See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10405/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

Topotests Ubuntu 18.04 amd64 part 1: Incomplete (check logs for details)
Addresssanitizer topotests part 5: Incomplete (check logs for details)
Successful on other platforms/tests
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests Ubuntu 18.04 i386 part 9
  • Addresssanitizer topotests part 6
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests debian 10 amd64 part 2
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 8
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 6
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 6
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Addresssanitizer topotests part 4
  • Debian 9 deb pkg check
  • Topotests debian 10 amd64 part 5
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 arm8 part 8
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 amd64 part 2
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 i386 part 1
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 arm8 part 9
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 5
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 0
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 2
  • Fedora 29 rpm pkg check
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 9
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 i386 part 3

@pguibert6WIND
Copy link
Member Author

ci:rerun

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 28, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

Test incomplete. See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10411/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

Topotests Ubuntu 18.04 i386 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18I386-10411/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9
see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10411/artifact/TOPO9U18I386/TopotestLogs/log_topotests.txt
Topotests Ubuntu 18.04 i386 part 9: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10411/artifact/TOPO9U18I386/TopotestDetails/

Topotests Ubuntu 18.04 arm8 part 0: Incomplete (check logs for details)
Topotests Ubuntu 18.04 arm8 part 6: Incomplete (check logs for details)
Topotests Ubuntu 18.04 amd64 part 6: Incomplete (check logs for details)
Topotests Ubuntu 18.04 arm8 part 8: Incomplete (check logs for details)
Addresssanitizer topotests part 4: Incomplete (check logs for details)
Addresssanitizer topotests part 5: Incomplete (check logs for details)
Topotests Ubuntu 18.04 amd64 part 2: Incomplete (check logs for details)
Successful on other platforms/tests
  • Addresssanitizer topotests part 6
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 arm8 part 5
  • CentOS 7 rpm pkg check
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 2
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 0
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests Ubuntu 18.04 i386 part 5
  • Ubuntu 18.04 deb pkg check
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests debian 10 amd64 part 5
  • Topotests debian 10 amd64 part 4
  • Topotests debian 10 amd64 part 9
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests debian 10 amd64 part 3
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 arm8 part 4
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 arm8 part 9
  • Ubuntu 20.04 deb pkg check
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 5
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 9
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 8
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 9

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 31, 2023

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10411/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #3189: FILE: /tmp/f1-2303736/bgp_route.c:3189:
< WARNING: Block comments use a trailing */ on a separate line
< #3192: FILE: /tmp/f1-2303736/bgp_route.c:3192:
< WARNING: line over 80 characters
< #3194: FILE: /tmp/f1-2303736/bgp_route.c:3194:
< WARNING: line over 80 characters
< #3197: FILE: /tmp/f1-2303736/bgp_route.c:3197:

@ton31337
Copy link
Member

ton31337 commented Apr 2, 2023

@frrbot rereview

@ton31337
Copy link
Member

ton31337 commented Apr 2, 2023

@pguibert6WIND could you fix CI additional warnings before merging?

@pguibert6WIND
Copy link
Member Author

@pguibert6WIND could you fix CI additional warnings before merging?

done

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 3, 2023

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10601/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #3192: FILE: /tmp/f1-1192241/bgp_route.c:3192:
< WARNING: Block comments use a trailing */ on a separate line
< #3195: FILE: /tmp/f1-1192241/bgp_route.c:3195:
< WARNING: line over 80 characters
< #3197: FILE: /tmp/f1-1192241/bgp_route.c:3197:
< WARNING: line over 80 characters
< #3200: FILE: /tmp/f1-1192241/bgp_route.c:3200:

@ton31337
Copy link
Member

ton31337 commented Apr 5, 2023

@pguibert6WIND CI warnings still exist (at least 100% for trailing comments tag).

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 11, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Failed

Ubuntu 18.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm8 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

pimd/pim6_mld.c:1009:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
ospfd/ospf_vty.c: In function show_ip_ospf_neighbour_brief:
ospfd/ospf_vty.c:4418:3: note: #pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter
cc1: all warnings being treated as errors
Makefile:9786: recipe for target 'bgpd/bgp_route.o' failed
make[1]: *** [bgpd/bgp_route.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 18.04 arm8 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U18ARM8BUILD/config.log/config.log.gz
Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U18ARM8BUILD/config.status/config.status

Debian 9 amd64 build: Failed (click for details) Debian 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI021BUILD/config.log/config.log.gz Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI021BUILD/config.status/config.status

Make failed for Debian 9 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI021BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.10780/frr-source/doc/user/affinitymap.rst:: WARNING: document isn't included in any toctree
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:9786: recipe for target 'bgpd/bgp_route.o' failed
make[1]: *** [bgpd/bgp_route.o] Error 1
ospfd/ospf_vty.c: In function show_ip_ospf_neighbour_brief:
ospfd/ospf_vty.c:4418:3: note: #pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter
pimd/pim6_mld.c:349:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U2004AMD64BUILD/config.log/config.log.gz

Make failed for Ubuntu 20.04 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

 1009 |    CPP_NOTICE("need S,G PRUNE => NO_INFO transition here");
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
 3126 |  mpls_label_t mpls_label_null;
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10468: bgpd/bgp_route.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10780/frr-source'
make: *** [Makefile:6379: all] Error 2

Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U2004AMD64BUILD/config.status/config.status

Ubuntu 18.04 ppc64le build: Failed (click for details) Ubuntu 18.04 ppc64le build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U1804PPC64LEBUILD/config.log/config.log.gz Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U1804PPC64LEBUILD/config.status/config.status

Make failed for Ubuntu 18.04 ppc64le build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

pimd/pim6_mld.c:1009:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:9786: recipe for target 'bgpd/bgp_route.o' failed
make[1]: *** [bgpd/bgp_route.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.10780/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5703: recipe for target 'all' failed
Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U22AMD64BUILD/config.log/config.log.gz

Make failed for Ubuntu 22.04 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/stream.h:13,
bgpd/bgp_route.c: In function bgp_process_main_one:
./lib/mpls.h:155:28: error: mpls_label_null may be used uninitialized [-Werror=maybe-uninitialized]
bgpd/bgp_route.c:3126:22: note: mpls_label_null was declared here
 3126 |         mpls_label_t mpls_label_null;
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10471: bgpd/bgp_route.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10780/frr-source'

Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U22AMD64BUILD/config.status/config.status

Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/DEB10BUILD/config.status/config.status

Make failed for Debian 10 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/DEB10BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.10780/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10468: bgpd/bgp_route.o] Error 1
ospfd/ospf_vty.c: In function show_ip_ospf_neighbour_brief:
ospfd/ospf_vty.c:4418:3: note: #pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter
pimd/pim6_mld.c:349:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");

Debian 10 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/DEB10BUILD/config.log/config.log.gz

Ubuntu 18.04 arm7 build: Failed (click for details) Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U18ARM7BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm7 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

pimd/pim6_mld.c:1009:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
ospfd/ospf_vty.c: In function show_ip_ospf_neighbour_brief:
ospfd/ospf_vty.c:4418:3: note: #pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter
cc1: all warnings being treated as errors
Makefile:9786: recipe for target 'bgpd/bgp_route.o' failed
make[1]: *** [bgpd/bgp_route.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/RH9BUILD/config.status/config.status

Make failed for Redhat 9 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/RH9BUILD/ErrorLog/log_make.txt)

In file included from ./lib/stream.h:13,
bgpd/bgp_route.c: In function bgp_process_main_one:
./lib/mpls.h:155:28: error: mpls_label_null may be used uninitialized [-Werror=maybe-uninitialized]
bgpd/bgp_route.c:3126:22: note: mpls_label_null was declared here
 3126 |         mpls_label_t mpls_label_null;
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10468: bgpd/bgp_route.o] Error 1
ospfd/ospf_vty.c: In function show_ip_ospf_neighbour_brief:
ospfd/ospf_vty.c:4418:17: note: #pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter

Redhat 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/RH9BUILD/config.log/config.log.gz

Ubuntu 16.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm7 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI101BUILD/ErrorLog/log_make.txt)

pimd/pim6_mld.c:1009:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
ospfd/ospf_vty.c: In function show_ip_ospf_neighbour_brief:
ospfd/ospf_vty.c:4418:3: note: #pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter
cc1: all warnings being treated as errors
Makefile:9786: recipe for target 'bgpd/bgp_route.o' failed
make[1]: *** [bgpd/bgp_route.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 16.04 arm7 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI101BUILD/config.log/config.log.gz
Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI101BUILD/config.status/config.status

Ubuntu 16.04 i386 build: Failed (click for details) Ubuntu 16.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U1604I386/config.status/config.status

Make failed for Ubuntu 16.04 i386 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U1604I386/ErrorLog/log_make.txt)

pimd/pim6_mld.c:1009:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:9786: recipe for target 'bgpd/bgp_route.o' failed
make[1]: *** [bgpd/bgp_route.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.10780/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5703: recipe for target 'all' failed
Ubuntu 18.04 amd64 build: Failed (click for details) Ubuntu 18.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U1804AMD64/config.status/config.status

Make failed for Ubuntu 18.04 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U1804AMD64/ErrorLog/log_make.txt)

pimd/pim6_mld.c:1009:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:9786: recipe for target 'bgpd/bgp_route.o' failed
make[1]: *** [bgpd/bgp_route.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.10780/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5703: recipe for target 'all' failed
FreeBSD 11 amd64 build: Failed (click for details) FreeBSD 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI009BUILD/config.log/config.log.gz FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI009BUILD/config.status/config.status

Make failed for FreeBSD 11 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI009BUILD/ErrorLog/log_make.txt)

In file included from ./lib/stream.h:13,
bgpd/bgp_route.c: In function 'bgp_process_main_one':
./lib/mpls.h:155:21: error: 'mpls_label_null' may be used uninitialized in this function [-Werror=maybe-uninitialized]
bgpd/bgp_route.c:3126:15: note: 'mpls_label_null' was declared here
 3126 |  mpls_label_t mpls_label_null;
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:10470: bgpd/bgp_route.o] Error 1
ospfd/ospf_vty.c: In function 'show_ip_ospf_neighbour_brief':
ospfd/ospf_vty.c:4418:3: note: '#pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter'
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/DEB11AMD64/config.log/config.log.gz

Make failed for Debian 11 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/DEB11AMD64/ErrorLog/log_make.txt)

In file included from ./lib/stream.h:13,
bgpd/bgp_route.c: In function bgp_process_main_one:
./lib/mpls.h:155:21: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
bgpd/bgp_route.c:3126:15: note: mpls_label_null was declared here
 3126 |  mpls_label_t mpls_label_null;
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10471: bgpd/bgp_route.o] Error 1
ospfd/ospf_vty.c: In function show_ip_ospf_neighbour_brief:
ospfd/ospf_vty.c:4418:3: note: #pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter

Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/DEB11AMD64/config.status/config.status

FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/FBSD12AMD64/config.status/config.status

Make failed for FreeBSD 12 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.10780/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
bgpd/bgp_route.c: In function 'bgp_process_main_one':
bgpd/bgp_route.c:3126:15: error: 'mpls_label_null' may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:10467: bgpd/bgp_route.o] Error 1
ospfd/ospf_vty.c: In function 'show_ip_ospf_neighbour_brief':
ospfd/ospf_vty.c:4418:3: note: #pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter
gmake[1]: Leaving directory '/usr/home/ci/cibuild.10780/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U16ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm8 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

pimd/pim6_mld.c:1009:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:9786: recipe for target 'bgpd/bgp_route.o' failed
make[1]: *** [bgpd/bgp_route.o] Error 1
ospfd/ospf_vty.c: In function show_ip_ospf_neighbour_brief:
ospfd/ospf_vty.c:4418:3: note: #pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter
make[1]: Target 'all-am' not remade because of errors.
Ubuntu 16.04 amd64 build: Failed (click for details) Ubuntu 16.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI014BUILD/config.status/config.status

Make failed for Ubuntu 16.04 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/CI014BUILD/ErrorLog/log_make.txt)

pimd/pim6_mld.c:1009:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:9786: recipe for target 'bgpd/bgp_route.o' failed
make[1]: *** [bgpd/bgp_route.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10780/frr-source'
Makefile:5703: recipe for target 'all' failed
Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/REDHAT8/config.status/config.status

Make failed for Redhat 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/REDHAT8/ErrorLog/log_make.txt)

/home/ci/cibuild.10780/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10467: bgpd/bgp_route.o] Error 1
ospfd/ospf_vty.c: In function show_ip_ospf_neighbour_brief:
ospfd/ospf_vty.c:4418:3: note: #pragma message: Remove show_ip_ospf_neighbor_sub() JSON keys: priority, state, deadTimeMsecs, address, retransmitCounter, requestCounter, dbSummaryCounter
pimd/pim6_mld.c:349:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");

Redhat 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/REDHAT8/config.log/config.log.gz

Ubuntu 18.04 i386 build: Failed (click for details)

Make failed for Ubuntu 18.04 i386 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U18I386BUILD/ErrorLog/log_make.txt)

pimd/pim6_mld.c:1009:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
bgpd/bgp_route.c: In function bgp_process_main_one:
bgpd/bgp_route.c:3126:15: error: mpls_label_null may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:9786: recipe for target 'bgpd/bgp_route.o' failed
make[1]: *** [bgpd/bgp_route.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.10780/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5703: recipe for target 'all' failed

Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U18I386BUILD/config.status/config.status
Ubuntu 18.04 i386 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10780/artifact/U18I386BUILD/config.log/config.log.gz

Successful on other platforms/tests
  • CentOS 7 amd64 build
  • OpenBSD 7 amd64 build

In BGP labeled unicast address-family, it is not possible to
send explicit-null label values with redistributed or network
declared prefixes.
A new CLI command is introduced:

  > [no] bgp labeled-unicast explicit-null

When used, the explicit-null value for IPv4 ('0' value) or
IPv6 ('2' value) will be used.
It is necessary to reconfigure the networks or the
redistribution in order to inherit this new behaviour.

Add the documentation.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
The test ensures that the incoming prefixes are received with
the appropriate label value, and that connectivity is ensured
between prefixes.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 11, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10793/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 i386 part 5: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO5U18I386-10793/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5
see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10793/artifact/TOPO5U18I386/TopotestLogs/log_topotests.txt
Topotests Ubuntu 18.04 i386 part 5: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10793/artifact/TOPO5U18I386/TopotestDetails/

Successful on other platforms/tests
  • CentOS 7 rpm pkg check
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 7
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests debian 10 amd64 part 2
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 6
  • Ubuntu 18.04 deb pkg check
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Debian 9 deb pkg check
  • Topotests debian 10 amd64 part 5
  • Addresssanitizer topotests part 8
  • Topotests debian 10 amd64 part 4
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 8
  • Addresssanitizer topotests part 7
  • Addresssanitizer topotests part 4
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 amd64 part 3
  • Ubuntu 16.04 deb pkg check
  • Topotests debian 10 amd64 part 8
  • Addresssanitizer topotests part 0
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests Ubuntu 18.04 arm8 part 9
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 0
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 i386 part 3
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 amd64 part 9

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10793/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

@ton31337 ton31337 merged commit 55ca7c6 into FRRouting:master Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants