run foreman in a container #1620
Annotations
3 errors
Run tests:
spec/acceptance/foreman_journald_spec.rb#L23
Scenario: install foreman with journald Command "journalctl -u foreman" stdout is expected to match /Redirected to https:\/\/centos8-64-puppet8.example.com\/users\/login/
Failure/Error: its(:stdout) { is_expected.to match(%r{Redirected to https://#{host_inventory['fqdn']}/users/login}) }
expected "-- Logs begin at Tue 2024-05-21 10:00:57 UTC, end at Tue 2024-05-21 10:15:38 UTC. --\nMay 21 10:02:5... Starting Foreman...\nMay 21 10:15:18 centos8-64-puppet8.example.com systemd[1]: Started Foreman.\n" to match /Redirected to https:\/\/centos8-64-puppet8.example.com\/users\/login/
Diff:
@@ -1,226 +1,451 @@
-/Redirected to https:\/\/centos8-64-puppet8.example.com\/users\/login/
+-- Logs begin at Tue 2024-05-21 10:00:57 UTC, end at Tue 2024-05-21 10:15:38 UTC. --
+May 21 10:02:50 centos8-64-puppet8.example.com systemd[1]: Starting Foreman...
+May 21 10:02:52 centos8-64-puppet8.example.com foreman[3023]: => Booting Puma
+May 21 10:02:52 centos8-64-puppet8.example.com foreman[3023]: => Rails 6.1.7.7 application starting in production
+May 21 10:02:52 centos8-64-puppet8.example.com foreman[3023]: => Run `bin/rails server --help` for more startup options
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Enabling systemd notification integration
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] Puma starting in cluster mode...
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Puma version: 6.4.2 (ruby 2.7.8-p225) ("The Eagle of Durango")
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Min threads: 5
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Max threads: 5
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Environment: production
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Master PID: 3023
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Workers: 6
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Restarts: (✔) hot (✖) phased
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Preloading application
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Activated unix:///run/foreman.sock
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] Use Ctrl-C to stop
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] Sending status to systemd every 1.0 sec
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] * Starting control server on unix:///usr/share/foreman/tmp/sockets/pumactl.sock
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] - Worker 1 (PID: 3033) booted in 0.07s, phase: 0
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] - Worker 0 (PID: 3031) booted in 0.08s, phase: 0
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] - Worker 4 (PID: 3045) booted in 0.08s, phase: 0
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] - Worker 2 (PID: 3036) booted in 0.08s, phase: 0
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] - Worker 5 (PID: 3049) booted in 0.08s, phase: 0
+May 21 10:02:56 centos8-64-puppet8.example.com foreman[3023]: [3023] - Worker 3 (PID: 3041) booted in 0.09s, phase: 0
+May 21 10:02:56 centos8-64-puppet8.example.com systemd[1]: Started Foreman.
+May 21 10:02:57 centos8-64-puppet8.example.com foreman[3023]: [3023] === puma shutdown: 2024-05-21 10:02:57 +0000 ===
+May 21 10:02:57 centos8-64-puppet8.example.com foreman[3023]: [3023] - Goodbye!
+May 21 10:02:57 centos8-64-puppet8.example.com foreman[3023]: [3023] - Gracefully shutting down workers...
+May 21 10:02:57 centos8-64-puppet8.example.com systemd[1]: Stopping Foreman...
+May 21 10:02:57 centos8-64-puppet8.example.com foreman[3023]: Exiting
+May 21 10:02:57 centos8-64-puppet8.example.com systemd[1]: foreman.service: Succeeded.
+May 21 10:02:57 centos8-64-puppet8.example.com systemd[1]: S
|
Run tests:
spec/acceptance/foreman_journald_spec.rb#L27
Scenario: install foreman with journald Command "journalctl -u dynflow-sidekiq@orchestrator" stdout is expected to match /orchestrator in passive mode/
Failure/Error: its(:stdout) { is_expected.to match(%r{orchestrator in passive mode}) }
expected "-- Logs begin at Tue 2024-05-21 10:00:57 UTC, end at Tue 2024-05-21 10:15:38 UTC. --\nMay 21 10:02:5...centos8-64-puppet8.example.com systemd[1]: Started Foreman jobs daemon - orchestrator on sidekiq.\n" to match /orchestrator in passive mode/
Diff:
@@ -1,42 +1,83 @@
-/orchestrator in passive mode/
+-- Logs begin at Tue 2024-05-21 10:00:57 UTC, end at Tue 2024-05-21 10:15:38 UTC. --
+May 21 10:02:57 centos8-64-puppet8.example.com systemd[1]: Starting Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:02:57 centos8-64-puppet8.example.com dynflow-sidekiq@orchestrator[3257]: 2024-05-21T10:02:57.848Z pid=3257 tid=1lx INFO: Enabling systemd notification integration
+May 21 10:02:58 centos8-64-puppet8.example.com dynflow-sidekiq@orchestrator[3257]: 2024-05-21T10:02:58.418Z pid=3257 tid=1lx INFO: Booting Sidekiq 6.5.12 with Sidekiq::RedisConnection::RedisAdapter options {:url=>"redis://localhost:6379/6"}
+May 21 10:02:58 centos8-64-puppet8.example.com dynflow-sidekiq@orchestrator[3257]: 2024-05-21T10:02:58.419Z pid=3257 tid=1lx INFO: GitLab reliable fetch activated!
+May 21 10:03:03 centos8-64-puppet8.example.com systemd[1]: Started Foreman jobs daemon - orchestrator on sidekiq.
+May 21 10:03:58 centos8-64-puppet8.example.com systemd[1]: Stopping Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:03:59 centos8-64-puppet8.example.com systemd[1]: [email protected]: Succeeded.
+May 21 10:03:59 centos8-64-puppet8.example.com systemd[1]: Stopped Foreman jobs daemon - orchestrator on sidekiq.
+May 21 10:04:42 centos8-64-puppet8.example.com systemd[1]: Starting Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:04:42 centos8-64-puppet8.example.com dynflow-sidekiq@orchestrator[5744]: 2024-05-21T10:04:42.689Z pid=5744 tid=3qk INFO: Enabling systemd notification integration
+May 21 10:04:43 centos8-64-puppet8.example.com dynflow-sidekiq@orchestrator[5744]: 2024-05-21T10:04:43.300Z pid=5744 tid=3qk INFO: Booting Sidekiq 6.5.12 with Sidekiq::RedisConnection::RedisAdapter options {:url=>"redis://localhost:6379/6"}
+May 21 10:04:43 centos8-64-puppet8.example.com dynflow-sidekiq@orchestrator[5744]: 2024-05-21T10:04:43.301Z pid=5744 tid=3qk INFO: GitLab reliable fetch activated!
+May 21 10:04:48 centos8-64-puppet8.example.com systemd[1]: Started Foreman jobs daemon - orchestrator on sidekiq.
+May 21 10:05:57 centos8-64-puppet8.example.com systemd[1]: Stopping Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:05:58 centos8-64-puppet8.example.com systemd[1]: [email protected]: Succeeded.
+May 21 10:05:58 centos8-64-puppet8.example.com systemd[1]: Stopped Foreman jobs daemon - orchestrator on sidekiq.
+May 21 10:05:58 centos8-64-puppet8.example.com systemd[1]: Starting Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:05:59 centos8-64-puppet8.example.com dynflow-sidekiq@orchestrator[7352]: 2024-05-21T10:05:59.234Z pid=7352 tid=4ro INFO: Enabling systemd notification integration
+May 21 10:06:00 centos8-64-puppet8.example.com dynflow-sidekiq@orchestrator[7352]: 2024-05-21T10:06:00.138Z pid=7352 tid=4ro INFO: Booting Sidekiq 6.5.12 with Sidekiq::RedisConnection::RedisAdapter options {:url=>"redis://localhost:6379/6"}
+May 21 10:06:00 centos8-64-puppet8.example.com dynflow-sidekiq@orchestrator[7352]: 2024-05-21T10:06:00.140Z pid=7352 tid=4ro INFO: GitLab reliable fetch activated!
+May 21 10:06:07 centos8-64-puppet8.example.com systemd[1]: Started Foreman jobs daemon - orchestrator on sidekiq.
+May 21 10:06:32 centos8-64-puppet8.example.com systemd[1]: Stopping Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:06:32 centos8-64-puppet8.example.com systemd[1]: [email protected]: Succeeded.
+May 21 10:06:32 centos8-64-puppet8.example.com s
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading