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

ospfd: json support for show ip ospf border-routers #12380

Merged
merged 2 commits into from
Dec 19, 2022

Conversation

chiragshah6
Copy link
Member

@chiragshah6 chiragshah6 commented Nov 23, 2022

show ip ospf border-routers json support added.
commands:

  • show ip ospf vrf default border-routers json
  • show ip ospf vrf all border-routers json
  • show ip ospf border-routers json

Testing Done: Unit testing completed.

rut# show ip ospf vrf all border-routers json

{
  "default":{
    "vrfName":"default",
    "vrfId":0,
    "routers":{
      "0.0.0.8":{
        "routeType":"R ",
        "cost":10,
        "area":"0.0.0.1",
        "routerType":"abr",
        "nexthops":[
          {
            "ip":"12.0.0.2",
            "via":"swp1"
          }
        ]
      },
      "0.0.0.9":{
        "routeType":"R ",
        "cost":10,
        "area":"0.0.0.1",
        "routerType":"abr",
        "nexthops":[
          {
            "ip":"12.0.1.2",
            "via":"swp2"
          }
        ]
      }
    }
  }
}

rut#
rut# show ip ospf vrf all border-routers json

{
  "default":{
        "vrfName":"default",
        "vrfId":0,
        "routers":{
          "0.0.0.15":{
            "routeType":"R ",
            "cost":30,
            "area":"0.0.0.0",
            "routerType":"abr",
            "nexthops":[
                {
                  "ip":"11.0.0.2",
                  "via":"br1"
                }
             ]
          }
      }
  }
}

rut# show ip ospf border-routers json

{
  "routers":{
    "0.0.0.15":{
      "routeType":"R ",
      "cost":30,
      "area":"0.0.0.0",
      "routerType":"abr",
      "nexthops":[
        {
          "ip":"11.0.0.2",
          "via":"br1"
        }
      ]
   }
 }
}


Co-authored-by: Chirag Shah chirag@nvidia.com
Signed-off-by: Sindhu Parvathi Gopinathan sgopinathan@nvidia.com

@frrbot frrbot bot added the ospf label Nov 23, 2022
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 23, 2022

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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) Ubuntu 16.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/U1604I386/config.status/config.status

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

/home/ci/cibuild.8528/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
CentOS 7 amd64 build: Failed (click for details) CentOS 7 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/CI005BUILD/config.log/config.log.gz CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/CI005BUILD/config.status/config.status

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

