| Output when test is passing (see passing build here):
Output, as of recently, when test is failing:
swank-attitude.vmpooler-prod.puppet.net (swank-attitude.vmpooler-prod.puppet.net) 10:46:10$ facter networking --json |
... |
"ens4.1": { |
"bindings6": [ |
{ |
"address": "fe80::4001:aff:fefd:2047", |
"netmask": "ffff:ffff:ffff:ffff::", |
"network": "fe80::", |
"scope6": "link", |
"flags": [ |
"tentative", |
"permanent" |
] |
} |
], |
"ip6": "fe80::4001:aff:fefd:2047", |
"mac": "42:01:0a:fd:20:47", |
"mtu": 1460, |
"netmask6": "ffff:ffff:ffff:ffff::", |
"network6": "fe80::", |
"scope6": "link" |
},
|
This was first noticed when the puppet-agent main pipeline kept on failing at the vanagon integration step for the ubuntu 22.04 facter cell. The build is failing at the networking_facts_with_vlabs.rb test because the values within the ens4.1 hash do not match the regex. |