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

yang: zebra interface state operational model #5754

Merged
merged 7 commits into from Apr 6, 2020

Conversation

chiragshah6
Copy link
Member

@chiragshah6 chiragshah6 commented Feb 4, 2020

module: frr-interface
  +--rw lib
     +--rw interface* [name vrf]
        +--rw name           string
        +--rw vrf            frr-vrf:vrf-ref
        +--rw description?   string
        +--ro if-index?      int32
        +--ro mtu?           uint16
        +--ro speed?         uint32
        +--ro type?          identityref
        +--ro phy-address?   ietf-yang-types:mac-address
module: frr-zebra
  augment /frr-interface:lib/frr-interface:interface:
    +--rw zebra
       +--rw ip4-addr-list* [ip4-prefix]
       |  +--rw ip4-prefix    ietf-inet-types:ipv4-prefix
       |  +--rw ip4-peer?     ietf-inet-types:ipv4-prefix
       |  +--rw label?        string
       +--rw ip6-addr-list* [ip6-prefix]
       |  +--rw ip6-prefix    ietf-inet-types:ipv6-prefix
       |  +--rw label?        string
       +--rw multicast?       boolean
       +--rw link-detect?     boolean
       +--rw shutdown?        boolean
       +--rw bandwidth?       uint32
       +--ro state
          +--ro zif-type?      identityref
          +--ro vlan-id?       uint16
          +--ro vni-id?        vni-id-type
          +--ro remote-vtep?   ietf-inet-types:ipv4-address
          +--ro mcase-group?   ietf-routing-types:ipv4-multicast-group-address

Signed-off-by: Chirag Shah chirag@cumulusnetworks.com

@polychaeta polychaeta added the yang label Feb 4, 2020
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 4, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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-10596/artifact/CI009BUILD/ErrorLog/log_make.txt)

 9595 |    CPP_NOTICE(
ospfd/ospf_neighbor.c: In function 'ospf_nbr_lookup':
ospfd/ospf_neighbor.c:410:45: error: taking address of packed member of 'struct ip' may result in an unaligned pointer value [-Werror=address-of-packed-member]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:7479: ospfd/ospf_neighbor.o] Error 1
In file included from ./lib/yang_wrappers.h:23,
eigrpd/eigrp_packet.c: In function 'eigrp_read':
eigrpd/eigrp_packet.c:552:25: error: taking address of packed member of 'struct ip' may result in an unaligned pointer value [-Werror=address-of-packed-member]
./lib/prefix.h:344:46: note: in definition of macro 'IPV4_ADDR_SAME'

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

Successful on other platforms
  • Ubuntu 14.04 amd64 build
  • Ubuntu 18.04 amd64 build
  • FreeBSD 12 amd64 build
  • Ubuntu 16.04 i386 build
  • Debian 9 amd64 build
  • Debian 8 amd64 build
  • Ubuntu 18.04 ppc64le build
  • OpenBSD 6 amd64 build
  • NetBSD 8 amd64 build
  • NetBSD 6 amd64 build
  • Ubuntu 16.04 amd64 build
  • CentOS 7 amd64 build
  • Ubuntu 12.04 amd64 build
  • Debian 10 amd64 build
  • Fedora 29 amd64 build

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-10596/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20200204-02-g34a822965-0 (missing) -> 7.3-dev-20200204-02-g34a822965-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20200204-02-g34a822965-0 (missing) -> 7.3-dev-20200204-02-g34a822965-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20200204-02-g34a822965-0 (missing) -> 7.3-dev-20200204-02-g34a822965-0~deb10u1
W: frr: spelling-error-in-readme-debian explecitly explicitly
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20200204-02-g34a822965-0 (missing) -> 7.3-dev-20200204-02-g34a822965-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20200204-02-g34a822965-0 (missing) -> 7.3-dev-20200204-02-g34a822965-0~deb10u1

@qlyoung
Copy link
Member

qlyoung commented Feb 4, 2020

@chiragshah6 we're going to rebase nb_conversions today; after that, please rebase this branch against it so we can pass CI

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 4, 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-10612/

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.

<TITLE>clang_check</TITLE>

clang_check

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 6, 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-10638/

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-10638/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200205-02-g1986fb52e-0 (missing) -> 7.4-dev-20200205-02-g1986fb52e-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200205-02-g1986fb52e-0 (missing) -> 7.4-dev-20200205-02-g1986fb52e-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200205-02-g1986fb52e-0 (missing) -> 7.4-dev-20200205-02-g1986fb52e-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200205-02-g1986fb52e-0 (missing) -> 7.4-dev-20200205-02-g1986fb52e-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200205-02-g1986fb52e-0 (missing) -> 7.4-dev-20200205-02-g1986fb52e-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 6, 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-10641/

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-10641/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200206-00-gd7070ad8d-0 (missing) -> 7.4-dev-20200206-00-gd7070ad8d-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200206-00-gd7070ad8d-0 (missing) -> 7.4-dev-20200206-00-gd7070ad8d-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200206-00-gd7070ad8d-0 (missing) -> 7.4-dev-20200206-00-gd7070ad8d-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200206-00-gd7070ad8d-0 (missing) -> 7.4-dev-20200206-00-gd7070ad8d-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200206-00-gd7070ad8d-0 (missing) -> 7.4-dev-20200206-00-gd7070ad8d-0~deb10u1

yang/frr-interface.yang Outdated Show resolved Hide resolved
yang/frr-interface.yang Show resolved Hide resolved
config false;
description
"The interface's MAC address.";
}
Copy link
Member

Choose a reason for hiding this comment

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

Missing state attributes from interface

  1. status
  2. Flag
  3. Metric
  4. mtu6
  5. configured

Copy link
Member Author

Choose a reason for hiding this comment

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

Have added the most in the latest patch. status can be driven via shutdown rw field.

@@ -1845,6 +1905,38 @@ module frr-zebra {
"Link bandwidth informational parameter, in megabits.";
}
// TODO -- link-params for (experimental/partial TE use in IGP extensions)
container state {
config false;
Copy link
Member

Choose a reason for hiding this comment

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

Should we have a container counters under state? This could capture

  1. Interface up/down coutners
  2. Traffic counters?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure, counters are specific to zebra module?

Copy link
Member

Choose a reason for hiding this comment

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

I'd think we'd want up/down and packet counts, at least (?)

Copy link
Member

Choose a reason for hiding this comment

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

I agree but as Chirag said it should probably go into the base interface model

Copy link
Member

Choose a reason for hiding this comment

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

@chiragshah6 you want to put them in base interface model as counters? I guess that is fine if that is what you meant.

yang/frr-zebra.yang Show resolved Hide resolved
yang/frr-zebra.yang Show resolved Hide resolved
"This type is used by data models that need to reference
interfaces.";
}

Copy link
Member

Choose a reason for hiding this comment

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

Do we need this file at all?

Copy link
Member Author

Choose a reason for hiding this comment

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

This file is used for referencing interface types.

Copy link
Member

@Spantik Spantik Feb 7, 2020

Choose a reason for hiding this comment

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

Can we copy the type alone? As that is small piece or we think IETF-interface will be useful later ?

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 8, 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-10666/

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-10666/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200207-01-g95e679f7d-0 (missing) -> 7.4-dev-20200207-01-g95e679f7d-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200207-01-g95e679f7d-0 (missing) -> 7.4-dev-20200207-01-g95e679f7d-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200207-01-g95e679f7d-0 (missing) -> 7.4-dev-20200207-01-g95e679f7d-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200207-01-g95e679f7d-0 (missing) -> 7.4-dev-20200207-01-g95e679f7d-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200207-01-g95e679f7d-0 (missing) -> 7.4-dev-20200207-01-g95e679f7d-0~deb10u1

@chiragshah6
Copy link
Member Author

@riw777 @Spantik @qlyoung @rwestphal
Can you help review and merge this PR.

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.

mostly some nits... the change to two separate trees is a good one...

@@ -1845,6 +1905,38 @@ module frr-zebra {
"Link bandwidth informational parameter, in megabits.";
}
// TODO -- link-params for (experimental/partial TE use in IGP extensions)
container state {
config false;
Copy link
Member

Choose a reason for hiding this comment

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

I'd think we'd want up/down and packet counts, at least (?)

enum testing {
value 3;
description
"In some test mode. No operational packets can
Copy link
Member

Choose a reason for hiding this comment

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

maybe just "test mode" here, rather than "some test mode" :-)

Copy link
Member

Choose a reason for hiding this comment

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

I think this is direct from the IETF model, if so I don't think we ought to change it.

Copy link
Member Author

Choose a reason for hiding this comment

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

This is itef-interfaces.yang draft, we do not want to modify any fields.

enum unknown {
value 4;
description
"Status cannot be determined for some reason.";
Copy link
Member

Choose a reason for hiding this comment

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

Maybe just "Status cannot be determined."

Copy link
Member Author

Choose a reason for hiding this comment

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

We are going to reference the ietf model.

enum testing {
value 3;
description
"In some test mode. No operational packets can
Copy link
Member

Choose a reason for hiding this comment

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

maybe remove "some" here

yang/frr-interface.yang Outdated Show resolved Hide resolved
yang/frr-interface.yang Outdated Show resolved Hide resolved
description
"";
}
enum "promis" {
Copy link
Member

Choose a reason for hiding this comment

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

promisc

yang/frr-interface.yang Show resolved Hide resolved
yang/frr-interface.yang Outdated Show resolved Hide resolved
yang/frr-zebra.yang Outdated Show resolved Hide resolved
@@ -1845,6 +1905,38 @@ module frr-zebra {
"Link bandwidth informational parameter, in megabits.";
}
// TODO -- link-params for (experimental/partial TE use in IGP extensions)
container state {
config false;
Copy link
Member

Choose a reason for hiding this comment

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

I agree but as Chirag said it should probably go into the base interface model

enum testing {
value 3;
description
"In some test mode. No operational packets can
Copy link
Member

Choose a reason for hiding this comment

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

I think this is direct from the IETF model, if so I don't think we ought to change it.

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 12, 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-10699/

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-10699/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200211-01-g25619e6dc-0 (missing) -> 7.4-dev-20200211-01-g25619e6dc-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200211-01-g25619e6dc-0 (missing) -> 7.4-dev-20200211-01-g25619e6dc-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200211-01-g25619e6dc-0 (missing) -> 7.4-dev-20200211-01-g25619e6dc-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200211-01-g25619e6dc-0 (missing) -> 7.4-dev-20200211-01-g25619e6dc-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200211-01-g25619e6dc-0 (missing) -> 7.4-dev-20200211-01-g25619e6dc-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 12, 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-10703/

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-10703/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200212-03-ga77605139-0 (missing) -> 7.4-dev-20200212-03-ga77605139-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200212-03-ga77605139-0 (missing) -> 7.4-dev-20200212-03-ga77605139-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200212-03-ga77605139-0 (missing) -> 7.4-dev-20200212-03-ga77605139-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200212-03-ga77605139-0 (missing) -> 7.4-dev-20200212-03-ga77605139-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200212-03-ga77605139-0 (missing) -> 7.4-dev-20200212-03-ga77605139-0~deb10u1

@chiragshah6
Copy link
Member Author

Refine model post all the comments:

    augment /frr-interface:lib/frr-interface:interface:
      +--rw zebra
         +--rw ip-addrs* [address-family ip-prefix]
         |  +--rw address-family    identityref
         |  +--rw ip-prefix         ietf-inet-types:ip-prefix
         |  +--rw label?            string
         |  +--rw ip4-peer?         ietf-inet-types:ipv4-prefix
         +--rw multicast?     boolean
         +--rw link-detect?   boolean
         +--rw shutdown?      boolean
         +--rw bandwidth?     uint32
         +--ro state
            +--ro up-count?      uint16
            +--ro down-count?    uint16
            +--ro zif-type?      identityref
            +--ro vni-id?        vni-id-type
            +--ro remote-vtep?   ietf-inet-types:ipv4-address
            +--ro mcast-group?   ietf-routing-types:ipv4-multicast-group-address

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 18, 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-10769/

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-10769/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200218-00-ge03cd72f5-0 (missing) -> 7.4-dev-20200218-00-ge03cd72f5-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200218-00-ge03cd72f5-0 (missing) -> 7.4-dev-20200218-00-ge03cd72f5-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200218-00-ge03cd72f5-0 (missing) -> 7.4-dev-20200218-00-ge03cd72f5-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200218-00-ge03cd72f5-0 (missing) -> 7.4-dev-20200218-00-ge03cd72f5-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200218-00-ge03cd72f5-0 (missing) -> 7.4-dev-20200218-00-ge03cd72f5-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 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-10777/

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

IPv6 protocols on Ubuntu 14.04: Failed (click for details)
Topology tests on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOU1804/ErrorLog/log_topotests.txt

Fedora 29 rpm pkg check: Failed (click for details) Fedora 29 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/F29RPMCHECK/ErrorLog/log_package_start.txt Fedora 29 rpm pkg check: No useful log found
Ubuntu 16.04 deb pkg check: Failed (click for details) Ubuntu 16.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/U1604DEBTEST/ErrorLog/log_package_start.txt Ubuntu 16.04 deb pkg check: No useful log found
IPv4 ldp protocol on Ubuntu 16.04: Failed (click for details)
Ubuntu 14.04 deb pkg check: Failed (click for details) Ubuntu 14.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/U1404DEBTEST/ErrorLog/log_package_start.txt Ubuntu 14.04 deb pkg check: No useful log found
Debian 8 deb pkg check: Failed (click for details) Debian 8 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/D8DEBTEST/ErrorLog/log_package_start.txt Debian 8 deb pkg check: No useful log found
Topology tests on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 16.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOU1604/ErrorLog/log_topotests.txt

Topotest tests on Ubuntu 16.04 i386: Failed (click for details)

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

Topology Tests failed for Topotest tests on Ubuntu 16.04 i386
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOI386/ErrorLog/log_topotests.txt

IPv4 protocols on Ubuntu 14.04: Failed (click for details)
Debian 9 deb pkg check: Failed (click for details) Debian 9 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/D9DEBCHECK/ErrorLog/log_package_start.txt Debian 9 deb pkg check: No useful log found
Debian 10 deb pkg check: Failed (click for details) Debian 10 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/DEB10PKGCHK/ErrorLog/log_package_start.txt Debian 10 deb pkg check: No useful log found
CentOS 7 rpm pkg check: Failed (click for details) CentOS 7 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/CENTOS7RPM/ErrorLog/log_package_start.txt CentOS 7 rpm pkg check: No useful log found
Successful on other platforms
  • Static analyzer (clang)
  • Ubuntu 12.04 deb pkg check
  • Addresssanitizer topotest

Topology Tests memory analysis: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOU1804/MemoryLeaks/
Topology Tests memory analysis: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOU1604/MemoryLeaks/
Topology Tests memory analysis: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOI386/MemoryLeaks/

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-10777/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200219-01-gdd267c16d-0 (missing) -> 7.4-dev-20200219-01-gdd267c16d-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200219-01-gdd267c16d-0 (missing) -> 7.4-dev-20200219-01-gdd267c16d-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200219-01-gdd267c16d-0 (missing) -> 7.4-dev-20200219-01-gdd267c16d-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200219-01-gdd267c16d-0 (missing) -> 7.4-dev-20200219-01-gdd267c16d-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200219-01-gdd267c16d-0 (missing) -> 7.4-dev-20200219-01-gdd267c16d-0~deb10u1
<TITLE>clang_check</TITLE>

clang_check

1 similar comment
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 20, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

IPv6 protocols on Ubuntu 14.04: Failed (click for details)
Topology tests on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOU1804/ErrorLog/log_topotests.txt

Fedora 29 rpm pkg check: Failed (click for details) Fedora 29 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/F29RPMCHECK/ErrorLog/log_package_start.txt Fedora 29 rpm pkg check: No useful log found
Ubuntu 16.04 deb pkg check: Failed (click for details) Ubuntu 16.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/U1604DEBTEST/ErrorLog/log_package_start.txt Ubuntu 16.04 deb pkg check: No useful log found
IPv4 ldp protocol on Ubuntu 16.04: Failed (click for details)
Ubuntu 14.04 deb pkg check: Failed (click for details) Ubuntu 14.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/U1404DEBTEST/ErrorLog/log_package_start.txt Ubuntu 14.04 deb pkg check: No useful log found
Debian 8 deb pkg check: Failed (click for details) Debian 8 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/D8DEBTEST/ErrorLog/log_package_start.txt Debian 8 deb pkg check: No useful log found
Topology tests on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 16.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOU1604/ErrorLog/log_topotests.txt

Topotest tests on Ubuntu 16.04 i386: Failed (click for details)

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

Topology Tests failed for Topotest tests on Ubuntu 16.04 i386
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOI386/ErrorLog/log_topotests.txt

IPv4 protocols on Ubuntu 14.04: Failed (click for details)
Debian 9 deb pkg check: Failed (click for details) Debian 9 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/D9DEBCHECK/ErrorLog/log_package_start.txt Debian 9 deb pkg check: No useful log found
Debian 10 deb pkg check: Failed (click for details) Debian 10 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/DEB10PKGCHK/ErrorLog/log_package_start.txt Debian 10 deb pkg check: No useful log found
CentOS 7 rpm pkg check: Failed (click for details) CentOS 7 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/CENTOS7RPM/ErrorLog/log_package_start.txt CentOS 7 rpm pkg check: No useful log found
Successful on other platforms
  • Static analyzer (clang)
  • Ubuntu 12.04 deb pkg check
  • Addresssanitizer topotest

Topology Tests memory analysis: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOU1804/MemoryLeaks/
Topology Tests memory analysis: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOU1604/MemoryLeaks/
Topology Tests memory analysis: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10777/artifact/TOPOI386/MemoryLeaks/

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-10777/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200219-01-gdd267c16d-0 (missing) -> 7.4-dev-20200219-01-gdd267c16d-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200219-01-gdd267c16d-0 (missing) -> 7.4-dev-20200219-01-gdd267c16d-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200219-01-gdd267c16d-0 (missing) -> 7.4-dev-20200219-01-gdd267c16d-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200219-01-gdd267c16d-0 (missing) -> 7.4-dev-20200219-01-gdd267c16d-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200219-01-gdd267c16d-0 (missing) -> 7.4-dev-20200219-01-gdd267c16d-0~deb10u1
<TITLE>clang_check</TITLE>

clang_check

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Feb 22, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

IPv6 protocols on Ubuntu 14.04: Failed (click for details)
Ubuntu 16.04 deb pkg check: Failed (click for details) Ubuntu 16.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/U1604DEBTEST/ErrorLog/log_package_start.txt Ubuntu 16.04 deb pkg check: No useful log found
Topotest tests on Ubuntu 16.04 i386: Failed (click for details)

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

Topology Tests failed for Topotest tests on Ubuntu 16.04 i386
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/TOPOI386/ErrorLog/log_topotests.txt

Debian 10 deb pkg check: Failed (click for details) Debian 10 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/DEB10PKGCHK/ErrorLog/log_package_start.txt Debian 10 deb pkg check: No useful log found
CentOS 7 rpm pkg check: Failed (click for details) CentOS 7 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/CENTOS7RPM/ErrorLog/log_package_start.txt CentOS 7 rpm pkg check: No useful log found
Debian 8 deb pkg check: Failed (click for details) Debian 8 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/D8DEBTEST/ErrorLog/log_package_start.txt Debian 8 deb pkg check: No useful log found
Topology tests on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 16.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/TOPOU1604/ErrorLog/log_topotests.txt

IPv4 protocols on Ubuntu 14.04: Failed (click for details)
Debian 9 deb pkg check: Failed (click for details) Debian 9 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/D9DEBCHECK/ErrorLog/log_package_start.txt Debian 9 deb pkg check: No useful log found
Fedora 29 rpm pkg check: Failed (click for details) Fedora 29 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/F29RPMCHECK/ErrorLog/log_package_start.txt Fedora 29 rpm pkg check: No useful log found
Ubuntu 14.04 deb pkg check: Failed (click for details) Ubuntu 14.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/U1404DEBTEST/ErrorLog/log_package_start.txt Ubuntu 14.04 deb pkg check: No useful log found
IPv4 ldp protocol on Ubuntu 16.04: Failed (click for details)
Topology tests on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/TOPOU1804/ErrorLog/log_topotests.txt

Successful on other platforms
  • Addresssanitizer topotest
  • Ubuntu 12.04 deb pkg check
  • Static analyzer (clang)

Topology Tests memory analysis: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/TOPOI386/MemoryLeaks/
Topology Tests memory analysis: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/TOPOU1604/MemoryLeaks/
Topology Tests memory analysis: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/TOPOU1804/MemoryLeaks/

CLANG Static Analyzer Summary

  • Github Pull Request 5754, comparing to Git base SHA 3e31357

No Changes in Static Analysis warnings compared to base

2 Static Analyzer issues remaining.

See details at
https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10835/artifact/shared/static_analysis/index.html

Copy link
Member

@Spantik Spantik left a comment

Choose a reason for hiding this comment

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

LGTM.

@@ -1845,6 +1905,38 @@ module frr-zebra {
"Link bandwidth informational parameter, in megabits.";
}
// TODO -- link-params for (experimental/partial TE use in IGP extensions)
container state {
config false;
Copy link
Member

Choose a reason for hiding this comment

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

@chiragshah6 you want to put them in base interface model as counters? I guess that is fine if that is what you meant.

@rwestphal
Copy link
Member

module: frr-interface
  +--rw lib
     +--rw interface* [name vrf]
        +--rw name           string
        +--rw vrf            frr-vrf:vrf-ref
        +--rw description?   string
        +--ro if-index?      int32
        +--ro mtu?           uint16
        +--ro speed?         uint32
        +--ro type?          identityref
        +--ro phy-address?   ietf-yang-types:mac-address

I'm thinking here if it makes sense to have operational data in a libfrr module. If we do that, which daemon will be in charge of providing that data (thinking in terms of our future centralized management architecture)?

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 25, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

IPv4 protocols on Ubuntu 14.04: Failed (click for details)
Topology tests on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 16.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/TOPOU1604/ErrorLog/log_topotests.txt

IPv4 ldp protocol on Ubuntu 16.04: Failed (click for details)
Ubuntu 14.04 deb pkg check: Failed (click for details) Ubuntu 14.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/U1404DEBTEST/ErrorLog/log_package_start.txt Ubuntu 14.04 deb pkg check: No useful log found
Debian 9 deb pkg check: Failed (click for details) Debian 9 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/D9DEBCHECK/ErrorLog/log_package_start.txt Debian 9 deb pkg check: No useful log found
Ubuntu 16.04 deb pkg check: Failed (click for details) Ubuntu 16.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/U1604DEBTEST/ErrorLog/log_package_start.txt Ubuntu 16.04 deb pkg check: No useful log found
CentOS 7 rpm pkg check: Failed (click for details) CentOS 7 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/CENTOS7RPM/ErrorLog/log_package_start.txt CentOS 7 rpm pkg check: No useful log found
Topology tests on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/TOPOU1804/ErrorLog/log_topotests.txt

IPv6 protocols on Ubuntu 14.04: Failed (click for details)
Debian 10 deb pkg check: Failed (click for details) Debian 10 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/DEB10PKGCHK/ErrorLog/log_package_start.txt Debian 10 deb pkg check: No useful log found
Topotest tests on Ubuntu 16.04 i386: Failed (click for details)

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

Topology Tests failed for Topotest tests on Ubuntu 16.04 i386
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/TOPOI386/ErrorLog/log_topotests.txt

Fedora 29 rpm pkg check: Failed (click for details) Fedora 29 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/F29RPMCHECK/ErrorLog/log_package_start.txt Fedora 29 rpm pkg check: No useful log found
IPv4 protocols on Ubuntu 14.04: Failed (click for details)
Topology tests on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 16.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/TOPOU1604/ErrorLog/log_topotests.txt

IPv4 ldp protocol on Ubuntu 16.04: Failed (click for details)
Ubuntu 14.04 deb pkg check: Failed (click for details) Ubuntu 14.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/U1404DEBTEST/ErrorLog/log_package_start.txt Ubuntu 14.04 deb pkg check: No useful log found
Debian 9 deb pkg check: Failed (click for details) Debian 9 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/D9DEBCHECK/ErrorLog/log_package_start.txt Debian 9 deb pkg check: No useful log found
Ubuntu 16.04 deb pkg check: Failed (click for details) Ubuntu 16.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/U1604DEBTEST/ErrorLog/log_package_start.txt Ubuntu 16.04 deb pkg check: No useful log found
CentOS 7 rpm pkg check: Failed (click for details) CentOS 7 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/CENTOS7RPM/ErrorLog/log_package_start.txt CentOS 7 rpm pkg check: No useful log found
Topology tests on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/TOPOU1804/ErrorLog/log_topotests.txt

IPv6 protocols on Ubuntu 14.04: Failed (click for details)
Debian 10 deb pkg check: Failed (click for details) Debian 10 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/DEB10PKGCHK/ErrorLog/log_package_start.txt Debian 10 deb pkg check: No useful log found
Topotest tests on Ubuntu 16.04 i386: Failed (click for details)

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

Topology Tests failed for Topotest tests on Ubuntu 16.04 i386
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/TOPOI386/ErrorLog/log_topotests.txt

Fedora 29 rpm pkg check: Failed (click for details) Fedora 29 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/F29RPMCHECK/ErrorLog/log_package_start.txt Fedora 29 rpm pkg check: No useful log found
Addresssanitizer topotests part 2: Incomplete (check logs for details)
Debian 8 deb pkg check: Failed (click for details) Debian 8 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11428/artifact/D8DEBTEST/ErrorLog/log_package_start.txt Debian 8 deb pkg check: No useful log found
Successful on other platforms/tests
  • Addresssanitizer topotests part 3
  • Ubuntu 12.04 deb pkg check
  • Static analyzer (clang)
  • Addresssanitizer topotests part 1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 26, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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)

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

make[1]: Entering directory '/home/ci/cibuild.11467/frr-source'
zebra/interface.c: In function if_ip_address_uinstall:
zebra/interface.c:3003:20: error: ifc may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:7194: recipe for target 'zebra/interface.o' failed
make[1]: *** [zebra/interface.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.11467/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:4087: recipe for target 'all' failed

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11467/artifact/U1604I386/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-11467/artifact/CI021BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.11467/frr-source'
zebra/interface.c: In function if_ip_address_uinstall:
zebra/interface.c:3003:20: error: ifc may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:7194: recipe for target 'zebra/interface.o' failed
make[1]: *** [zebra/interface.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.11467/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:4087: recipe for target 'all' failed

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11467/artifact/CI021BUILD/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-11467/artifact/CI012BUILD/ErrorLog/log_make.txt)

/usr/pkg/lib/libpython2.7.so: warning: warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()
zebra/interface.c: In function 'if_ip_address_uinstall':
zebra/interface.c:3003:20: error: 'ifc' may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:7673: zebra/interface.o] Error 1
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.11467/frr-source'
gmake: *** [Makefile:4560: all] Error 2

NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11467/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-11467/artifact/CI014BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.11467/frr-source'
zebra/interface.c: In function if_ip_address_uinstall:
zebra/interface.c:3003:20: error: ifc may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:7194: recipe for target 'zebra/interface.o' failed
make[1]: *** [zebra/interface.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.11467/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:4087: recipe for target 'all' failed

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

Ubuntu 14.04 amd64 build: Failed (click for details)

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

make  all-am
make[1]: Entering directory `/home/ci/cibuild.11467/frr-source'
lib/if.c:1807:3: error: excess elements in array initializer [-Werror]
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1813:3: error: excess elements in array initializer [-Werror]
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1819:3: error: excess elements in array initializer [-Werror]
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1825:3: error: excess elements in array initializer [-Werror]

Ubuntu 14.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11467/artifact/CI001BUILD/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-11467/artifact/CI008BLD/ErrorLog/log_make.txt)

make  all-am
make[1]: Entering directory '/home/ci/cibuild.11467/frr-source'
lib/if.c:1807:3: error: excess elements in array initializer [-Werror]
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1813:3: error: excess elements in array initializer [-Werror]
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1819:3: error: excess elements in array initializer [-Werror]
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1825:3: error: excess elements in array initializer [-Werror]

Debian 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11467/artifact/CI008BLD/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-11467/artifact/CI011BUILD/ErrorLog/log_make.txt)

gmake  all-am
gmake[1]: Entering directory '/home/ci/cibuild.11467/frr-source'
zebra/interface.c:3015:13: error: variable 'ifc' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
zebra/interface.c:3020:7: note: uninitialized use occurs here
zebra/interface.c:3015:9: note: remove the 'if' if its condition is always true
zebra/interface.c:3003:23: note: initialize the variable 'ifc' to silence this warning
1 error generated.
gmake[1]: *** [Makefile:7672: zebra/interface.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-11467/artifact/CI011BUILD/config.status/config.status

NetBSD 6 amd64 build: Failed (click for details)

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

/usr/pkg/lib/libpython2.7.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/usr/pkg/lib/libpython2.7.so: warning: warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()
cc1: warnings being treated as errors
lib/if.c:1807:3: error: excess elements in array initializer
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes')
lib/if.c:1813:3: error: excess elements in array initializer
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes')
lib/if.c:1819:3: error: excess elements in array initializer
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes')

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

Successful on other platforms/tests
  • Ubuntu 18.04 ppc64le build
  • Ubuntu 12.04 amd64 build
  • Fedora 29 amd64 build
  • Debian 10 amd64 build
  • FreeBSD 11 amd64 build
  • CentOS 7 amd64 build
  • Ubuntu 18.04 amd64 build
  • FreeBSD 12 amd64 build

Warnings Generated during build:

Checkout code: Successful with additional warnings
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-11467/artifact/U1604I386/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.11467/frr-source'
zebra/interface.c: In function if_ip_address_uinstall:
zebra/interface.c:3003:20: error: ifc may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:7194: recipe for target 'zebra/interface.o' failed
make[1]: *** [zebra/interface.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.11467/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:4087: recipe for target 'all' failed

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11467/artifact/U1604I386/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-11467/artifact/CI021BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.11467/frr-source'
zebra/interface.c: In function if_ip_address_uinstall:
zebra/interface.c:3003:20: error: ifc may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:7194: recipe for target 'zebra/interface.o' failed
make[1]: *** [zebra/interface.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.11467/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:4087: recipe for target 'all' failed

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11467/artifact/CI021BUILD/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-11467/artifact/CI012BUILD/ErrorLog/log_make.txt)

/usr/pkg/lib/libpython2.7.so: warning: warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()
zebra/interface.c: In function 'if_ip_address_uinstall':
zebra/interface.c:3003:20: error: 'ifc' may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:7673: zebra/interface.o] Error 1
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.11467/frr-source'
gmake: *** [Makefile:4560: all] Error 2

NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11467/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-11467/artifact/CI014BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.11467/frr-source'
zebra/interface.c: In function if_ip_address_uinstall:
zebra/interface.c:3003:20: error: ifc may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:7194: recipe for target 'zebra/interface.o' failed
make[1]: *** [zebra/interface.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.11467/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:4087: recipe for target 'all' failed

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

Ubuntu 14.04 amd64 build: Failed (click for details)

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

make  all-am
make[1]: Entering directory `/home/ci/cibuild.11467/frr-source'
lib/if.c:1807:3: error: excess elements in array initializer [-Werror]
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1813:3: error: excess elements in array initializer [-Werror]
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1819:3: error: excess elements in array initializer [-Werror]
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1825:3: error: excess elements in array initializer [-Werror]

Ubuntu 14.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11467/artifact/CI001BUILD/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-11467/artifact/CI008BLD/ErrorLog/log_make.txt)

make  all-am
make[1]: Entering directory '/home/ci/cibuild.11467/frr-source'
lib/if.c:1807:3: error: excess elements in array initializer [-Werror]
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1813:3: error: excess elements in array initializer [-Werror]
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1819:3: error: excess elements in array initializer [-Werror]
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1825:3: error: excess elements in array initializer [-Werror]

Debian 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11467/artifact/CI008BLD/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-11467/artifact/CI011BUILD/ErrorLog/log_make.txt)

gmake  all-am
gmake[1]: Entering directory '/home/ci/cibuild.11467/frr-source'
zebra/interface.c:3015:13: error: variable 'ifc' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
zebra/interface.c:3020:7: note: uninitialized use occurs here
zebra/interface.c:3015:9: note: remove the 'if' if its condition is always true
zebra/interface.c:3003:23: note: initialize the variable 'ifc' to silence this warning
1 error generated.
gmake[1]: *** [Makefile:7672: zebra/interface.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-11467/artifact/CI011BUILD/config.status/config.status

NetBSD 6 amd64 build: Failed (click for details)

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

/usr/pkg/lib/libpython2.7.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/usr/pkg/lib/libpython2.7.so: warning: warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()
cc1: warnings being treated as errors
lib/if.c:1807:3: error: excess elements in array initializer
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes')
lib/if.c:1813:3: error: excess elements in array initializer
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes')
lib/if.c:1819:3: error: excess elements in array initializer
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes')

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

Report for if.c | 11 issues
===============================================
< WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f1-19706/if.c:942:
---
> WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f2-19706/if.c:942:
103c103
< #1033: FILE: /tmp/f1-19706/if.c:1033:
< WARNING: line over 80 characters
< #1799: FILE: /tmp/f1-19706/if.c:1799:
< WARNING: line over 80 characters
< #1839: FILE: /tmp/f1-19706/if.c:1839:
< WARNING: line over 80 characters
< #1841: FILE: /tmp/f1-19706/if.c:1841:
Report for interface.c | 4 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #2901: FILE: /tmp/f1-19706/interface.c:2901:
< WARNING: Block comments use a trailing */ on a separate line
< #3258: FILE: /tmp/f1-19706/interface.c:3258:
Report for zebra_nb.c | 16 issues
===============================================
< WARNING: line over 80 characters
< #350: FILE: /tmp/f1-19706/zebra_nb.c:350:
< WARNING: line over 80 characters
< #354: FILE: /tmp/f1-19706/zebra_nb.c:354:
< WARNING: line over 80 characters
< #356: FILE: /tmp/f1-19706/zebra_nb.c:356:
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-19706/zebra_nb.c:357:
< WARNING: line over 80 characters
< #361: FILE: /tmp/f1-19706/zebra_nb.c:361:
< WARNING: line over 80 characters
< #371: FILE: /tmp/f1-19706/zebra_nb.c:371:
< WARNING: line over 80 characters
< #375: FILE: /tmp/f1-19706/zebra_nb.c:375:
< WARNING: line over 80 characters
< #377: FILE: /tmp/f1-19706/zebra_nb.c:377:
Report for zebra_nb_config.c | 2 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #1017: FILE: /tmp/f1-19706/zebra_nb_config.c:1017:

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-11467/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200326-06-g1f367a7f8-0 (missing) -> 7.4-dev-20200326-06-g1f367a7f8-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200326-06-g1f367a7f8-0 (missing) -> 7.4-dev-20200326-06-g1f367a7f8-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200326-06-g1f367a7f8-0 (missing) -> 7.4-dev-20200326-06-g1f367a7f8-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200326-06-g1f367a7f8-0 (missing) -> 7.4-dev-20200326-06-g1f367a7f8-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200326-06-g1f367a7f8-0 (missing) -> 7.4-dev-20200326-06-g1f367a7f8-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 27, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

NetBSD 6 amd64 build: Failed (click for details)

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

/usr/pkg/lib/libpython2.7.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/usr/pkg/lib/libpython2.7.so: warning: warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()
cc1: warnings being treated as errors
lib/if.c:1807:3: error: excess elements in array initializer
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes')
lib/if.c:1813:3: error: excess elements in array initializer
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes')
lib/if.c:1819:3: error: excess elements in array initializer
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes')

NetBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11471/artifact/CI007BUILD/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-11471/artifact/CI008BLD/ErrorLog/log_make.txt)

make  all-am
make[1]: Entering directory '/home/ci/cibuild.11471/frr-source'
lib/if.c:1807:3: error: excess elements in array initializer [-Werror]
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1813:3: error: excess elements in array initializer [-Werror]
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1819:3: error: excess elements in array initializer [-Werror]
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1825:3: error: excess elements in array initializer [-Werror]

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

Ubuntu 14.04 amd64 build: Failed (click for details)

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

make  all-am
make[1]: Entering directory `/home/ci/cibuild.11471/frr-source'
lib/if.c:1807:3: error: excess elements in array initializer [-Werror]
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1813:3: error: excess elements in array initializer [-Werror]
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1819:3: error: excess elements in array initializer [-Werror]
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1825:3: error: excess elements in array initializer [-Werror]

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

Successful on other platforms/tests
  • Ubuntu 18.04 ppc64le build
  • Debian 9 amd64 build
  • Ubuntu 12.04 amd64 build
  • Ubuntu 16.04 i386 build
  • Fedora 29 amd64 build
  • CentOS 7 amd64 build
  • FreeBSD 12 amd64 build
  • Debian 10 amd64 build
  • OpenBSD 6 amd64 build
  • NetBSD 8 amd64 build
  • Ubuntu 16.04 amd64 build
  • Ubuntu 18.04 amd64 build
  • FreeBSD 11 amd64 build

Warnings Generated during build:

Checkout code: Successful with additional warnings
NetBSD 6 amd64 build: Failed (click for details)

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

/usr/pkg/lib/libpython2.7.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
/usr/pkg/lib/libpython2.7.so: warning: warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()
cc1: warnings being treated as errors
lib/if.c:1807:3: error: excess elements in array initializer
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes')
lib/if.c:1813:3: error: excess elements in array initializer
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes')
lib/if.c:1819:3: error: excess elements in array initializer
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes')

NetBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11471/artifact/CI007BUILD/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-11471/artifact/CI008BLD/ErrorLog/log_make.txt)

make  all-am
make[1]: Entering directory '/home/ci/cibuild.11471/frr-source'
lib/if.c:1807:3: error: excess elements in array initializer [-Werror]
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1813:3: error: excess elements in array initializer [-Werror]
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1819:3: error: excess elements in array initializer [-Werror]
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1825:3: error: excess elements in array initializer [-Werror]

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

Ubuntu 14.04 amd64 build: Failed (click for details)

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

make  all-am
make[1]: Entering directory `/home/ci/cibuild.11471/frr-source'
lib/if.c:1807:3: error: excess elements in array initializer [-Werror]
lib/if.c:1807:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1813:3: error: excess elements in array initializer [-Werror]
lib/if.c:1813:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1819:3: error: excess elements in array initializer [-Werror]
lib/if.c:1819:3: error: (near initialization for 'frr_interface_info_size3.nodes') [-Werror]
lib/if.c:1825:3: error: excess elements in array initializer [-Werror]

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

Report for if.c | 11 issues
===============================================
< WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f1-3244/if.c:942:
---
> WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f2-3244/if.c:942:
103c103
< #1033: FILE: /tmp/f1-3244/if.c:1033:
< WARNING: line over 80 characters
< #1799: FILE: /tmp/f1-3244/if.c:1799:
< WARNING: line over 80 characters
< #1839: FILE: /tmp/f1-3244/if.c:1839:
< WARNING: line over 80 characters
< #1841: FILE: /tmp/f1-3244/if.c:1841:
Report for zebra_nb.c | 16 issues
===============================================
< WARNING: line over 80 characters
< #350: FILE: /tmp/f1-3244/zebra_nb.c:350:
< WARNING: line over 80 characters
< #354: FILE: /tmp/f1-3244/zebra_nb.c:354:
< WARNING: line over 80 characters
< #356: FILE: /tmp/f1-3244/zebra_nb.c:356:
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-3244/zebra_nb.c:357:
< WARNING: line over 80 characters
< #361: FILE: /tmp/f1-3244/zebra_nb.c:361:
< WARNING: line over 80 characters
< #371: FILE: /tmp/f1-3244/zebra_nb.c:371:
< WARNING: line over 80 characters
< #375: FILE: /tmp/f1-3244/zebra_nb.c:375:
< WARNING: line over 80 characters
< #377: FILE: /tmp/f1-3244/zebra_nb.c:377:

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-11471/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200326-05-g04b13753f-0 (missing) -> 7.4-dev-20200326-05-g04b13753f-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200326-05-g04b13753f-0 (missing) -> 7.4-dev-20200326-05-g04b13753f-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200326-05-g04b13753f-0 (missing) -> 7.4-dev-20200326-05-g04b13753f-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200326-05-g04b13753f-0 (missing) -> 7.4-dev-20200326-05-g04b13753f-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200326-05-g04b13753f-0 (missing) -> 7.4-dev-20200326-05-g04b13753f-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 27, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Topology tests on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 18.04 amd64:

2020-03-27 02:42:31,814 ERROR: 'router_json_cmp' failed after 9.92 seconds
2020-03-27 02:42:31,816 ERROR: assert failed at "test_bfd_bgp_cbit_topo3/test_bfd_comes_back_again": "r1" JSON output mismatches
assert json value is different (
  --- Expected value
  +++ Current value
  @@ -2,0 +3 @@
  +        "detect-multiplier": 3, 
  @@ -3,0 +5 @@
  +        "downtime": 1, 
  @@ -4,0 +7 @@
  +        "id": 2990820113, 
  @@ -8,0 +12 @@
  +        "remote-detect-multiplier": 3, 
  @@ -10,5 +14,7 @@
  -        "remote-echo-interval": 50, 
  -        "remote-receive-interval": 300, 
  -        "remote-transmit-interval": 300, 
  -        "status": "up", 
  -        "transmit-interval": 300
  +        "remote-echo-interval": 0, 
  +        "remote-id": 0, 
  +        "remote-receive-interval": 1000, 
  +        "remote-transmit-interval": 1000, 
  +        "status": "down", 
  +        "transmit-interval": 300, 
  +        "vrf": "default")
*** defaultIntf: warning: r1 has no interfaces
2020-03-27 03:05:41,850 ERROR: '_bgp_has_routes' failed after 37.19 seconds
2020-03-27 03:13:37,037 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 1514, in create_bgp_community_lists
    build=build)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 236, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 389, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2020-03-27 03:13:37,161 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 1514, in create_bgp_community_lists
    build=build)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 236, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 389, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2020-03-27 03:13:37,276 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 1514, in create_bgp_community_lists
    build=build)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 236, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 389, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2020-03-27 03:13:37,391 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 1514, in create_bgp_community_lists
    build=build)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 236, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 389, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2020-03-27 03:15:31,391 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 1514, in create_bgp_community_lists
    build=build)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 236, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 389, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  



