PBM-CUSTOM #29
15 tests run, 0 passed, 0 skipped, 15 failed.
Annotations
Check failure on line 26 in pbm-functional/pytest/test_PBM-1090.py
github-actions / JUnit Test Report
test_PBM-1090.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f660873dc90>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
cluster.create()
> cluster.setup_pbm()
test_PBM-1090.py:26:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f660873dc90>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 39 in pbm-functional/pytest/test_PBM-1223.py
github-actions / JUnit Test Report
test_PBM-1223.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f660832f8d0>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
cluster.create()
> cluster.setup_pbm()
test_PBM-1223.py:39:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f660832f8d0>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 38 in pbm-functional/pytest/test_PBM-773.py
github-actions / JUnit Test Report
test_PBM-773.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f660839b990>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
cluster.create()
> cluster.setup_pbm()
test_PBM-773.py:38:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f660839b990>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 57 in pbm-functional/pytest/test_PBM-979.py
github-actions / JUnit Test Report
test_PBM-979.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f6608599fd0>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
cluster.create()
time.sleep(5) # wait for delayed node
> cluster.setup_pbm()
test_PBM-979.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f6608599fd0>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 41 in pbm-functional/pytest/test_azurite.py
github-actions / JUnit Test Report
test_azurite.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f66081d50d0>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster, request):
try:
cluster.destroy()
cluster.create()
> cluster.setup_pbm()
test_azurite.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f66081d50d0>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 41 in pbm-functional/pytest/test_azurite.py
github-actions / JUnit Test Report
test_azurite.test_logical_pitr
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f66081d50d0>
request = <SubRequest 'start_cluster' for <Function test_logical_pitr>>
@pytest.fixture(scope="function")
def start_cluster(cluster, request):
try:
cluster.destroy()
cluster.create()
> cluster.setup_pbm()
test_azurite.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f66081d50d0>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 54 in pbm-functional/pytest/test_fresh_sharded.py
github-actions / JUnit Test Report
test_fresh_sharded.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f660837fa50>
newcluster = <cluster.Cluster object at 0x7f660837d190>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,newcluster,request):
try:
cluster.destroy()
newcluster.destroy()
os.chmod("/backups",0o777)
os.system("rm -rf /backups/*")
cluster.create()
> cluster.setup_pbm()
test_fresh_sharded.py:54:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f660837fa50>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 58 in pbm-functional/pytest/test_kerberos.py
github-actions / JUnit Test Report
test_kerberos.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f66081379d0>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
## add principals into krb and create respective keytabs
kerberos=testinfra.get_host("docker://kerberos")
kerberos.check_output("rm -rf /keytabs/*")
for host in cluster.mongod_hosts:
logs = kerberos.check_output("kadmin.local -q \"addprinc -pw mongodb mongodb/" + host + "\"")
Cluster.log(logs)
kerberos.check_output("mkdir -p /keytabs/" + host)
logs = kerberos.check_output("kadmin.local -q \"ktadd -k /keytabs/" + host + "/mongodb.keytab mongodb/" + host + "@PERCONATEST.COM\"")
Cluster.log(logs)
logs = kerberos.check_output("kadmin.local -q 'addprinc -pw pbmkrbpass pbm'")
Cluster.log(logs)
docker.from_env().containers.get('kerberos').restart()
cluster.create()
> cluster.setup_pbm()
test_kerberos.py:58:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f66081379d0>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 46 in pbm-functional/pytest/test_ldap.py
github-actions / JUnit Test Report
test_ldap.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f66085c5910>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
cluster.create()
> cluster.setup_pbm()
test_ldap.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f66085c5910>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 52 in pbm-functional/pytest/test_remap_sharded.py
github-actions / JUnit Test Report
test_remap_sharded.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f66085dfbd0>
newcluster = <cluster.Cluster object at 0x7f66085dfa10>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,newcluster,request):
try:
cluster.destroy()
newcluster.destroy()
cluster.create()
> cluster.setup_pbm()
test_remap_sharded.py:52:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f66085dfbd0>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 31 in pbm-functional/pytest/test_replicaset.py
github-actions / JUnit Test Report
test_replicaset.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f66085a4d50>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
cluster.create()
> cluster.setup_pbm()
test_replicaset.py:31:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f66085a4d50>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f660a3a28d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 40 in pbm-functional/pytest/test_sharded.py
github-actions / JUnit Test Report
test_sharded.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f66083a7a50>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
os.chmod("/backups",0o777)
os.system("rm -rf /backups/*")
cluster.create()
> cluster.setup_pbm()
test_sharded.py:40:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f66083a7a50>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 40 in pbm-functional/pytest/test_sharded.py
github-actions / JUnit Test Report
test_sharded.test_logical_pitr
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f66083a7a50>
request = <SubRequest 'start_cluster' for <Function test_logical_pitr>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
os.chmod("/backups",0o777)
os.system("rm -rf /backups/*")
cluster.create()
> cluster.setup_pbm()
test_sharded.py:40:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f66083a7a50>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError
Check failure on line 37 in pbm-functional/pytest/test_upgrade.py
github-actions / JUnit Test Report
test_upgrade.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm version --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f6608185650>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
cluster.create()
> cluster.downgrade()
test_upgrade.py:37:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cluster.py:743: in downgrade
ver = self.get_version()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f6608185650>
def get_version(self):
n = testinfra.get_host("docker://" + self.pbm_cli)
> status = n.check_output('pbm version --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm version --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:692: AssertionError
Check failure on line 44 in pbm-functional/pytest/test_x509.py
github-actions / JUnit Test Report
test_x509.test_logical
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc"
Raw output
cluster = <cluster.Cluster object at 0x7f6607ebc7d0>
request = <SubRequest 'start_cluster' for <Function test_logical>>
@pytest.fixture(scope="function")
def start_cluster(cluster,request):
try:
cluster.destroy()
cluster.create()
> cluster.setup_pbm()
test_x509.py:44:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <cluster.Cluster object at 0x7f6607ebc7d0>
def setup_pbm(self):
host = self.pbm_cli
n = testinfra.get_host("docker://" + host)
> result = n.check_output('pbm config --file=/etc/pbm.conf --out=json')
E AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm config --file=/etc/pbm.conf --out=json', _stdout=b'', _stderr=b"pbm: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n")
E assert 1 == 0
E + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f66081f81d0>, exit_status=1, command=b'pbm ...n `GLIBC_2.32' not found (required by pbm)\npbm: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by pbm)\n").rc
cluster.py:352: AssertionError