nspawn: consistently fail if parsing the environment fails
We would parse the environment twice (to re-apply settings after reading
config from disk), but we would not check the return code first time.
This means that for some settings we would ignore invalid values, while
for others, we'd fail at some point.
Let's just consistently fail. Those environment variables define important
aspects of behaviour, and it is better for the user if we ignore invalid
values. (Unknown settings are still ignored, so forward compatibility is
maintained.)
(cherry picked from commit
490486842b6521104b594c511ca912504f61a8f3)
(cherry picked from commit
9d8e889810b50b5be6eeecec637e4a8bdda30977)
Gbp-Pq: Name nspawn-consistently-fail-if-parsing-the-environment-fails.patch