package jobspec2 func intToPtr(v int) *int { return &v }