2020-03-27 03:21:30,397 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1

2020-03-27 03:21:32,451 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1

2020-03-27 03:21:38,611 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topology tests on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 18.04 amd64:

2020-03-27 02:42:31,814 ERROR: 'router_json_cmp' failed after 9.92 seconds
2020-03-27 02:42:31,816 ERROR: assert failed at "test_bfd_bgp_cbit_topo3/test_bfd_comes_back_again": "r1" JSON output mismatches
assert json value is different (
  --- Expected value
  +++ Current value
  @@ -2,0 +3 @@
  +        "detect-multiplier": 3, 
  @@ -3,0 +5 @@
  +        "downtime": 1, 
  @@ -4,0 +7 @@
  +        "id": 2990820113, 
  @@ -8,0 +12 @@
  +        "remote-detect-multiplier": 3, 
  @@ -10,5 +14,7 @@
  -        "remote-echo-interval": 50, 
  -        "remote-receive-interval": 300, 
  -        "remote-transmit-interval": 300, 
  -        "status": "up", 
  -        "transmit-interval": 300
  +        "remote-echo-interval": 0, 
  +        "remote-id": 0, 
  +        "remote-receive-interval": 1000, 
  +        "remote-transmit-interval": 1000, 
  +        "status": "down", 
  +        "transmit-interval": 300, 
  +        "vrf": "default")
