pub fn panic_extra_output_in_script<S>(
    stage_number: usize,
    script_name: String,
    output: &S
)
where S: Debug,