frr icon indicating copy to clipboard operation
frr copied to clipboard

pbrd: add vty support for vlan filtering and send to zebra.

Open elimbaum opened this issue 3 years ago • 44 comments

This adds VTY and initial Zebra support for VLAN filters. Since the kernel PBR facilities do not provide any way of matching on VLAN fields, another provider may be required (i.e. netfilter).

Signed-off-by: Eli Baum [email protected]

elimbaum avatar Sep 30 '21 17:09 elimbaum

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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: Failed

Checkout code: Failed (click for details)

PullReq merge failed. Please rebase your branch: see merge log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-441/artifact/CHECKOUT/ErrorLog/log_merge.txt

NetDEF-CI avatar Sep 30 '21 17:09 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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: Failed

Checkout code: Failed (click for details)

PullReq merge failed. Please rebase your branch: see merge log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-446/artifact/CHECKOUT/ErrorLog/log_merge.txt

NetDEF-CI avatar Sep 30 '21 18:09 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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) Ubuntu 18.04 arm8 build: No useful log found
Ubuntu 18.04 ppc64le build: Failed (click for details) Ubuntu 18.04 ppc64le build: No useful log found
Ubuntu 18.04 arm7 build: Failed (click for details) Ubuntu 18.04 arm7 build: No useful log found
Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: No useful log found
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: No useful log found
Successful on other platforms/tests
  • Ubuntu 20.04 amd64 build
  • Debian 9 amd64 build
  • CentOS 8 amd64 build
  • Fedora 29 amd64 build
  • Debian 10 amd64 build
  • CentOS 7 amd64 build
  • Debian 11 amd64 build
  • Ubuntu 16.04 i386 build
  • Ubuntu 18.04 amd64 build
  • FreeBSD 11 amd64 build
  • NetBSD 8 amd64 build
  • FreeBSD 12 amd64 build
  • Ubuntu 16.04 amd64 build
  • Ubuntu 18.04 i386 build
  • OpenBSD 6 amd64 build

Warnings Generated during build:

Checkout code: Successful with additional warnings
Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: No useful log found
Ubuntu 18.04 ppc64le build: Failed (click for details) Ubuntu 18.04 ppc64le build: No useful log found
Ubuntu 18.04 arm7 build: Failed (click for details) Ubuntu 18.04 arm7 build: No useful log found
Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: No useful log found
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: No useful log found
<stdin>:131: trailing whitespace.
	
<stdin>:196: trailing whitespace.
	
<stdin>:352: space before tab in indent.
	  		<A.B.C.D|X:X::X:X>$addr [INTERFACE$intf]\
<stdin>:353: space before tab in indent.
	  		|INTERFACE$intf\
<stdin>:383: space before tab in indent.
	  		<A.B.C.D|X:X::X:X>$addr [INTERFACE$intf]\
warning: squelched 9 whitespace errors
warning: 14 lines add whitespace errors.
Report for pbr.h | 4 issues
===============================================
< WARNING: please, no space before tabs
< #4: FILE: /tmp/f1-14715/pbr.h:4:
< WARNING: line over 80 characters
< #5: FILE: /tmp/f1-14715/pbr.h:5:
Report for pbr_map.c | 10 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-14715/pbr_map.c:6:
< ERROR: trailing whitespace
< #181: FILE: /tmp/f1-14715/pbr_map.c:181:
< ERROR: that open brace { should be on the previous line
< #182: FILE: /tmp/f1-14715/pbr_map.c:182:
< WARNING: line over 80 characters
< #333: FILE: /tmp/f1-14715/pbr_map.c:333:
< ERROR: trailing whitespace
< #650: FILE: /tmp/f1-14715/pbr_map.c:650:
Report for pbr_vty.c | 96 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-14715/pbr_vty.c:6:
< WARNING: line over 80 characters
< #7: FILE: /tmp/f1-14715/pbr_vty.c:7:
< ERROR: code indent should use tabs where possible
< #54: FILE: /tmp/f1-14715/pbr_vty.c:54:
< WARNING: please, no spaces at the start of a line
< #54: FILE: /tmp/f1-14715/pbr_vty.c:54:
< ERROR: space required before the open brace '{'
< #54: FILE: /tmp/f1-14715/pbr_vty.c:54:
< ERROR: space required before the open parenthesis '('
< #54: FILE: /tmp/f1-14715/pbr_vty.c:54:
< ERROR: space required before the open parenthesis '('
< #55: FILE: /tmp/f1-14715/pbr_vty.c:55:
< ERROR: space required before the open parenthesis '('
< #57: FILE: /tmp/f1-14715/pbr_vty.c:57:
< ERROR: space required after that ',' (ctx:VxV)
< #58: FILE: /tmp/f1-14715/pbr_vty.c:58:
< ERROR: code indent should use tabs where possible
< #71: FILE: /tmp/f1-14715/pbr_vty.c:71:
< WARNING: please, no spaces at the start of a line
< #71: FILE: /tmp/f1-14715/pbr_vty.c:71:
< ERROR: space required before the open brace '{'
< #71: FILE: /tmp/f1-14715/pbr_vty.c:71:
< ERROR: space required before the open parenthesis '('
< #71: FILE: /tmp/f1-14715/pbr_vty.c:71:
< ERROR: space required before the open brace '{'
< #72: FILE: /tmp/f1-14715/pbr_vty.c:72:
< ERROR: space required before the open parenthesis '('
< #72: FILE: /tmp/f1-14715/pbr_vty.c:72:
< ERROR: space required after that close brace '}'
< #74: FILE: /tmp/f1-14715/pbr_vty.c:74:
< ERROR: space required before the open brace '{'
< #76: FILE: /tmp/f1-14715/pbr_vty.c:76:
< ERROR: space required before the open parenthesis '('
< #76: FILE: /tmp/f1-14715/pbr_vty.c:76:
< WARNING: suspect code indent for conditional statements (32, 48)
< #77: FILE: /tmp/f1-14715/pbr_vty.c:77:
< ERROR: space required before the open brace '{'
< #77: FILE: /tmp/f1-14715/pbr_vty.c:77:
< ERROR: space required before the open parenthesis '('
< #77: FILE: /tmp/f1-14715/pbr_vty.c:77:
< WARNING: braces {} are not necessary for single statement blocks
< #77: FILE: /tmp/f1-14715/pbr_vty.c:77:
< WARNING: line over 80 characters
< #78: FILE: /tmp/f1-14715/pbr_vty.c:78:
< ERROR: space required after that ',' (ctx:VxV)
< #78: FILE: /tmp/f1-14715/pbr_vty.c:78:
< ERROR: space required after that ',' (ctx:VxV)
< #78: FILE: /tmp/f1-14715/pbr_vty.c:78:
< WARNING: braces {} are not necessary for single statement blocks
< #97: FILE: /tmp/f1-14715/pbr_vty.c:97:
< WARNING: braces {} are not necessary for any arm of this statement
< #102: FILE: /tmp/f1-14715/pbr_vty.c:102:
< WARNING: line over 80 characters
< #105: FILE: /tmp/f1-14715/pbr_vty.c:105:
< WARNING: line over 80 characters
< #107: FILE: /tmp/f1-14715/pbr_vty.c:107:
< WARNING: line over 80 characters
< #180: FILE: /tmp/f1-14715/pbr_vty.c:180:
< WARNING: suspect code indent for conditional statements (8, 8)
< #600: FILE: /tmp/f1-14715/pbr_vty.c:600:
< ERROR: code indent should use tabs where possible
< #601: FILE: /tmp/f1-14715/pbr_vty.c:601:
< WARNING: please, no spaces at the start of a line
< #601: FILE: /tmp/f1-14715/pbr_vty.c:601:
< WARNING: please, no spaces at the start of a line
< #614: FILE: /tmp/f1-14715/pbr_vty.c:614:
< ERROR: space required before the open parenthesis '('
< #846: FILE: /tmp/f1-14715/pbr_vty.c:846:
< WARNING: line over 80 characters
< #847: FILE: /tmp/f1-14715/pbr_vty.c:847:
< ERROR: space required before the open parenthesis '('
< #848: FILE: /tmp/f1-14715/pbr_vty.c:848:
< ERROR: space required before the open parenthesis '('
< #850: FILE: /tmp/f1-14715/pbr_vty.c:850:
< ERROR: space required before the open parenthesis '('
< #852: FILE: /tmp/f1-14715/pbr_vty.c:852:
< ERROR: code indent should use tabs where possible
< #854: FILE: /tmp/f1-14715/pbr_vty.c:854:
< ERROR: space required before the open parenthesis '('
< #1264: FILE: /tmp/f1-14715/pbr_vty.c:1264:
< ERROR: space required after that ',' (ctx:VxV)
< #1266: FILE: /tmp/f1-14715/pbr_vty.c:1266:
< ERROR: space required before the open parenthesis '('
< #1267: FILE: /tmp/f1-14715/pbr_vty.c:1267:
< ERROR: space required after that ',' (ctx:VxV)
< #1268: FILE: /tmp/f1-14715/pbr_vty.c:1268:
< ERROR: space required before the open parenthesis '('
< #1269: FILE: /tmp/f1-14715/pbr_vty.c:1269:
< ERROR: space required after that ',' (ctx:VxV)
< #1270: FILE: /tmp/f1-14715/pbr_vty.c:1270:
< ERROR: space required before the open parenthesis '('
< #1271: FILE: /tmp/f1-14715/pbr_vty.c:1271:
< ERROR: space required after that ',' (ctx:VxV)
< #1272: FILE: /tmp/f1-14715/pbr_vty.c:1272:
Report for pbr_zebra.c | 14 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-14715/pbr_zebra.c:6:
< WARNING: line over 80 characters
< #7: FILE: /tmp/f1-14715/pbr_zebra.c:7:
< ERROR: trailing whitespace
< #248: FILE: /tmp/f1-14715/pbr_zebra.c:248:
< ERROR: trailing whitespace
< #251: FILE: /tmp/f1-14715/pbr_zebra.c:251:
< ERROR: trailing whitespace
< #495: FILE: /tmp/f1-14715/pbr_zebra.c:495:
< ERROR: space required after that ',' (ctx:VxV)
< #549: FILE: /tmp/f1-14715/pbr_zebra.c:549:
< WARNING: Missing a blank line after declarations
< #577: FILE: /tmp/f1-14715/pbr_zebra.c:577:
Report for zapi_msg.c | 8 issues
===============================================
< WARNING: please, no space before tabs
< #7: FILE: /tmp/f1-14715/zapi_msg.c:7:
< WARNING: line over 80 characters
< #8: FILE: /tmp/f1-14715/zapi_msg.c:8:
< ERROR: trailing whitespace
< #3208: FILE: /tmp/f1-14715/zapi_msg.c:3208:
< ERROR: trailing whitespace
< #3258: FILE: /tmp/f1-14715/zapi_msg.c:3258:
Report for zebra_dplane.c | 6 issues
===============================================
< WARNING: please, no space before tabs
< #5: FILE: /tmp/f1-14715/zebra_dplane.c:5:
< WARNING: line over 80 characters
< #6: FILE: /tmp/f1-14715/zebra_dplane.c:6:
< ERROR: trailing whitespace
< #5604: FILE: /tmp/f1-14715/zebra_dplane.c:5604:
Report for zebra_pbr.c | 12 issues
===============================================
< WARNING: please, no space before tabs
< #4: FILE: /tmp/f1-14715/zebra_pbr.c:4:
< WARNING: line over 80 characters
< #5: FILE: /tmp/f1-14715/zebra_pbr.c:5:
< WARNING: line over 80 characters
< #178: FILE: /tmp/f1-14715/zebra_pbr.c:178:
< ERROR: trailing whitespace
< #228: FILE: /tmp/f1-14715/zebra_pbr.c:228:
< ERROR: trailing whitespace
< #258: FILE: /tmp/f1-14715/zebra_pbr.c:258:
< ERROR: trailing whitespace
< #492: FILE: /tmp/f1-14715/zebra_pbr.c:492:

NetDEF-CI avatar Sep 30 '21 18:09 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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) Ubuntu 18.04 arm8 build: No useful log found
Ubuntu 18.04 ppc64le build: Failed (click for details) Ubuntu 18.04 ppc64le build: No useful log found
Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: No useful log found
Ubuntu 18.04 arm7 build: Failed (click for details) Ubuntu 18.04 arm7 build: No useful log found
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: No useful log found
Successful on other platforms/tests
  • CentOS 8 amd64 build
  • Fedora 29 amd64 build
  • Debian 9 amd64 build
  • Ubuntu 20.04 amd64 build
  • Debian 10 amd64 build
  • CentOS 7 amd64 build
  • Debian 11 amd64 build
  • Ubuntu 16.04 i386 build
  • Ubuntu 18.04 amd64 build
  • Ubuntu 16.04 amd64 build
  • FreeBSD 11 amd64 build
  • OpenBSD 6 amd64 build
  • FreeBSD 12 amd64 build
  • NetBSD 8 amd64 build
  • Ubuntu 18.04 i386 build

Warnings Generated during build:

Checkout code: Successful with additional warnings
Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: No useful log found
Ubuntu 18.04 ppc64le build: Failed (click for details) Ubuntu 18.04 ppc64le build: No useful log found
Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: No useful log found
Ubuntu 18.04 arm7 build: Failed (click for details) Ubuntu 18.04 arm7 build: No useful log found
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: No useful log found
<stdin>:329: space before tab in indent.
	  		<A.B.C.D|X:X::X:X>$addr [INTERFACE$intf]\
<stdin>:330: space before tab in indent.
	  		|INTERFACE$intf\
<stdin>:342: space before tab in indent.
	  		<A.B.C.D|X:X::X:X>$addr [INTERFACE$intf]\
warning: 3 lines add whitespace errors.
Report for pbr.h | 2 issues
===============================================
< WARNING: please, no space before tabs
< #4: FILE: /tmp/f1-29915/pbr.h:4:
Report for pbr_map.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-29915/pbr_map.c:6:
Report for pbr_vty.c | 8 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-29915/pbr_vty.c:6:
< WARNING: Missing a blank line after declarations
< #53: FILE: /tmp/f1-29915/pbr_vty.c:53:
< WARNING: Missing a blank line after declarations
< #70: FILE: /tmp/f1-29915/pbr_vty.c:70:
< WARNING: braces {} are not necessary for single statement blocks
< #97: FILE: /tmp/f1-29915/pbr_vty.c:97:
Report for pbr_zebra.c | 4 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-29915/pbr_zebra.c:6:
< WARNING: Missing a blank line after declarations
< #577: FILE: /tmp/f1-29915/pbr_zebra.c:577:
Report for zapi_msg.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #7: FILE: /tmp/f1-29915/zapi_msg.c:7:
Report for zebra_dplane.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #5: FILE: /tmp/f1-29915/zebra_dplane.c:5:
Report for zebra_pbr.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #4: FILE: /tmp/f1-29915/zebra_pbr.c:4:

NetDEF-CI avatar Sep 30 '21 18:09 NetDEF-CI

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/9705 55667b4d
Date 09/30/2021
Start 15:44:14
Finish 16:10:27
Run-Time 26:13
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-09-30-15:44:14.txt
Log autoscript-2021-09-30-15:45:27.log.bz2
Memory 512 492 429

For details, please contact louberger

LabN-CI avatar Sep 30 '21 20:09 LabN-CI

CI:rerun

mwinter-osr avatar Sep 30 '21 21:09 mwinter-osr

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 9: Failed (click for details) Topotests debian 10 amd64 part 9: No useful log found
Successful on other platforms/tests
  • 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 debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 arm8 part 6
  • 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
  • Topotests Ubuntu 18.04 arm8 part 7
  • Fedora 29 rpm pkg check
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 9
  • Topotests debian 10 amd64 part 5
  • 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 Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests debian 10 amd64 part 8
  • IPv6 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 6
  • Addresssanitizer topotests part 0
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 arm8 part 9
  • Ubuntu 18.04 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Debian 10 deb pkg check
  • IPv4 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 i386 part 9
  • Addresssanitizer topotests part 4
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 8
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 arm8 part 5
  • Addresssanitizer topotests part 7
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests debian 10 amd64 part 1
  • Static analyzer (clang)
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 arm8 part 0
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 8
  • Ubuntu 16.04 deb pkg check

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests debian 10 amd64 part 9: Failed (click for details) Topotests debian 10 amd64 part 9: No useful log found
<stdin>:329: space before tab in indent.
	  		<A.B.C.D|X:X::X:X>$addr [INTERFACE$intf]\
<stdin>:330: space before tab in indent.
	  		|INTERFACE$intf\
<stdin>:342: space before tab in indent.
	  		<A.B.C.D|X:X::X:X>$addr [INTERFACE$intf]\
warning: 3 lines add whitespace errors.
Report for pbr.h | 2 issues
===============================================
< WARNING: please, no space before tabs
< #4: FILE: /tmp/f1-3869/pbr.h:4:
Report for pbr_map.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-3869/pbr_map.c:6:
Report for pbr_vty.c | 8 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-3869/pbr_vty.c:6:
< WARNING: Missing a blank line after declarations
< #53: FILE: /tmp/f1-3869/pbr_vty.c:53:
< WARNING: Missing a blank line after declarations
< #70: FILE: /tmp/f1-3869/pbr_vty.c:70:
< WARNING: braces {} are not necessary for single statement blocks
< #97: FILE: /tmp/f1-3869/pbr_vty.c:97:
Report for pbr_zebra.c | 4 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-3869/pbr_zebra.c:6:
< WARNING: Missing a blank line after declarations
< #577: FILE: /tmp/f1-3869/pbr_zebra.c:577:
Report for zapi_msg.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #7: FILE: /tmp/f1-3869/zapi_msg.c:7:
Report for zebra_dplane.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #5: FILE: /tmp/f1-3869/zebra_dplane.c:5:
Report for zebra_pbr.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #4: FILE: /tmp/f1-3869/zebra_pbr.c:4:

NetDEF-CI avatar Oct 01 '21 00:10 NetDEF-CI

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/9705 34e4270d
Date 10/01/2021
Start 09:58:01
Finish 10:24:09
Run-Time 26:08
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-10-01-09:58:01.txt
Log autoscript-2021-10-01-09:59:09.log.bz2
Memory 516 516 423

For details, please contact louberger

LabN-CI avatar Oct 01 '21 14:10 LabN-CI

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-475/

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 pbr_map.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-8239/pbr_map.c:6:

NetDEF-CI avatar Oct 01 '21 17:10 NetDEF-CI

VTY documentation added.

elimbaum avatar Oct 05 '21 17:10 elimbaum

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/9705 2cf8c5eb
Date 10/05/2021
Start 14:02:39
Finish 14:28:59
Run-Time 26:20
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-10-05-14:02:39.txt
Log autoscript-2021-10-05-14:03:52.log.bz2
Memory 518 511 429

For details, please contact louberger

LabN-CI avatar Oct 05 '21 18:10 LabN-CI

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-572/

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 3: Incomplete (check logs for details)
Topotests Ubuntu 18.04 amd64 part 1: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 1: No useful log found
Topotests Ubuntu 18.04 amd64 part 3: Incomplete (check logs for details)
Topotests Ubuntu 18.04 amd64 part 1: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 1: No useful log found
Addresssanitizer topotests part 4: Incomplete (check logs for details)
Topotests debian 10 amd64 part 1: Failed (click for details) Topotests debian 10 amd64 part 1: No useful log found
Successful on other platforms/tests
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 amd64 part 0
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 5
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 amd64 part 4
  • CentOS 7 rpm pkg check
  • Fedora 29 rpm pkg check
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 2
  • Addresssanitizer topotests part 8
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 i386 part 0
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 7
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests debian 10 amd64 part 3
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 amd64 part 6
  • Addresssanitizer topotests part 0
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 9
  • Debian 9 deb pkg check
  • IPv6 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 4
  • Addresssanitizer topotests part 9
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 2
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 amd64 part 9
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 6
  • Debian 10 deb pkg check
  • IPv4 ldp protocol on Ubuntu 18.04
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 arm8 part 5
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 1

NetDEF-CI avatar Oct 05 '21 22:10 NetDEF-CI

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-573/

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: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 1: No useful log found
Topotests Ubuntu 18.04 amd64 part 1: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 1: No useful log found
Addresssanitizer topotests part 4: Incomplete (check logs for details)
Successful on other platforms/tests
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 amd64 part 0
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 5
  • Addresssanitizer topotests part 2
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 4
  • CentOS 7 rpm pkg check
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 2
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 0
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 amd64 part 2
  • IPv6 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 6
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 arm8 part 9
  • Topotests Ubuntu 18.04 arm8 part 3
  • Debian 9 deb pkg check
  • Topotests debian 10 amd64 part 9
  • IPv4 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 4
  • Topotests debian 10 amd64 part 2
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 2
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 amd64 part 5
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 6
  • IPv4 ldp protocol on Ubuntu 18.04
  • Debian 10 deb pkg check
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests debian 10 amd64 part 1
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 1

NetDEF-CI avatar Oct 05 '21 22:10 NetDEF-CI

ci:rerun

elimbaum avatar Oct 07 '21 16:10 elimbaum

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 16.04 i386 build: Failed (click for details)

bootstrap.sh failed for Ubuntu 16.04 i386 build see bootstrap.sh log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-651/artifact/U1604I386/ErrorLog/log_bootstrap.txt

Ubuntu 18.04 amd64 build: Failed (click for details)

bootstrap.sh failed for Ubuntu 18.04 amd64 build see bootstrap.sh log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-651/artifact/U1804AMD64/ErrorLog/log_bootstrap.txt

Ubuntu 16.04 amd64 build: Failed (click for details)

bootstrap.sh failed for Ubuntu 16.04 amd64 build see bootstrap.sh log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-651/artifact/CI014BUILD/ErrorLog/log_bootstrap.txt

OpenBSD 6 amd64 build: Failed (click for details) OpenBSD 6 amd64 build: No useful log found
Debian 9 amd64 build: Failed (click for details)

bootstrap.sh failed for Debian 9 amd64 build see bootstrap.sh log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-651/artifact/CI021BUILD/ErrorLog/log_bootstrap.txt

Fedora 29 amd64 build: Failed (click for details) Fedora 29 amd64 build: No useful log found
Successful on other platforms/tests
  • Debian 10 amd64 build
  • FreeBSD 11 amd64 build
  • Ubuntu 16.04 arm7 build
  • Debian 11 amd64 build
  • Ubuntu 16.04 arm8 build
  • Ubuntu 18.04 i386 build
  • CentOS 7 amd64 build
  • NetBSD 8 amd64 build
  • Ubuntu 18.04 ppc64le build
  • Ubuntu 20.04 amd64 build
  • CentOS 8 amd64 build
  • FreeBSD 12 amd64 build
  • Ubuntu 18.04 arm7 build
  • Ubuntu 18.04 arm8 build

Warnings Generated during build:

Checkout code: Successful with additional warnings
Ubuntu 16.04 i386 build: Failed (click for details)

bootstrap.sh failed for Ubuntu 16.04 i386 build see bootstrap.sh log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-651/artifact/U1604I386/ErrorLog/log_bootstrap.txt

Ubuntu 18.04 amd64 build: Failed (click for details)

bootstrap.sh failed for Ubuntu 18.04 amd64 build see bootstrap.sh log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-651/artifact/U1804AMD64/ErrorLog/log_bootstrap.txt

Ubuntu 16.04 amd64 build: Failed (click for details)

bootstrap.sh failed for Ubuntu 16.04 amd64 build see bootstrap.sh log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-651/artifact/CI014BUILD/ErrorLog/log_bootstrap.txt

OpenBSD 6 amd64 build: Failed (click for details) OpenBSD 6 amd64 build: No useful log found
Debian 9 amd64 build: Failed (click for details)

bootstrap.sh failed for Debian 9 amd64 build see bootstrap.sh log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-651/artifact/CI021BUILD/ErrorLog/log_bootstrap.txt

Fedora 29 amd64 build: Failed (click for details) Fedora 29 amd64 build: No useful log found
<stdin>:35: trailing whitespace.
interface to allow admins to influence routing on their router. At this point 
<stdin>:65: trailing whitespace.
   does not support matching PCPs, so this field will be ignored unless other 
<stdin>:80: trailing whitespace.
   Linux kernel provider does not provide VLAN-matching facilities, so this 
<stdin>:399: space before tab in indent.
	  		<A.B.C.D|X:X::X:X>$addr [INTERFACE$intf]\
<stdin>:400: space before tab in indent.
	  		|INTERFACE$intf\
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.
Report for pbr.h | 2 issues
===============================================
< WARNING: please, no space before tabs
< #4: FILE: /tmp/f1-7526/pbr.h:4:
Report for pbr_map.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-7526/pbr_map.c:6:
Report for pbr_vty.c | 8 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-7526/pbr_vty.c:6:
< WARNING: Missing a blank line after declarations
< #53: FILE: /tmp/f1-7526/pbr_vty.c:53:
< WARNING: Missing a blank line after declarations
< #70: FILE: /tmp/f1-7526/pbr_vty.c:70:
< WARNING: braces {} are not necessary for single statement blocks
< #97: FILE: /tmp/f1-7526/pbr_vty.c:97:
Report for pbr_zebra.c | 4 issues
===============================================
< WARNING: please, no space before tabs
< #6: FILE: /tmp/f1-7526/pbr_zebra.c:6:
< WARNING: Missing a blank line after declarations
< #577: FILE: /tmp/f1-7526/pbr_zebra.c:577:
Report for zapi_msg.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #7: FILE: /tmp/f1-7526/zapi_msg.c:7:
Report for zebra_dplane.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #5: FILE: /tmp/f1-7526/zebra_dplane.c:5:
Report for zebra_pbr.c | 2 issues
===============================================
< WARNING: please, no space before tabs
< #4: FILE: /tmp/f1-7526/zebra_pbr.c:4:

NetDEF-CI avatar Oct 07 '21 17:10 NetDEF-CI

ci:rerun

elimbaum avatar Oct 11 '21 19:10 elimbaum

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/9705 05f1bf80
Date 10/12/2021
Start 13:19:14
Finish 13:45:23
Run-Time 26:09
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-10-12-13:19:14.txt
Log autoscript-2021-10-12-13:20:27.log.bz2
Memory 482 518 427

For details, please contact louberger

LabN-CI avatar Oct 12 '21 17:10 LabN-CI

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-738/

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)
Successful on other platforms/tests
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 i386 part 2
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 2
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 i386 part 1
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests debian 10 amd64 part 8
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 9
  • Addresssanitizer topotests part 2
  • Debian 10 deb pkg check
  • IPv6 protocols on Ubuntu 18.04
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 3
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 3
  • IPv4 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 8
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 9
  • Addresssanitizer topotests part 6
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 amd64 part 1
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 0
  • 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 arm8 part 0
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests Ubuntu 18.04 amd64 part 6
  • Addresssanitizer topotests part 0
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests debian 10 amd64 part 6
  • Topotests debian 10 amd64 part 3
  • Topotests debian 10 amd64 part 5
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 4
  • Debian 9 deb pkg check

NetDEF-CI avatar Oct 12 '21 19:10 NetDEF-CI

ci:rerun

elimbaum avatar Oct 12 '21 20:10 elimbaum

ci:rerun

louberger avatar Oct 20 '21 14:10 louberger

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-881/

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)
Successful on other platforms/tests
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests debian 10 amd64 part 8
  • Addresssanitizer topotests part 0
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 9
  • Topotests Ubuntu 18.04 amd64 part 3
  • IPv6 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 3
  • Topotests debian 10 amd64 part 0
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 2
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests Ubuntu 18.04 i386 part 1
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 4
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 6
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 amd64 part 9
  • Debian 10 deb pkg check
  • Addresssanitizer topotests 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
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests debian 10 amd64 part 1
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 arm8 part 5
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests debian 10 amd64 part 2
  • Addresssanitizer topotests part 2
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 1
  • Debian 9 deb pkg check
  • Ubuntu 18.04 deb pkg check
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 2
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 6

NetDEF-CI avatar Oct 20 '21 18:10 NetDEF-CI

ci:rerun

elimbaum avatar Oct 20 '21 18:10 elimbaum

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-889/

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.

NetDEF-CI avatar Oct 20 '21 21:10 NetDEF-CI

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/9705 58658353
Date 10/25/2021
Start 10:42:54
Finish 11:09:04
Run-Time 26:10
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-10-25-10:42:54.txt
Log autoscript-2021-10-25-10:44:02.log.bz2
Memory 512 515 420

For details, please contact louberger

LabN-CI avatar Oct 25 '21 15:10 LabN-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 amd64 part 9: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 9: No useful log found
Successful on other platforms/tests
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 6
  • IPv4 ldp protocol on Ubuntu 18.04
  • 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
  • Topotests Ubuntu 18.04 arm8 part 8
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 6
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 2
  • 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
  • Topotests Ubuntu 18.04 amd64 part 4
  • CentOS 7 rpm pkg check
  • Topotests debian 10 amd64 part 8
  • IPv6 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 arm8 part 9
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 amd64 part 0
  • IPv4 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 1
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 i386 part 9
  • 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
  • Debian 9 deb pkg check
  • 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 arm8 part 3

NetDEF-CI avatar Oct 25 '21 18:10 NetDEF-CI

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-982/

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.

NetDEF-CI avatar Oct 25 '21 18:10 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 9: Failed (click for details) Topotests debian 10 amd64 part 9: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 4: No useful log found
Successful on other platforms/tests
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 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
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 i386 part 6
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 i386 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 8
  • Addresssanitizer topotests part 3
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 arm8 part 9
  • CentOS 7 rpm pkg check
  • Addresssanitizer topotests part 2
  • IPv6 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests Ubuntu 18.04 i386 part 9
  • IPv4 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 7
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 arm8 part 0
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 8
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 amd64 part 9
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests Ubuntu 18.04 amd64 part 6
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 amd64 part 1
  • Ubuntu 18.04 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Topotests debian 10 amd64 part 1
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 4
  • 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 i386 part 4

NetDEF-CI avatar Oct 25 '21 20:10 NetDEF-CI

ci:rerun

elimbaum avatar Oct 25 '21 20:10 elimbaum

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-993/

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.

NetDEF-CI avatar Oct 25 '21 23:10 NetDEF-CI

Same comment as your other pbr PR. Please do a rebase instead of merge.

Jafaral avatar Oct 26 '21 03:10 Jafaral