Builder libpcap-solaris11-amd64 Build #145
Results:
Build successful
SourceStamp:
| Project | libpcap |
| Repository | https://git.tcpdump.org/libpcap |
| Branch | master |
| Revision | e3f643928ca92280d36ad5900e085a355ce9e158 |
| Got Revision | e3f643928ca92280d36ad5900e085a355ce9e158 |
| Changes | 2 changes |
BuildSlave:
unstable11xReason:
The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris11-amd64' triggered this build
Steps and Logfiles:
-
git update ( 6 secs )
-
shell './build_matrix.sh' ( 8 hrs, 23 mins, 50 secs )
-
trigger triggered trigger-tcpdump-solaris10-amd64 ( 8 mins, 22 secs )
- - no logs -
- tcpdump-solaris10-amd64 #6140
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/libpcap-solaris11-amd64 | slave |
| buildername | libpcap-solaris11-amd64 | Builder |
| buildnumber | 145 | Build |
| codebase | Build | |
| got_revision | e3f643928ca92280d36ad5900e085a355ce9e158 | Git |
| project | libpcap | Build |
| repository | https://git.tcpdump.org/libpcap | Build |
| revision | e3f643928ca92280d36ad5900e085a355ce9e158 | Build |
| scheduler | schedule-libpcap-solaris11-amd64 | Scheduler |
| slavename | unstable11x | BuildSlave |
| workdir | /export/home/buildbot/slave/libpcap-solaris11-amd64 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Francois-Xavier Le Baildevel.fx.lebail@orange.fr
Timing:
| Start | Thu Mar 12 10:04:42 2026 |
| End | Thu Mar 12 18:37:02 2026 |
| Elapsed | 8 hrs, 32 mins, 19 secs |
All Changes:
:
Change #260760
Category libpcap Changed by Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> Changed at Thu 12 Mar 2026 09:54:31 Repository https://git.tcpdump.org/libpcap Project libpcap Branch master Revision 665541f93c744fbae6c705e3459bd4424956da7a Comments
instrument functions: Use the same Copyright header than tcpslice [skip ci]
Changed files
- instrument-functions.c
Change #260761
Category libpcap Changed by Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> Changed at Thu 12 Mar 2026 09:55:36 Repository https://git.tcpdump.org/libpcap Project libpcap Branch master Revision e3f643928ca92280d36ad5900e085a355ce9e158 Comments
RDMA: Avoid valgrind errors when calling rdmasniff_findalldevs() Guy diagnosis: rdmasniff_findalldevs() appears to call ibv_free_device_list() on all paths out of the routine other than the "ibv_get_device_list() returns NULL" path. This may either be a leak in libibverbs itself or a false positive from valgrind, given its tentative identification of data "possibly" being lost. When running on cfarm108: valgrind --leak-check=full --error-exitcode=1 --quiet testprogs/findalldevstest Use a suppressions file obtained via "--gen-suppressions=all" and run with --suppressions=testprogs/findalldevstest.supp or --suppressions=../testprogs/findalldevstest.supp (CMake). The errors were as follows: 2,880 bytes in 4 blocks are possibly lost in loss record 4 of 7 at 0x...: calloc (in /usr/libexec/valgrind/vgpreload_memcheck-arm64-linux.so) by 0x...: ??? (in /usr/lib/aarch64-linux-gnu/libmlx5.so.1.24.50.0) by 0x...: ??? (in /usr/lib/aarch64-linux-gnu/libibverbs.so.1.14.50.0) by 0x...: ??? (in /usr/lib/aarch64-linux-gnu/libibverbs.so.1.14.50.0) by 0x...: ibv_get_device_list (in /usr/lib/aarch64-linux-gnu/libibverbs.so.1.14.50.0) by 0x...: rdmasniff_findalldevs (in /.../libpcap/testprogs/findalldevstest) by 0x...: pcap_findalldevs (in /.../libpcap/testprogs/findalldevstest) by 0x...: main (in /.../libpcap/testprogs/findalldevstest) 3,968 bytes in 4 blocks are possibly lost in loss record 6 of 7 at 0x...: calloc (in /usr/libexec/valgrind/vgpreload_memcheck-arm64-linux.so) by 0x...: ??? (in /usr/lib/aarch64-linux-gnu/libibverbs.so.1.14.50.0) by 0x...: nl_recvmsgs_report (in /usr/lib/aarch64-linux-gnu/libnl-3.so.200.26.0) by 0x...: nl_recvmsgs (in /usr/lib/aarch64-linux-gnu/libnl-3.so.200.26.0) by 0x...: ??? (in /usr/lib/aarch64-linux-gnu/libibverbs.so.1.14.50.0) by 0x...: ibv_get_device_list (in /usr/lib/aarch64-linux-gnu/libibverbs.so.1.14.50.0) by 0x...: rdmasniff_findalldevs (in /.../libpcap/testprogs/findalldevstest) by 0x...: pcap_findalldevs (in /.../libpcap/testprogs/findalldevstest) by 0x...: main (in /.../libpcap/testprogs/findalldevstest) [skip ci]
Changed files
- Makefile.in
- build.sh
- testprogs/findalldevstest.supp