+ [[ ubuntu-14.04-64 != ubuntu-14.04-* ]]
+ sed -i.bak s/#SystemMaxUse=/SystemMaxUse=1K/g /etc/systemd/journald.conf
+ systemctl kill --kill-who=main --signal=SIGUSR2 systemd-journald.service
+ mv /etc/systemd/journald.conf.bak /etc/systemd/journald.conf
+ systemctl kill --kill-who=main --signal=SIGUSR2 systemd-journald.service
+ systemctl stop systemd-journald.service
Warning: Stopping systemd-journald.service, but it can still be activated by:
systemd-journald.socket
+ find /run/log/journal/ -name '*@*.journal' -delete
+ systemctl start systemd-journald.service
+ dmesg -c
+ /home/gopath/src/github.com/snapcore/snapd/tests/lib/reset.sh --reuse-core
+ . /home/gopath/src/github.com/snapcore/snapd/tests/lib/dirs.sh
++ export SNAP_MOUNT_DIR=/snap
++ SNAP_MOUNT_DIR=/snap
++ export LIBEXECDIR=/usr/lib
++ LIBEXECDIR=/usr/lib
++ case "$SPREAD_SYSTEM" in
+ [[ ubuntu-14.04-64 == ubuntu-core-16-* ]]
+ reset_classic --reuse-core
+ systemctl daemon-reload
+ systemctl stop snapd.service snapd.socket
Job for snapd.service canceled.
-----