Skip to content

Instantly share code, notes, and snippets.

@neelchauhan
Created June 28, 2020 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neelchauhan/9e1ea12e0872f097294dc1f162b1a513 to your computer and use it in GitHub Desktop.
Save neelchauhan/9e1ea12e0872f097294dc1f162b1a513 to your computer and use it in GitHub Desktop.
Kyua Log
===> Execution context
Current directory: /usr/tests/sys/netinet6
Environment variables:
BLOCKSIZE=K
COLORFGBG=15;0
COLORTERM=truecolor
DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus-CT0MFfbYSb,guid=73791617ccb6290e32ec30b75ef8ce5c
DESKTOP_SESSION=/usr/local/share/xsessions/plasma
DISPLAY=:0
EDITOR=vi
GROUP=neel
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/neel/.gtkrc-2.0:/home/neel/.config/gtkrc-2.0
GTK_RC_FILES=/etc/gtk/gtkrc:/home/neel/.gtkrc:/home/neel/.config/gtkrc
HOME=/root
HOST=omen.local
HOSTTYPE=FreeBSD
KDE_APPLICATIONS_AS_SCOPE=1
KDE_FULL_SESSION=true
KDE_SESSION_UID=1001
KDE_SESSION_VERSION=5
KONSOLE_DBUS_SERVICE=:1.59
KONSOLE_DBUS_SESSION=/Sessions/2
KONSOLE_DBUS_WINDOW=/Windows/2
KONSOLE_VERSION=200402
LANG=C
LANGUAGE=
LOGNAME=neel
MACHTYPE=x86_64
MAIL=/var/mail/neel
OSTYPE=FreeBSD
PAGER=less
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
PROFILEHOME=
PWD=/usr/tests/sys/netinet6
QT_AUTO_SCREEN_SCALE_FACTOR=0
SESSION_MANAGER=local/omen.local:/tmp/.ICE-unix/1676
SHELL=/bin/csh
SHELL_SESSION_ID=f2e77a97b0424842930c973754d38eaf
SHLVL=3
TERM=xterm-256color
USER=neel
VENDOR=amd
WINDOWID=96469188
XAUTHORITY=/home/neel/.Xauthority
XCURSOR_PATH=/usr/local/share/icons::~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons
XCURSOR_SIZE=24
XCURSOR_THEME=breeze_cursors
XDG_CONFIG_DIRS=/usr/local/etc/xdg:/etc/xdg:/usr/local/etc/xdg
XDG_CURRENT_DESKTOP=KDE
XDG_RUNTIME_DIR=/var/run/user/1001
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_CLASS=user
XDG_SESSION_COOKIE=omen.local-1593364060.113388-1673725911
XDG_SESSION_DESKTOP=KDE
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
XDG_SESSION_TYPE=x11
XDG_VTNR=9
===> icmp6:icmp6_reply_src_iface
Result: failed: atf-check failed; see the output of the test for details
Start time: 2020-06-28T19:43:59.514309Z
End time: 2020-06-28T19:43:59.565049Z
Duration: 0.051s
Metadata:
allowed_architectures is empty
allowed_platforms is empty
description = Test ICMP6 reply src interface sysctl
has_cleanup = true
is_exclusive = false
required_configs is empty
required_disk_space = 0
required_files is empty
required_memory = 0
required_programs is empty
required_user = root
timeout = 300
Standard output:
net.inet6.icmp6.reply_src: -> epair1a
net.inet6.ip6.forwarding: 1 -> 1
add net ::/0: gateway 2001:db8:6666::1
add net ::/0: gateway 2001:db8:6667::1
Executing command [ jexec jail1 traceroute6 2001:db8:6667::2 ]
net.inet6.icmp6.reply_src: epair1a ->
Standard error:
Fail: incorrect exit status: 1, expected: 0
stdout:
stderr:
connect: Can't assign requested address
Files left in work directory after failure: created_interfaces.lst, created_jails.lst
ifconfig: interface epair0b does not exist
ifconfig: interface epair1b does not exist
===> Failed tests
icmp6:icmp6_reply_src_iface -> failed: atf-check failed; see the output of the test for details [0.051s]
===> Summary
Results read from /root/.kyua/store/results.usr_tests_sys_netinet6.20200628-194359-491994.db
Test cases: 1 total, 0 skipped, 0 expected failures, 0 broken, 1 failed
Start time: 2020-06-28T19:43:59.514309Z
End time: 2020-06-28T19:43:59.565049Z
Total time: 0.051s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment