#!/bin/sh
set -eu
printf '%s\n' 'DEVOPS-ERROR-761: controlled failure' >&2
exit 17