*** defaultIntf: warning: r1 has no interfaces
2020-03-27 03:05:41,850 ERROR: '_bgp_has_routes' failed after 37.19 seconds
2020-03-27 03:13:37,037 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 1514, in create_bgp_community_lists
    build=build)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 236, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 389, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2020-03-27 03:13:37,161 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 1514, in create_bgp_community_lists
    build=build)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 236, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 389, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2020-03-27 03:13:37,276 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 1514, in create_bgp_community_lists
    build=build)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 236, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 389, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2020-03-27 03:13:37,391 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 1514, in create_bgp_community_lists
    build=build)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 236, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 389, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2020-03-27 03:15:31,391 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 1514, in create_bgp_community_lists
    build=build)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 236, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPOU1804/topotests/lib/common_config.py", line 389, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  



2020-03-27 03:21:30,397 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1

2020-03-27 03:21:32,451 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1

2020-03-27 03:21:38,611 ERROR: PIMd StdErr Log:% No Path to RP address specified: 192.168.100.1

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

Report for if.c | 9 issues
===============================================
< WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f1-6569/if.c:942:
---
> WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f2-6569/if.c:942:
103c103
< #1033: FILE: /tmp/f1-6569/if.c:1033:
< WARNING: line over 80 characters
< #1814: FILE: /tmp/f1-6569/if.c:1814:
< WARNING: line over 80 characters
< #1816: FILE: /tmp/f1-6569/if.c:1816:
Report for zebra_nb.c | 16 issues
===============================================
< WARNING: line over 80 characters
< #350: FILE: /tmp/f1-6569/zebra_nb.c:350:
< WARNING: line over 80 characters
< #354: FILE: /tmp/f1-6569/zebra_nb.c:354:
< WARNING: line over 80 characters
< #356: FILE: /tmp/f1-6569/zebra_nb.c:356:
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-6569/zebra_nb.c:357:
< WARNING: line over 80 characters
< #361: FILE: /tmp/f1-6569/zebra_nb.c:361:
< WARNING: line over 80 characters
< #371: FILE: /tmp/f1-6569/zebra_nb.c:371:
< WARNING: line over 80 characters
< #375: FILE: /tmp/f1-6569/zebra_nb.c:375:
< WARNING: line over 80 characters
< #377: FILE: /tmp/f1-6569/zebra_nb.c:377:

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Mar 28, 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-11472/

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 if.c | 9 issues
===============================================
< WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f1-6569/if.c:942:
---
> WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f2-6569/if.c:942:
103c103
< #1033: FILE: /tmp/f1-6569/if.c:1033:
< WARNING: line over 80 characters
< #1814: FILE: /tmp/f1-6569/if.c:1814:
< WARNING: line over 80 characters
< #1816: FILE: /tmp/f1-6569/if.c:1816:
Report for zebra_nb.c | 16 issues
===============================================
< WARNING: line over 80 characters
< #350: FILE: /tmp/f1-6569/zebra_nb.c:350:
< WARNING: line over 80 characters
< #354: FILE: /tmp/f1-6569/zebra_nb.c:354:
< WARNING: line over 80 characters
< #356: FILE: /tmp/f1-6569/zebra_nb.c:356:
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-6569/zebra_nb.c:357:
< WARNING: line over 80 characters
< #361: FILE: /tmp/f1-6569/zebra_nb.c:361:
< WARNING: line over 80 characters
< #371: FILE: /tmp/f1-6569/zebra_nb.c:371:
< WARNING: line over 80 characters
< #375: FILE: /tmp/f1-6569/zebra_nb.c:375:
< WARNING: line over 80 characters
< #377: FILE: /tmp/f1-6569/zebra_nb.c:377:

yang/frr-interface.yang Outdated Show resolved Hide resolved
yang/frr-interface.yang Outdated Show resolved Hide resolved
yang/frr-interface.yang Outdated Show resolved Hide resolved
yang/frr-interface.yang Outdated Show resolved Hide resolved
yang/frr-interface.yang Show resolved Hide resolved
yang/frr-interface.yang Outdated Show resolved Hide resolved
yang/frr-zebra.yang Show resolved Hide resolved
yang/frr-zebra.yang Outdated Show resolved Hide resolved
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 2, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

IPv6 protocols on Ubuntu 14.04: Failed (click for details)
Topotest tests on Ubuntu 16.04 i386: Failed (click for details)

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

Topology Tests failed for Topotest tests on Ubuntu 16.04 i386
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/TOPOI386/ErrorLog/log_topotests.txt

CentOS 7 rpm pkg check: Failed (click for details) CentOS 7 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/CENTOS7RPM/ErrorLog/log_package_start.txt CentOS 7 rpm pkg check: No useful log found
Debian 8 deb pkg check: Failed (click for details) Debian 8 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/D8DEBTEST/ErrorLog/log_package_start.txt Debian 8 deb pkg check: No useful log found
Topology tests on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 16.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/TOPOU1604/ErrorLog/log_topotests.txt