In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11355:8: error: invalid storage class for function show_ip_ospf_instance_border_routers
 DEFUN (show_ip_ospf_instance_border_routers,
./lib/command.h:270:13: note: in definition of macro DEFUN_CMD_FUNC_DECL
./lib/command.h:310:2: note: in expansion of macro DEFUN_ATTR
ospfd/ospf_vty.c:11355:1: note: in expansion of macro DEFUN
 DEFUN (show_ip_ospf_instance_border_routers,
 ^
Ubuntu 18.04 i386 build: Failed (click for details)

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

/home/ci/cibuild.8528/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8528/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:

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

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

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

make[1]: Entering directory '/home/ci/cibuild.8528/frr-source'
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/DEB11AMD64/config.log/config.log.gz

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

/home/ci/cibuild.8528/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
11143 |  json_object *json = NULL;
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11236 |             ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int

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

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

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

/usr/home/ci/cibuild.8528/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function 'show_ip_ospf_reachable_routers':
ospfd/ospf_vty.c:11143:15: error: variable 'json' set but not used [-Werror=unused-but-set-variable]
11143 |  json_object *json = NULL;
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_common':
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of 'json_object_string_add' makes pointer from integer without a cast [-Werror=int-conversion]
11236 |             ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected 'const char *' but argument is of type 'short unsigned int'
Ubuntu 18.04 arm7 build: Failed (click for details) Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/U18ARM7BUILD/config.log/config.log.gz

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/RH9BUILD/config.status/config.status

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

/home/ci/cibuild.8528/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:22: error: variable json set but not used [-Werror=unused-but-set-variable]
11143 |         json_object *json = NULL;
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:52: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11236 |                                                ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:48: note: expected const char * but argument is of type short unsigned int

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

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

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Ubuntu 16.04 amd64 build: Failed (click for details) Ubuntu 16.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/CI014BUILD/config.status/config.status

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

/home/ci/cibuild.8528/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/REDHAT8/config.status/config.status

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

/home/ci/cibuild.8528/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8528/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:

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

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/CI012BUILD/config.status/config.status

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

ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
ospfd/ospf_vty.c: In function 'show_ip_ospf_reachable_routers':
ospfd/ospf_vty.c:11143:15: error: variable 'json' set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_common':
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of 'json_object_string_add' makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected 'const char *' but argument is of type 'short unsigned int'
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:

NetBSD 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/CI012BUILD/config.log/config.log.gz

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

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

/home/ci/cibuild.8528/frr-source/doc/user/zebra.rst:730: WARNING: duplicate clicmd description of segment-routing, other instance in pathd
/home/ci/cibuild.8528/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c:11236:13: error: incompatible integer to pointer conversion passing 'unsigned short' to parameter of type 'const char *' [-Werror,-Wint-conversion]
./lib/json.h:56:20: note: passing argument to parameter 's' here
ospfd/ospf_vty.c:11355:1: error: function declared in block scope cannot have 'static' storage class
DEFUN (show_ip_ospf_instance_border_routers,
^
./lib/command.h:310:2: note: expanded from macro 'DEFUN'
./lib/command.h:305:2: note: expanded from macro 'DEFUN_ATTR'
FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/FBSD12AMD64/config.status/config.status

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

gmake[1]: Entering directory '/usr/home/ci/cibuild.8528/frr-source'
ospfd/ospf_vty.c: In function 'show_ip_ospf_reachable_routers':
ospfd/ospf_vty.c:11143:15: error: variable 'json' set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_common':
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of 'json_object_string_add' makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected 'const char *' but argument is of type 'short unsigned int'
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Fedora 29 amd64 build: Failed (click for details) Fedora 29 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/F29BUILD/config.log/config.log.gz Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/F29BUILD/config.status/config.status

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

/home/ci/cibuild.8528/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8528/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/U22AMD64BUILD/config.log/config.log.gz

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

frr.texi:30059: warning: @emph should not appear in @item
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:22: error: variable json set but not used [-Werror=unused-but-set-variable]
11143 |         json_object *json = NULL;
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:52: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11236 |                                                ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:48: note: expected const char * but argument is of type short unsigned int

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

Ubuntu 18.04 arm8 build: Failed (click for details)

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:

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

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

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

/home/ci/cibuild.8528/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/U2004AMD64BUILD/config.log/config.log.gz

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

/home/ci/cibuild.8528/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8528/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
11143 |  json_object *json = NULL;
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11236 |             ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int

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

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

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

/home/ci/cibuild.8528/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8528/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8528/artifact/DEB10BUILD/config.status/config.status

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

/home/ci/cibuild.8528/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8528/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:

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

Ubuntu 16.04 arm7 build: Failed (click for details)

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:

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

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 23, 2022

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/12380 23fe83e frr.github Build
Date 11/23/2022
Start 16:10:13
Finish 16:11:15
Run-Time 01:02
Total
Pass
Fail
Valgrind-Errors
Valgrind-Loss
Details vncregress-2022-11-23-16:10:13.txt
Log make-2022-11-23-16:10:13.out.bz2
Memory

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 23, 2022

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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

/usr/home/ci/cibuild.8532/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /usr/home/ci/cibuild.8532/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function 'show_ip_ospf_reachable_routers':
ospfd/ospf_vty.c:11143:15: error: variable 'json' set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_common':
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of 'json_object_string_add' makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected 'const char *' but argument is of type 'short unsigned int'
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/U16ARM8BUILD/config.log/config.log.gz

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Ubuntu 16.04 amd64 build: Failed (click for details) Ubuntu 16.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/CI014BUILD/config.status/config.status

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

/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
CentOS 7 amd64 build: Failed (click for details) CentOS 7 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/CI005BUILD/config.log/config.log.gz CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/CI005BUILD/config.status/config.status

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

pimd/pim_cmd_common.c:4907:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4907:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.8532/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8532/frr-source/doc/user/nexthop_groups.rst
/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
Ubuntu 18.04 i386 build: Failed (click for details)

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

/home/ci/cibuild.8532/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8532/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:

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

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/CI012BUILD/config.status/config.status

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

ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
ospfd/ospf_vty.c: In function 'show_ip_ospf_reachable_routers':
ospfd/ospf_vty.c:11143:15: error: variable 'json' set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_common':
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of 'json_object_string_add' makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected 'const char *' but argument is of type 'short unsigned int'
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:

NetBSD 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/CI012BUILD/config.log/config.log.gz

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

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Ubuntu 18.04 arm8 build: Failed (click for details)

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:

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

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

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

/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/DEB11AMD64/config.log/config.log.gz

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

/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
11143 |  json_object *json = NULL;
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11236 |             ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int

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

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/REDHAT8/config.status/config.status

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

/home/ci/cibuild.8532/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8532/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:

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

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

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

/home/ci/cibuild.8532/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8532/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
OpenBSD 7 amd64 build: Failed (click for details) OpenBSD 7 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/CI011BUILD/config.status/config.status

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

/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:730: WARNING: duplicate clicmd description of segment-routing, other instance in pathd
/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c:11236:13: error: incompatible integer to pointer conversion passing 'unsigned short' to parameter of type 'const char *' [-Werror,-Wint-conversion]
./lib/json.h:56:20: note: passing argument to parameter 's' here
ospfd/ospf_vty.c:11355:1: error: function declared in block scope cannot have 'static' storage class
DEFUN (show_ip_ospf_instance_border_routers,
^
./lib/command.h:310:2: note: expanded from macro 'DEFUN'
./lib/command.h:305:2: note: expanded from macro 'DEFUN_ATTR'
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/DEB10BUILD/config.status/config.status

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

make[1]: Entering directory '/home/ci/cibuild.8532/frr-source'
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:

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

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

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

make[1]: Entering directory '/home/ci/cibuild.8532/frr-source'
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Ubuntu 16.04 arm7 build: Failed (click for details)

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:

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

Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/RH9BUILD/config.status/config.status

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

/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:22: error: variable json set but not used [-Werror=unused-but-set-variable]
11143 |         json_object *json = NULL;
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:52: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11236 |                                                ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:48: note: expected const char * but argument is of type short unsigned int

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

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/U2004AMD64BUILD/config.log/config.log.gz

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

/home/ci/cibuild.8532/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8532/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
11143 |  json_object *json = NULL;
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11236 |             ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int

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

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

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

/home/ci/cibuild.8532/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8532/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Ubuntu 18.04 amd64 build: Failed (click for details) Ubuntu 18.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/U1804AMD64/config.status/config.status

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

/home/ci/cibuild.8532/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8532/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:15: error: variable json set but not used [-Werror=unused-but-set-variable]
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8532/artifact/U22AMD64BUILD/config.log/config.log.gz

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

frr.texi:30059: warning: @emph should not appear in @item
ospfd/ospf_vty.c: In function show_ip_ospf_reachable_routers:
ospfd/ospf_vty.c:11143:22: error: variable json set but not used [-Werror=unused-but-set-variable]
11143 |         json_object *json = NULL;
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11236:52: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11236 |                                                ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:48: note: expected const char * but argument is of type short unsigned int

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

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

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

/usr/home/ci/cibuild.8532/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function 'show_ip_ospf_reachable_routers':
ospfd/ospf_vty.c:11143:15: error: variable 'json' set but not used [-Werror=unused-but-set-variable]
11143 |  json_object *json = NULL;
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_common':
ospfd/ospf_vty.c:11236:17: error: passing argument 3 of 'json_object_string_add' makes pointer from integer without a cast [-Werror=int-conversion]
11236 |             ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected 'const char *' but argument is of type 'short unsigned int'

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 23, 2022

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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

gmake[1]: Entering directory '/usr/home/ci/cibuild.8535/frr-source'
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_common':
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of 'json_object_string_add' makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected 'const char *' but argument is of type 'short unsigned int'
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_magic':
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function 'show_ip_ospf_instance_border_routers'
NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/CI012BUILD/config.status/config.status

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

ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_common':
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of 'json_object_string_add' makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected 'const char *' but argument is of type 'short unsigned int'
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_magic':
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function 'show_ip_ospf_instance_border_routers'

NetBSD 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/CI012BUILD/config.log/config.log.gz

Ubuntu 18.04 i386 build: Failed (click for details)

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

/home/ci/cibuild.8535/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8535/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers

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

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

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/DEB11AMD64/config.log/config.log.gz

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

/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11231 |             ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers

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

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

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

/home/ci/cibuild.8535/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8535/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers
 DEFUN (show_ip_ospf_instance_border_routers,
Ubuntu 16.04 i386 build: Failed (click for details) Ubuntu 16.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/U1604I386/config.status/config.status

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

/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers
Ubuntu 18.04 arm8 build: Failed (click for details)

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers

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

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

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

/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:730: WARNING: duplicate clicmd description of segment-routing, other instance in pathd
/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c:11231:13: error: incompatible integer to pointer conversion passing 'unsigned short' to parameter of type 'const char *' [-Werror,-Wint-conversion]
./lib/json.h:56:20: note: passing argument to parameter 's' here
ospfd/ospf_vty.c:11350:1: error: function declared in block scope cannot have 'static' storage class
DEFUN (show_ip_ospf_instance_border_routers,
^
./lib/command.h:310:2: note: expanded from macro 'DEFUN'
./lib/command.h:305:2: note: expanded from macro 'DEFUN_ATTR'
Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/REDHAT8/config.status/config.status

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

/home/ci/cibuild.8535/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8535/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers
 DEFUN (show_ip_ospf_instance_border_routers,

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

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

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

/home/ci/cibuild.8535/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8535/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers
 DEFUN (show_ip_ospf_instance_border_routers,

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

Ubuntu 16.04 arm7 build: Failed (click for details)

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers

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

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

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

pimd/pim_cmd_common.c:4907:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4907:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.8535/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8535/frr-source/doc/user/nexthop_groups.rst
/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/U22AMD64BUILD/config.log/config.log.gz

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

frr.texi:30059: warning: @emph should not appear in @item
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:52: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11231 |                                                ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:48: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers

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

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

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

/usr/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_common':
ospfd/ospf_vty.c:11231:17: error: passing argument 3 of 'json_object_string_add' makes pointer from integer without a cast [-Werror=int-conversion]
11231 |             ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected 'const char *' but argument is of type 'short unsigned int'
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function 'show_ip_ospf_border_routers_magic':
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function 'show_ip_ospf_instance_border_routers'
Debian 9 amd64 build: Failed (click for details) Debian 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/CI021BUILD/config.log/config.log.gz Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/CI021BUILD/config.status/config.status

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

/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers
Ubuntu 18.04 amd64 build: Failed (click for details) Ubuntu 18.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/U1804AMD64/config.status/config.status

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

make[1]: Entering directory '/home/ci/cibuild.8535/frr-source'
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/U16ARM8BUILD/config.log/config.log.gz

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers
Ubuntu 16.04 amd64 build: Failed (click for details) Ubuntu 16.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/CI014BUILD/config.status/config.status

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

/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers
Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/RH9BUILD/config.status/config.status

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

/home/ci/cibuild.8535/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:52: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11231 |                                                ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:48: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers

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

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8535/artifact/U2004AMD64BUILD/config.log/config.log.gz

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

/home/ci/cibuild.8535/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8535/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:17: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
11231 |             ospf->instance);
In file included from ./lib/srv6.h:25,
./lib/json.h:56:20: note: expected const char * but argument is of type short unsigned int
In file included from ospfd/ospf_vty.c:32:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers

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

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

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

/home/ci/cibuild.8535/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8535/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_common:
ospfd/ospf_vty.c:11231:13: error: passing argument 3 of json_object_string_add makes pointer from integer without a cast [-Werror=int-conversion]
In file included from ./lib/srv6.h:25:0,
./lib/json.h:55:13: note: expected const char * but argument is of type short unsigned int
 extern void json_object_string_add(struct json_object *obj, const char *key,
In file included from ospfd/ospf_vty.c:32:0:
ospfd/ospf_vty.c: In function show_ip_ospf_border_routers_magic:
ospfd/ospf_vty.c:11350:8: error: invalid storage class for function show_ip_ospf_instance_border_routers

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 23, 2022

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/12380 e0f90c4 frr.github Build
Date 11/23/2022
Start 18:13:54
Finish 18:14:56
Run-Time 01:02
Total
Pass
Fail
Valgrind-Errors
Valgrind-Loss
Details vncregress-2022-11-23-18:13:54.txt
Log make-2022-11-23-18:13:54.out.bz2
Memory

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 24, 2022

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Failed

Ubuntu 18.04 arm8 build: Failed (click for details)

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

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

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

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U2004AMD64BUILD/config.log/config.log.gz

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
11371 |  return show_ip_ospf_border_routers_common(vty, ospf, 0);
ospfd/ospf_vty.c:11210:12: note: declared here
11210 | static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
11372 | }
cc1: all warnings being treated as errors

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

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

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U22AMD64BUILD/config.log/config.log.gz

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

frr.texi:30059: warning: @emph should not appear in @item
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:16: error: too few arguments to function show_ip_ospf_border_routers_common
11371 |         return show_ip_ospf_border_routers_common(vty, ospf, 0);
ospfd/ospf_vty.c:11210:12: note: declared here
11210 | static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
11372 | }
cc1: all warnings being treated as errors

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

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

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/DEB10BUILD/config.status/config.status

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

make[1]: Entering directory '/home/ci/cibuild.8540/frr-source'
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

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

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

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/RH9BUILD/config.status/config.status

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:16: error: too few arguments to function show_ip_ospf_border_routers_common
11371 |         return show_ip_ospf_border_routers_common(vty, ospf, 0);
ospfd/ospf_vty.c:11210:12: note: declared here
11210 | static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
11372 | }
cc1: all warnings being treated as errors

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

Ubuntu 16.04 arm7 build: Failed (click for details)

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

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

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

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Ubuntu 18.04 amd64 build: Failed (click for details) Ubuntu 18.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U1804AMD64/config.status/config.status

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/DEB11AMD64/config.log/config.log.gz

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
11371 |  return show_ip_ospf_border_routers_common(vty, ospf, 0);
ospfd/ospf_vty.c:11210:12: note: declared here
11210 | static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
11372 | }
cc1: all warnings being treated as errors

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

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

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

/usr/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function 'show_ip_ospf_instance_border_routers':
ospfd/ospf_vty.c:11371:9: error: too few arguments to function 'show_ip_ospf_border_routers_common'
11371 |  return show_ip_ospf_border_routers_common(vty, ospf, 0);
ospfd/ospf_vty.c:11210:12: note: declared here
11210 | static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
11372 | }
cc1: all warnings being treated as errors
FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/FBSD12AMD64/config.status/config.status

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

gmake[1]: Entering directory '/usr/home/ci/cibuild.8540/frr-source'
ospfd/ospf_vty.c: In function 'show_ip_ospf_instance_border_routers':
ospfd/ospf_vty.c:11371:9: error: too few arguments to function 'show_ip_ospf_border_routers_common'
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U16ARM8BUILD/config.log/config.log.gz

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Ubuntu 16.04 amd64 build: Failed (click for details) Ubuntu 16.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI014BUILD/config.status/config.status

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
CentOS 7 amd64 build: Failed (click for details) CentOS 7 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI005BUILD/config.log/config.log.gz CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI005BUILD/config.status/config.status

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

pimd/pim_cmd_common.c:4907:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4907:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
Ubuntu 18.04 i386 build: Failed (click for details)

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

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

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/REDHAT8/config.status/config.status

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

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

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI012BUILD/config.status/config.status

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

ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
ospfd/ospf_vty.c: In function 'show_ip_ospf_instance_border_routers':
ospfd/ospf_vty.c:11371:9: error: too few arguments to function 'show_ip_ospf_border_routers_common'
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

NetBSD 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI012BUILD/config.log/config.log.gz

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

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:730: WARNING: duplicate clicmd description of segment-routing, other instance in pathd
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c:11371:56: error: too few arguments to function call, expected 5, have 3
ospfd/ospf_vty.c:11210:12: note: 'show_ip_ospf_border_routers_common' declared here
static int show_ip_ospf_border_routers_common(struct vty *vty,
1 error generated.
gmake[1]: *** [Makefile:10229: ospfd/ospf_vty.o] Error 1
gmake[1]: Leaving directory '/home/ci/cibuild.8540/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.

Warnings Generated during build:

Checkout code: Successful with additional warnings
Ubuntu 18.04 arm8 build: Failed (click for details)

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

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

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

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U2004AMD64BUILD/config.log/config.log.gz

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
11371 |  return show_ip_ospf_border_routers_common(vty, ospf, 0);
ospfd/ospf_vty.c:11210:12: note: declared here
11210 | static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
11372 | }
cc1: all warnings being treated as errors

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

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

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U22AMD64BUILD/config.log/config.log.gz

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

frr.texi:30059: warning: @emph should not appear in @item
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:16: error: too few arguments to function show_ip_ospf_border_routers_common
11371 |         return show_ip_ospf_border_routers_common(vty, ospf, 0);
ospfd/ospf_vty.c:11210:12: note: declared here
11210 | static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
11372 | }
cc1: all warnings being treated as errors

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

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

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/DEB10BUILD/config.status/config.status

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

make[1]: Entering directory '/home/ci/cibuild.8540/frr-source'
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

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

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

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/RH9BUILD/config.status/config.status

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:16: error: too few arguments to function show_ip_ospf_border_routers_common
11371 |         return show_ip_ospf_border_routers_common(vty, ospf, 0);
ospfd/ospf_vty.c:11210:12: note: declared here
11210 | static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
11372 | }
cc1: all warnings being treated as errors

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

Ubuntu 16.04 arm7 build: Failed (click for details)

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

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

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

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Ubuntu 18.04 amd64 build: Failed (click for details) Ubuntu 18.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U1804AMD64/config.status/config.status

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/DEB11AMD64/config.log/config.log.gz

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
11371 |  return show_ip_ospf_border_routers_common(vty, ospf, 0);
ospfd/ospf_vty.c:11210:12: note: declared here
11210 | static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
11372 | }
cc1: all warnings being treated as errors

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

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

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

/usr/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c: In function 'show_ip_ospf_instance_border_routers':
ospfd/ospf_vty.c:11371:9: error: too few arguments to function 'show_ip_ospf_border_routers_common'
11371 |  return show_ip_ospf_border_routers_common(vty, ospf, 0);
ospfd/ospf_vty.c:11210:12: note: declared here
11210 | static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
11372 | }
cc1: all warnings being treated as errors
FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/FBSD12AMD64/config.status/config.status

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

gmake[1]: Entering directory '/usr/home/ci/cibuild.8540/frr-source'
ospfd/ospf_vty.c: In function 'show_ip_ospf_instance_border_routers':
ospfd/ospf_vty.c:11371:9: error: too few arguments to function 'show_ip_ospf_border_routers_common'
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/U16ARM8BUILD/config.log/config.log.gz

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

pimd/pim6_mld.c:1015:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Ubuntu 16.04 amd64 build: Failed (click for details) Ubuntu 16.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI014BUILD/config.status/config.status

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
CentOS 7 amd64 build: Failed (click for details) CentOS 7 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI005BUILD/config.log/config.log.gz CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI005BUILD/config.status/config.status

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

pimd/pim_cmd_common.c:4907:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4907:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
Ubuntu 18.04 i386 build: Failed (click for details)

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

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

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/REDHAT8/config.status/config.status

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

