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

[7.4] cherry-pick vtysh fixes #6728

Merged
merged 2 commits into from
Jul 15, 2020
Merged

Conversation

idryzhov
Copy link
Contributor

No description provided.

The commit:
a798241

attempted to use sorted master lists to do faster lookups
by using a RB Tree.  Unfortunately the original code
was creating a list->cmp function *but* never using it.
If you look at the commit, it clearly shows that the
function listnode_add is used to insert but when you
look at that function it is a tail push.

Fixes: FRRouting#6573

Namely now this ordering is preserved:
bgp as-path access-list originate-only permit ^$
bgp as-path access-list originate-only deny .*

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
When we find the line we are interested in, stop looking.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
@LabN-CI
Copy link
Collaborator

LabN-CI commented Jul 13, 2020

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/6728 3e4d90e
Date 07/13/2020
Start 12:20:19
Finish 12:46:20
Run-Time 26:01
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-07-13-12:20:19.txt
Log autoscript-2020-07-13-12:21:14.log.bz2
Memory 492 487 429

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jul 14, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Topo tests part 1 on Ubuntu 16.04 amd64: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP1U1604AMD64-13094/test

Topology Tests failed for Topo tests part 1 on Ubuntu 16.04 amd64:

2020-07-13 18:44:23,054 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/bgp.py", line 159, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/common_config.py", line 240, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/common_config.py", line 397, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 6: % Unknown command[27]: neighbor 10.0.0.13 remote-as 0 


2020-07-13 18:44:23,342 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/bgp.py", line 159, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/common_config.py", line 240, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/common_config.py", line 397, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % No BGP process is configured
line 2: Failure to communicate[13] to bgpd, line: no router bgp 



2020-07-13 18:50:06,983 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[redist_static-8]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,033 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[redist_static-16]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,050 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[redist_static-32]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,066 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[advertise_nw-8]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,082 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[advertise_nw-16]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,097 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[advertise_nw-32]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,113 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_after_clear_bgp[redist_static]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,148 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_after_clear_bgp[advertise_nw]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,164 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_remove_redistribute_static": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,180 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_shut_bgp_neighbor[redist_static]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,196 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_shut_bgp_neighbor[advertise_nw]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,211 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_remove_static_route": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,227 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_remove_nw_advertise": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:56:13,465 ERROR: '_bgp_has_routes' failed after 38.50 seconds

see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/TP1U1604AMD64/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Ubuntu 20.04 deb pkg check
  • Addresssanitizer topotests part 0
  • Debian 8 deb pkg check
  • Ubuntu 18.04 deb pkg check
  • Debian 9 deb pkg check
  • Topo tests part 0 on Ubuntu 16.04 amd64
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topo tests part 1 on Ubuntu 18.04 amd64
  • Static analyzer (clang)
  • CentOS 7 rpm pkg check
  • Topo tests part 2 on Ubuntu 18.04 amd64
  • Topo tests part 0 on Ubuntu 18.04 amd64
  • IPv6 protocols on Ubuntu 18.04
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 1
  • Topo tests part 2 on Ubuntu 16.04 amd64
  • Addresssanitizer topotests part 2
  • Topo tests part 0 un Ubuntu 16.04 arm8
  • IPv4 protocols on Ubuntu 18.04
  • Topo tests part 0 on Ubuntu 16.04 i386
  • Topo tests part 2 on Ubuntu 16.04 i386
  • Ubuntu 16.04 deb pkg check
  • Topo tests part 1 on Ubuntu 16.04 i386
  • Fedora 29 rpm pkg check

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topo tests part 1 on Ubuntu 16.04 amd64: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP1U1604AMD64-13094/test

Topology Tests failed for Topo tests part 1 on Ubuntu 16.04 amd64:

2020-07-13 18:44:23,054 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/bgp.py", line 159, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/common_config.py", line 240, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/common_config.py", line 397, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 6: % Unknown command[27]: neighbor 10.0.0.13 remote-as 0 


