Skip to content

pdk update 3.2.0

pdk update 3.2.0 #236

Triggered via pull request April 9, 2024 06:14
Status Failure
Total duration 1m 45s
Artifacts

ci.yml

on: pull_request
Spec  /  Setup Test Matrix
34s
Spec / Setup Test Matrix
Matrix: Spec / spec
Acceptance  /  Setup Test Matrix
Acceptance / Setup Test Matrix
Matrix: Acceptance / acceptance
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/apt_backports_spec.rb#L60
apt::backports debian/ubuntu tests with defaults on ubuntu is expected to contain Apt::Source[backports] with location => "http://archive.ubuntu.com/ubuntu", repos => "main universe multiverse restricted", release => "jammy-backports", pin => {"priority"=>200, "release"=>"jammy-backports"} and keyring => "/usr/share/keyrings/ubuntu-archive-keyring.gpg" Failure/Error: expect(subject).to contain_apt__source('backports').with( location: 'http://archive.ubuntu.com/ubuntu', repos: 'main universe multiverse restricted', release: 'jammy-backports', pin: { 'priority' => 200, 'release' => 'jammy-backports' }, keyring: '/usr/share/keyrings/ubuntu-archive-keyring.gpg', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az914-349.2e4pmxhwlzfuhnev11cd0y0noa.phxx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/apt_backports_spec.rb#L101
apt::backports debian/ubuntu tests with everything set is expected to contain Apt::Source[backports] with location => "http://archive.ubuntu.com/ubuntu-test", key => "A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553", repos => "main", release => "vivid" and pin => {"priority"=>90, "release"=>"vivid"} Failure/Error: expect(subject).to contain_apt__source('backports').with( location: 'http://archive.ubuntu.com/ubuntu-test', key: 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553', repos: 'main', release: 'vivid', pin: { 'priority' => 90, 'release' => 'vivid' }, ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az914-349.2e4pmxhwlzfuhnev11cd0y0noa.phxx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/apt_backports_spec.rb#L140
apt::backports debian/ubuntu tests when set things with hashes is expected to contain Apt::Source[backports] with key => {"id"=>"A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553"} and pin => {"priority"=>"90"} Failure/Error: expect(subject).to contain_apt__source('backports').with( key: { 'id' => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553' }, pin: { 'priority' => '90' }, ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az914-349.2e4pmxhwlzfuhnev11cd0y0noa.phxx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/apt_spec.rb#L424
apt with entries for /etc/apt/auth.conf when on Ubuntu 18.04 with manage_auth_conf => true is expected to contain File[/etc/apt/auth.conf] with ensure => "present", owner => "_apt", group => "root", mode => "0600", notify => "Class[Apt::Update]" and content => Sensitive("// This file is managed by Puppet. DO NOT EDIT.\nmachine deb.example.net login foologin password secret\nmachine apt.example.com login aptlogin password supersecret\n") Failure/Error: expect(subject).to contain_file('/etc/apt/auth.conf').with(ensure: 'present', owner: '_apt', group: 'root', mode: '0600', notify: 'Class[Apt::Update]', content: sensitive(auth_conf_content)) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az914-349.2e4pmxhwlzfuhnev11cd0y0noa.phxx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/apt_spec.rb#L439
apt with entries for /etc/apt/auth.conf when on Ubuntu 18.04 with manage_auth_conf => false is expected not to contain File[/etc/apt/auth.conf] Failure/Error: expect(subject).not_to contain_file('/etc/apt/auth.conf') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az914-349.2e4pmxhwlzfuhnev11cd0y0noa.phxx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/apt_spec.rb#L503
apt with sources defined on valid os.family is expected to contain Apt::Setting[list-debian_unstable] with ensure => "present" Failure/Error: expect(subject).to contain_apt__setting('list-debian_unstable').with(ensure: 'present') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az914-349.2e4pmxhwlzfuhnev11cd0y0noa.phxx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/apt_spec.rb#L507
apt with sources defined on valid os.family is expected to contain File[/etc/apt/sources.list.d/debian_unstable.list] with content =~ /^deb http:\/\/debian.mirror.iweb.ca\/debian\/ unstable main contrib non-free$/ Failure/Error: it { is_expected.to contain_file('/etc/apt/sources.list.d/debian_unstable.list').with_content(%r{^deb http://debian.mirror.iweb.ca/debian/ unstable main contrib non-free$}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az914-349.2e4pmxhwlzfuhnev11cd0y0noa.phxx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/apt_spec.rb#L508
apt with sources defined on valid os.family is expected to contain File[/etc/apt/sources.list.d/debian_unstable.list] with content =~ /^deb-src http:\/\/debian.mirror.iweb.ca\/debian\/ unstable main contrib non-free$/ Failure/Error: it { is_expected.to contain_file('/etc/apt/sources.list.d/debian_unstable.list').with_content(%r{^deb-src http://debian.mirror.iweb.ca/debian/ unstable main contrib non-free$}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az914-349.2e4pmxhwlzfuhnev11cd0y0noa.phxx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/apt_spec.rb#L510
apt with sources defined on valid os.family is expected to contain Apt::Setting[list-puppetlabs] with ensure => "present" Failure/Error: expect(subject).to contain_apt__setting('list-puppetlabs').with(ensure: 'present') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az914-349.2e4pmxhwlzfuhnev11cd0y0noa.phxx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/apt_spec.rb#L514
apt with sources defined on valid os.family is expected to contain File[/etc/apt/sources.list.d/puppetlabs.list] with content =~ /^deb http:\/\/apt.puppetlabs.com bionic main$/ Failure/Error: it { is_expected.to contain_file('/etc/apt/sources.list.d/puppetlabs.list').with_content(%r{^deb http://apt.puppetlabs.com bionic main$}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az914-349.2e4pmxhwlzfuhnev11cd0y0noa.phxx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/apt_backports_spec.rb#L60
apt::backports debian/ubuntu tests with defaults on ubuntu is expected to contain Apt::Source[backports] with location => "http://archive.ubuntu.com/ubuntu", repos => "main universe multiverse restricted", release => "jammy-backports", pin => {"priority"=>200, "release"=>"jammy-backports"} and keyring => "/usr/share/keyrings/ubuntu-archive-keyring.gpg" Failure/Error: expect(subject).to contain_apt__source('backports').with( location: 'http://archive.ubuntu.com/ubuntu', repos: 'main universe multiverse restricted', release: 'jammy-backports', pin: { 'priority' => 200, 'release' => 'jammy-backports' }, keyring: '/usr/share/keyrings/ubuntu-archive-keyring.gpg', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az736-905.alpbqrzxv30uzkvtn2qktnuusd.cx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/apt_backports_spec.rb#L101
apt::backports debian/ubuntu tests with everything set is expected to contain Apt::Source[backports] with location => "http://archive.ubuntu.com/ubuntu-test", key => "A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553", repos => "main", release => "vivid" and pin => {"priority"=>90, "release"=>"vivid"} Failure/Error: expect(subject).to contain_apt__source('backports').with( location: 'http://archive.ubuntu.com/ubuntu-test', key: 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553', repos: 'main', release: 'vivid', pin: { 'priority' => 90, 'release' => 'vivid' }, ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az736-905.alpbqrzxv30uzkvtn2qktnuusd.cx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/apt_backports_spec.rb#L140
apt::backports debian/ubuntu tests when set things with hashes is expected to contain Apt::Source[backports] with key => {"id"=>"A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553"} and pin => {"priority"=>"90"} Failure/Error: expect(subject).to contain_apt__source('backports').with( key: { 'id' => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553' }, pin: { 'priority' => '90' }, ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az736-905.alpbqrzxv30uzkvtn2qktnuusd.cx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/apt_spec.rb#L424
apt with entries for /etc/apt/auth.conf when on Ubuntu 18.04 with manage_auth_conf => true is expected to contain File[/etc/apt/auth.conf] with ensure => "present", owner => "_apt", group => "root", mode => "0600", notify => "Class[Apt::Update]" and content => Sensitive("// This file is managed by Puppet. DO NOT EDIT.\nmachine deb.example.net login foologin password secret\nmachine apt.example.com login aptlogin password supersecret\n") Failure/Error: expect(subject).to contain_file('/etc/apt/auth.conf').with(ensure: 'present', owner: '_apt', group: 'root', mode: '0600', notify: 'Class[Apt::Update]', content: sensitive(auth_conf_content)) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az736-905.alpbqrzxv30uzkvtn2qktnuusd.cx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/apt_spec.rb#L439
apt with entries for /etc/apt/auth.conf when on Ubuntu 18.04 with manage_auth_conf => false is expected not to contain File[/etc/apt/auth.conf] Failure/Error: expect(subject).not_to contain_file('/etc/apt/auth.conf') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az736-905.alpbqrzxv30uzkvtn2qktnuusd.cx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/apt_spec.rb#L503
apt with sources defined on valid os.family is expected to contain Apt::Setting[list-debian_unstable] with ensure => "present" Failure/Error: expect(subject).to contain_apt__setting('list-debian_unstable').with(ensure: 'present') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az736-905.alpbqrzxv30uzkvtn2qktnuusd.cx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/apt_spec.rb#L507
apt with sources defined on valid os.family is expected to contain File[/etc/apt/sources.list.d/debian_unstable.list] with content =~ /^deb http:\/\/debian.mirror.iweb.ca\/debian\/ unstable main contrib non-free$/ Failure/Error: it { is_expected.to contain_file('/etc/apt/sources.list.d/debian_unstable.list').with_content(%r{^deb http://debian.mirror.iweb.ca/debian/ unstable main contrib non-free$}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az736-905.alpbqrzxv30uzkvtn2qktnuusd.cx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/apt_spec.rb#L508
apt with sources defined on valid os.family is expected to contain File[/etc/apt/sources.list.d/debian_unstable.list] with content =~ /^deb-src http:\/\/debian.mirror.iweb.ca\/debian\/ unstable main contrib non-free$/ Failure/Error: it { is_expected.to contain_file('/etc/apt/sources.list.d/debian_unstable.list').with_content(%r{^deb-src http://debian.mirror.iweb.ca/debian/ unstable main contrib non-free$}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az736-905.alpbqrzxv30uzkvtn2qktnuusd.cx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/apt_spec.rb#L510
apt with sources defined on valid os.family is expected to contain Apt::Setting[list-puppetlabs] with ensure => "present" Failure/Error: expect(subject).to contain_apt__setting('list-puppetlabs').with(ensure: 'present') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az736-905.alpbqrzxv30uzkvtn2qktnuusd.cx.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/apt_spec.rb#L514
apt with sources defined on valid os.family is expected to contain File[/etc/apt/sources.list.d/puppetlabs.list] with content =~ /^deb http:\/\/apt.puppetlabs.com bionic main$/ Failure/Error: it { is_expected.to contain_file('/etc/apt/sources.list.d/puppetlabs.list').with_content(%r{^deb http://apt.puppetlabs.com bionic main$}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Apt]: parameter 'ppa_options' expects a value of type Undef or Array, got String (line: 2, column: 1) on node fv-az736-905.alpbqrzxv30uzkvtn2qktnuusd.cx.internal.cloudapp.net