/home/ci/cibuild.8540/frr-source/doc/user/pbr.rst:31: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.8540/frr-source/doc/user/nexthop_groups.rst
ospfd/ospf_vty.c: In function show_ip_ospf_instance_border_routers:
ospfd/ospf_vty.c:11371:9: error: too few arguments to function show_ip_ospf_border_routers_common
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

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

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI012BUILD/config.status/config.status

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

ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
ospfd/ospf_vty.c: In function 'show_ip_ospf_instance_border_routers':
ospfd/ospf_vty.c:11371:9: error: too few arguments to function 'show_ip_ospf_border_routers_common'
ospfd/ospf_vty.c:11210:12: note: declared here
 static int show_ip_ospf_border_routers_common(struct vty *vty,
ospfd/ospf_vty.c:11372:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

NetBSD 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8540/artifact/CI012BUILD/config.log/config.log.gz

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

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

/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:730: WARNING: duplicate clicmd description of segment-routing, other instance in pathd
/home/ci/cibuild.8540/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
ospfd/ospf_vty.c:11371:56: error: too few arguments to function call, expected 5, have 3
ospfd/ospf_vty.c:11210:12: note: 'show_ip_ospf_border_routers_common' declared here
static int show_ip_ospf_border_routers_common(struct vty *vty,
1 error generated.
gmake[1]: *** [Makefile:10229: ospfd/ospf_vty.o] Error 1
gmake[1]: Leaving directory '/home/ci/cibuild.8540/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
Report for ospf_vty.c | 2 issues
===============================================
< WARNING: else is not generally useful after a break or return
< #11313: FILE: /tmp/f1-4179251/ospf_vty.c:11313:

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 24, 2022

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

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

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 ospf_vty.c | 2 issues
===============================================
< WARNING: else is not generally useful after a break or return
< #11313: FILE: /tmp/f1-46085/ospf_vty.c:11313:

ospfd/ospf_vty.c Outdated Show resolved Hide resolved
ospfd/ospf_vty.c Outdated Show resolved Hide resolved
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 24, 2022

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 8: No useful log found
Report for ospf_vty.c | 2 issues
===============================================
< WARNING: else is not generally useful after a break or return
< #11317: FILE: /tmp/f1-1396487/ospf_vty.c:11317:

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 25, 2022

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

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

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 ospf_vty.c | 2 issues
===============================================
< WARNING: else is not generally useful after a break or return
< #11317: FILE: /tmp/f1-1396487/ospf_vty.c:11317:

Copy link
Member

@ton31337 ton31337 left a comment

Choose a reason for hiding this comment

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

And frrbot has one formatting issue.

ospfd/ospf_vty.c Show resolved Hide resolved
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.

looks good ... waiting on one suggested doc change

Copy link
Contributor

@rgirada rgirada left a comment

Choose a reason for hiding this comment

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

LGTM

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Dec 16, 2022

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

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

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 ospf_vty.c | 2 issues
===============================================
< WARNING: else is not generally useful after a break or return
< #11317: FILE: /tmp/f1-1979005/ospf_vty.c:11317:

Copy link
Member

@ton31337 ton31337 left a comment

Choose a reason for hiding this comment

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

Thanks for adding documentation. One styling fix from frrbot is pending, and LGTM.

show ip ospf border-routers json support added.
commands:
  - show ip ospf vrf default border-routers json
  - show ip ospf vrf all border-routers json
  - show ip ospf border-routers json

Testing Done: Unit testing completed.

rut# show ip ospf vrf all border-routers json
{
  "default":{
    "vrfName":"default",
    "vrfId":0,
    "routers":{
      "0.0.0.8":{
        "routeType":"R ",
        "cost":10,
        "area":"0.0.0.1",
        "routerType":"abr",
        "nexthops":[
          {
            "ip":"12.0.0.2",
            "via":"swp1"
          }
        ]
      },
      "0.0.0.9":{
        "routeType":"R ",
        "cost":10,
        "area":"0.0.0.1",
        "routerType":"abr",
        "nexthops":[
          {
            "ip":"12.0.1.2",
            "via":"swp2"
          }
        ]
      }
    }
  }
}

rut#
rut# show ip ospf vrf all border-routers json
{
  "default":{
	"vrfName":"default",
	"vrfId":0,
        "routers":{
  	  "0.0.0.15":{
	    "routeType":"R ",
	    "cost":30,
	    "area":"0.0.0.0",
	    "routerType":"abr",
	    "nexthops":[
		{
		  "ip":"11.0.0.2",
		  "via":"br1"
		}
	     ]
	  }
      }
  }
}

rut# show ip ospf border-routers json
{
  "routers":{
    "0.0.0.15":{
      "routeType":"R ",
      "cost":30,
      "area":"0.0.0.0",
      "routerType":"abr",
      "nexthops":[
        {
	  "ip":"11.0.0.2",
          "via":"br1"
	}
      ]
   }
 }
}

Ticket:#3229017
Issue:3229017

Co-authored-by: Chirag Shah <chirag@nvidia.com>
Signed-off-by: Sindhu Parvathi Gopinathan <sgopinathan@nvidia.com>
Signed-off-by: Chirag Shah <chirag@nvidia.com>
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Dec 16, 2022

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 8: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-8937/artifact/TOPO8U18AMD64/TopotestDetails/ Topotests Ubuntu 18.04 arm8 part 8: No useful log found
Report for ospf_vty.c | 2 issues
===============================================
< WARNING: else is not generally useful after a break or return
< #11317: FILE: /tmp/f1-2181663/ospf_vty.c:11317:

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

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

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 ospf_vty.c | 2 issues
===============================================
< WARNING: else is not generally useful after a break or return
< #11317: FILE: /tmp/f1-2181663/ospf_vty.c:11317:

@chiragshah6 chiragshah6 requested a review from ton31337 December 19, 2022 21:12
@ton31337 ton31337 merged commit 4f4728b into FRRouting:master Dec 19, 2022
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.

6 participants