START lib/libagentx 2021-03-12T15:46:37Z ==== start ==== pkill -xf "/usr/local/sbin/snmpd -r -C -c snmpd.conf -Le -u _netsnmp" *** Error 1 in target 'stop' (ignored) cc -Wall -MD -MP -c main.c cc -Wall -MD -MP -c log.c cc -o agentx main.o log.o -lagentx -levent /usr/local/sbin/snmpd -r -C -c snmpd.conf -Le -u _netsnmp Turning on AgentX master support. # XXX Race in net-snmpd, socket exists before data is available. sleep 1 NET-SNMP version 5.9 ./agentx agentx.sock new connection: 3 [fd:3]: opening session ==== run-regress-walk ==== snmp walk 127.0.0.1:6161 openbsd > walk.run.out 2> walk.run.err || true diff -up /usr/src/regress/lib/libagentx/walk.err walk.run.err diff -up /usr/src/regress/lib/libagentx/walk.out walk.run.out ==== stop ==== pkill -xf "/usr/local/sbin/snmpd -r -C -c snmpd.conf -Le -u _netsnmp" Received TERM or STOP signal... shutting down... PASS lib/libagentx Duration 0m04.10s