2020-07-13 18:44:23,342 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/bgp.py", line 159, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/common_config.py", line 240, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/common_config.py", line 397, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % No BGP process is configured
line 2: Failure to communicate[13] to bgpd, line: no router bgp 



2020-07-13 18:50:06,983 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[redist_static-8]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,033 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[redist_static-16]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,050 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[redist_static-32]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,066 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[advertise_nw-8]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,082 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[advertise_nw-16]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,097 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_modify_ecmp_max_paths[advertise_nw-32]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,113 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_after_clear_bgp[redist_static]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,148 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_after_clear_bgp[advertise_nw]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,164 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_remove_redistribute_static": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,180 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_shut_bgp_neighbor[redist_static]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,196 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_shut_bgp_neighbor[advertise_nw]": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,211 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_remove_static_route": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:50:07,227 ERROR: assert failed at "test_ibgp_ecmp_topo2/test_ecmp_remove_nw_advertise": setup_module :Failed 
   Error: BGP is not converged for router r2
assert 'BGP is not converged for router r2' is True
2020-07-13 18:56:13,465 ERROR: '_bgp_has_routes' failed after 38.50 seconds

see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/TP1U1604AMD64/ErrorLog/log_topotests.txt

Report for vtysh_config.c | 2 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #99: FILE: /tmp/f1-22690/vtysh_config.c:99:

Warnings Generated during build:

Ubuntu 16.04 amd64 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/CI014BUILD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 16.04 i386 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 i386 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/U1604I386/ErrorLog/log_lintian.txt)

W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 18.04 amd64 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/U1804AMD64/ErrorLog/log_lintian.txt)

W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Debian 8 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 8 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/CI008BLD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 18.04 arm8 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 arm8 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/U18ARM8BUILD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 20.04 amd64 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 20.04 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/U2004AMD64BUILD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 18.04 arm7 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 arm7 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/U18ARM7BUILD/ErrorLog/log_lintian.txt)

W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 18.04 ppc64le build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 ppc64le build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/U1804PPC64LEBUILD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Debian 9 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 9 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/CI021BUILD/ErrorLog/log_lintian.txt)

W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 16.04 arm8 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 arm8 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/U16ARM8BUILD/ErrorLog/log_lintian.txt)

W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 16.04 arm7 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 arm7 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/CI101BUILD/ErrorLog/log_lintian.txt)

W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13094/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.4.1 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.4.1 (current is 4.3.0)
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1

@idryzhov
Copy link
Contributor Author

ci:rerun

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jul 14, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Topo tests part 0 un Ubuntu 16.04 arm8: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO0U16ARM8-13114/test

Topology Tests failed for Topo tests part 0 un Ubuntu 16.04 arm8:

*** defaultIntf: warning: r1 has no interfaces
2020-07-14 15:00:42,528 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1

2020-07-14 15:00:44,613 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1

2020-07-14 15:00:50,872 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1


r1: zebra crashed. Core file found - Backtrace follows:
[New LWP 32079]
[New LWP 32080]
[New LWP 32081]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/zebra'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000ffff824b0528 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
[Current thread is 1 (Thread 0xffff82045000 (LWP 32079))]
#0  0x0000ffff824b0528 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#1  0x0000ffff824b19e0 in __GI_abort () at abort.c:89
#2  0x0000ffff826828d8 in ?? () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#3  <signal handler called>
#4  0x0000ffff8253d034 in __GI___poll (fds=0xaaab0ad460c0, nfds=6, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/generic/poll.c:38
#5  0x0000ffff82690c50 in thread_fetch () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#6  0x0000ffff82658ff4 in frr_run () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#7  0x0000aaaae8bf24a0 in main ()
2020-07-14 15:10:24,716 ERROR: assert failed at "test_ldp_oc_acl_topo1/test_memory_leak": 
r1: zebra crashed. Core file found - Backtrace follows:
[New LWP 32079]
[New LWP 32080]
[New LWP 32081]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/zebra'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000ffff824b0528 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
[Current thread is 1 (Thread 0xffff82045000 (LWP 32079))]
#0  0x0000ffff824b0528 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#1  0x0000ffff824b19e0 in __GI_abort () at abort.c:89
#2  0x0000ffff826828d8 in ?? () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#3  <signal handler called>
#4  0x0000ffff8253d034 in __GI___poll (fds=0xaaab0ad460c0, nfds=6, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/generic/poll.c:38
#5  0x0000ffff82690c50 in thread_fetch () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#6  0x0000ffff82658ff4 in frr_run () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#7  0x0000aaaae8bf24a0 in main ()

see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/TOPO0U16ARM8/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • IPv6 protocols on Ubuntu 18.04
  • Fedora 29 rpm pkg check
  • Addresssanitizer topotests part 1
  • Topo tests part 1 on Ubuntu 16.04 amd64
  • Debian 8 deb pkg check
  • Topo tests part 0 on Ubuntu 16.04 amd64
  • IPv4 protocols on Ubuntu 18.04
  • Static analyzer (clang)
  • Topo tests part 0 on Ubuntu 18.04 amd64
  • Topo tests part 2 on Ubuntu 16.04 i386
  • Ubuntu 16.04 deb pkg check
  • Topo tests part 1 on Ubuntu 16.04 i386
  • IPv4 ldp protocol on Ubuntu 18.04
  • Addresssanitizer topotests part 2
  • Ubuntu 20.04 deb pkg check
  • Topo tests part 1 on Ubuntu 18.04 amd64
  • Ubuntu 18.04 deb pkg check
  • Debian 9 deb pkg check
  • Topo tests part 2 on Ubuntu 16.04 amd64
  • CentOS 7 rpm pkg check
  • Addresssanitizer topotests part 0
  • Topo tests part 0 on Ubuntu 16.04 i386
  • Topo tests part 2 on Ubuntu 18.04 amd64
  • Debian 10 deb pkg check

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topo tests part 0 un Ubuntu 16.04 arm8: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO0U16ARM8-13114/test

Topology Tests failed for Topo tests part 0 un Ubuntu 16.04 arm8:

*** defaultIntf: warning: r1 has no interfaces
2020-07-14 15:00:42,528 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1

2020-07-14 15:00:44,613 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1

2020-07-14 15:00:50,872 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1


r1: zebra crashed. Core file found - Backtrace follows:
[New LWP 32079]
[New LWP 32080]
[New LWP 32081]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/zebra'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000ffff824b0528 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
[Current thread is 1 (Thread 0xffff82045000 (LWP 32079))]
#0  0x0000ffff824b0528 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#1  0x0000ffff824b19e0 in __GI_abort () at abort.c:89
#2  0x0000ffff826828d8 in ?? () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#3  <signal handler called>
#4  0x0000ffff8253d034 in __GI___poll (fds=0xaaab0ad460c0, nfds=6, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/generic/poll.c:38
#5  0x0000ffff82690c50 in thread_fetch () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#6  0x0000ffff82658ff4 in frr_run () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#7  0x0000aaaae8bf24a0 in main ()
2020-07-14 15:10:24,716 ERROR: assert failed at "test_ldp_oc_acl_topo1/test_memory_leak": 
r1: zebra crashed. Core file found - Backtrace follows:
[New LWP 32079]
[New LWP 32080]
[New LWP 32081]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/zebra'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000ffff824b0528 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
[Current thread is 1 (Thread 0xffff82045000 (LWP 32079))]
#0  0x0000ffff824b0528 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#1  0x0000ffff824b19e0 in __GI_abort () at abort.c:89
#2  0x0000ffff826828d8 in ?? () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#3  <signal handler called>
#4  0x0000ffff8253d034 in __GI___poll (fds=0xaaab0ad460c0, nfds=6, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/generic/poll.c:38
#5  0x0000ffff82690c50 in thread_fetch () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#6  0x0000ffff82658ff4 in frr_run () from /usr/lib/aarch64-linux-gnu/frr/libfrr.so.0
#7  0x0000aaaae8bf24a0 in main ()

see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/TOPO0U16ARM8/ErrorLog/log_topotests.txt

Report for vtysh_config.c | 2 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #99: FILE: /tmp/f1-14935/vtysh_config.c:99:

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.4.1 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.4.1 (current is 4.3.0)
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
Ubuntu 18.04 arm8 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 arm8 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/U18ARM8BUILD/ErrorLog/log_lintian.txt)

W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 16.04 arm8 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 arm8 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/U16ARM8BUILD/ErrorLog/log_lintian.txt)

W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 18.04 amd64 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/U1804AMD64/ErrorLog/log_lintian.txt)

W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 16.04 arm7 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 arm7 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/CI101BUILD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 16.04 i386 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 i386 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/U1604I386/ErrorLog/log_lintian.txt)

W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 18.04 ppc64le build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 ppc64le build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/U1804PPC64LEBUILD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Debian 9 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 9 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/CI021BUILD/ErrorLog/log_lintian.txt)

W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 16.04 amd64 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/CI014BUILD/ErrorLog/log_lintian.txt)

W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 20.04 amd64 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 20.04 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/U2004AMD64BUILD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 18.04 arm7 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 arm7 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/U18ARM7BUILD/ErrorLog/log_lintian.txt)

W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Debian 8 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 8 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13114/artifact/CI008BLD/ErrorLog/log_lintian.txt)

W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"

@qlyoung qlyoung requested review from qlyoung and riw777 July 14, 2020 15:24
@ton31337
Copy link
Member

ci:rerun

@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-FRRPULLREQ-13140/

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 vtysh_config.c | 2 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #99: FILE: /tmp/f1-9748/vtysh_config.c:99:

Warnings Generated during build:

Ubuntu 16.04 arm8 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 arm8 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/U16ARM8BUILD/ErrorLog/log_lintian.txt)

W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 20.04 amd64 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 20.04 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/U2004AMD64BUILD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.4.1 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.4.1 (current is 4.3.0)
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: changelog-file-missing-explicit-entry 7.4-0 -> 7.4-20200713-01-g3e4d90ec5-0 (missing) -> 7.4-20200713-01-g3e4d90ec5-0~deb10u1
Ubuntu 18.04 amd64 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/U1804AMD64/ErrorLog/log_lintian.txt)

W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 16.04 i386 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 i386 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/U1604I386/ErrorLog/log_lintian.txt)

W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 16.04 arm7 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 arm7 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/CI101BUILD/ErrorLog/log_lintian.txt)

W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Debian 9 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 9 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/CI021BUILD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Debian 8 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 8 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/CI008BLD/ErrorLog/log_lintian.txt)

W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 18.04 ppc64le build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 ppc64le build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/U1804PPC64LEBUILD/ErrorLog/log_lintian.txt)

W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 18.04 arm8 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 arm8 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/U18ARM8BUILD/ErrorLog/log_lintian.txt)

W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 16.04 amd64 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 16.04 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/CI014BUILD/ErrorLog/log_lintian.txt)

W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
Ubuntu 18.04 arm7 build: Successful with additional warnings

Debian Package lintian failed for Ubuntu 18.04 arm7 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-13140/artifact/U18ARM7BUILD/ErrorLog/log_lintian.txt)

W: frr-pythontools: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-doc: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-snmp: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"
W: frr-rpki-rtrlib: syntax-error-in-debian-changelog line 119 "found start of entry where expected more change data or trailer"

@ton31337 ton31337 merged commit 40858a3 into FRRouting:stable/7.4 Jul 15, 2020
@idryzhov idryzhov deleted the vtysh-fixes branch September 2, 2020 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants