Skip to content

Switch from voxpupuli/ferm to voxpupuli/nftables for firewalling #256

Switch from voxpupuli/ferm to voxpupuli/nftables for firewalling

Switch from voxpupuli/ferm to voxpupuli/nftables for firewalling #256

Triggered via pull request December 25, 2023 22:15
@bastelfreakbastelfreak
synchronize #94
nftables
Status Failure
Total duration 3m 30s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
16s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Puppet / 8 (Ruby 3.2): spec/defines/interface_spec.rb#L15
wireguard::interface on gentoo-2-x86_64 with all defaults it wont work is expected not to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.not_to compile } expected that the catalogue would not compile but it does
Puppet / 8 (Ruby 3.2): spec/defines/interface_spec.rb#L125
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az887-13.elnf45sohryeljqptybdtvknwa.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/defines/interface_spec.rb#L126
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain Class[wireguard] Failure/Error: it { is_expected.to contain_class('wireguard') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az887-13.elnf45sohryeljqptybdtvknwa.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/defines/interface_spec.rb#L127
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain Exec[generate private key as1234] Failure/Error: it { is_expected.to contain_exec("generate private key #{title}") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az887-13.elnf45sohryeljqptybdtvknwa.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/defines/interface_spec.rb#L128
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain Exec[generate public key as1234] Failure/Error: it { is_expected.to contain_exec("generate public key #{title}") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az887-13.elnf45sohryeljqptybdtvknwa.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/defines/interface_spec.rb#L129
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain File[/etc/wireguard/as1234.pub] Failure/Error: it { is_expected.to contain_file("/etc/wireguard/#{title}.pub") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az887-13.elnf45sohryeljqptybdtvknwa.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/defines/interface_spec.rb#L130
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain File[/etc/wireguard/as1234] Failure/Error: it { is_expected.to contain_file("/etc/wireguard/#{title}") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az887-13.elnf45sohryeljqptybdtvknwa.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/defines/interface_spec.rb#L131
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain Systemd::Network[as1234.netdev] Failure/Error: it { is_expected.to contain_systemd__network("#{title}.netdev") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az887-13.elnf45sohryeljqptybdtvknwa.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/defines/interface_spec.rb#L132
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain Systemd::Network[as1234.network] Failure/Error: it { is_expected.to contain_systemd__network("#{title}.network") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az887-13.elnf45sohryeljqptybdtvknwa.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/defines/interface_spec.rb#L133
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain File[/etc/systemd/network/as1234.network] with content !~ /Address/ Failure/Error: it { is_expected.to contain_file("/etc/systemd/network/#{title}.network").without_content(%r{Address}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az887-13.elnf45sohryeljqptybdtvknwa.bx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/interface_spec.rb#L15
wireguard::interface on gentoo-2-x86_64 with all defaults it wont work is expected not to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.not_to compile } expected that the catalogue would not compile but it does
Puppet / 7 (Ruby 2.7): spec/defines/interface_spec.rb#L125
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az885-848.m43iyx0u3v4e1h2pvvlabjukza.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/interface_spec.rb#L126
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain Class[wireguard] Failure/Error: it { is_expected.to contain_class('wireguard') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az885-848.m43iyx0u3v4e1h2pvvlabjukza.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/interface_spec.rb#L127
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain Exec[generate private key as1234] Failure/Error: it { is_expected.to contain_exec("generate private key #{title}") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az885-848.m43iyx0u3v4e1h2pvvlabjukza.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/interface_spec.rb#L128
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain Exec[generate public key as1234] Failure/Error: it { is_expected.to contain_exec("generate public key #{title}") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az885-848.m43iyx0u3v4e1h2pvvlabjukza.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/interface_spec.rb#L129
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain File[/etc/wireguard/as1234.pub] Failure/Error: it { is_expected.to contain_file("/etc/wireguard/#{title}.pub") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az885-848.m43iyx0u3v4e1h2pvvlabjukza.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/interface_spec.rb#L130
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain File[/etc/wireguard/as1234] Failure/Error: it { is_expected.to contain_file("/etc/wireguard/#{title}") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az885-848.m43iyx0u3v4e1h2pvvlabjukza.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/interface_spec.rb#L131
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain Systemd::Network[as1234.netdev] Failure/Error: it { is_expected.to contain_systemd__network("#{title}.netdev") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az885-848.m43iyx0u3v4e1h2pvvlabjukza.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/interface_spec.rb#L132
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain Systemd::Network[as1234.network] Failure/Error: it { is_expected.to contain_systemd__network("#{title}.network") } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az885-848.m43iyx0u3v4e1h2pvvlabjukza.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/interface_spec.rb#L133
wireguard::interface on gentoo-2-x86_64 with required params and with firewall rules is expected to contain File[/etc/systemd/network/as1234.network] with content !~ /Address/ Failure/Error: it { is_expected.to contain_file("/etc/systemd/network/#{title}.network").without_content(%r{Address}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Nftables]: expects a value for parameter 'echo' expects a value for parameter 'nft_path' (line: 2, column: 1) on node fv-az885-848.m43iyx0u3v4e1h2pvvlabjukza.cx.internal.cloudapp.net