IPv4 protocols on Ubuntu 14.04: Failed (click for details)
Debian 9 deb pkg check: Failed (click for details) Debian 9 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/D9DEBCHECK/ErrorLog/log_package_start.txt Debian 9 deb pkg check: No useful log found
Addresssanitizer topotests part 3: Failed (click for details) Addresssanitizer topotests part 3: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/ASAN3/AddressSanitizerError/AddressSanitzer.txt Addresssanitizer topotests part 3: No useful log found
IPv4 ldp protocol on Ubuntu 16.04: Failed (click for details)
Ubuntu 14.04 deb pkg check: Failed (click for details) Ubuntu 14.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/U1404DEBTEST/ErrorLog/log_package_start.txt Ubuntu 14.04 deb pkg check: No useful log found
Topology tests on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/TOPOU1804/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Ubuntu 16.04 deb pkg check
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 1
  • Addresssanitizer topotests part 2
  • Fedora 29 rpm pkg check
  • Ubuntu 12.04 deb pkg check
  • Static analyzer (clang)

Warnings Generated during build:

Checkout code: Successful with additional warnings
IPv6 protocols on Ubuntu 14.04: Failed (click for details)
Topotest tests on Ubuntu 16.04 i386: Failed (click for details)

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

Topology Tests failed for Topotest tests on Ubuntu 16.04 i386
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/TOPOI386/ErrorLog/log_topotests.txt

CentOS 7 rpm pkg check: Failed (click for details) CentOS 7 rpm pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/CENTOS7RPM/ErrorLog/log_package_start.txt CentOS 7 rpm pkg check: No useful log found
Debian 8 deb pkg check: Failed (click for details) Debian 8 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/D8DEBTEST/ErrorLog/log_package_start.txt Debian 8 deb pkg check: No useful log found
Topology tests on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 16.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/TOPOU1604/ErrorLog/log_topotests.txt

IPv4 protocols on Ubuntu 14.04: Failed (click for details)
Debian 9 deb pkg check: Failed (click for details) Debian 9 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/D9DEBCHECK/ErrorLog/log_package_start.txt Debian 9 deb pkg check: No useful log found
Addresssanitizer topotests part 3: Failed (click for details) Addresssanitizer topotests part 3: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/ASAN3/AddressSanitizerError/AddressSanitzer.txt Addresssanitizer topotests part 3: No useful log found
IPv4 ldp protocol on Ubuntu 16.04: Failed (click for details)
Ubuntu 14.04 deb pkg check: Failed (click for details) Ubuntu 14.04 deb pkg check: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/U1404DEBTEST/ErrorLog/log_package_start.txt Ubuntu 14.04 deb pkg check: No useful log found
Topology tests on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topology tests on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-11571/artifact/TOPOU1804/ErrorLog/log_topotests.txt

Report for if.c | 9 issues
===============================================
< WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f1-16403/if.c:942:
---
> WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f2-16403/if.c:942:
103c103
< #1033: FILE: /tmp/f1-16403/if.c:1033:
< WARNING: line over 80 characters
< #1814: FILE: /tmp/f1-16403/if.c:1814:
< WARNING: line over 80 characters
< #1816: FILE: /tmp/f1-16403/if.c:1816:
Report for interface.c | 4 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #2901: FILE: /tmp/f1-16403/interface.c:2901:
< WARNING: Block comments use a trailing */ on a separate line
< #3258: FILE: /tmp/f1-16403/interface.c:3258:
Report for zebra_nb.c | 16 issues
===============================================
< WARNING: line over 80 characters
< #350: FILE: /tmp/f1-16403/zebra_nb.c:350:
< WARNING: line over 80 characters
< #354: FILE: /tmp/f1-16403/zebra_nb.c:354:
< WARNING: line over 80 characters
< #356: FILE: /tmp/f1-16403/zebra_nb.c:356:
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-16403/zebra_nb.c:357:
< WARNING: line over 80 characters
< #361: FILE: /tmp/f1-16403/zebra_nb.c:361:
< WARNING: line over 80 characters
< #371: FILE: /tmp/f1-16403/zebra_nb.c:371:
< WARNING: line over 80 characters
< #375: FILE: /tmp/f1-16403/zebra_nb.c:375:
< WARNING: line over 80 characters
< #377: FILE: /tmp/f1-16403/zebra_nb.c:377:
Report for zebra_nb_config.c | 2 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #1017: FILE: /tmp/f1-16403/zebra_nb_config.c:1017:

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-11571/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200402-05-g8e5eb07d9-0 (missing) -> 7.4-dev-20200402-05-g8e5eb07d9-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200402-05-g8e5eb07d9-0 (missing) -> 7.4-dev-20200402-05-g8e5eb07d9-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200402-05-g8e5eb07d9-0 (missing) -> 7.4-dev-20200402-05-g8e5eb07d9-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200402-05-g8e5eb07d9-0 (missing) -> 7.4-dev-20200402-05-g8e5eb07d9-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200402-05-g8e5eb07d9-0 (missing) -> 7.4-dev-20200402-05-g8e5eb07d9-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 3, 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-11595/

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 if.c | 9 issues
===============================================
< WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f1-5669/if.c:942:
---
> WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f2-5669/if.c:942:
103c103
< #1033: FILE: /tmp/f1-5669/if.c:1033:
< WARNING: line over 80 characters
< #1814: FILE: /tmp/f1-5669/if.c:1814:
< WARNING: line over 80 characters
< #1816: FILE: /tmp/f1-5669/if.c:1816:
Report for interface.c | 4 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #2901: FILE: /tmp/f1-5669/interface.c:2901:
< WARNING: Block comments use a trailing */ on a separate line
< #3258: FILE: /tmp/f1-5669/interface.c:3258:
Report for zebra_nb.c | 16 issues
===============================================
< WARNING: line over 80 characters
< #350: FILE: /tmp/f1-5669/zebra_nb.c:350:
< WARNING: line over 80 characters
< #354: FILE: /tmp/f1-5669/zebra_nb.c:354:
< WARNING: line over 80 characters
< #356: FILE: /tmp/f1-5669/zebra_nb.c:356:
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-5669/zebra_nb.c:357:
< WARNING: line over 80 characters
< #361: FILE: /tmp/f1-5669/zebra_nb.c:361:
< WARNING: line over 80 characters
< #371: FILE: /tmp/f1-5669/zebra_nb.c:371:
< WARNING: line over 80 characters
< #375: FILE: /tmp/f1-5669/zebra_nb.c:375:
< WARNING: line over 80 characters
< #377: FILE: /tmp/f1-5669/zebra_nb.c:377:
Report for zebra_nb_config.c | 2 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #1017: FILE: /tmp/f1-5669/zebra_nb_config.c:1017:

@chiragshah6 chiragshah6 requested a review from qlyoung April 4, 2020 00:04
Add ietf interface yant model.
Also include it in the makefile.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
module: frr-interface
  +--rw lib
     +--rw interface* [name vrf]
        +--rw name           string
        +--rw vrf            frr-vrf:vrf-ref
        +--rw description?   string
        +--ro state
           +--ro if-index?      int32
           +--ro mtu?           uint16
           +--ro mtu6?          uint32
           +--ro speed?         uint32
           +--ro metric?        uint32
           +--ro flags?         if-flags-type
           +--ro type?          identityref
           +--ro phy-address?   ietf-yang-types:mac-address

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Modify interface config model
and add zebra specific interface state operational data.

augment /frr-interface:lib/frr-interface:interface:
  +--rw zebra
     +--rw ip-addrs* [address-family ip-prefix]
     |  +--rw address-family    identityref
     |  +--rw ip-prefix         ietf-inet-types:ip-prefix
     |  +--rw label?            string
     |  +--rw ip4-peer?         ietf-inet-types:ipv4-prefix
     +--rw multicast?     boolean
     +--rw link-detect?   boolean
     +--rw shutdown?      boolean
     +--rw bandwidth?     uint32
     +--ro state
        +--ro up-count?      uint16
        +--ro down-count?    uint16
        +--ro zif-type?      identityref
        +--ro ptm-status?    string <disabled>
        +--ro vlan-id?       uint16
        +--ro vni-id?        vni-id-type
        +--ro remote-vtep?   ietf-inet-types:ipv4-address
        +--ro mcast-group?   ietf-routing-types:ipv4-multicast-group-address

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
This is all stub callbacks autogenrated for
zebra interface state data.

Signed-off-by: chirag Shah <chirag@cumulusnetworks.com>
Remove gcc 4.x workaround for variable size array as gcc
check moved to header file.

In lib/northbound.h : struct frr_yang_module_info made
size 1000 for gcc 4.x, where maximum 1000 nodes can fit.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
@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-11620/

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 if.c | 9 issues
===============================================
< WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f1-18795/if.c:942:
---
> WARNING: strncat() is error-prone; please use strlcat() if possible#942: FILE: /tmp/f2-18795/if.c:942:
103c103
< #1033: FILE: /tmp/f1-18795/if.c:1033:
< WARNING: line over 80 characters
< #1814: FILE: /tmp/f1-18795/if.c:1814:
< WARNING: line over 80 characters
< #1816: FILE: /tmp/f1-18795/if.c:1816:
Report for interface.c | 4 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #2901: FILE: /tmp/f1-18795/interface.c:2901:
< WARNING: Block comments use a trailing */ on a separate line
< #3258: FILE: /tmp/f1-18795/interface.c:3258:
Report for zebra_nb.c | 16 issues
===============================================
< WARNING: line over 80 characters
< #350: FILE: /tmp/f1-18795/zebra_nb.c:350:
< WARNING: line over 80 characters
< #354: FILE: /tmp/f1-18795/zebra_nb.c:354:
< WARNING: line over 80 characters
< #356: FILE: /tmp/f1-18795/zebra_nb.c:356:
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-18795/zebra_nb.c:357:
< WARNING: line over 80 characters
< #361: FILE: /tmp/f1-18795/zebra_nb.c:361:
< WARNING: line over 80 characters
< #371: FILE: /tmp/f1-18795/zebra_nb.c:371:
< WARNING: line over 80 characters
< #375: FILE: /tmp/f1-18795/zebra_nb.c:375:
< WARNING: line over 80 characters
< #377: FILE: /tmp/f1-18795/zebra_nb.c:377:
Report for zebra_nb_config.c | 2 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #1017: FILE: /tmp/f1-18795/zebra_nb_config.c:1017:

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-11620/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200404-06-ga8c42c489-0 (missing) -> 7.4-dev-20200404-06-ga8c42c489-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200404-06-ga8c42c489-0 (missing) -> 7.4-dev-20200404-06-ga8c42c489-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200404-06-ga8c42c489-0 (missing) -> 7.4-dev-20200404-06-ga8c42c489-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200404-06-ga8c42c489-0 (missing) -> 7.4-dev-20200404-06-ga8c42c489-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.4-dev-20200404-06-ga8c42c489-0 (missing) -> 7.4-dev-20200404-06-ga8c42c489-0~deb10u1

@Spantik Spantik merged commit 660e39e into FRRouting:nb_conversions Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants