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

ISIS VRF: ISIS Debug structure modifications Type 2 #6619

Merged
merged 1 commit into from
Jun 25, 2020

Conversation

hariosniral
Copy link
Contributor

@hariosniral hariosniral commented Jun 19, 2020

  1. The "isis->debug" variable dependency on debug logs print is removed.
  2. This debug model is followed from zebra.

Signed-off-by: harios hari@niralnetworks.com

Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!

Click for style suggestions

To apply these suggestions:

curl -s https://gist.githubusercontent.com/polychaeta/a1c0c806c45ad8c7b4f3dad24fe3d6c8/raw/93ee93f4b0bd8644b9e9f4d5c776f599e003f248/cr_6619_1592593560.diff | git apply

diff --git a/isisd/isisd.h b/isisd/isisd.h
index 358e7799b..421de714e 100644
--- a/isisd/isisd.h
+++ b/isisd/isisd.h
@@ -273,19 +273,19 @@ extern unsigned long debug_sr;
 
 #define lsp_debug(...)                                                         \
 	do {                                                                   \
-		if (IS_DEBUG_LSP_GEN)                              \
+		if (IS_DEBUG_LSP_GEN)                                          \
 			zlog_debug(__VA_ARGS__);                               \
 	} while (0)
 
 #define sched_debug(...)                                                       \
 	do {                                                                   \
-		if (IS_DEBUG_LSP_SCHED)                            \
+		if (IS_DEBUG_LSP_SCHED)                                        \
 			zlog_debug(__VA_ARGS__);                               \
 	} while (0)
 
 #define sr_debug(...)                                                          \
 	do {                                                                   \
-		if (IS_DEBUG_SR)                                   \
+		if (IS_DEBUG_SR)                                               \
 			zlog_debug(__VA_ARGS__);                               \
 	} while (0)
 

If you are a new contributor to FRR, please see our contributing guidelines.

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jun 19, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI005BUILD/ErrorLog/log_make.txt)

Makefile:10175: warning: ignoring old recipe for target `grpc/grpc_libfrrgrpc_pb_la-frr-northbound.grpc.pb.lo.bc'
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [isisd/isisd.o] Error 1
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [isisd/isisd_libfabric_a-isisd.o] Error 1

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI005BUILD/config.status/config.status

Debian 8 amd64 build: Failed (click for details)

Make failed for Debian 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI008BLD/ErrorLog/log_make.txt)

Makefile:10182: warning: ignoring old recipe for target 'grpc/grpc_libfrrgrpc_pb_la-frr-northbound.grpc.pb.lo.bc'
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
Makefile:7291: recipe for target 'isisd/isisd.o' failed
make[1]: *** [isisd/isisd.o] Error 1
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in

Debian 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI008BLD/config.status/config.status

Debian 10 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.12768/frr-source'
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function); did you mean IS_DEBUG_SR?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:7794: isisd/isisd.o] Error 1
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function); did you mean IS_DEBUG_SR?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:8154: isisd/libfabric_a-isisd.o] Error 1

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/DEB10BUILD/config.status/config.status

FreeBSD 12 amd64 build: Failed (click for details)

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

gmake[1]: Entering directory '/usr/home/ci/cibuild.12768/frr-source'
isisd/isisd.c: In function 'show_debugging':
isisd/isisd.c:810:20: error: 'DEBUG_DEBUG_SR' undeclared (first use in this function); did you mean 'IS_DEBUG_SR'?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:7793: isisd/isisd.o] Error 1
isisd/isisd.c: In function 'show_debugging':
isisd/isisd.c:810:20: error: 'DEBUG_DEBUG_SR' undeclared (first use in this function); did you mean 'IS_DEBUG_SR'?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:8153: isisd/libfabric_a-isisd.o] Error 1

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/FBSD12AMD64/config.status/config.status

OpenBSD 6 amd64 build: Failed (click for details)

Make failed for OpenBSD 6 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI011BUILD/ErrorLog/log_make.txt)

gmake  all-am
gmake[1]: Entering directory '/home/ci/cibuild.12768/frr-source'
isisd/isisd.c:810:20: error: use of undeclared identifier 'DEBUG_DEBUG_SR'
1 error generated.
gmake[1]: *** [Makefile:7792: isisd/isisd.o] Error 1
isisd/isisd.c:810:20: error: use of undeclared identifier 'DEBUG_DEBUG_SR'
1 error generated.
gmake[1]: *** [Makefile:8152: isisd/libfabric_a-isisd.o] Error 1
gmake[1]: Target 'all-am' not remade because of errors.

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI011BUILD/config.status/config.status

NetBSD 8 amd64 build: Failed (click for details)

Make failed for NetBSD 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI012BUILD/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/home/ci/cibuild.12768/frr-source'
isisd/isisd.c: In function 'show_debugging':
isisd/isisd.c:810:20: error: 'DEBUG_DEBUG_SR' undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:7793: isisd/isisd.o] Error 1
isisd/isisd.c: In function 'show_debugging':
isisd/isisd.c:810:20: error: 'DEBUG_DEBUG_SR' undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:8153: isisd/libfabric_a-isisd.o] Error 1

NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI012BUILD/config.status/config.status

Ubuntu 16.04 amd64 build: Failed (click for details)

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

Makefile:10197: warning: ignoring old recipe for target 'grpc/grpc_libfrrgrpc_pb_la-frr-northbound.grpc.pb.lo.bc'
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
Makefile:7304: recipe for target 'isisd/isisd.o' failed
make[1]: *** [isisd/isisd.o] Error 1
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI014BUILD/config.status/config.status

FreeBSD 11 amd64 build: Failed (click for details)

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

gmake[1]: Entering directory '/usr/home/ci/cibuild.12768/frr-source'
isisd/isisd.c: In function 'show_debugging':
isisd/isisd.c:810:20: error: 'DEBUG_DEBUG_SR' undeclared (first use in this function); did you mean 'IS_DEBUG_SR'?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:7793: isisd/isisd.o] Error 1
isisd/isisd.c: In function 'show_debugging':
isisd/isisd.c:810:20: error: 'DEBUG_DEBUG_SR' undeclared (first use in this function); did you mean 'IS_DEBUG_SR'?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:8153: isisd/libfabric_a-isisd.o] Error 1

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI009BUILD/config.status/config.status

Ubuntu 18.04 amd64 build: Failed (click for details)

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

Makefile:10197: warning: ignoring old recipe for target 'grpc/grpc_libfrrgrpc_pb_la-frr-northbound.grpc.pb.lo.bc'
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function); did you mean IS_DEBUG_SR?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
Makefile:7304: recipe for target 'isisd/isisd.o' failed
make[1]: *** [isisd/isisd.o] Error 1
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function); did you mean IS_DEBUG_SR?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/U1804AMD64/config.status/config.status

Debian 9 amd64 build: Failed (click for details)

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

Makefile:10197: warning: ignoring old recipe for target 'grpc/grpc_libfrrgrpc_pb_la-frr-northbound.grpc.pb.lo.bc'
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
Makefile:7304: recipe for target 'isisd/isisd.o' failed
make[1]: *** [isisd/isisd.o] Error 1
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/CI021BUILD/config.status/config.status

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/U2004AMD64BUILD/config.status/config.status

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

make[1]: Entering directory '/home/ci/cibuild.12768/frr-source'
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function); did you mean IS_DEBUG_SR?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:7794: isisd/isisd.o] Error 1
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function); did you mean IS_DEBUG_SR?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:8154: isisd/libfabric_a-isisd.o] Error 1
Ubuntu 18.04 ppc64le build: Failed (click for details)

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

Makefile:10197: warning: ignoring old recipe for target 'grpc/grpc_libfrrgrpc_pb_la-frr-northbound.grpc.pb.lo.bc'
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function); did you mean IS_DEBUG_SR?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
Makefile:7304: recipe for target 'isisd/isisd.o' failed
make[1]: *** [isisd/isisd.o] Error 1
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function); did you mean IS_DEBUG_SR?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/U1804PPC64LEBUILD/config.status/config.status

Ubuntu 16.04 i386 build: Failed (click for details)

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

Makefile:10197: warning: ignoring old recipe for target 'grpc/grpc_libfrrgrpc_pb_la-frr-northbound.grpc.pb.lo.bc'
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
Makefile:7304: recipe for target 'isisd/isisd.o' failed
make[1]: *** [isisd/isisd.o] Error 1
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function)
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/U1604I386/config.status/config.status

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/F29BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.12768/frr-source'
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function); did you mean IS_DEBUG_SR?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:7793: isisd/isisd.o] Error 1
isisd/isisd.c: In function show_debugging:
isisd/isisd.c:810:20: error: DEBUG_DEBUG_SR undeclared (first use in this function); did you mean IS_DEBUG_SR?
isisd/isisd.c:810:20: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:8153: isisd/libfabric_a-isisd.o] Error 1

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12768/artifact/F29BUILD/config.status/config.status

Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!

Click for style suggestions

To apply these suggestions:

curl -s https://gist.githubusercontent.com/polychaeta/c966bac80a621ae667cf772b9cabc861/raw/93ee93f4b0bd8644b9e9f4d5c776f599e003f248/cr_6619_1592595071.diff | git apply

diff --git a/isisd/isisd.h b/isisd/isisd.h
index 358e7799b..421de714e 100644
--- a/isisd/isisd.h
+++ b/isisd/isisd.h
@@ -273,19 +273,19 @@ extern unsigned long debug_sr;
 
 #define lsp_debug(...)                                                         \
 	do {                                                                   \
-		if (IS_DEBUG_LSP_GEN)                              \
+		if (IS_DEBUG_LSP_GEN)                                          \
 			zlog_debug(__VA_ARGS__);                               \
 	} while (0)
 
 #define sched_debug(...)                                                       \
 	do {                                                                   \
-		if (IS_DEBUG_LSP_SCHED)                            \
+		if (IS_DEBUG_LSP_SCHED)                                        \
 			zlog_debug(__VA_ARGS__);                               \
 	} while (0)
 
 #define sr_debug(...)                                                          \
 	do {                                                                   \
-		if (IS_DEBUG_SR)                                   \
+		if (IS_DEBUG_SR)                                               \
 			zlog_debug(__VA_ARGS__);                               \
 	} while (0)
 

If you are a new contributor to FRR, please see our contributing guidelines.

@LabN-CI
Copy link
Collaborator

LabN-CI commented Jun 19, 2020

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/6619 99d5eef frr.github Build
Date 06/19/2020
Start 15:52:24
Finish 15:53:03
Run-Time 00:39
Total
Pass
Fail
Valgrind-Errors
Valgrind-Loss
Details vncregress-2020-06-19-15:52:24.txt
Log make-2020-06-19-15:52:24.out.bz2
Memory

For details, please contact louberger

@LabN-CI
Copy link
Collaborator

LabN-CI commented Jun 19, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/6619 e206533
Date 06/19/2020
Start 16:22:18
Finish 16:48:14
Run-Time 25:56
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-06-19-16:22:18.txt
Log autoscript-2020-06-19-16:23:19.log.bz2
Memory 468 458 428

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jun 19, 2020

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-FRRPULLREQ-12770/

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:

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-12770/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: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200619-08-ge20653354-0 (missing) -> 7.5-dev-20200619-08-ge20653354-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200619-08-ge20653354-0 (missing) -> 7.5-dev-20200619-08-ge20653354-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200619-08-ge20653354-0 (missing) -> 7.5-dev-20200619-08-ge20653354-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200619-08-ge20653354-0 (missing) -> 7.5-dev-20200619-08-ge20653354-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200619-08-ge20653354-0 (missing) -> 7.5-dev-20200619-08-ge20653354-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jun 19, 2020

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-FRRPULLREQ-12769/

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:

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-12769/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: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200619-07-g855ae1a2c-0 (missing) -> 7.5-dev-20200619-07-g855ae1a2c-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200619-07-g855ae1a2c-0 (missing) -> 7.5-dev-20200619-07-g855ae1a2c-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200619-07-g855ae1a2c-0 (missing) -> 7.5-dev-20200619-07-g855ae1a2c-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200619-07-g855ae1a2c-0 (missing) -> 7.5-dev-20200619-07-g855ae1a2c-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200619-07-g855ae1a2c-0 (missing) -> 7.5-dev-20200619-07-g855ae1a2c-0~deb10u1

@@ -264,7 +264,6 @@ int isis_dr_commence(struct isis_circuit *circuit, int level)
{
uint8_t old_dr[ISIS_SYS_ID_LEN + 2];

if (isis->debugs & DEBUG_EVENTS)
Copy link
Member

Choose a reason for hiding this comment

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

if (IS_DEBUG_EVENTS)....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks
It is resolved.

Copy link
Member

@donaldsharp donaldsharp left a comment

Choose a reason for hiding this comment

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

one bit of code to fix and I'll push this in.

@LabN-CI
Copy link
Collaborator

LabN-CI commented Jun 20, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/6619 ff02c4d
Date 06/20/2020
Start 00:25:49
Finish 00:51:38
Run-Time 25:49
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-06-20-00:25:49.txt
Log autoscript-2020-06-20-00:26:47.log.bz2
Memory 499 495 427

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jun 20, 2020

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-FRRPULLREQ-12772/

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:

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-12772/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: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200620-00-gff02c4df4-0 (missing) -> 7.5-dev-20200620-00-gff02c4df4-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200620-00-gff02c4df4-0 (missing) -> 7.5-dev-20200620-00-gff02c4df4-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200620-00-gff02c4df4-0 (missing) -> 7.5-dev-20200620-00-gff02c4df4-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200620-00-gff02c4df4-0 (missing) -> 7.5-dev-20200620-00-gff02c4df4-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200620-00-gff02c4df4-0 (missing) -> 7.5-dev-20200620-00-gff02c4df4-0~deb10u1

Copy link
Member

@rwestphal rwestphal left a comment

Choose a reason for hiding this comment

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

Looks good, I like this better than #6618.

Please squash all commits into a single one.

@hariosniral hariosniral force-pushed the niral_isis_debug_p2 branch from ff02c4d to 6a252f9 Compare June 23, 2020 06:57
@hariosniral
Copy link
Contributor Author

Looks good, I like this better than #6618.

Please squash all commits into a single one.

All the commits are squashed into single one.
Thanks,

@LabN-CI
Copy link
Collaborator

LabN-CI commented Jun 23, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/6619 6a252f9
Date 06/23/2020
Start 03:00:50
Finish 03:26:49
Run-Time 25:59
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-06-23-03:00:50.txt
Log autoscript-2020-06-23-03:01:49.log.bz2
Memory 488 495 426

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jun 23, 2020

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-FRRPULLREQ-12818/

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:

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-12818/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: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200623-00-g6a252f9f2-0 (missing) -> 7.5-dev-20200623-00-g6a252f9f2-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200623-00-g6a252f9f2-0 (missing) -> 7.5-dev-20200623-00-g6a252f9f2-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200623-00-g6a252f9f2-0 (missing) -> 7.5-dev-20200623-00-g6a252f9f2-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200623-00-g6a252f9f2-0 (missing) -> 7.5-dev-20200623-00-g6a252f9f2-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200623-00-g6a252f9f2-0 (missing) -> 7.5-dev-20200623-00-g6a252f9f2-0~deb10u1

Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

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

These changes look fine now -- thanks for the updates based on comments. Will wait for @donaldsharp to clear stopper before pushing.

Copy link
Member

@rwestphal rwestphal left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -93,7 +108,6 @@ void isis_new(unsigned long process_id, vrf_id_t vrf_id)
/*
* uncomment the next line for full debugs
*/
/* isis->debugs = 0xFFFF; */
Copy link
Member

Choose a reason for hiding this comment

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

nit: please remove the comment above as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nit: please remove the comment above as well.
It is removed and squashed into single commit.

Thanks,

1. The "isis->debug" variable dependency on debug logs print is removed.

Signed-off-by: harios <hari@niralnetworks.com>
@hariosniral hariosniral force-pushed the niral_isis_debug_p2 branch from d2b9f6d to e740f9c Compare June 24, 2020 09:16
@LabN-CI
Copy link
Collaborator

LabN-CI commented Jun 24, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/6619 d2b9f6d
Date 06/24/2020
Start 05:15:48
Finish 05:41:46
Run-Time 25:58
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-06-24-05:15:48.txt
Log autoscript-2020-06-24-05:16:47.log.bz2
Memory 475 486 426

For details, please contact louberger

@LabN-CI
Copy link
Collaborator

LabN-CI commented Jun 24, 2020

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/6619 e740f9c
Date 06/24/2020
Start 05:45:49
Finish 06:11:38
Run-Time 25:49
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-06-24-05:45:49.txt
Log autoscript-2020-06-24-05:46:47.log.bz2
Memory 494 499 427

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jun 24, 2020

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-FRRPULLREQ-12842/

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:

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-12842/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-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200624-00-gd2b9f6dd0-0 (missing) -> 7.5-dev-20200624-00-gd2b9f6dd0-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200624-00-gd2b9f6dd0-0 (missing) -> 7.5-dev-20200624-00-gd2b9f6dd0-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200624-00-gd2b9f6dd0-0 (missing) -> 7.5-dev-20200624-00-gd2b9f6dd0-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200624-00-gd2b9f6dd0-0 (missing) -> 7.5-dev-20200624-00-gd2b9f6dd0-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200624-00-gd2b9f6dd0-0 (missing) -> 7.5-dev-20200624-00-gd2b9f6dd0-0~deb10u1

@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-12843/

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:

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-12843/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: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200624-00-ge740f9c15-0 (missing) -> 7.5-dev-20200624-00-ge740f9c15-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200624-00-ge740f9c15-0 (missing) -> 7.5-dev-20200624-00-ge740f9c15-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200624-00-ge740f9c15-0 (missing) -> 7.5-dev-20200624-00-ge740f9c15-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200624-00-ge740f9c15-0 (missing) -> 7.5-dev-20200624-00-ge740f9c15-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.5-dev-20200624-00-ge740f9c15-0 (missing) -> 7.5-dev-20200624-00-ge740f9c15-0~deb10u1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants