External Issue: mason test failures

19517, "cassella", "mason test failures", "2022-03-21T05:34:21Z"

Summary of Problem

When I run start_test mason, I get three failures:

[Error matching program output for mason/env/mason-registry]
[Error matching program output for mason/mason-external/libtomlc99/mason-external]
[Error matching program output for mason/mason-external/masonExternalRanges/mason-external-range]
[Summary: #Successes = 88 | #Failures = 3 | #Futures = 0 | #Warnings = 0 ]
[Summary: #Passing Suppressions = 0 | #Passing Futures = 0 ]

The first looks like a git thing. The third is a python-looking error, maybe from spack? I don't know about the second one.

[Executing diff mason-registry.good mason-registry.exec.out.tmp]
7a8,17
> hint: Using 'master' as the name for the initial branch. This default branch name
> hint: is subject to change. To configure the initial branch name to use in all
> hint: of your new repositories, which will suppress this warning, call:
> hint:
> hint:         git config --global init.defaultBranch <name>
> hint:
> hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
> hint: 'development'. The just-created branch can be renamed via this command:
> hint:
> hint:         git branch -m <name>
[Executing diff mason-external.good mason-external.exec.out.tmp]
2,5c2
< Skipping registry update since no dependency found in manifest file.
< Compiling [debug] target: CToml
< Build Successful
<