#!/usr/bin/env python3
import sys

print("fake agent failed", file=sys.stderr)
raise SystemExit(17)
