Kengo Seki created BIGTOP-3407:
----------------------------------
Summary: Ensure the procps package is installed in Debian
Key: BIGTOP-3407
URL: https://issues.apache.org/jira/browse/BIGTOP-3407
Project: Bigtop
Issue Type: Bug
Components: tests
Reporter: Kengo Seki
Currently, smoke tests for Alluxio and Kibana with Debian 9 and 10 are failing
on Jenkins due to the lack of the ps command.
[https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/164/COMPONENTS=hdfs.alluxio@alluxio,OS=debian-10-arm64-deploy/console]
{code:java}
Error: Systemd start for alluxio-worker failed!
journalctl log for alluxio-worker:
-- Logs begin at Tue 2020-09-15 08:54:44 UTC, end at Tue 2020-09-15 09:00:31
UTC. --
Sep 15 09:00:20 a144314acf14 systemd[1]: Starting LSB: Alluxio worker...
Sep 15 09:00:20 a144314acf14 alluxio-worker[2220]: Starting Alluxio worker
(alluxio-worker):.
Sep 15 09:00:20 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:21 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:22 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:23 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:25 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:26 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:27 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:28 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:29 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:30 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:31 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 95: ps: command not found
Sep 15 09:00:31 a144314acf14 alluxio-worker[2220]: /etc/init.d/alluxio-worker:
line 99: ps: command not found
Sep 15 09:00:31 a144314acf14 systemd[1]: alluxio-worker.service: Control
process exited, code=exited, status=3/NOTIMPLEMENTED
Sep 15 09:00:31 a144314acf14 systemd[1]: alluxio-worker.service: Failed with
result 'exit-code'.
Sep 15 09:00:31 a144314acf14 systemd[1]: Failed to start LSB: Alluxio worker.
{code}
[https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/164/COMPONENTS=elasticsearch.kibana@kibana,OS=debian-10-arm64-deploy/console]
{code:java}
Sep 15 09:16:38 38a46d48a15c elasticsearch[2239]: Starting Elasticsearch Server
.../usr/lib/elasticsearch/bin/elasticsearch: line 201: ps: command not found
{code}
So we have to ensure the procps package is installed on Debian 9/10, [just as
Fedora
does|https://github.com/apache/bigtop/blob/release-1.4.0/bigtop_toolchain/bin/puppetize.sh#L27].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)