Skip to content

[blacksmith] Bump version to 9.0.1-rc0 #177

[blacksmith] Bump version to 9.0.1-rc0

[blacksmith] Bump version to 9.0.1-rc0 #177

Triggered via push December 13, 2024 12:48
Status Failure
Total duration 58m 11s
Artifacts

ci.yml

on: push
Puppet  /  Static validations
15s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
1s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Puppet / Puppet 8 - CentOS 9: spec/acceptance/01_zookeeper_spec.rb#L34
zookeeper prereq installs zookeeper with no errors Failure/Error: apply_manifest(zookeeper, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125013178.c8N6Xn.pp Last 10 lines of output were: Warning: /Stage[main]/Zookeeper::Config/File[/var/lib/zookeeper/myid]: Skipping because of failed dependencies Warning: /Stage[main]/Zookeeper::Config/File[/etc/zookeeper/conf/java.env]: Skipping because of failed dependencies Warning: /Stage[main]/Zookeeper::Config/File[/etc/zookeeper/conf/log4j.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Zookeeper::Service/File[/etc/systemd/system/zookeeper-server.service]: Skipping because of failed dependencies Warning: /Stage[main]/Zookeeper::Service/Exec[systemctl daemon-reload # for zookeeper]: Skipping because of failed dependencies Warning: /Stage[main]/Zookeeper::Service/Service[zookeeper-server]: Skipping because of failed dependencies Info: Class[Zookeeper]: Unscheduling all events on Class[Zookeeper] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 185.92 seconds
Puppet / Puppet 8 - CentOS 9: spec/acceptance/broker_spec.rb#L14
kafka::broker works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125321553.WacZPw.pp Last 10 lines of output were: Error: /Stage[main]/Kafka/Archive[/var/tmp/kafka/kafka_2.12-2.4.1.tgz]/ensure: change from 'absent' to 'present' failed: Execution of '/usr/bin/curl https://archive.apache.org/dist/kafka/2.4.1/kafka_2.12-2.4.1.tgz -o /tmp/kafka_2.12-2.4.1.tgz_20241213-1216-ezwj2z -fsSLg --max-redirs 5' returned 28: curl: (28) Failed to connect to archive.apache.org port 443: Connection timed out �[mNotice: /Stage[main]/Kafka/File[/opt/kafka/config]: Dependency Archive[/var/tmp/kafka/kafka_2.12-2.4.1.tgz] has failures: true Warning: /Stage[main]/Kafka/File[/opt/kafka/config]: Skipping because of failed dependencies Info: Class[Kafka]: Unscheduling all events on Class[Kafka] Warning: /Stage[main]/Kafka::Broker::Config/File[/opt/kafka/config/server.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Config/File[/opt/kafka/config/log4j.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Service/File[/etc/systemd/system/kafka.service]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Service/Service[kafka]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Kafka::Topic[demo]/Exec[create topic demo]: Skipping because of failed dependencies �[mNotice: Applied catalog in 132.64 seconds
Puppet / Puppet 8 - CentOS 9: spec/acceptance/broker_spec.rb#L33
kafka::broker kafka::broker::install with default parameters works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125536671.Ef9cZX.pp Last 10 lines of output were: Info: Applying configuration version '1734094538' Error: Execution of '/usr/bin/curl https://archive.apache.org/dist/kafka/2.4.1/kafka_2.12-2.4.1.tgz -o /tmp/kafka_2.12-2.4.1.tgz_20241213-1393-mfsuqz -fsSLg --max-redirs 5' returned 28: curl: (28) Failed to connect to archive.apache.org port 443: Connection timed out Error: /Stage[main]/Kafka/Archive[/var/tmp/kafka/kafka_2.12-2.4.1.tgz]/ensure: change from 'absent' to 'present' failed: Execution of '/usr/bin/curl https://archive.apache.org/dist/kafka/2.4.1/kafka_2.12-2.4.1.tgz -o /tmp/kafka_2.12-2.4.1.tgz_20241213-1393-mfsuqz -fsSLg --max-redirs 5' returned 28: curl: (28) Failed to connect to archive.apache.org port 443: Connection timed out �[mNotice: /Stage[main]/Kafka/File[/opt/kafka/config]: Dependency Archive[/var/tmp/kafka/kafka_2.12-2.4.1.tgz] has failures: true Warning: /Stage[main]/Kafka/File[/opt/kafka/config]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Config/File[/opt/kafka/config/server.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Config/File[/opt/kafka/config/log4j.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Service/File[/etc/systemd/system/kafka.service]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Service/Service[kafka]: Skipping because of failed dependencies �[mNotice: Applied catalog in 132.69 seconds
Puppet / Puppet 8 - CentOS 9: spec/acceptance/broker_spec.rb#L72
kafka::broker kafka::broker::install with default parameters File "/opt/kafka/config" is expected to be directory Failure/Error: it { is_expected.to be_directory } expected `File "/opt/kafka/config".directory?` to be truthy, got false
Puppet / Puppet 8 - CentOS 9: spec/acceptance/broker_spec.rb#L73
kafka::broker kafka::broker::install with default parameters File "/opt/kafka/config" is expected to be owned by "kafka" Failure/Error: it { is_expected.to be_owned_by 'kafka' } expected `File "/opt/kafka/config".owned_by?("kafka")` to be truthy, got false
Puppet / Puppet 8 - CentOS 9: spec/acceptance/broker_spec.rb#L74
kafka::broker kafka::broker::install with default parameters File "/opt/kafka/config" is expected to be grouped into "kafka" Failure/Error: it { is_expected.to be_grouped_into 'kafka' } expected `File "/opt/kafka/config".grouped_into?("kafka")` to be truthy, got false
Puppet / Puppet 8 - CentOS 9: spec/acceptance/broker_spec.rb#L87
kafka::broker kafka::broker::config with default parameters works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125753892.iFgiQL.pp Last 10 lines of output were: Info: Applying configuration version '1734094676' Error: Execution of '/usr/bin/curl https://archive.apache.org/dist/kafka/2.4.1/kafka_2.12-2.4.1.tgz -o /tmp/kafka_2.12-2.4.1.tgz_20241213-2094-40vrh4 -fsSLg --max-redirs 5' returned 28: curl: (28) Failed to connect to archive.apache.org port 443: Connection timed out Error: /Stage[main]/Kafka/Archive[/var/tmp/kafka/kafka_2.12-2.4.1.tgz]/ensure: change from 'absent' to 'present' failed: Execution of '/usr/bin/curl https://archive.apache.org/dist/kafka/2.4.1/kafka_2.12-2.4.1.tgz -o /tmp/kafka_2.12-2.4.1.tgz_20241213-2094-40vrh4 -fsSLg --max-redirs 5' returned 28: curl: (28) Failed to connect to archive.apache.org port 443: Connection timed out �[mNotice: /Stage[main]/Kafka/File[/opt/kafka/config]: Dependency Archive[/var/tmp/kafka/kafka_2.12-2.4.1.tgz] has failures: true Warning: /Stage[main]/Kafka/File[/opt/kafka/config]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Config/File[/opt/kafka/config/server.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Config/File[/opt/kafka/config/log4j.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Service/File[/etc/systemd/system/kafka.service]: Skipping because of failed dependencies Warning: /Stage[main]/Kafka::Broker::Service/Service[kafka]: Skipping because of failed dependencies �[mNotice: Applied catalog in 134.73 seconds
Puppet / Puppet 8 - CentOS 9: spec/acceptance/broker_spec.rb#L100
kafka::broker kafka::broker::config with default parameters File "/opt/kafka/config/server.properties" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/opt/kafka/config/server.properties".file?` to be truthy, got false
Puppet / Puppet 8 - CentOS 9: spec/acceptance/broker_spec.rb#L101
kafka::broker kafka::broker::config with default parameters File "/opt/kafka/config/server.properties" is expected to be owned by "kafka" Failure/Error: it { is_expected.to be_owned_by 'kafka' } expected `File "/opt/kafka/config/server.properties".owned_by?("kafka")` to be truthy, got false
Puppet / Puppet 8 - CentOS 9: spec/acceptance/broker_spec.rb#L102
kafka::broker kafka::broker::config with default parameters File "/opt/kafka/config/server.properties" is expected to be grouped into "kafka" Failure/Error: it { is_expected.to be_grouped_into 'kafka' } expected `File "/opt/kafka/config/server.properties".grouped_into?("kafka")` to be truthy, got false
Puppet / Test suite
Process completed with exit code 1.