# Pastebin H8FyPMX5 2018-11-23 15:14:40 Error executing google:opensuse-42.3-64:tests/main/auto-refresh:regular : ----- + . /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 ++ export MEDIA_DIR=/media ++ MEDIA_DIR=/media ++ case "$SPREAD_SYSTEM" in ++ export SNAP_MOUNT_DIR=/snap ++ SNAP_MOUNT_DIR=/snap ++ export MEDIA_DIR=/run/media ++ MEDIA_DIR=/run/media + . /home/gopath/src/github.com/snapcore/snapd/tests/lib/systems.sh + echo 'Auto refresh information is shown' Auto refresh information is shown ++ snap refresh --time + output='timer: 00:00~24:00/4 last: n/a hold: today at 17:14 UTC next: today at 15:14 UTC (but held)' + for expected in '^schedule:' '^last:' '^next:' + echo 'timer: 00:00~24:00/4 last: n/a hold: today at 17:14 UTC next: today at 15:14 UTC (but held)' + MATCH '^schedule:' grep error: pattern not found, got: timer: 00:00~24:00/4 last: n/a hold: today at 17:14 UTC next: today at 15:14 UTC (but held) -----