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-puppet7.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:49 UTC, end at Tue 2024-05-21 10:16:13 UTC. --\nMay 21 10:02:3... Starting Foreman...\nMay 21 10:15:52 centos8-64-puppet7.example.com systemd[1]: Started Foreman.\n" to match /Redirected to https:\/\/centos8-64-puppet7.example.com\/users\/login/
Diff:
@@ -1,226 +1,451 @@
-/Redirected to https:\/\/centos8-64-puppet7.example.com\/users\/login/
+-- Logs begin at Tue 2024-05-21 10:00:49 UTC, end at Tue 2024-05-21 10:16:13 UTC. --
+May 21 10:02:39 centos8-64-puppet7.example.com systemd[1]: Starting Foreman...
+May 21 10:02:41 centos8-64-puppet7.example.com foreman[3038]: => Booting Puma
+May 21 10:02:41 centos8-64-puppet7.example.com foreman[3038]: => Rails 6.1.7.7 application starting in production
+May 21 10:02:41 centos8-64-puppet7.example.com foreman[3038]: => Run `bin/rails server --help` for more startup options
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Enabling systemd notification integration
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] Puma starting in cluster mode...
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Puma version: 6.4.2 (ruby 2.7.8-p225) ("The Eagle of Durango")
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Min threads: 5
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Max threads: 5
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Environment: production
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Master PID: 3038
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Workers: 6
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Restarts: (✔) hot (✖) phased
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Preloading application
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Activated unix:///run/foreman.sock
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] Use Ctrl-C to stop
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] Sending status to systemd every 1.0 sec
+May 21 10:02:45 centos8-64-puppet7.example.com foreman[3038]: [3038] * Starting control server on unix:///usr/share/foreman/tmp/sockets/pumactl.sock
+May 21 10:02:46 centos8-64-puppet7.example.com foreman[3038]: [3038] - Worker 1 (PID: 3048) booted in 0.07s, phase: 0
+May 21 10:02:46 centos8-64-puppet7.example.com foreman[3038]: [3038] - Worker 4 (PID: 3059) booted in 0.07s, phase: 0
+May 21 10:02:46 centos8-64-puppet7.example.com foreman[3038]: [3038] - Worker 5 (PID: 3062) booted in 0.08s, phase: 0
+May 21 10:02:46 centos8-64-puppet7.example.com foreman[3038]: [3038] - Worker 0 (PID: 3046) booted in 0.09s, phase: 0
+May 21 10:02:46 centos8-64-puppet7.example.com foreman[3038]: [3038] - Worker 2 (PID: 3051) booted in 0.1s, phase: 0
+May 21 10:02:46 centos8-64-puppet7.example.com foreman[3038]: [3038] - Worker 3 (PID: 3055) booted in 0.11s, phase: 0
+May 21 10:02:46 centos8-64-puppet7.example.com systemd[1]: Started Foreman.
+May 21 10:02:46 centos8-64-puppet7.example.com systemd[1]: Stopping Foreman...
+May 21 10:02:46 centos8-64-puppet7.example.com foreman[3038]: [3038] === puma shutdown: 2024-05-21 10:02:46 +0000 ===
+May 21 10:02:46 centos8-64-puppet7.example.com foreman[3038]: [3038] - Goodbye!
+May 21 10:02:46 centos8-64-puppet7.example.com foreman[3038]: [3038] - Gracefully shutting down workers...
+May 21 10:02:46 centos8-64-puppet7.example.com foreman[3038]: Exiting
+May 21 10:02:46 centos8-64-puppet7.example.com systemd[1]: foreman.service: Succeeded.
+May 21 10:02:46 centos8-64-puppet7.example.com systemd[1]: St
|
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:49 UTC, end at Tue 2024-05-21 10:16:13 UTC. --\nMay 21 10:02:4...centos8-64-puppet7.example.com systemd[1]: Started Foreman jobs daemon - orchestrator on sidekiq.\n" to match /orchestrator in passive mode/
Diff:
@@ -1,50 +1,99 @@
-/orchestrator in passive mode/
+-- Logs begin at Tue 2024-05-21 10:00:49 UTC, end at Tue 2024-05-21 10:16:13 UTC. --
+May 21 10:02:46 centos8-64-puppet7.example.com systemd[1]: Starting Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:02:47 centos8-64-puppet7.example.com dynflow-sidekiq@orchestrator[3270]: 2024-05-21T10:02:47.141Z pid=3270 tid=1ne INFO: Enabling systemd notification integration
+May 21 10:02:47 centos8-64-puppet7.example.com dynflow-sidekiq@orchestrator[3270]: 2024-05-21T10:02:47.710Z pid=3270 tid=1ne INFO: Booting Sidekiq 6.5.12 with Sidekiq::RedisConnection::RedisAdapter options {:url=>"redis://localhost:6379/6"}
+May 21 10:02:47 centos8-64-puppet7.example.com dynflow-sidekiq@orchestrator[3270]: 2024-05-21T10:02:47.710Z pid=3270 tid=1ne INFO: GitLab reliable fetch activated!
+May 21 10:02:52 centos8-64-puppet7.example.com systemd[1]: Started Foreman jobs daemon - orchestrator on sidekiq.
+May 21 10:03:48 centos8-64-puppet7.example.com systemd[1]: Stopping Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:03:50 centos8-64-puppet7.example.com systemd[1]: [email protected]: Succeeded.
+May 21 10:03:50 centos8-64-puppet7.example.com systemd[1]: Stopped Foreman jobs daemon - orchestrator on sidekiq.
+May 21 10:04:30 centos8-64-puppet7.example.com systemd[1]: Starting Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:04:31 centos8-64-puppet7.example.com dynflow-sidekiq@orchestrator[5771]: 2024-05-21T10:04:31.110Z pid=5771 tid=3kn INFO: Enabling systemd notification integration
+May 21 10:04:31 centos8-64-puppet7.example.com dynflow-sidekiq@orchestrator[5771]: 2024-05-21T10:04:31.686Z pid=5771 tid=3kn INFO: Booting Sidekiq 6.5.12 with Sidekiq::RedisConnection::RedisAdapter options {:url=>"redis://localhost:6379/6"}
+May 21 10:04:31 centos8-64-puppet7.example.com dynflow-sidekiq@orchestrator[5771]: 2024-05-21T10:04:31.686Z pid=5771 tid=3kn INFO: GitLab reliable fetch activated!
+May 21 10:04:37 centos8-64-puppet7.example.com systemd[1]: Started Foreman jobs daemon - orchestrator on sidekiq.
+May 21 10:05:46 centos8-64-puppet7.example.com systemd[1]: Stopping Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:05:48 centos8-64-puppet7.example.com systemd[1]: [email protected]: Succeeded.
+May 21 10:05:48 centos8-64-puppet7.example.com systemd[1]: Stopped Foreman jobs daemon - orchestrator on sidekiq.
+May 21 10:05:48 centos8-64-puppet7.example.com systemd[1]: Starting Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:05:48 centos8-64-puppet7.example.com dynflow-sidekiq@orchestrator[7392]: 2024-05-21T10:05:48.341Z pid=7392 tid=4u4 INFO: Enabling systemd notification integration
+May 21 10:05:48 centos8-64-puppet7.example.com dynflow-sidekiq@orchestrator[7392]: 2024-05-21T10:05:48.961Z pid=7392 tid=4u4 INFO: Booting Sidekiq 6.5.12 with Sidekiq::RedisConnection::RedisAdapter options {:url=>"redis://localhost:6379/6"}
+May 21 10:05:48 centos8-64-puppet7.example.com dynflow-sidekiq@orchestrator[7392]: 2024-05-21T10:05:48.962Z pid=7392 tid=4u4 INFO: GitLab reliable fetch activated!
+May 21 10:05:55 centos8-64-puppet7.example.com systemd[1]: Started Foreman jobs daemon - orchestrator on sidekiq.
+May 21 10:05:55 centos8-64-puppet7.example.com systemd[1]: Stopping Foreman jobs daemon - orchestrator on sidekiq...
+May 21 10:05:56 centos8-64-puppet7.example.com systemd[1]: [email protected]: Succeeded.
+May 21 10:05:56 centos8-64-puppet7.example.com s
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading