FacterDB: Use stringified keys #531
Triggered via pull request
September 28, 2024 22:40
Status
Cancelled
Total duration
2m 42s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
22s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
53 errors and 1 warning
Puppet / 8 (Ruby 3.2):
spec/classes/redis_sentinel_spec.rb#L171
redis::sentinel on debian-11-x86_64 with custom parameters
Failure/Error:
bind 192.0.2.10
port 26379
tls-port 26380
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode no
sentinel announce-hostnames yes
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_sentinel_spec.rb#L216
redis::sentinel on debian-11-x86_64 with array sentinel bind
Failure/Error:
bind 192.0.2.10 192.168.1.1
port 26379
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode yes
sentinel monitor cow 127.0.0.1 6379 2
sentinel down-after-milliseconds cow 6000
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_sentinel_spec.rb#L171
redis::sentinel on debian-12-x86_64 with custom parameters
Failure/Error:
bind 192.0.2.10
port 26379
tls-port 26380
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode no
sentinel announce-hostnames yes
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_sentinel_spec.rb#L216
redis::sentinel on debian-12-x86_64 with array sentinel bind
Failure/Error:
bind 192.0.2.10 192.168.1.1
port 26379
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode yes
sentinel monitor cow 127.0.0.1 6379 2
sentinel down-after-milliseconds cow 6000
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_sentinel_spec.rb#L171
redis::sentinel on ubuntu-20.04-x86_64 with custom parameters
Failure/Error:
bind 192.0.2.10
port 26379
tls-port 26380
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode no
sentinel announce-hostnames yes
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_sentinel_spec.rb#L216
redis::sentinel on ubuntu-20.04-x86_64 with array sentinel bind
Failure/Error:
bind 192.0.2.10 192.168.1.1
port 26379
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode yes
sentinel monitor cow 127.0.0.1 6379 2
sentinel down-after-milliseconds cow 6000
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_sentinel_spec.rb#L171
redis::sentinel on ubuntu-22.04-x86_64 with custom parameters
Failure/Error:
bind 192.0.2.10
port 26379
tls-port 26380
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode no
sentinel announce-hostnames yes
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_sentinel_spec.rb#L216
redis::sentinel on ubuntu-22.04-x86_64 with array sentinel bind
Failure/Error:
bind 192.0.2.10 192.168.1.1
port 26379
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode yes
sentinel monitor cow 127.0.0.1 6379 2
sentinel down-after-milliseconds cow 6000
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_sentinel_spec.rb#L70
redis::sentinel on redhat-8-x86_64 without parameters
Failure/Error: if facts[:os]['release']['major'].to_i > 8
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_sentinel_spec.rb#L94
redis::sentinel on redhat-8-x86_64 with acls
Failure/Error: if facts[:os]['release']['major'].to_i > 8
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_sentinel_spec.rb#L171
redis::sentinel on debian-11-x86_64 with custom parameters
Failure/Error:
bind 192.0.2.10
port 26379
tls-port 26380
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode no
sentinel announce-hostnames yes
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_sentinel_spec.rb#L216
redis::sentinel on debian-11-x86_64 with array sentinel bind
Failure/Error:
bind 192.0.2.10 192.168.1.1
port 26379
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode yes
sentinel monitor cow 127.0.0.1 6379 2
sentinel down-after-milliseconds cow 6000
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_sentinel_spec.rb#L171
redis::sentinel on debian-12-x86_64 with custom parameters
Failure/Error:
bind 192.0.2.10
port 26379
tls-port 26380
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode no
sentinel announce-hostnames yes
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_sentinel_spec.rb#L216
redis::sentinel on debian-12-x86_64 with array sentinel bind
Failure/Error:
bind 192.0.2.10 192.168.1.1
port 26379
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode yes
sentinel monitor cow 127.0.0.1 6379 2
sentinel down-after-milliseconds cow 6000
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_sentinel_spec.rb#L171
redis::sentinel on ubuntu-20.04-x86_64 with custom parameters
Failure/Error:
bind 192.0.2.10
port 26379
tls-port 26380
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode no
sentinel announce-hostnames yes
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_sentinel_spec.rb#L216
redis::sentinel on ubuntu-20.04-x86_64 with array sentinel bind
Failure/Error:
bind 192.0.2.10 192.168.1.1
port 26379
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode yes
sentinel monitor cow 127.0.0.1 6379 2
sentinel down-after-milliseconds cow 6000
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_sentinel_spec.rb#L171
redis::sentinel on ubuntu-22.04-x86_64 with custom parameters
Failure/Error:
bind 192.0.2.10
port 26379
tls-port 26380
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode no
sentinel announce-hostnames yes
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_sentinel_spec.rb#L216
redis::sentinel on ubuntu-22.04-x86_64 with array sentinel bind
Failure/Error:
bind 192.0.2.10 192.168.1.1
port 26379
dir /tmp/redis
daemonize #{facts[:os]['family'] == 'RedHat' ? 'no' : 'yes'}
supervised auto
pidfile #{pidfile}
protected-mode yes
sentinel monitor cow 127.0.0.1 6379 2
sentinel down-after-milliseconds cow 6000
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_sentinel_spec.rb#L70
redis::sentinel on redhat-8-x86_64 without parameters
Failure/Error: if facts[:os]['release']['major'].to_i > 8
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_sentinel_spec.rb#L94
redis::sentinel on redhat-8-x86_64 with acls
Failure/Error: if facts[:os]['release']['major'].to_i > 8
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / Puppet 8 - AlmaLinux 9
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 9
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 9
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 7 - Rocky 9
The operation was canceled.
|
Puppet / Puppet 7 - Debian 12
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 7 - Debian 12
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 9
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 8 - Rocky 9
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 9
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 7 - CentOS 9
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 22.04
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 8 - Ubuntu 22.04
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 8
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 8
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 7 - Rocky 8
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 9
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 9
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 8
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 9
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 8 - CentOS 9
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 20.04
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 8
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 8 - Rocky 8
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 22.04
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 7 - Ubuntu 22.04
The operation was canceled.
|
Puppet / Puppet 8 - Debian 12
Canceling since a higher priority waiting request for '535/merge' exists
|
Puppet / Puppet 8 - Debian 12
The operation was canceled.
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system Debian 11
|