Remove Litmus from Gemfile #323
unit_tests.yaml
on: pull_request
Matrix: Nightly / unit_tests_with_nightly_puppet_gem
Matrix: Released / unit_tests_with_released_puppet_gem
Annotations
85 errors
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L201
puppet_agent when PE is expected to contain Class[puppet_agent::osfamily::debian]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::debian') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2025-766.svlyr0lapayudcnvqvlfvrejha.cx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L55
puppet_agent when PE when managing PE debian apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2025-766.svlyr0lapayudcnvqvlfvrejha.cx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L56
puppet_agent when PE when managing PE debian apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2025-766.svlyr0lapayudcnvqvlfvrejha.cx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L57
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[conf-pe-repo] with priority => 90, content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('conf-pe-repo')
.with({
'priority' => 90,
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2025-766.svlyr0lapayudcnvqvlfvrejha.cx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L66
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[list-puppet-enterprise-installer] with content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('list-puppet-enterprise-installer')
.with({
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2025-766.svlyr0lapayudcnvqvlfvrejha.cx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L103
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2025-766.svlyr0lapayudcnvqvlfvrejha.cx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L104
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2025-766.svlyr0lapayudcnvqvlfvrejha.cx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L110
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2025-766.svlyr0lapayudcnvqvlfvrejha.cx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L146
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2025-766.svlyr0lapayudcnvqvlfvrejha.cx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L154
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"}
Failure/Error:
is_expected.to contain_apt__source('pc_repo')
.with({
'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64',
'repos' => 'PC1',
'key' => {
'name' => 'GPG-KEY-puppet-20250406.asc',
'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'),
},
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2025-766.svlyr0lapayudcnvqvlfvrejha.cx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Windows
The job was canceled because "ubuntu-20_04_8" failed.
|
Nightly / Puppet7 gem on Ruby 2.7 on Windows
The operation was canceled.
|
Nightly / Puppet8 gem on Ruby 3.1 on Windows
The job was canceled because "ubuntu-20_04_8" failed.
|
Nightly / Puppet8 gem on Ruby 3.1 on Windows
The operation was canceled.
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS
The job was canceled because "ubuntu-20_04_8" failed.
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS
The operation was canceled.
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L201
puppet_agent when PE is expected to contain Class[puppet_agent::osfamily::debian]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::debian') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1109-145.pxagtw4bd2yejgkn5xrroktb3f.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L55
puppet_agent when PE when managing PE debian apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1109-145.pxagtw4bd2yejgkn5xrroktb3f.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L56
puppet_agent when PE when managing PE debian apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1109-145.pxagtw4bd2yejgkn5xrroktb3f.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L57
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[conf-pe-repo] with priority => 90, content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('conf-pe-repo')
.with({
'priority' => 90,
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1109-145.pxagtw4bd2yejgkn5xrroktb3f.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L66
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[list-puppet-enterprise-installer] with content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('list-puppet-enterprise-installer')
.with({
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1109-145.pxagtw4bd2yejgkn5xrroktb3f.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L103
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1109-145.pxagtw4bd2yejgkn5xrroktb3f.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L104
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1109-145.pxagtw4bd2yejgkn5xrroktb3f.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L110
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1109-145.pxagtw4bd2yejgkn5xrroktb3f.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L146
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1109-145.pxagtw4bd2yejgkn5xrroktb3f.dx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L154
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"}
Failure/Error:
is_expected.to contain_apt__source('pc_repo')
.with({
'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64',
'repos' => 'PC1',
'key' => {
'name' => 'GPG-KEY-puppet-20250406.asc',
'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'),
},
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1109-145.pxagtw4bd2yejgkn5xrroktb3f.dx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux
The job was canceled because "ubuntu-20_04_8" failed.
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L201
puppet_agent when PE is expected to contain Class[puppet_agent::osfamily::debian]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::debian') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1539-860.lucf40tvggke5e3bmwff5bavmb.cx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L55
puppet_agent when PE when managing PE debian apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1539-860.lucf40tvggke5e3bmwff5bavmb.cx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L56
puppet_agent when PE when managing PE debian apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1539-860.lucf40tvggke5e3bmwff5bavmb.cx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L57
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[conf-pe-repo] with priority => 90, content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('conf-pe-repo')
.with({
'priority' => 90,
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1539-860.lucf40tvggke5e3bmwff5bavmb.cx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L66
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[list-puppet-enterprise-installer] with content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('list-puppet-enterprise-installer')
.with({
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1539-860.lucf40tvggke5e3bmwff5bavmb.cx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L103
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1539-860.lucf40tvggke5e3bmwff5bavmb.cx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L104
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1539-860.lucf40tvggke5e3bmwff5bavmb.cx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L110
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1539-860.lucf40tvggke5e3bmwff5bavmb.cx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L146
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1539-860.lucf40tvggke5e3bmwff5bavmb.cx.internal.cloudapp.net
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L154
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"}
Failure/Error:
is_expected.to contain_apt__source('pc_repo')
.with({
'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64',
'repos' => 'PC1',
'key' => {
'name' => 'GPG-KEY-puppet-20250406.asc',
'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'),
},
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az1539-860.lucf40tvggke5e3bmwff5bavmb.cx.internal.cloudapp.net
|
Released / Puppet8 gem on Ruby 3.1 on Windows
The job was canceled because "ubuntu-20_04_8" failed.
|
Released / Puppet8 gem on Ruby 3.1 on Windows
The operation was canceled.
|
Released / Puppet7 gem on Ruby 2.7 on Windows
The job was canceled because "ubuntu-20_04_8" failed.
|
Released / Puppet7 gem on Ruby 2.7 on Windows
The operation was canceled.
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux
The job was canceled because "ubuntu-20_04_8" failed.
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L201
puppet_agent when PE is expected to contain Class[puppet_agent::osfamily::debian]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::debian') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-695.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L55
puppet_agent when PE when managing PE debian apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-695.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L56
puppet_agent when PE when managing PE debian apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-695.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L57
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[conf-pe-repo] with priority => 90, content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('conf-pe-repo')
.with({
'priority' => 90,
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-695.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L66
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[list-puppet-enterprise-installer] with content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('list-puppet-enterprise-installer')
.with({
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-695.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L103
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-695.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L104
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-695.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L110
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-695.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L146
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-695.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L154
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"}
Failure/Error:
is_expected.to contain_apt__source('pc_repo')
.with({
'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64',
'repos' => 'PC1',
'key' => {
'name' => 'GPG-KEY-puppet-20250406.asc',
'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'),
},
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /home/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node fv-az2030-695.pu5lknrddnwuvp4clep2mxrrgc.bx.internal.cloudapp.net
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS
The job was canceled because "ubuntu-20_04_8" failed.
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L201
puppet_agent when PE is expected to contain Class[puppet_agent::osfamily::debian]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::debian') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209236064.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L55
puppet_agent when PE when managing PE debian apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209236064.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L56
puppet_agent when PE when managing PE debian apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209236064.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L57
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[conf-pe-repo] with priority => 90, content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('conf-pe-repo')
.with({
'priority' => 90,
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209236064.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L66
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[list-puppet-enterprise-installer] with content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('list-puppet-enterprise-installer')
.with({
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209236064.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L103
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209236064.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L104
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209236064.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L110
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209236064.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L146
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209236064.local
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L154
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"}
Failure/Error:
is_expected.to contain_apt__source('pc_repo')
.with({
'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64',
'repos' => 'PC1',
'key' => {
'name' => 'GPG-KEY-puppet-20250406.asc',
'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'),
},
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209236064.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS
The job was canceled because "ubuntu-20_04_8" failed.
|
Released / Puppet8 gem on Ruby 3.1 on macOS
The job was canceled because "ubuntu-20_04_8" failed.
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L201
puppet_agent when PE is expected to contain Class[puppet_agent::osfamily::debian]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::debian') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209339317.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L201
puppet_agent when PE is expected to contain Class[puppet_agent::osfamily::debian]
Failure/Error: it { is_expected.to contain_class('puppet_agent::osfamily::debian') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209320151.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L55
puppet_agent when PE when managing PE debian apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209339317.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L56
puppet_agent when PE when managing PE debian apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209339317.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L55
puppet_agent when PE when managing PE debian apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209320151.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L57
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[conf-pe-repo] with priority => 90, content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('conf-pe-repo')
.with({
'priority' => 90,
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209339317.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L56
puppet_agent when PE when managing PE debian apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209320151.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L66
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[list-puppet-enterprise-installer] with content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('list-puppet-enterprise-installer')
.with({
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209339317.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L57
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[conf-pe-repo] with priority => 90, content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('conf-pe-repo')
.with({
'priority' => 90,
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209320151.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L103
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209339317.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L66
puppet_agent when PE when managing PE debian apt repo is expected to contain Apt::Setting[list-puppet-enterprise-installer] with content supplied string and ensure => "absent"
Failure/Error:
is_expected.to contain_apt__setting('list-puppet-enterprise-installer')
.with({
'content' => '',
'ensure' => 'absent',
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209320151.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L104
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209339317.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L103
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Class[apt]
Failure/Error: it { is_expected.to contain_class('apt') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209320151.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L110
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209339317.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L104
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Exec[pc_repo_force]
Failure/Error: it { is_expected.to contain_exec('pc_repo_force') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209320151.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L146
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209339317.local
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L154
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"}
Failure/Error:
is_expected.to contain_apt__source('pc_repo')
.with({
'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64',
'repos' => 'PC1',
'key' => {
'name' => 'GPG-KEY-puppet-20250406.asc',
'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'),
},
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209339317.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L110
puppet_agent when PE focal when managing debian focal apt repo is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209320151.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L146
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Setting[conf-pc_repo] with priority => 90 and content supplied string
Failure/Error:
is_expected.to contain_apt__setting('conf-pc_repo')
.with({
'priority' => 90,
'content' => apt_settings.join(''),
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209320151.local
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
spec/classes/puppet_agent_osfamily_debian_spec.rb#L154
puppet_agent when PE when managing PE apt repo settings is expected to contain Apt::Source[pc_repo] with location => "https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64", repos => "PC1" and key => {"name"=>"GPG-KEY-puppet-20250406.asc", "content"=>"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFyrv4oBEADhL8iyDPZ+GWN7L+A8dpEpggglxTtL7qYNyN5Uga2j0cusDdOD\nftPHsurLjfxtc2EFGdFK/N8y4LSpq+nOeazhkHcPeDiWC2AuN7+NGjH9LtvMUqKy\nNWPhPYP2r/xPL547oDMdvLXDH5n+FsLFW8QgATHk4AvlIhGng0gWu80OqTCiL0HC\nW7TftkF8ofP8k90SnLYbI9HDVOj6VYYtqG5NeoCHGAqrb79G/jq64Z/gLktD3IrB\nCxYhKFfJtZ/BSDB8Aa4ht+jIyeFCNSbGyfFfWlHKvF3JngS/76Y7gxX1sbR3gHJQ\nhO25AQdsPYKxgtIgNeB9/oBp1+V3K1W/nta4gbDVwJWCqDRbEFlHIdV7fvV/sqiI\nW7rQ60aAY7J6Gjt/aUmNArvT8ty3szmhR0wEEU5/hhIVV6VjS+AQsI8pFv6VB8bJ\nTLfOBPDW7dw2PgyWhVTEN8KW/ckyBvGmSdzSgAhw+rAe7li50/9e2H8eiJgBbGid\n8EQidZgkokh331CMDkIA6F3ygiB+u2ZZ7ywxhxIRO70JElIuIOiofhVfRnh/ODlH\nX7eD+cA2rlLQd2yWf4diiA7C9R8r8vPrAdp3aPZ4xLxvYYZV8E1JBdMus5GRy4rB\nAvetp0Wx/1r9zVDKD/J1bNIlt0SR9FTmynZj4kLWhoCqmbrLS35325sS6wARAQAB\ntEhQdXBwZXQsIEluYy4gUmVsZWFzZSBLZXkgKFB1cHBldCwgSW5jLiBSZWxlYXNl\nIEtleSkgPHJlbGVhc2VAcHVwcGV0LmNvbT6JAlQEEwEKAD4WIQTWgR7Tre64RBr1\nqo9FKLbNnmHvJgUCXKu/igIbAwUJC0c1AAULCQgHAwUVCgkICwUWAgMBAAIeAQIX\ngAAKCRBFKLbNnmHvJg/vD/0eOl/pBb6ooGnzg2qoD+XwgOK3HkTdvGNZKGsIrhUG\nq6O0zoyPW8v9b/i7QEDre8QahARmMAEQ+T3nbNVzw4kpE+YIrEkKjoJsrF8/K/1L\nzBHJCc3S9oF9KubG5BuQ4bAmcvnI+qpEYbSTLHztYGUfXAGu+MnaDf4C60G7zM6m\nec4bX8lVnt+gcsGGGCdN89XsZLBNdv21z9xMeaAPiRYJpbqwrb8cYbKQeqFSQt2M\nUylN5oVeN77Q8iyXSyVwpc6uKzXdQ8bVPbKUTWSXQ4SSp0HJjtAMiDH2pjty4PG6\nEgZ6/njJLOzQ29ZgFrS19XLONlptHwKzLYB8nJhJvGHfzzInmNttDtNwTA6IxpsR\n4aCnrPWFJRCbmMBNXvBR9B/O+e/T5ngL21ipMEwzEOiQlRSacnO2pICwZ5pARMRI\ndxq/5BQYry9HNlJDGR7YIfn7i0oCGk5BxwotSlAPw8jFpNU/zTOvpQAdPvZje2JP\n6GS+hYxSdHsigREXI2gxTvpcLk8LOe9PsqJv631e6Kvn9P9OHiihIp8G9fRQ8T7y\nelHcNanV192mfbWxJhDAcQ+JEy9883lOanaCoaf/7z4kdmCQLz5/oNg2K0qjSgZH\nJY/gxCOwuAuUJlLcAXQG6txJshfMxyQUO46DXg0/gjwkKgT/9PbTJEN/WN/G6n1h\nlQ==\n=nKF2\n-----END PGP PUBLIC KEY BLOCK-----\n\n"}
Failure/Error:
is_expected.to contain_apt__source('pc_repo')
.with({
'location' => 'https://master.example.vm:8140/packages/2000.0.0/debian-7-x86_64',
'repos' => 'PC1',
'key' => {
'name' => 'GPG-KEY-puppet-20250406.asc',
'content' => Puppet::FileSystem.read_preserve_line_endings('files/GPG-KEY-puppet-20250406'),
},
})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node mac-1732209320151.local
|