Skip to content

release 1.0.0

release 1.0.0 #6

Triggered via pull request September 14, 2024 00:37
@jhoblittjhoblitt
synchronize #3
release/1.0.0
Status Failure
Total duration 1m 58s
Artifacts

ci.yml

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

Annotations

5 errors
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/init_spec.rb#L58
s3daemon with instances param instance bar Docker container "systemd-s3daemon-bar" ["Mounts"] is expected to include [(include {"Source" => "/home"}), (include {"Source" => "/opt"})] Failure/Error: is_expected.to include([ include('Source' => '/home'), include('Source' => '/opt'), ]) expected [{"Destination" => "/home", "Driver" => "", "Mode" => "", "Options" => ["rbind"], "Propagation" => "rprivate", ...>"", "Options" => ["rbind"], "Propagation" => "rprivate", "RW" => true, "Source" => "/opt", "Type" => "bind"}] to include [(include {"Source" => "/home"}), (include {"Source" => "/opt"})] Diff: @@ -1,16 +1,31 @@ -[[(include {"Source" => "/home"}), (include {"Source" => "/opt"})]] +[{"Destination"=>"/home", + "Driver"=>"", + "Mode"=>"", + "Options"=>["rbind"], + "Propagation"=>"rprivate", + "RW"=>true, + "Source"=>"/home", + "Type"=>"bind"}, + {"Destination"=>"/opt", + "Driver"=>"", + "Mode"=>"", + "Options"=>["rbind"], + "Propagation"=>"rprivate", + "RW"=>true, + "Source"=>"/opt", + "Type"=>"bind"}]
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/init_spec.rb#L58
s3daemon with instances param instance bar Docker container "systemd-s3daemon-bar" ["Mounts"] is expected to include [(include {"Source" => "/home"}), (include {"Source" => "/opt"})] Failure/Error: is_expected.to include([ include('Source' => '/home'), include('Source' => '/opt'), ]) expected [{"Destination" => "/home", "Driver" => "", "Mode" => "", "Options" => ["rbind"], "Propagation" => "rprivate", ...>"", "Options" => ["rbind"], "Propagation" => "rprivate", "RW" => true, "Source" => "/opt", "Type" => "bind"}] to include [(include {"Source" => "/home"}), (include {"Source" => "/opt"})] Diff: @@ -1,16 +1,31 @@ -[[(include {"Source" => "/home"}), (include {"Source" => "/opt"})]] +[{"Destination"=>"/home", + "Driver"=>"", + "Mode"=>"", + "Options"=>["rbind"], + "Propagation"=>"rprivate", + "RW"=>true, + "Source"=>"/home", + "Type"=>"bind"}, + {"Destination"=>"/opt", + "Driver"=>"", + "Mode"=>"", + "Options"=>["rbind"], + "Propagation"=>"rprivate", + "RW"=>true, + "Source"=>"/opt", + "Type"=>"bind"}]
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
Puppet / Test suite
Process completed with exit code 1.