Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

OpenFOAM recipe: start task failure with autoscratch #349

@mesnardo

Description

@mesnardo

Problem Description

Pool creation fails with auto_scratch.
(It does not with GlusterFS-on-compute.)

Other minor issues:

  • Documentation: options for auto_scratch are misaligned in the documentation. (setup, task_id, and num_instances should be under auto_scratch, not next to.)
  • auto_scratch is set to true in jobs.yaml, while parser is expecting a dict. (True for for all OpenFOAM-related recipes.)

Batch Shipyard Version

Release 3.9.1 and develop (commit 2cfc07d).

Steps to Reproduce

cd recipes/OpenFOAM-Infiniband-IntelMPI
export SHIPYARG_CONFIGDIR=config
shipyard pool add

Note that with the current configuration files, pool creation fails because jobs configuration schema validation fails.
This is coming from setting auto_scratch to true in jobs.yaml, while parser is expecting a dict.
I had to modify the jobs.yaml configuration file to turn auto_scratch into a dict:

auto_scratch:
  setup: block
  num_instances: pool_specification_vm_count_dedicated

Expected Results

Creation of a pool of two H16r nodes.

Actual Results

Shipyard (3.9.1): output from `shipyard pool add`

2020-05-17 17:52:58.932 INFO - creating container: shipyardgr-mesnardobatch-docker-openfoam-rdma
2020-05-17 17:53:00.133 INFO - creating container: shipyardrf-mesnardobatch-docker-openfoam-rdma
2020-05-17 17:53:00.226 INFO - creating table: shipyardgr
2020-05-17 17:53:01.133 INFO - deleting blobs: shipyardgr-mesnardobatch-docker-openfoam-rdma
2020-05-17 17:53:01.156 INFO - deleting blobs: shipyardrf-mesnardobatch-docker-openfoam-rdma
2020-05-17 17:53:01.178 DEBUG - clearing table (pk=mesnardobatch$docker-openfoam-rdma): shipyardgr
2020-05-17 17:53:01.230 DEBUG - clearing table (pk=mesnardobatch$docker-openfoam-rdma): shipyardperf
2020-05-17 17:53:01.257 INFO - adding global resource: docker:alfpark/openfoam:4.0-icc-intelmpi hash=31fb9e986947b86ff43c00369c411f29e5482355
2020-05-17 17:53:01.563 DEBUG - pool vm_size=standard_h16r ib(nd=True sriov=False) native=False windows=False
2020-05-17 17:53:01.563 DEBUG - autoscale enabled: False
2020-05-17 17:53:01.564 DEBUG - no virtual network settings specified
2020-05-17 17:53:01.564 DEBUG - no public ips settings specified
2020-05-17 17:53:01.690 INFO - deploying vm config: {'additional_properties': {}, 'publisher': 'openlogic', 'offer': 'centos-hpc', 'sku': '7.1', 'version': 'latest', 'virtual_machine_image_id': None}
2020-05-17 17:53:01.710 INFO - uploading file /home/mesnardo/apps/batch-shipyard/3.9.1/scripts/registry_login.sh as 'registry_login.sh'
2020-05-17 17:53:01.766 INFO - uploading file /home/mesnardo/apps/batch-shipyard/3.9.1/scripts/shipyard_blobxfer.sh as 'shipyard_blobxfer.sh'
2020-05-17 17:53:01.813 INFO - uploading file /home/mesnardo/apps/batch-shipyard/3.9.1/scripts/wait_for_images.sh as 'wait_for_images.sh'
2020-05-17 17:53:01.863 INFO - uploading file /home/mesnardo/apps/batch-shipyard/3.9.1/scripts/shipyard_cascade.sh as 'shipyard_cascade.sh'
2020-05-17 17:53:01.917 INFO - uploading file /home/mesnardo/apps/batch-shipyard/3.9.1/scripts/shipyard_nodeprep.sh as 'shipyard_nodeprep.sh'
2020-05-17 17:53:02.008 INFO - uploading file /home/mesnardo/apps/batch-shipyard/3.9.1/scripts/shipyard_task_runner.sh as 'shipyard_task_runner.sh'
2020-05-17 17:53:02.061 INFO - uploading file /home/mesnardo/apps/batch-shipyard/3.9.1/scripts/shipyard_docker_exec_task_runner.sh as 'shipyard_docker_exec_task_runner.sh'
2020-05-17 17:53:02.091 INFO - Attempting to create pool: docker-openfoam-rdma
2020-05-17 17:53:02.532 INFO - Created pool: docker-openfoam-rdma
2020-05-17 17:53:02.532 DEBUG - waiting for all nodes in pool docker-openfoam-rdma to reach one of: frozenset({<ComputeNodeState.start_task_failed: 'starttaskfailed'>, <ComputeNodeState.idle: 'idle'>, <ComputeNodeState.preempted: 'preempted'>, <ComputeNodeState.unusable: 'unusable'>})
2020-05-17 17:53:24.482 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=resizing allocation_state_transition_time=2020-05-17 21:53:18.076525+00:00]
2020-05-17 17:53:46.226 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=resizing allocation_state_transition_time=2020-05-17 21:53:18.076525+00:00]
2020-05-17 17:54:08.777 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 21:54:17.838689+00:00]
2020-05-17 17:54:08.778 DEBUG - tvmps_4e584dfea481e886b53fcd44c8e50c92ff499b7ecb644c28afd35939c2682c21_d: starting
2020-05-17 17:54:08.778 DEBUG - tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d: starting
2020-05-17 17:54:30.478 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 21:54:17.838689+00:00]
2020-05-17 17:54:30.478 DEBUG - tvmps_4e584dfea481e886b53fcd44c8e50c92ff499b7ecb644c28afd35939c2682c21_d: starting
2020-05-17 17:54:30.478 DEBUG - tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d: starting
2020-05-17 17:54:52.186 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 21:54:17.838689+00:00]
2020-05-17 17:54:52.187 DEBUG - tvmps_4e584dfea481e886b53fcd44c8e50c92ff499b7ecb644c28afd35939c2682c21_d: starting
2020-05-17 17:54:52.187 DEBUG - tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d: waitingforstarttask
2020-05-17 17:55:14.313 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 21:54:17.838689+00:00]
2020-05-17 17:55:14.313 DEBUG - tvmps_4e584dfea481e886b53fcd44c8e50c92ff499b7ecb644c28afd35939c2682c21_d: waitingforstarttask
2020-05-17 17:55:14.313 DEBUG - tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d: waitingforstarttask
2020-05-17 17:55:36.234 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 21:54:17.838689+00:00]
2020-05-17 17:55:36.234 DEBUG - tvmps_4e584dfea481e886b53fcd44c8e50c92ff499b7ecb644c28afd35939c2682c21_d: waitingforstarttask
2020-05-17 17:55:36.234 DEBUG - tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d: waitingforstarttask
2020-05-17 17:55:58.082 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 21:54:17.838689+00:00]
2020-05-17 17:55:58.083 DEBUG - tvmps_4e584dfea481e886b53fcd44c8e50c92ff499b7ecb644c28afd35939c2682c21_d: waitingforstarttask
2020-05-17 17:55:58.083 DEBUG - tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d: waitingforstarttask
2020-05-17 17:56:19.842 DEBUG - listing nodes in start task failed state
2020-05-17 17:56:19.842 INFO - compute nodes for pool docker-openfoam-rdma (filters: start_task_failed=True unusable=False)
* node id: tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d
  * state: starttaskfailed @ 2020-05-17 21:56:32.686269+00:00
  * allocation time: 2020-05-17 21:54:16.839365+00:00
  * last boot time: 2020-05-17 21:54:58.876780+00:00
  * scheduling state: enabled
  * agent:
    * version: 1.7.14
    * last update time: 2020-05-17 21:54:58.876780+00:00
  * no errors
  * start task:
    * failure info: usererror
      * FailureExitCode: The task exited with an exit code representing a failure
        * Message: The task process exited with an unexpected exit code
        * AdditionalErrorCode: FailureExitCode
  * vm size: standard_h16r
  * dedicated: True
  * ip address: 10.0.0.5
  * running tasks: 0
  * total tasks run: 0
  * total tasks succeeded: 0
2020-05-17 17:56:19.843 ERROR - Detected start task failure, attempting to retrieve files for error diagnosis from nodes
2020-05-17 17:56:19.887 DEBUG - downloading files to docker-openfoam-rdma/tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d
2020-05-17 17:56:20.544 INFO - all files retrieved from pool=docker-openfoam-rdma node=tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d include=startup/std*.txt
2020-05-17 17:56:20.545 DEBUG - downloading files to docker-openfoam-rdma/tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d
2020-05-17 17:56:20.603 ERROR - no files found for pool docker-openfoam-rdma node tvmps_5e141e9bbf64a595779f4a5931c20866c110e8e29d74ebfeb8653774ee84dd12_d include=startup/wd/cascade*.log
Traceback (most recent call last):
  File "/home/mesnardo/apps/batch-shipyard/3.9.1/shipyard.py", line 3136, in <module>
    cli()
  File "/home/mesnardo/.conda/envs/py36-shipyard391/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/home/mesnardo/.conda/envs/py36-shipyard391/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/home/mesnardo/.conda/envs/py36-shipyard391/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/mesnardo/.conda/envs/py36-shipyard391/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/mesnardo/.conda/envs/py36-shipyard391/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/mesnardo/.conda/envs/py36-shipyard391/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/home/mesnardo/.conda/envs/py36-shipyard391/lib/python3.6/site-packages/click/decorators.py", line 64, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/home/mesnardo/.conda/envs/py36-shipyard391/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/home/mesnardo/apps/batch-shipyard/3.9.1/shipyard.py", line 1546, in pool_add
    ctx.table_client, ctx.keyvault_client, ctx.config, recreate, no_wait)
  File "/home/mesnardo/apps/batch-shipyard/3.9.1/convoy/fleet.py", line 3451, in action_pool_add
    batch_client, blob_client, keyvault_client, config, no_wait
  File "/home/mesnardo/apps/batch-shipyard/3.9.1/convoy/fleet.py", line 1876, in _add_pool
    nodes = batch.create_pool(batch_client, blob_client, config, pool, no_wait)
  File "/home/mesnardo/apps/batch-shipyard/3.9.1/convoy/batch.py", line 959, in create_pool
    return wait_for_pool_ready(batch_client, blob_client, config, pool.id)
  File "/home/mesnardo/apps/batch-shipyard/3.9.1/convoy/batch.py", line 893, in wait_for_pool_ready
    pool_id)
  File "/home/mesnardo/apps/batch-shipyard/3.9.1/convoy/batch.py", line 748, in _block_for_nodes_ready
    'prior to the resize operation.').format(pool.id))
RuntimeError: Please inspect both the node status above and files found within the docker-openfoam-rdma/<nodes>/startup directory (in the current working directory) if available. If this error appears non-transient, please submit an issue on GitHub, if not you can delete these nodes with "pool nodes del --all-start-task-failed" first prior to the resize operation.

Shipyard-3.9.1: `startup/stderr.txt`

Warning: RPMDB altered outside of yum.
** Found 9 pre-existing rpmdb problem(s), 'yum check' output follows:
intel-comp-l-all-vars-223-16.0.3-223.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-comp-l-all-vars-223-16.0.3-223.noarch has missing requires of /usr/lib/libstdc++.so.6
intel-compxe-pset-2016.3-068.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-mpi-rt-psxe-068-5.1.3-068.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-mpi-rt-psxe-068-5.1.3-068.x86_64 has missing requires of /usr/lib/libstdc++.so.6
intel-psxe-common-2016.3-068.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-psxe-common-2016.3-068.noarch has missing requires of /usr/lib/libstdc++.so.6
intel-psxe-doc-2016.3-068.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-psxe-doc-2016.3-068.noarch has missing requires of /usr/lib/libstdc++.so.6
warning: /var/cache/yum/x86_64/7/docker-ce-stable/packages/containerd.io-1.2.13-3.2.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY
Importing GPG key 0x621E9F35:
 Userid     : "Docker Release (CE rpm) <docker@docker.com>"
 Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
 From       : https://download.docker.com/linux/centos/gpg
WARNING: API is accessible on http://127.0.0.1:2375 without encryption.
         Access to the remote API is equivalent to root access on the host. Refer
         to the 'Docker daemon attack surface' section in the documentation for
         more information: https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
WARNING: the overlay storage-driver is deprecated, and will be removed in a future release.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.

Shipyard-3.9.1: `startup/stdout.txt`

Linux 7a43e1c8a952416e888e64aad9473340000001 3.10.0-229.20.1.el7.x86_64 #1 SMP Tue Nov 3 19:10:07 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
2020-05-17T21:54:59,398753290+0000 - WARNING - Unknown DISTRIB_CODENAME.
2020-05-17T21:54:59,404406774+0000 - INFO - Prep start
Configuration:
--------------
Custom image: 0
Native mode: 0
OS Distribution: centos 7
Batch Shipyard version: 3.9.1
Blobxfer version: 1.9.4
Singularity version: 
User mountpoint: 
Mount path: /mnt/resource/batch/tasks/mounts
Batch Insights: 0
Prometheus: NE=, CA=,
Network optimization: 1
Encryption cert thumbprint: 
Install Kata Containers: 0
Default container runtime: runc
Install BeeGFS BeeOND: 1
Storage cluster mounts (1): 
Custom mount: 
Install LIS: 
GPU: 
GPU ignore warnings: 
Azure Blob: 0
Azure File: 0
GlusterFS on compute: 0
HPN-SSH: 0
Enable Azure Batch group for Docker access: 
Fallback registry: 
Docker image preload delay: 0
Cascade via container: 1
Concurrent source downloads: 10
Block on images: alfpark/openfoam:4.0-icc-intelmpi#
Singularity decryption certs: 

2020-05-17T21:54:59,421421424+0000 - INFO - Ephemeral disk discovered as /dev/sdb
2020-05-17T21:54:59,425346705+0000 - DEBUG - lsblk: /dev/sdb1 8:17 0 2T 0 part /mnt/resource
2020-05-17T21:54:59,430321627+0000 - INFO - ephemeral: /dev/sdb1 (encrypted=0 user=/mnt/resource)
2020-05-17T21:54:59,526809637+0000 - INFO - VmSize=standard_h16r RDMA=2
2020-05-17T21:54:59,527621192+0000 - INFO - LIS installation not required
2020-05-17T21:54:59,528449146+0000 - INFO - No singularity decryption certificates defined
2020-05-17T21:54:59,533918540+0000 - DEBUG - Installing Docker Host Engine
Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
Metadata Cache Created
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package device-mapper-persistent-data.x86_64 0:0.4.1-2.el7 will be updated
---> Package device-mapper-persistent-data.x86_64 0:0.8.5-2.el7 will be an update
---> Package lvm2.x86_64 7:2.02.115-3.el7_1.1 will be updated
---> Package lvm2.x86_64 7:2.02.186-7.el7_8.2 will be an update
--> Processing Dependency: lvm2-libs = 7:2.02.186-7.el7_8.2 for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_97)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_141)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_138)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_135)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_133)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_128)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_113)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_110)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_107)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_104)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_103)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_101)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_100)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
---> Package yum-utils.noarch 0:1.1.31-29.el7 will be updated
---> Package yum-utils.noarch 0:1.1.31-54.el7_8 will be an update
--> Processing Dependency: yum >= 3.4.3-143 for package: yum-utils-1.1.31-54.el7_8.noarch
--> Running transaction check
---> Package device-mapper-libs.x86_64 7:1.02.93-3.el7_1.1 will be updated
--> Processing Dependency: device-mapper-libs = 7:1.02.93-3.el7_1.1 for package: 7:device-mapper-1.02.93-3.el7_1.1.x86_64
---> Package device-mapper-libs.x86_64 7:1.02.164-7.el7_8.2 will be an update
---> Package lvm2-libs.x86_64 7:2.02.115-3.el7_1.1 will be updated
---> Package lvm2-libs.x86_64 7:2.02.186-7.el7_8.2 will be an update
--> Processing Dependency: device-mapper-event = 7:1.02.164-7.el7_8.2 for package: 7:lvm2-libs-2.02.186-7.el7_8.2.x86_64
---> Package yum.noarch 0:3.4.3-125.el7.centos will be updated
---> Package yum.noarch 0:3.4.3-167.el7.centos will be an update
--> Processing Dependency: rpm >= 4.11.3-22 for package: yum-3.4.3-167.el7.centos.noarch
--> Processing Dependency: python-urlgrabber >= 3.10-8 for package: yum-3.4.3-167.el7.centos.noarch
--> Running transaction check
---> Package device-mapper.x86_64 7:1.02.93-3.el7_1.1 will be updated
---> Package device-mapper.x86_64 7:1.02.164-7.el7_8.2 will be an update
---> Package device-mapper-event.x86_64 7:1.02.93-3.el7_1.1 will be updated
---> Package device-mapper-event.x86_64 7:1.02.164-7.el7_8.2 will be an update
--> Processing Dependency: device-mapper-event-libs = 7:1.02.164-7.el7_8.2 for package: 7:device-mapper-event-1.02.164-7.el7_8.2.x86_64
---> Package python-urlgrabber.noarch 0:3.10-6.el7 will be updated
---> Package python-urlgrabber.noarch 0:3.10-10.el7 will be an update
---> Package rpm.x86_64 0:4.11.1-25.el7 will be updated
--> Processing Dependency: rpm = 4.11.1-25.el7 for package: rpm-python-4.11.1-25.el7.x86_64
--> Processing Dependency: rpm = 4.11.1-25.el7 for package: rpm-libs-4.11.1-25.el7.x86_64
---> Package rpm.x86_64 0:4.11.3-43.el7 will be an update
--> Running transaction check
---> Package device-mapper-event-libs.x86_64 7:1.02.93-3.el7_1.1 will be updated
---> Package device-mapper-event-libs.x86_64 7:1.02.164-7.el7_8.2 will be an update
---> Package rpm-libs.x86_64 0:4.11.1-25.el7 will be updated
--> Processing Dependency: rpm-libs(x86-64) = 4.11.1-25.el7 for package: rpm-build-libs-4.11.1-25.el7.x86_64
---> Package rpm-libs.x86_64 0:4.11.3-43.el7 will be an update
---> Package rpm-python.x86_64 0:4.11.1-25.el7 will be updated
---> Package rpm-python.x86_64 0:4.11.3-43.el7 will be an update
--> Running transaction check
---> Package rpm-build-libs.x86_64 0:4.11.1-25.el7 will be updated
---> Package rpm-build-libs.x86_64 0:4.11.3-43.el7 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                        Arch    Version                  Repository
                                                                           Size
================================================================================
Updating:
 device-mapper-persistent-data  x86_64  0.8.5-2.el7              base     422 k
 lvm2                           x86_64  7:2.02.186-7.el7_8.2     updates  1.3 M
 yum-utils                      noarch  1.1.31-54.el7_8          updates  122 k
Updating for dependencies:
 device-mapper                  x86_64  7:1.02.164-7.el7_8.2     updates  295 k
 device-mapper-event            x86_64  7:1.02.164-7.el7_8.2     updates  191 k
 device-mapper-event-libs       x86_64  7:1.02.164-7.el7_8.2     updates  190 k
 device-mapper-libs             x86_64  7:1.02.164-7.el7_8.2     updates  324 k
 lvm2-libs                      x86_64  7:2.02.186-7.el7_8.2     updates  1.1 M
 python-urlgrabber              noarch  3.10-10.el7              base     108 k
 rpm                            x86_64  4.11.3-43.el7            base     1.2 M
 rpm-build-libs                 x86_64  4.11.3-43.el7            base     107 k
 rpm-libs                       x86_64  4.11.3-43.el7            base     278 k
 rpm-python                     x86_64  4.11.3-43.el7            base      84 k
 yum                            noarch  3.4.3-167.el7.centos     base     1.2 M

Transaction Summary
================================================================================
Upgrade  3 Packages (+11 Dependent packages)

Total download size: 6.9 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
--------------------------------------------------------------------------------
Total                                               11 MB/s | 6.9 MB  00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : rpm-libs-4.11.3-43.el7.x86_64                               1/28 
  Updating   : rpm-4.11.3-43.el7.x86_64                                    2/28 
  Updating   : 7:device-mapper-libs-1.02.164-7.el7_8.2.x86_64              3/28 
  Updating   : 7:device-mapper-1.02.164-7.el7_8.2.x86_64                   4/28 
  Updating   : 7:device-mapper-event-libs-1.02.164-7.el7_8.2.x86_64        5/28 
  Updating   : 7:device-mapper-event-1.02.164-7.el7_8.2.x86_64             6/28 
  Updating   : 7:lvm2-libs-2.02.186-7.el7_8.2.x86_64                       7/28 
  Updating   : rpm-build-libs-4.11.3-43.el7.x86_64                         8/28 
  Updating   : rpm-python-4.11.3-43.el7.x86_64                             9/28 
  Updating   : device-mapper-persistent-data-0.8.5-2.el7.x86_64           10/28 
  Updating   : python-urlgrabber-3.10-10.el7.noarch                       11/28 
  Updating   : yum-3.4.3-167.el7.centos.noarch                            12/28 
  Updating   : yum-utils-1.1.31-54.el7_8.noarch                           13/28 
  Updating   : 7:lvm2-2.02.186-7.el7_8.2.x86_64                           14/28 
ln -s '/usr/lib/systemd/system/lvm2-lvmpolld.socket' '/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket'
  Cleanup    : 7:lvm2-2.02.115-3.el7_1.1.x86_64                           15/28 
  Cleanup    : yum-utils-1.1.31-29.el7.noarch                             16/28 
  Cleanup    : yum-3.4.3-125.el7.centos.noarch                            17/28 
  Cleanup    : rpm-python-4.11.1-25.el7.x86_64                            18/28 
  Cleanup    : 7:lvm2-libs-2.02.115-3.el7_1.1.x86_64                      19/28 
  Cleanup    : python-urlgrabber-3.10-6.el7.noarch                        20/28 
  Cleanup    : 7:device-mapper-event-1.02.93-3.el7_1.1.x86_64             21/28 
  Cleanup    : 7:device-mapper-event-libs-1.02.93-3.el7_1.1.x86_64        22/28 
  Cleanup    : 7:device-mapper-1.02.93-3.el7_1.1.x86_64                   23/28 
  Cleanup    : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64              24/28 
  Cleanup    : rpm-build-libs-4.11.1-25.el7.x86_64                        25/28 
  Cleanup    : rpm-4.11.1-25.el7.x86_64                                   26/28 
  Cleanup    : rpm-libs-4.11.1-25.el7.x86_64                              27/28 
  Cleanup    : device-mapper-persistent-data-0.4.1-2.el7.x86_64           28/28 
  Verifying  : 7:lvm2-2.02.186-7.el7_8.2.x86_64                            1/28 
  Verifying  : python-urlgrabber-3.10-10.el7.noarch                        2/28 
  Verifying  : 7:device-mapper-1.02.164-7.el7_8.2.x86_64                   3/28 
  Verifying  : device-mapper-persistent-data-0.8.5-2.el7.x86_64            4/28 
  Verifying  : 7:device-mapper-event-1.02.164-7.el7_8.2.x86_64             5/28 
  Verifying  : rpm-build-libs-4.11.3-43.el7.x86_64                         6/28 
  Verifying  : yum-3.4.3-167.el7.centos.noarch                             7/28 
  Verifying  : yum-utils-1.1.31-54.el7_8.noarch                            8/28 
  Verifying  : rpm-4.11.3-43.el7.x86_64                                    9/28 
  Verifying  : 7:lvm2-libs-2.02.186-7.el7_8.2.x86_64                      10/28 
  Verifying  : 7:device-mapper-libs-1.02.164-7.el7_8.2.x86_64             11/28 
  Verifying  : rpm-python-4.11.3-43.el7.x86_64                            12/28 
  Verifying  : rpm-libs-4.11.3-43.el7.x86_64                              13/28 
  Verifying  : 7:device-mapper-event-libs-1.02.164-7.el7_8.2.x86_64       14/28 
  Verifying  : 7:lvm2-2.02.115-3.el7_1.1.x86_64                           15/28 
  Verifying  : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64              16/28 
  Verifying  : 7:lvm2-libs-2.02.115-3.el7_1.1.x86_64                      17/28 
  Verifying  : 7:device-mapper-1.02.93-3.el7_1.1.x86_64                   18/28 
  Verifying  : python-urlgrabber-3.10-6.el7.noarch                        19/28 
  Verifying  : rpm-python-4.11.1-25.el7.x86_64                            20/28 
  Verifying  : rpm-libs-4.11.1-25.el7.x86_64                              21/28 
  Verifying  : yum-3.4.3-125.el7.centos.noarch                            22/28 
  Verifying  : yum-utils-1.1.31-29.el7.noarch                             23/28 
  Verifying  : 7:device-mapper-event-libs-1.02.93-3.el7_1.1.x86_64        24/28 
  Verifying  : rpm-build-libs-4.11.1-25.el7.x86_64                        25/28 
  Verifying  : 7:device-mapper-event-1.02.93-3.el7_1.1.x86_64             26/28 
  Verifying  : device-mapper-persistent-data-0.4.1-2.el7.x86_64           27/28 
  Verifying  : rpm-4.11.1-25.el7.x86_64                                   28/28 

Updated:
  device-mapper-persistent-data.x86_64 0:0.8.5-2.el7                            
  lvm2.x86_64 7:2.02.186-7.el7_8.2                                              
  yum-utils.noarch 0:1.1.31-54.el7_8                                            

Dependency Updated:
  device-mapper.x86_64 7:1.02.164-7.el7_8.2                                     
  device-mapper-event.x86_64 7:1.02.164-7.el7_8.2                               
  device-mapper-event-libs.x86_64 7:1.02.164-7.el7_8.2                          
  device-mapper-libs.x86_64 7:1.02.164-7.el7_8.2                                
  lvm2-libs.x86_64 7:2.02.186-7.el7_8.2                                         
  python-urlgrabber.noarch 0:3.10-10.el7                                        
  rpm.x86_64 0:4.11.3-43.el7                                                    
  rpm-build-libs.x86_64 0:4.11.3-43.el7                                         
  rpm-libs.x86_64 0:4.11.3-43.el7                                               
  rpm-python.x86_64 0:4.11.3-43.el7                                             
  yum.noarch 0:3.4.3-167.el7.centos                                             

Complete!
Loaded plugins: fastestmirror, langpacks
adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
repo saved to /etc/yum.repos.d/docker-ce.repo
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Metadata Cache Created
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package docker-ce.x86_64 3:19.03.5-3.el7 will be installed
--> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-19.03.5-3.el7.x86_64
--> Processing Dependency: containerd.io >= 1.2.2-3 for package: 3:docker-ce-19.03.5-3.el7.x86_64
--> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-19.03.5-3.el7.x86_64
--> Processing Dependency: libsystemd.so.0(LIBSYSTEMD_209)(64bit) for package: 3:docker-ce-19.03.5-3.el7.x86_64
--> Processing Dependency: libseccomp.so.2()(64bit) for package: 3:docker-ce-19.03.5-3.el7.x86_64
--> Processing Dependency: libsystemd.so.0()(64bit) for package: 3:docker-ce-19.03.5-3.el7.x86_64
---> Package docker-ce-cli.x86_64 1:19.03.5-3.el7 will be installed
--> Running transaction check
---> Package container-selinux.noarch 2:2.119.1-1.c57a6f9.el7 will be installed
--> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch
--> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch
--> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch
--> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch
---> Package containerd.io.x86_64 0:1.2.13-3.2.el7 will be installed
---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
---> Package systemd-libs.x86_64 0:208-20.el7_1.6 will be updated
--> Processing Dependency: systemd-libs = 208-20.el7_1.6 for package: systemd-208-20.el7_1.6.x86_64
---> Package systemd-libs.x86_64 0:219-73.el7_8.6 will be an update
--> Processing Dependency: liblz4.so.1()(64bit) for package: systemd-libs-219-73.el7_8.6.x86_64
--> Running transaction check
---> Package lz4.x86_64 0:1.7.5-3.el7 will be installed
---> Package policycoreutils.x86_64 0:2.2.5-15.el7 will be updated
--> Processing Dependency: policycoreutils = 2.2.5-15.el7 for package: policycoreutils-python-2.2.5-15.el7.x86_64
---> Package policycoreutils.x86_64 0:2.5-34.el7 will be an update
--> Processing Dependency: libsepol >= 2.5-10 for package: policycoreutils-2.5-34.el7.x86_64
--> Processing Dependency: libsemanage >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
--> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
--> Processing Dependency: libsepol.so.1(LIBSEPOL_1.1)(64bit) for package: policycoreutils-2.5-34.el7.x86_64
--> Processing Dependency: libsepol.so.1(LIBSEPOL_1.0)(64bit) for package: policycoreutils-2.5-34.el7.x86_64
--> Processing Dependency: libsemanage.so.1(LIBSEMANAGE_1.1)(64bit) for package: policycoreutils-2.5-34.el7.x86_64
---> Package selinux-policy.noarch 0:3.13.1-23.el7_1.21 will be updated
---> Package selinux-policy.noarch 0:3.13.1-266.el7 will be an update
---> Package selinux-policy-targeted.noarch 0:3.13.1-23.el7_1.21 will be updated
---> Package selinux-policy-targeted.noarch 0:3.13.1-266.el7 will be an update
---> Package systemd.x86_64 0:208-20.el7_1.6 will be updated
--> Processing Dependency: systemd = 208-20.el7_1.6 for package: systemd-sysv-208-20.el7_1.6.x86_64
--> Processing Dependency: systemd = 208-20.el7_1.6 for package: systemd-python-208-20.el7_1.6.x86_64
--> Processing Dependency: systemd = 208-20.el7_1.6 for package: libgudev1-208-20.el7_1.6.x86_64
---> Package systemd.x86_64 0:219-73.el7_8.6 will be an update
--> Processing Dependency: kmod >= 18-4 for package: systemd-219-73.el7_8.6.x86_64
--> Processing Dependency: libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit) for package: systemd-219-73.el7_8.6.x86_64
--> Processing Dependency: libcryptsetup.so.12()(64bit) for package: systemd-219-73.el7_8.6.x86_64
--> Running transaction check
---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be updated
--> Processing Dependency: cryptsetup-libs(x86-64) = 1.6.6-3.el7 for package: cryptsetup-1.6.6-3.el7.x86_64
---> Package cryptsetup-libs.x86_64 0:2.0.3-6.el7 will be an update
---> Package kmod.x86_64 0:14-10.el7 will be updated
---> Package kmod.x86_64 0:20-28.el7 will be an update
---> Package libgudev1.x86_64 0:208-20.el7_1.6 will be updated
---> Package libgudev1.x86_64 0:219-73.el7_8.6 will be an update
--> Processing Dependency: glib2 >= 2.42 for package: libgudev1-219-73.el7_8.6.x86_64
---> Package libselinux-utils.x86_64 0:2.2.2-6.el7 will be updated
---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be an update
--> Processing Dependency: libselinux(x86-64) = 2.5-15.el7 for package: libselinux-utils-2.5-15.el7.x86_64
---> Package libsemanage.x86_64 0:2.1.10-16.el7 will be updated
--> Processing Dependency: libsemanage = 2.1.10-16.el7 for package: libsemanage-python-2.1.10-16.el7.x86_64
---> Package libsemanage.x86_64 0:2.5-14.el7 will be an update
---> Package libsepol.x86_64 0:2.1.9-3.el7 will be updated
---> Package libsepol.x86_64 0:2.5-10.el7 will be an update
---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be updated
--> Processing Dependency: policycoreutils-python = 2.2.5-15.el7 for package: policycoreutils-devel-2.2.5-15.el7.x86_64
---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be an update
--> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
---> Package systemd-python.x86_64 0:208-20.el7_1.6 will be updated
---> Package systemd-python.x86_64 0:219-73.el7_8.6 will be an update
---> Package systemd-sysv.x86_64 0:208-20.el7_1.6 will be updated
---> Package systemd-sysv.x86_64 0:219-73.el7_8.6 will be an update
--> Running transaction check
---> Package cryptsetup.x86_64 0:1.6.6-3.el7 will be updated
---> Package cryptsetup.x86_64 0:2.0.3-6.el7 will be an update
---> Package glib2.x86_64 0:2.40.0-4.el7 will be updated
---> Package glib2.x86_64 0:2.56.1-5.el7 will be an update
---> Package libselinux.x86_64 0:2.2.2-6.el7 will be updated
--> Processing Dependency: libselinux = 2.2.2-6.el7 for package: libselinux-python-2.2.2-6.el7.x86_64
---> Package libselinux.x86_64 0:2.5-15.el7 will be an update
---> Package libsemanage-python.x86_64 0:2.1.10-16.el7 will be updated
---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be an update
---> Package policycoreutils-devel.x86_64 0:2.2.5-15.el7 will be updated
---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be an update
---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be updated
---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be an update
--> Running transaction check
---> Package libselinux-python.x86_64 0:2.2.2-6.el7 will be updated
---> Package libselinux-python.x86_64 0:2.5-15.el7 will be an update
--> Processing Conflict: systemd-219-73.el7_8.6.x86_64 conflicts initscripts < 9.49.28-1
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package initscripts.x86_64 0:9.49.24-1.el7 will be updated
---> Package initscripts.x86_64 0:9.49.49-1.el7 will be an update
--> Processing Conflict: systemd-219-73.el7_8.6.x86_64 conflicts dracut < 033-243
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package dracut.x86_64 0:033-241.el7_1.5 will be updated
--> Processing Dependency: dracut = 033-241.el7_1.5 for package: dracut-network-033-241.el7_1.5.x86_64
---> Package dracut.x86_64 0:033-568.el7 will be an update
--> Running transaction check
---> Package dracut-network.x86_64 0:033-241.el7_1.5 will be updated
---> Package dracut-network.x86_64 0:033-568.el7 will be an update
--> Processing Conflict: initscripts-9.49.49-1.el7.x86_64 conflicts redhat-release < 7.5-0.11
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package centos-release.x86_64 0:7-1.1503.el7.centos.2.8 will be updated
---> Package centos-release.x86_64 0:7-8.2003.0.el7.centos will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                 Arch   Version                  Repository        Size
================================================================================
Installing:
 docker-ce               x86_64 3:19.03.5-3.el7          docker-ce-stable  24 M
 docker-ce-cli           x86_64 1:19.03.5-3.el7          docker-ce-stable  39 M
Updating:
 centos-release          x86_64 7-8.2003.0.el7.centos    base              26 k
 dracut                  x86_64 033-568.el7              base             329 k
 initscripts             x86_64 9.49.49-1.el7            base             440 k
Installing for dependencies:
 container-selinux       noarch 2:2.119.1-1.c57a6f9.el7  extras            40 k
 containerd.io           x86_64 1.2.13-3.2.el7           docker-ce-stable  25 M
 libseccomp              x86_64 2.3.1-4.el7              base              56 k
 lz4                     x86_64 1.7.5-3.el7              base              99 k
Updating for dependencies:
 cryptsetup              x86_64 2.0.3-6.el7              base             154 k
 cryptsetup-libs         x86_64 2.0.3-6.el7              base             339 k
 dracut-network          x86_64 033-568.el7              base             103 k
 glib2                   x86_64 2.56.1-5.el7             base             2.5 M
 kmod                    x86_64 20-28.el7                base             123 k
 libgudev1               x86_64 219-73.el7_8.6           updates          107 k
 libselinux              x86_64 2.5-15.el7               base             162 k
 libselinux-python       x86_64 2.5-15.el7               base             236 k
 libselinux-utils        x86_64 2.5-15.el7               base             151 k
 libsemanage             x86_64 2.5-14.el7               base             151 k
 libsemanage-python      x86_64 2.5-14.el7               base             113 k
 libsepol                x86_64 2.5-10.el7               base             297 k
 policycoreutils         x86_64 2.5-34.el7               base             917 k
 policycoreutils-devel   x86_64 2.5-34.el7               base             335 k
 policycoreutils-python  x86_64 2.5-34.el7               base             457 k
 selinux-policy          noarch 3.13.1-266.el7           base             497 k
 selinux-policy-targeted noarch 3.13.1-266.el7           base             7.0 M
 setools-libs            x86_64 3.3.8-4.el7              base             620 k
 systemd                 x86_64 219-73.el7_8.6           updates          5.1 M
 systemd-libs            x86_64 219-73.el7_8.6           updates          416 k
 systemd-python          x86_64 219-73.el7_8.6           updates          143 k
 systemd-sysv            x86_64 219-73.el7_8.6           updates           94 k

Transaction Summary
================================================================================
Install  2 Packages (+ 4 Dependent packages)
Upgrade  3 Packages (+22 Dependent packages)

Total download size: 110 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Public key for containerd.io-1.2.13-3.2.el7.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total                                               74 MB/s | 110 MB  00:01     
Retrieving key from https://download.docker.com/linux/centos/gpg
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : libsepol-2.5-10.el7.x86_64                                  1/56 
  Updating   : libselinux-2.5-15.el7.x86_64                                2/56 
  Updating   : libsemanage-2.5-14.el7.x86_64                               3/56 
  Installing : lz4-1.7.5-3.el7.x86_64                                      4/56 
  Updating   : systemd-libs-219-73.el7_8.6.x86_64                          5/56 
  Updating   : glib2-2.56.1-5.el7.x86_64                                   6/56 
  Updating   : libselinux-utils-2.5-15.el7.x86_64                          7/56 
  Updating   : policycoreutils-2.5-34.el7.x86_64                           8/56 
  Updating   : selinux-policy-3.13.1-266.el7.noarch                        9/56 
  Updating   : cryptsetup-libs-2.0.3-6.el7.x86_64                         10/56 
  Installing : libseccomp-2.3.1-4.el7.x86_64                              11/56 
  Updating   : centos-release-7-8.2003.0.el7.centos.x86_64                12/56 
  Updating   : kmod-20-28.el7.x86_64                                      13/56 
  Updating   : systemd-219-73.el7_8.6.x86_64                              14/56 
  Updating   : dracut-033-568.el7.x86_64                                  15/56 
  Updating   : selinux-policy-targeted-3.13.1-266.el7.noarch              16/56 
  Updating   : libsemanage-python-2.5-14.el7.x86_64                       17/56 
  Updating   : setools-libs-3.3.8-4.el7.x86_64                            18/56 
  Updating   : libselinux-python-2.5-15.el7.x86_64                        19/56 
  Updating   : policycoreutils-python-2.5-34.el7.x86_64                   20/56 
  Installing : 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch           21/56 
  Installing : containerd.io-1.2.13-3.2.el7.x86_64                        22/56 
  Installing : 1:docker-ce-cli-19.03.5-3.el7.x86_64                       23/56 
  Installing : 3:docker-ce-19.03.5-3.el7.x86_64                           24/56 
  Updating   : policycoreutils-devel-2.5-34.el7.x86_64                    25/56 
  Updating   : dracut-network-033-568.el7.x86_64                          26/56 
  Updating   : systemd-python-219-73.el7_8.6.x86_64                       27/56 
  Updating   : systemd-sysv-219-73.el7_8.6.x86_64                         28/56 
  Updating   : initscripts-9.49.49-1.el7.x86_64                           29/56 
  Updating   : cryptsetup-2.0.3-6.el7.x86_64                              30/56 
  Updating   : libgudev1-219-73.el7_8.6.x86_64                            31/56 

UPGRADE: Automatically re-enabling default systemd units:
	brandbot.path
	rhel-autorelabel.service
	rhel-autorelabel-mark.service
	rhel-configure.service
	rhel-dmesg.service
	rhel-domainname.service
	rhel-import-state.service
	rhel-loadmodules.service
	rhel-readonly.service

  Cleanup    : initscripts-9.49.24-1.el7.x86_64                           32/56 
  Cleanup    : libgudev1-208-20.el7_1.6.x86_64                            33/56 
  Cleanup    : policycoreutils-devel-2.2.5-15.el7.x86_64                  34/56 
  Cleanup    : policycoreutils-python-2.2.5-15.el7.x86_64                 35/56 
  Cleanup    : systemd-python-208-20.el7_1.6.x86_64                       36/56 
  Cleanup    : selinux-policy-targeted-3.13.1-23.el7_1.21.noarch          37/56 
  Cleanup    : selinux-policy-3.13.1-23.el7_1.21.noarch                   38/56 
  Cleanup    : dracut-network-033-241.el7_1.5.x86_64                      39/56 
  Cleanup    : systemd-sysv-208-20.el7_1.6.x86_64                         40/56 
  Cleanup    : policycoreutils-2.2.5-15.el7.x86_64                        41/56 
  Cleanup    : dracut-033-241.el7_1.5.x86_64                              42/56 
  Cleanup    : systemd-208-20.el7_1.6.x86_64                              43/56 
  Cleanup    : setools-libs-3.3.7-46.el7.x86_64                           44/56 
  Cleanup    : systemd-libs-208-20.el7_1.6.x86_64                         45/56 
  Cleanup    : libselinux-utils-2.2.2-6.el7.x86_64                        46/56 
  Cleanup    : libselinux-python-2.2.2-6.el7.x86_64                       47/56 
  Cleanup    : libsemanage-python-2.1.10-16.el7.x86_64                    48/56 
  Cleanup    : libsemanage-2.1.10-16.el7.x86_64                           49/56 
  Cleanup    : glib2-2.40.0-4.el7.x86_64                                  50/56 
  Cleanup    : libselinux-2.2.2-6.el7.x86_64                              51/56 
  Cleanup    : cryptsetup-1.6.6-3.el7.x86_64                              52/56 
  Cleanup    : centos-release-7-1.1503.el7.centos.2.8.x86_64              53/56 
  Cleanup    : cryptsetup-libs-1.6.6-3.el7.x86_64                         54/56 
  Cleanup    : libsepol-2.1.9-3.el7.x86_64                                55/56 
  Cleanup    : kmod-14-10.el7.x86_64                                      56/56 
  Verifying  : 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch            1/56 
  Verifying  : systemd-python-219-73.el7_8.6.x86_64                        2/56 
  Verifying  : 3:docker-ce-19.03.5-3.el7.x86_64                            3/56 
  Verifying  : containerd.io-1.2.13-3.2.el7.x86_64                         4/56 
  Verifying  : centos-release-7-8.2003.0.el7.centos.x86_64                 5/56 
  Verifying  : 1:docker-ce-cli-19.03.5-3.el7.x86_64                        6/56 
  Verifying  : glib2-2.56.1-5.el7.x86_64                                   7/56 
  Verifying  : policycoreutils-2.5-34.el7.x86_64                           8/56 
  Verifying  : systemd-sysv-219-73.el7_8.6.x86_64                          9/56 
  Verifying  : dracut-033-568.el7.x86_64                                  10/56 
  Verifying  : systemd-libs-219-73.el7_8.6.x86_64                         11/56 
  Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    12/56 
  Verifying  : libseccomp-2.3.1-4.el7.x86_64                              13/56 
  Verifying  : systemd-219-73.el7_8.6.x86_64                              14/56 
  Verifying  : libselinux-utils-2.5-15.el7.x86_64                         15/56 
  Verifying  : policycoreutils-python-2.5-34.el7.x86_64                   16/56 
  Verifying  : kmod-20-28.el7.x86_64                                      17/56 
  Verifying  : cryptsetup-2.0.3-6.el7.x86_64                              18/56 
  Verifying  : setools-libs-3.3.8-4.el7.x86_64                            19/56 
  Verifying  : libgudev1-219-73.el7_8.6.x86_64                            20/56 
  Verifying  : selinux-policy-3.13.1-266.el7.noarch                       21/56 
  Verifying  : lz4-1.7.5-3.el7.x86_64                                     22/56 
  Verifying  : libselinux-2.5-15.el7.x86_64                               23/56 
  Verifying  : libsemanage-python-2.5-14.el7.x86_64                       24/56 
  Verifying  : libsemanage-2.5-14.el7.x86_64                              25/56 
  Verifying  : libselinux-python-2.5-15.el7.x86_64                        26/56 
  Verifying  : libsepol-2.5-10.el7.x86_64                                 27/56 
  Verifying  : initscripts-9.49.49-1.el7.x86_64                           28/56 
  Verifying  : dracut-network-033-568.el7.x86_64                          29/56 
  Verifying  : selinux-policy-targeted-3.13.1-266.el7.noarch              30/56 
  Verifying  : cryptsetup-libs-2.0.3-6.el7.x86_64                         31/56 
  Verifying  : kmod-14-10.el7.x86_64                                      32/56 
  Verifying  : setools-libs-3.3.7-46.el7.x86_64                           33/56 
  Verifying  : systemd-sysv-208-20.el7_1.6.x86_64                         34/56 
  Verifying  : systemd-python-208-20.el7_1.6.x86_64                       35/56 
  Verifying  : cryptsetup-1.6.6-3.el7.x86_64                              36/56 
  Verifying  : cryptsetup-libs-1.6.6-3.el7.x86_64                         37/56 
  Verifying  : dracut-033-241.el7_1.5.x86_64                              38/56 
  Verifying  : policycoreutils-2.2.5-15.el7.x86_64                        39/56 
  Verifying  : centos-release-7-1.1503.el7.centos.2.8.x86_64              40/56 
  Verifying  : policycoreutils-python-2.2.5-15.el7.x86_64                 41/56 
  Verifying  : libselinux-utils-2.2.2-6.el7.x86_64                        42/56 
  Verifying  : glib2-2.40.0-4.el7.x86_64                                  43/56 
  Verifying  : initscripts-9.49.24-1.el7.x86_64                           44/56 
  Verifying  : libsemanage-2.1.10-16.el7.x86_64                           45/56 
  Verifying  : libsepol-2.1.9-3.el7.x86_64                                46/56 
  Verifying  : selinux-policy-targeted-3.13.1-23.el7_1.21.noarch          47/56 
  Verifying  : selinux-policy-3.13.1-23.el7_1.21.noarch                   48/56 
  Verifying  : libgudev1-208-20.el7_1.6.x86_64                            49/56 
  Verifying  : policycoreutils-devel-2.2.5-15.el7.x86_64                  50/56 
  Verifying  : libselinux-python-2.2.2-6.el7.x86_64                       51/56 
  Verifying  : dracut-network-033-241.el7_1.5.x86_64                      52/56 
  Verifying  : libsemanage-python-2.1.10-16.el7.x86_64                    53/56 
  Verifying  : systemd-libs-208-20.el7_1.6.x86_64                         54/56 
  Verifying  : libselinux-2.2.2-6.el7.x86_64                              55/56 
  Verifying  : systemd-208-20.el7_1.6.x86_64                              56/56 

Installed:
  docker-ce.x86_64 3:19.03.5-3.el7     docker-ce-cli.x86_64 1:19.03.5-3.el7    

Dependency Installed:
  container-selinux.noarch 2:2.119.1-1.c57a6f9.el7                              
  containerd.io.x86_64 0:1.2.13-3.2.el7                                         
  libseccomp.x86_64 0:2.3.1-4.el7                                               
  lz4.x86_64 0:1.7.5-3.el7                                                      

Updated:
  centos-release.x86_64 0:7-8.2003.0.el7.centos   dracut.x86_64 0:033-568.el7  
  initscripts.x86_64 0:9.49.49-1.el7             

Dependency Updated:
  cryptsetup.x86_64 0:2.0.3-6.el7                                               
  cryptsetup-libs.x86_64 0:2.0.3-6.el7                                          
  dracut-network.x86_64 0:033-568.el7                                           
  glib2.x86_64 0:2.56.1-5.el7                                                   
  kmod.x86_64 0:20-28.el7                                                       
  libgudev1.x86_64 0:219-73.el7_8.6                                             
  libselinux.x86_64 0:2.5-15.el7                                                
  libselinux-python.x86_64 0:2.5-15.el7                                         
  libselinux-utils.x86_64 0:2.5-15.el7                                          
  libsemanage.x86_64 0:2.5-14.el7                                               
  libsemanage-python.x86_64 0:2.5-14.el7                                        
  libsepol.x86_64 0:2.5-10.el7                                                  
  policycoreutils.x86_64 0:2.5-34.el7                                           
  policycoreutils-devel.x86_64 0:2.5-34.el7                                     
  policycoreutils-python.x86_64 0:2.5-34.el7                                    
  selinux-policy.noarch 0:3.13.1-266.el7                                        
  selinux-policy-targeted.noarch 0:3.13.1-266.el7                               
  setools-libs.x86_64 0:3.3.8-4.el7                                             
  systemd.x86_64 0:219-73.el7_8.6                                               
  systemd-libs.x86_64 0:219-73.el7_8.6                                          
  systemd-python.x86_64 0:219-73.el7_8.6                                        
  systemd-sysv.x86_64 0:219-73.el7_8.6                                          

Complete!
● docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
   Active: active (running) since Sun 2020-05-17 21:56:11 UTC; 8ms ago
     Docs: https://docs.docker.com
 Main PID: 5783 (dockerd)
   Memory: 77.8M
   CGroup: /system.slice/docker.service
           ├─5783 /usr/bin/dockerd
           └─5809 containerd --config /var/run/docker/containerd/containerd.toml --log-level info

May 17 21:56:11 7a43e1c8a952416e888e64aad9473340000001 dockerd[5783]: time="2020-05-17T21:56:11.476691355Z" level=warning msg="mountpoint for pids not found"
May 17 21:56:11 7a43e1c8a952416e888e64aad9473340000001 dockerd[5783]: time="2020-05-17T21:56:11.476884248Z" level=info msg="Loading containers: start."
May 17 21:56:11 7a43e1c8a952416e888e64aad9473340000001 dockerd[5783]: time="2020-05-17T21:56:11.562993933Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module br_netfilter not found.\ninsmod /lib/modules/3.10.0-229.20.1.el7.x86_64/kernel/net/llc/llc.ko \ninsmod /lib/modules/3.10.0-229.20.1.el7.x86_64/kernel/net/802/stp.ko \ninsmod /lib/modules/3.10.0-229.20.1.el7.x86_64/kernel/net/bridge/bridge.ko \n, error: exit status 1"
May 17 21:56:11 7a43e1c8a952416e888e64aad9473340000001 dockerd[5783]: time="2020-05-17T21:56:11.699624073Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
May 17 21:56:11 7a43e1c8a952416e888e64aad9473340000001 dockerd[5783]: time="2020-05-17T21:56:11.750542912Z" level=info msg="Loading containers: done."
May 17 21:56:11 7a43e1c8a952416e888e64aad9473340000001 dockerd[5783]: time="2020-05-17T21:56:11.761039008Z" level=info msg="Docker daemon" commit=633a0ea graphdriver(s)=overlay version=19.03.5
May 17 21:56:11 7a43e1c8a952416e888e64aad9473340000001 dockerd[5783]: time="2020-05-17T21:56:11.761267700Z" level=info msg="Daemon has completed initialization"
May 17 21:56:11 7a43e1c8a952416e888e64aad9473340000001 dockerd[5783]: time="2020-05-17T21:56:11.788803539Z" level=info msg="API listen on 127.0.0.1:2375"
May 17 21:56:11 7a43e1c8a952416e888e64aad9473340000001 dockerd[5783]: time="2020-05-17T21:56:11.788837338Z" level=info msg="API listen on /var/run/docker.sock"
May 17 21:56:11 7a43e1c8a952416e888e64aad9473340000001 systemd[1]: Started Docker Application Container Engine.
Client:
 Debug Mode: false

Server:
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 0
 Server Version: 19.03.5
 Storage Driver: overlay
  Backing Filesystem: extfs
  Supports d_type: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
 runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
 init version: fec3683
 Security Options:
  seccomp
   Profile: default
 Kernel Version: 3.10.0-229.20.1.el7.x86_64
 Operating System: CentOS Linux 7 (Core)
 OSType: linux
 Architecture: x86_64
 CPUs: 16
 Total Memory: 110.2GiB
 Name: 7a43e1c8a952416e888e64aad9473340000001
 ID: NQC2:IUN4:Y4LA:U4C3:YR4X:BYGW:DLB3:TKVN:EELU:LZBM:3YRC:3HTJ
 Docker Root Dir: /mnt/resource/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

2020-05-17T21:56:11,880180922+0000 - INFO - Docker Host Engine installed
2020-05-17T21:56:11+0000 - WARNING - No Docker registry servers found.
2020-05-17T21:56:11+0000 - WARNING - No Singularity registry servers found.
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 01)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:08.0 VGA compatible controller: Microsoft Corporation Hyper-V virtual VGA
2020-05-17T21:56:12,121232738+0000 - INFO - Intel MPI found
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:0d:3a:8e:e3:1e brd ff:ff:ff:ff:ff:ff
    inet 10.0.0.5/19 brd 10.0.31.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::20d:3aff:fe8e:e31e/64 scope link 
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:15:5d:33:ff:14 brd ff:ff:ff:ff:ff:ff
    inet 172.16.1.11/16 brd 172.16.255.255 scope global eth1
       valid_lft forever preferred_lft forever
    inet6 fe80::215:5dff:fe33:ff14/64 scope link 
       valid_lft forever preferred_lft forever
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN 
    link/ether 02:42:82:c3:64:1d brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
2020-05-17T21:56:12,124073429+0000 - INFO - Batch Insights disabled.
2020-05-17T21:56:12,124912597+0000 - INFO - Prometheus node exporter disabled.
2020-05-17T21:56:12,125756864+0000 - INFO - Prometheus cAdvisor disabled.
2020-05-17T21:56:12,126674429+0000 - DEBUG - Pulling Docker Image: mcr.microsoft.com/blobxfer:1.9.4 (fallback: 0)
1.9.4: Pulling from blobxfer
89d9c30c1d48: Pulling fs layer
6de18253c5d3: Pulling fs layer
89d9c30c1d48: Verifying Checksum
89d9c30c1d48: Download complete
89d9c30c1d48: Pull complete
6de18253c5d3: Verifying Checksum
6de18253c5d3: Download complete
6de18253c5d3: Pull complete
Digest: sha256:94192812382de05b77d8766720cf4c22cc84fd15c86a838a043366fa2047af83
Status: Downloaded newer image for mcr.microsoft.com/blobxfer:1.9.4
mcr.microsoft.com/blobxfer:1.9.4
2020-05-17T21:56:14,883054470+0000 - DEBUG - Pulling Docker Image: mcr.microsoft.com/azure-batch/shipyard:3.9.1-cargo (fallback: 0)
3.9.1-cargo: Pulling from azure-batch/shipyard
89d9c30c1d48: Already exists
61b5ce3eb795: Pulling fs layer
36ddda8d0a78: Pulling fs layer
a5f8b7225f04: Pulling fs layer
a5f8b7225f04: Download complete
61b5ce3eb795: Verifying Checksum
61b5ce3eb795: Download complete
61b5ce3eb795: Pull complete
36ddda8d0a78: Verifying Checksum
36ddda8d0a78: Download complete
36ddda8d0a78: Pull complete
a5f8b7225f04: Pull complete
Digest: sha256:46c35fb63cb0b23350a9003cb6587270e8de9914aae3f2f7c26547c08409d820
Status: Downloaded newer image for mcr.microsoft.com/azure-batch/shipyard:3.9.1-cargo
mcr.microsoft.com/azure-batch/shipyard:3.9.1-cargo
2020-05-17T21:56:17,836182306+0000 - DEBUG - Singularity not flagged for install
2020-05-17T21:56:17,837073271+0000 - DEBUG - Kata containers not flagged for install
2020-05-17T21:56:17,839099893+0000 - INFO - Downloading: https://www.beegfs.io/release/latest-stable/dists/beegfs-rhel7.repo as /etc/yum.repos.d/beegfs-rhel7.repo
2020-05-17T21:56:32,669333533+0000 - ERROR - Could not download: https://www.beegfs.io/release/latest-stable/dists/beegfs-rhel7.repo

Using the develop branch (commit 2cfc07d), similar output:

Shipyard (`2cfc07d`): output from `shipyard pool add`

2020-05-17 18:15:16.456 INFO - creating container: shipyardgr-mesnardobatch-docker-openfoam-rdma
2020-05-17 18:15:16.686 INFO - creating container: shipyardrf-mesnardobatch-docker-openfoam-rdma
2020-05-17 18:15:16.740 INFO - creating table: shipyardgr
2020-05-17 18:15:16.968 INFO - deleting blobs: shipyardgr-mesnardobatch-docker-openfoam-rdma
2020-05-17 18:15:16.993 INFO - deleting blobs: shipyardrf-mesnardobatch-docker-openfoam-rdma
2020-05-17 18:15:17.017 DEBUG - clearing table (pk=mesnardobatch$docker-openfoam-rdma): shipyardgr
2020-05-17 18:15:17.072 DEBUG - clearing table (pk=mesnardobatch$docker-openfoam-rdma): shipyardperf
2020-05-17 18:15:17.102 INFO - adding global resource: docker:alfpark/openfoam:4.0-icc-intelmpi hash=31fb9e986947b86ff43c00369c411f29e5482355
2020-05-17 18:15:17.413 DEBUG - pool vm_size=standard_h16r ib(nd=True sriov=False) native=False windows=False
2020-05-17 18:15:17.413 DEBUG - autoscale enabled: False
2020-05-17 18:15:17.413 DEBUG - no virtual network settings specified
2020-05-17 18:15:17.414 DEBUG - no public ips settings specified
2020-05-17 18:15:17.491 INFO - deploying vm config: {'additional_properties': {}, 'publisher': 'openlogic', 'offer': 'centos-hpc', 'sku': '7.1', 'version': 'latest', 'virtual_machine_image_id': None}
2020-05-17 18:15:17.509 INFO - uploading file /home/mesnardo/apps/batch-shipyard/develop-2cfc07d/scripts/registry_login.sh as 'registry_login.sh'
2020-05-17 18:15:17.564 INFO - uploading file /home/mesnardo/apps/batch-shipyard/develop-2cfc07d/scripts/shipyard_blobxfer.sh as 'shipyard_blobxfer.sh'
2020-05-17 18:15:17.625 INFO - uploading file /home/mesnardo/apps/batch-shipyard/develop-2cfc07d/scripts/wait_for_images.sh as 'wait_for_images.sh'
2020-05-17 18:15:17.682 INFO - uploading file /home/mesnardo/apps/batch-shipyard/develop-2cfc07d/scripts/shipyard_cascade.sh as 'shipyard_cascade.sh'
2020-05-17 18:15:17.735 INFO - uploading file /home/mesnardo/apps/batch-shipyard/develop-2cfc07d/scripts/shipyard_nodeprep.sh as 'shipyard_nodeprep.sh'
2020-05-17 18:15:17.830 INFO - uploading file /home/mesnardo/apps/batch-shipyard/develop-2cfc07d/scripts/shipyard_task_runner.sh as 'shipyard_task_runner.sh'
2020-05-17 18:15:17.872 INFO - uploading file /home/mesnardo/apps/batch-shipyard/develop-2cfc07d/scripts/shipyard_docker_exec_task_runner.sh as 'shipyard_docker_exec_task_runner.sh'
2020-05-17 18:15:17.901 INFO - Attempting to create pool: docker-openfoam-rdma
2020-05-17 18:15:18.689 INFO - Created pool: docker-openfoam-rdma
2020-05-17 18:15:18.689 DEBUG - waiting for all nodes in pool docker-openfoam-rdma to reach one of: frozenset({<ComputeNodeState.start_task_failed: 'starttaskfailed'>, <ComputeNodeState.preempted: 'preempted'>, <ComputeNodeState.idle: 'idle'>, <ComputeNodeState.unusable: 'unusable'>})
2020-05-17 18:15:40.984 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=resizing allocation_state_transition_time=2020-05-17 22:15:34.230802+00:00]
2020-05-17 18:16:02.977 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=resizing allocation_state_transition_time=2020-05-17 22:15:34.230802+00:00]
2020-05-17 18:16:24.941 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=resizing allocation_state_transition_time=2020-05-17 22:15:34.230802+00:00]
2020-05-17 18:16:46.914 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=resizing allocation_state_transition_time=2020-05-17 22:15:34.230802+00:00]
2020-05-17 18:17:08.945 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=resizing allocation_state_transition_time=2020-05-17 22:15:34.230802+00:00]
2020-05-17 18:17:30.863 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 22:17:26.501238+00:00]
2020-05-17 18:17:30.863 DEBUG - tvmps_73312694ccfdd131394c0189decb9605cc02cff6ccb17a9c555bd733ade8f6e7_d: starting
2020-05-17 18:17:30.864 DEBUG - tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d: starting
2020-05-17 18:17:52.564 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 22:17:26.501238+00:00]
2020-05-17 18:17:52.565 DEBUG - tvmps_73312694ccfdd131394c0189decb9605cc02cff6ccb17a9c555bd733ade8f6e7_d: starting
2020-05-17 18:17:52.565 DEBUG - tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d: waitingforstarttask
2020-05-17 18:18:14.503 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 22:17:26.501238+00:00]
2020-05-17 18:18:14.503 DEBUG - tvmps_73312694ccfdd131394c0189decb9605cc02cff6ccb17a9c555bd733ade8f6e7_d: waitingforstarttask
2020-05-17 18:18:14.503 DEBUG - tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d: waitingforstarttask
2020-05-17 18:18:36.436 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 22:17:26.501238+00:00]
2020-05-17 18:18:36.436 DEBUG - tvmps_73312694ccfdd131394c0189decb9605cc02cff6ccb17a9c555bd733ade8f6e7_d: waitingforstarttask
2020-05-17 18:18:36.436 DEBUG - tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d: waitingforstarttask
2020-05-17 18:18:58.264 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 22:17:26.501238+00:00]
2020-05-17 18:18:58.264 DEBUG - tvmps_73312694ccfdd131394c0189decb9605cc02cff6ccb17a9c555bd733ade8f6e7_d: waitingforstarttask
2020-05-17 18:18:58.264 DEBUG - tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d: waitingforstarttask
2020-05-17 18:19:20.780 DEBUG - waiting for 2 dedicated nodes and 0 low priority nodes of size standard_h16r to reach desired state in pool docker-openfoam-rdma [resize_timeout=0:15:00 allocation_state=steady allocation_state_transition_time=2020-05-17 22:17:26.501238+00:00]
2020-05-17 18:19:20.780 DEBUG - tvmps_73312694ccfdd131394c0189decb9605cc02cff6ccb17a9c555bd733ade8f6e7_d: waitingforstarttask
2020-05-17 18:19:20.780 DEBUG - tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d: waitingforstarttask
2020-05-17 18:19:23.877 DEBUG - listing nodes in start task failed state
2020-05-17 18:19:23.878 INFO - compute nodes for pool docker-openfoam-rdma (filters: start_task_failed=True unusable=False)
* node id: tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d
  * state: starttaskfailed @ 2020-05-17 22:19:36.496149+00:00
  * allocation time: 2020-05-17 22:17:24.913170+00:00
  * last boot time: 2020-05-17 22:18:04.476400+00:00
  * scheduling state: enabled
  * agent:
    * version: 1.7.14
    * last update time: 2020-05-17 22:18:04.476400+00:00
  * no errors
  * start task:
    * failure info: usererror
      * FailureExitCode: The task exited with an exit code representing a failure
        * Message: The task process exited with an unexpected exit code
        * AdditionalErrorCode: FailureExitCode
  * vm size: standard_h16r
  * dedicated: True
  * ip address: 10.0.0.5
  * running tasks: 0
  * total tasks run: 0
  * total tasks succeeded: 0
2020-05-17 18:19:23.878 ERROR - Detected start task failure, attempting to retrieve files for error diagnosis from nodes
2020-05-17 18:19:23.969 DEBUG - downloading files to docker-openfoam-rdma/tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d
2020-05-17 18:19:24.761 INFO - all files retrieved from pool=docker-openfoam-rdma node=tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d include=startup/std*.txt
2020-05-17 18:19:24.762 DEBUG - downloading files to docker-openfoam-rdma/tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d
2020-05-17 18:19:24.834 ERROR - no files found for pool docker-openfoam-rdma node tvmps_98a3497257afe4d251690a60dc4461a70aa407879b86a89ffe65a4cc90adb46c_d include=startup/wd/cascade*.log
Traceback (most recent call last):
  File "/home/mesnardo/apps/batch-shipyard/develop-2cfc07d/shipyard.py", line 3136, in <module>
    cli()
  File "/home/mesnardo/.conda/envs/py36-shipyard-dev/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/home/mesnardo/.conda/envs/py36-shipyard-dev/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/home/mesnardo/.conda/envs/py36-shipyard-dev/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/mesnardo/.conda/envs/py36-shipyard-dev/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/mesnardo/.conda/envs/py36-shipyard-dev/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/mesnardo/.conda/envs/py36-shipyard-dev/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/home/mesnardo/.conda/envs/py36-shipyard-dev/lib/python3.6/site-packages/click/decorators.py", line 64, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/home/mesnardo/.conda/envs/py36-shipyard-dev/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/home/mesnardo/apps/batch-shipyard/develop-2cfc07d/shipyard.py", line 1546, in pool_add
    ctx.table_client, ctx.keyvault_client, ctx.config, recreate, no_wait)
  File "/home/mesnardo/apps/batch-shipyard/develop-2cfc07d/convoy/fleet.py", line 3441, in action_pool_add
    batch_client, blob_client, keyvault_client, config, no_wait
  File "/home/mesnardo/apps/batch-shipyard/develop-2cfc07d/convoy/fleet.py", line 1866, in _add_pool
    nodes = batch.create_pool(batch_client, blob_client, config, pool, no_wait)
  File "/home/mesnardo/apps/batch-shipyard/develop-2cfc07d/convoy/batch.py", line 969, in create_pool
    return wait_for_pool_ready(batch_client, blob_client, config, pool.id)
  File "/home/mesnardo/apps/batch-shipyard/develop-2cfc07d/convoy/batch.py", line 903, in wait_for_pool_ready
    pool_id)
  File "/home/mesnardo/apps/batch-shipyard/develop-2cfc07d/convoy/batch.py", line 758, in _block_for_nodes_ready
    'prior to the resize operation.').format(pool.id))
RuntimeError: Please inspect both the node status above and files found within the docker-openfoam-rdma/<nodes>/startup directory (in the current working directory) if available. If this error appears non-transient, please submit an issue on GitHub, if not you can delete these nodes with "pool nodes del --all-start-task-failed" first prior to the resize operation.

Shipyard (`2cfc07d`): `startup/stderr.txt`

Warning: RPMDB altered outside of yum.
** Found 9 pre-existing rpmdb problem(s), 'yum check' output follows:
intel-comp-l-all-vars-223-16.0.3-223.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-comp-l-all-vars-223-16.0.3-223.noarch has missing requires of /usr/lib/libstdc++.so.6
intel-compxe-pset-2016.3-068.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-mpi-rt-psxe-068-5.1.3-068.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-mpi-rt-psxe-068-5.1.3-068.x86_64 has missing requires of /usr/lib/libstdc++.so.6
intel-psxe-common-2016.3-068.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-psxe-common-2016.3-068.noarch has missing requires of /usr/lib/libstdc++.so.6
intel-psxe-doc-2016.3-068.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-psxe-doc-2016.3-068.noarch has missing requires of /usr/lib/libstdc++.so.6
warning: /var/cache/yum/x86_64/7/docker-ce-stable/packages/docker-ce-19.03.5-3.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY
Importing GPG key 0x621E9F35:
Userid : "Docker Release (CE rpm) docker@docker.com"
Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
From : https://download.docker.com/linux/centos/gpg
WARNING: API is accessible on http://127.0.0.1:2375 without encryption.
Access to the remote API is equivalent to root access on the host. Refer
to the 'Docker daemon attack surface' section in the documentation for
more information: https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
WARNING: the overlay storage-driver is deprecated, and will be removed in a future release.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.
curl: (35) Peer reports incompatible or unsupported protocol version.

Shipyard (`2cfc07d`): `startup/stdout.txt`

Linux ef638da0728647749ffb9b55e89cd644000001 3.10.0-229.20.1.el7.x86_64 #1 SMP Tue Nov 3 19:10:07 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
2020-05-17T22:18:04,862072533+0000 - WARNING - Unknown DISTRIB_CODENAME.
2020-05-17T22:18:04,867712158+0000 - INFO - Prep start
Configuration:

Custom image: 0
Native mode: 0
OS Distribution: centos 7
Batch Shipyard version: 3.9.1
Blobxfer version: 1.9.4
Singularity version:
User mountpoint:
Mount path: /mnt/resource/batch/tasks/mounts
Batch Insights: 0
Prometheus: NE=, CA=,
Network optimization: 1
Encryption cert thumbprint:
Install Kata Containers: 0
Default container runtime: runc
Install BeeGFS BeeOND: 1
Storage cluster mounts (1):
Custom mount:
Install LIS:
GPU:
GPU ignore warnings:
Azure Blob: 0
Azure File: 0
GlusterFS on compute: 0
HPN-SSH: 0
Enable Azure Batch group for Docker access:
Fallback registry:
Docker image preload delay: 0
Cascade via container: 1
Concurrent source downloads: 10
Block on images: alfpark/openfoam:4.0-icc-intelmpi#
Singularity decryption certs:

System Locale: LANG=en_US.UTF-8
VC Keymap: us
X11 Layout: us
2020-05-17T22:18:04,964725415+0000 - INFO - Ephemeral disk discovered as /dev/sdb
2020-05-17T22:18:04,968825806+0000 - DEBUG - lsblk: /dev/sdb1 8:17 0 2T 0 part /mnt/resource
2020-05-17T22:18:04,973497709+0000 - INFO - ephemeral: /dev/sdb1 (encrypted=0 user=/mnt/resource)
2020-05-17T22:18:05,008306783+0000 - INFO - VmSize=standard_h16r RDMA=2
2020-05-17T22:18:05,009127001+0000 - INFO - LIS installation not required
2020-05-17T22:18:05,009954320+0000 - INFO - No singularity decryption certificates defined
2020-05-17T22:18:05,015658547+0000 - DEBUG - Installing Docker Host Engine
Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
Metadata Cache Created
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package device-mapper-persistent-data.x86_64 0:0.4.1-2.el7 will be updated
---> Package device-mapper-persistent-data.x86_64 0:0.8.5-2.el7 will be an update
---> Package lvm2.x86_64 7:2.02.115-3.el7_1.1 will be updated
---> Package lvm2.x86_64 7:2.02.186-7.el7_8.2 will be an update
--> Processing Dependency: lvm2-libs = 7:2.02.186-7.el7_8.2 for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_97)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_141)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_138)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_135)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_133)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_128)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_113)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_110)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_107)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_104)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_103)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_101)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_100)(64bit) for package: 7:lvm2-2.02.186-7.el7_8.2.x86_64
---> Package yum-utils.noarch 0:1.1.31-29.el7 will be updated
---> Package yum-utils.noarch 0:1.1.31-54.el7_8 will be an update
--> Processing Dependency: yum >= 3.4.3-143 for package: yum-utils-1.1.31-54.el7_8.noarch
--> Running transaction check
---> Package device-mapper-libs.x86_64 7:1.02.93-3.el7_1.1 will be updated
--> Processing Dependency: device-mapper-libs = 7:1.02.93-3.el7_1.1 for package: 7:device-mapper-1.02.93-3.el7_1.1.x86_64
---> Package device-mapper-libs.x86_64 7:1.02.164-7.el7_8.2 will be an update
---> Package lvm2-libs.x86_64 7:2.02.115-3.el7_1.1 will be updated
---> Package lvm2-libs.x86_64 7:2.02.186-7.el7_8.2 will be an update
--> Processing Dependency: device-mapper-event = 7:1.02.164-7.el7_8.2 for package: 7:lvm2-libs-2.02.186-7.el7_8.2.x86_64
---> Package yum.noarch 0:3.4.3-125.el7.centos will be updated
---> Package yum.noarch 0:3.4.3-167.el7.centos will be an update
--> Processing Dependency: rpm >= 4.11.3-22 for package: yum-3.4.3-167.el7.centos.noarch
--> Processing Dependency: python-urlgrabber >= 3.10-8 for package: yum-3.4.3-167.el7.centos.noarch
--> Running transaction check
---> Package device-mapper.x86_64 7:1.02.93-3.el7_1.1 will be updated
---> Package device-mapper.x86_64 7:1.02.164-7.el7_8.2 will be an update
---> Package device-mapper-event.x86_64 7:1.02.93-3.el7_1.1 will be updated
---> Package device-mapper-event.x86_64 7:1.02.164-7.el7_8.2 will be an update
--> Processing Dependency: device-mapper-event-libs = 7:1.02.164-7.el7_8.2 for package: 7:device-mapper-event-1.02.164-7.el7_8.2.x86_64
---> Package python-urlgrabber.noarch 0:3.10-6.el7 will be updated
---> Package python-urlgrabber.noarch 0:3.10-10.el7 will be an update
---> Package rpm.x86_64 0:4.11.1-25.el7 will be updated
--> Processing Dependency: rpm = 4.11.1-25.el7 for package: rpm-python-4.11.1-25.el7.x86_64
--> Processing Dependency: rpm = 4.11.1-25.el7 for package: rpm-libs-4.11.1-25.el7.x86_64
---> Package rpm.x86_64 0:4.11.3-43.el7 will be an update
--> Running transaction check
---> Package device-mapper-event-libs.x86_64 7:1.02.93-3.el7_1.1 will be updated
---> Package device-mapper-event-libs.x86_64 7:1.02.164-7.el7_8.2 will be an update
---> Package rpm-libs.x86_64 0:4.11.1-25.el7 will be updated
--> Processing Dependency: rpm-libs(x86-64) = 4.11.1-25.el7 for package: rpm-build-libs-4.11.1-25.el7.x86_64
---> Package rpm-libs.x86_64 0:4.11.3-43.el7 will be an update
---> Package rpm-python.x86_64 0:4.11.1-25.el7 will be updated
---> Package rpm-python.x86_64 0:4.11.3-43.el7 will be an update
--> Running transaction check
---> Package rpm-build-libs.x86_64 0:4.11.1-25.el7 will be updated
---> Package rpm-build-libs.x86_64 0:4.11.3-43.el7 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository
Size

Updating:
device-mapper-persistent-data x86_64 0.8.5-2.el7 base 422 k
lvm2 x86_64 7:2.02.186-7.el7_8.2 updates 1.3 M
yum-utils noarch 1.1.31-54.el7_8 updates 122 k
Updating for dependencies:
device-mapper x86_64 7:1.02.164-7.el7_8.2 updates 295 k
device-mapper-event x86_64 7:1.02.164-7.el7_8.2 updates 191 k
device-mapper-event-libs x86_64 7:1.02.164-7.el7_8.2 updates 190 k
device-mapper-libs x86_64 7:1.02.164-7.el7_8.2 updates 324 k
lvm2-libs x86_64 7:2.02.186-7.el7_8.2 updates 1.1 M
python-urlgrabber noarch 3.10-10.el7 base 108 k
rpm x86_64 4.11.3-43.el7 base 1.2 M
rpm-build-libs x86_64 4.11.3-43.el7 base 107 k
rpm-libs x86_64 4.11.3-43.el7 base 278 k
rpm-python x86_64 4.11.3-43.el7 base 84 k
yum noarch 3.4.3-167.el7.centos base 1.2 M

Transaction Summary

Upgrade 3 Packages (+11 Dependent packages)

Total download size: 6.9 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.

Total 10 MB/s | 6.9 MB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating : rpm-libs-4.11.3-43.el7.x86_64 1/28
Updating : rpm-4.11.3-43.el7.x86_64 2/28
Updating : 7:device-mapper-libs-1.02.164-7.el7_8.2.x86_64 3/28
Updating : 7:device-mapper-1.02.164-7.el7_8.2.x86_64 4/28
Updating : 7:device-mapper-event-libs-1.02.164-7.el7_8.2.x86_64 5/28
Updating : 7:device-mapper-event-1.02.164-7.el7_8.2.x86_64 6/28
Updating : 7:lvm2-libs-2.02.186-7.el7_8.2.x86_64 7/28
Updating : rpm-build-libs-4.11.3-43.el7.x86_64 8/28
Updating : rpm-python-4.11.3-43.el7.x86_64 9/28
Updating : device-mapper-persistent-data-0.8.5-2.el7.x86_64 10/28
Updating : python-urlgrabber-3.10-10.el7.noarch 11/28
Updating : yum-3.4.3-167.el7.centos.noarch 12/28
Updating : yum-utils-1.1.31-54.el7_8.noarch 13/28
Updating : 7:lvm2-2.02.186-7.el7_8.2.x86_64 14/28
ln -s '/usr/lib/systemd/system/lvm2-lvmpolld.socket' '/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket'
Cleanup : 7:lvm2-2.02.115-3.el7_1.1.x86_64 15/28
Cleanup : yum-utils-1.1.31-29.el7.noarch 16/28
Cleanup : yum-3.4.3-125.el7.centos.noarch 17/28
Cleanup : rpm-python-4.11.1-25.el7.x86_64 18/28
Cleanup : 7:lvm2-libs-2.02.115-3.el7_1.1.x86_64 19/28
Cleanup : python-urlgrabber-3.10-6.el7.noarch 20/28
Cleanup : 7:device-mapper-event-1.02.93-3.el7_1.1.x86_64 21/28
Cleanup : 7:device-mapper-event-libs-1.02.93-3.el7_1.1.x86_64 22/28
Cleanup : 7:device-mapper-1.02.93-3.el7_1.1.x86_64 23/28
Cleanup : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64 24/28
Cleanup : rpm-build-libs-4.11.1-25.el7.x86_64 25/28
Cleanup : rpm-4.11.1-25.el7.x86_64 26/28
Cleanup : rpm-libs-4.11.1-25.el7.x86_64 27/28
Cleanup : device-mapper-persistent-data-0.4.1-2.el7.x86_64 28/28
Verifying : 7:lvm2-2.02.186-7.el7_8.2.x86_64 1/28
Verifying : python-urlgrabber-3.10-10.el7.noarch 2/28
Verifying : 7:device-mapper-1.02.164-7.el7_8.2.x86_64 3/28
Verifying : device-mapper-persistent-data-0.8.5-2.el7.x86_64 4/28
Verifying : 7:device-mapper-event-1.02.164-7.el7_8.2.x86_64 5/28
Verifying : rpm-build-libs-4.11.3-43.el7.x86_64 6/28
Verifying : yum-3.4.3-167.el7.centos.noarch 7/28
Verifying : yum-utils-1.1.31-54.el7_8.noarch 8/28
Verifying : rpm-4.11.3-43.el7.x86_64 9/28
Verifying : 7:lvm2-libs-2.02.186-7.el7_8.2.x86_64 10/28
Verifying : 7:device-mapper-libs-1.02.164-7.el7_8.2.x86_64 11/28
Verifying : rpm-python-4.11.3-43.el7.x86_64 12/28
Verifying : rpm-libs-4.11.3-43.el7.x86_64 13/28
Verifying : 7:device-mapper-event-libs-1.02.164-7.el7_8.2.x86_64 14/28
Verifying : 7:lvm2-2.02.115-3.el7_1.1.x86_64 15/28
Verifying : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64 16/28
Verifying : 7:lvm2-libs-2.02.115-3.el7_1.1.x86_64 17/28
Verifying : 7:device-mapper-1.02.93-3.el7_1.1.x86_64 18/28
Verifying : python-urlgrabber-3.10-6.el7.noarch 19/28
Verifying : rpm-python-4.11.1-25.el7.x86_64 20/28
Verifying : rpm-libs-4.11.1-25.el7.x86_64 21/28
Verifying : yum-3.4.3-125.el7.centos.noarch 22/28
Verifying : yum-utils-1.1.31-29.el7.noarch 23/28
Verifying : 7:device-mapper-event-libs-1.02.93-3.el7_1.1.x86_64 24/28
Verifying : rpm-build-libs-4.11.1-25.el7.x86_64 25/28
Verifying : 7:device-mapper-event-1.02.93-3.el7_1.1.x86_64 26/28
Verifying : device-mapper-persistent-data-0.4.1-2.el7.x86_64 27/28
Verifying : rpm-4.11.1-25.el7.x86_64 28/28

Updated:
device-mapper-persistent-data.x86_64 0:0.8.5-2.el7
lvm2.x86_64 7:2.02.186-7.el7_8.2
yum-utils.noarch 0:1.1.31-54.el7_8

Dependency Updated:
device-mapper.x86_64 7:1.02.164-7.el7_8.2
device-mapper-event.x86_64 7:1.02.164-7.el7_8.2
device-mapper-event-libs.x86_64 7:1.02.164-7.el7_8.2
device-mapper-libs.x86_64 7:1.02.164-7.el7_8.2
lvm2-libs.x86_64 7:2.02.186-7.el7_8.2
python-urlgrabber.noarch 0:3.10-10.el7
rpm.x86_64 0:4.11.3-43.el7
rpm-build-libs.x86_64 0:4.11.3-43.el7
rpm-libs.x86_64 0:4.11.3-43.el7
rpm-python.x86_64 0:4.11.3-43.el7
yum.noarch 0:3.4.3-167.el7.centos

Complete!
Loaded plugins: fastestmirror, langpacks
adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
repo saved to /etc/yum.repos.d/docker-ce.repo
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Metadata Cache Created
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package docker-ce.x86_64 3:19.03.5-3.el7 will be installed
--> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-19.03.5-3.el7.x86_64
--> Processing Dependency: containerd.io >= 1.2.2-3 for package: 3:docker-ce-19.03.5-3.el7.x86_64
--> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-19.03.5-3.el7.x86_64
--> Processing Dependency: libsystemd.so.0(LIBSYSTEMD_209)(64bit) for package: 3:docker-ce-19.03.5-3.el7.x86_64
--> Processing Dependency: libseccomp.so.2()(64bit) for package: 3:docker-ce-19.03.5-3.el7.x86_64
--> Processing Dependency: libsystemd.so.0()(64bit) for package: 3:docker-ce-19.03.5-3.el7.x86_64
---> Package docker-ce-cli.x86_64 1:19.03.5-3.el7 will be installed
--> Running transaction check
---> Package container-selinux.noarch 2:2.119.1-1.c57a6f9.el7 will be installed
--> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch
--> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch
--> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch
--> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch
---> Package containerd.io.x86_64 0:1.2.13-3.2.el7 will be installed
---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
---> Package systemd-libs.x86_64 0:208-20.el7_1.6 will be updated
--> Processing Dependency: systemd-libs = 208-20.el7_1.6 for package: systemd-208-20.el7_1.6.x86_64
---> Package systemd-libs.x86_64 0:219-73.el7_8.6 will be an update
--> Processing Dependency: liblz4.so.1()(64bit) for package: systemd-libs-219-73.el7_8.6.x86_64
--> Running transaction check
---> Package lz4.x86_64 0:1.7.5-3.el7 will be installed
---> Package policycoreutils.x86_64 0:2.2.5-15.el7 will be updated
--> Processing Dependency: policycoreutils = 2.2.5-15.el7 for package: policycoreutils-python-2.2.5-15.el7.x86_64
---> Package policycoreutils.x86_64 0:2.5-34.el7 will be an update
--> Processing Dependency: libsepol >= 2.5-10 for package: policycoreutils-2.5-34.el7.x86_64
--> Processing Dependency: libsemanage >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
--> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
--> Processing Dependency: libsepol.so.1(LIBSEPOL_1.1)(64bit) for package: policycoreutils-2.5-34.el7.x86_64
--> Processing Dependency: libsepol.so.1(LIBSEPOL_1.0)(64bit) for package: policycoreutils-2.5-34.el7.x86_64
--> Processing Dependency: libsemanage.so.1(LIBSEMANAGE_1.1)(64bit) for package: policycoreutils-2.5-34.el7.x86_64
---> Package selinux-policy.noarch 0:3.13.1-23.el7_1.21 will be updated
---> Package selinux-policy.noarch 0:3.13.1-266.el7 will be an update
---> Package selinux-policy-targeted.noarch 0:3.13.1-23.el7_1.21 will be updated
---> Package selinux-policy-targeted.noarch 0:3.13.1-266.el7 will be an update
---> Package systemd.x86_64 0:208-20.el7_1.6 will be updated
--> Processing Dependency: systemd = 208-20.el7_1.6 for package: systemd-sysv-208-20.el7_1.6.x86_64
--> Processing Dependency: systemd = 208-20.el7_1.6 for package: systemd-python-208-20.el7_1.6.x86_64
--> Processing Dependency: systemd = 208-20.el7_1.6 for package: libgudev1-208-20.el7_1.6.x86_64
---> Package systemd.x86_64 0:219-73.el7_8.6 will be an update
--> Processing Dependency: kmod >= 18-4 for package: systemd-219-73.el7_8.6.x86_64
--> Processing Dependency: libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit) for package: systemd-219-73.el7_8.6.x86_64
--> Processing Dependency: libcryptsetup.so.12()(64bit) for package: systemd-219-73.el7_8.6.x86_64
--> Running transaction check
---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be updated
--> Processing Dependency: cryptsetup-libs(x86-64) = 1.6.6-3.el7 for package: cryptsetup-1.6.6-3.el7.x86_64
---> Package cryptsetup-libs.x86_64 0:2.0.3-6.el7 will be an update
---> Package kmod.x86_64 0:14-10.el7 will be updated
---> Package kmod.x86_64 0:20-28.el7 will be an update
---> Package libgudev1.x86_64 0:208-20.el7_1.6 will be updated
---> Package libgudev1.x86_64 0:219-73.el7_8.6 will be an update
--> Processing Dependency: glib2 >= 2.42 for package: libgudev1-219-73.el7_8.6.x86_64
---> Package libselinux-utils.x86_64 0:2.2.2-6.el7 will be updated
---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be an update
--> Processing Dependency: libselinux(x86-64) = 2.5-15.el7 for package: libselinux-utils-2.5-15.el7.x86_64
---> Package libsemanage.x86_64 0:2.1.10-16.el7 will be updated
--> Processing Dependency: libsemanage = 2.1.10-16.el7 for package: libsemanage-python-2.1.10-16.el7.x86_64
---> Package libsemanage.x86_64 0:2.5-14.el7 will be an update
---> Package libsepol.x86_64 0:2.1.9-3.el7 will be updated
---> Package libsepol.x86_64 0:2.5-10.el7 will be an update
---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be updated
--> Processing Dependency: policycoreutils-python = 2.2.5-15.el7 for package: policycoreutils-devel-2.2.5-15.el7.x86_64
---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be an update
--> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
---> Package systemd-python.x86_64 0:208-20.el7_1.6 will be updated
---> Package systemd-python.x86_64 0:219-73.el7_8.6 will be an update
---> Package systemd-sysv.x86_64 0:208-20.el7_1.6 will be updated
---> Package systemd-sysv.x86_64 0:219-73.el7_8.6 will be an update
--> Running transaction check
---> Package cryptsetup.x86_64 0:1.6.6-3.el7 will be updated
---> Package cryptsetup.x86_64 0:2.0.3-6.el7 will be an update
---> Package glib2.x86_64 0:2.40.0-4.el7 will be updated
---> Package glib2.x86_64 0:2.56.1-5.el7 will be an update
---> Package libselinux.x86_64 0:2.2.2-6.el7 will be updated
--> Processing Dependency: libselinux = 2.2.2-6.el7 for package: libselinux-python-2.2.2-6.el7.x86_64
---> Package libselinux.x86_64 0:2.5-15.el7 will be an update
---> Package libsemanage-python.x86_64 0:2.1.10-16.el7 will be updated
---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be an update
---> Package policycoreutils-devel.x86_64 0:2.2.5-15.el7 will be updated
---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be an update
---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be updated
---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be an update
--> Running transaction check
---> Package libselinux-python.x86_64 0:2.2.2-6.el7 will be updated
---> Package libselinux-python.x86_64 0:2.5-15.el7 will be an update
--> Processing Conflict: systemd-219-73.el7_8.6.x86_64 conflicts initscripts < 9.49.28-1
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package initscripts.x86_64 0:9.49.24-1.el7 will be updated
---> Package initscripts.x86_64 0:9.49.49-1.el7 will be an update
--> Processing Conflict: systemd-219-73.el7_8.6.x86_64 conflicts dracut < 033-243
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package dracut.x86_64 0:033-241.el7_1.5 will be updated
--> Processing Dependency: dracut = 033-241.el7_1.5 for package: dracut-network-033-241.el7_1.5.x86_64
---> Package dracut.x86_64 0:033-568.el7 will be an update
--> Running transaction check
---> Package dracut-network.x86_64 0:033-241.el7_1.5 will be updated
---> Package dracut-network.x86_64 0:033-568.el7 will be an update
--> Processing Conflict: initscripts-9.49.49-1.el7.x86_64 conflicts redhat-release < 7.5-0.11
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package centos-release.x86_64 0:7-1.1503.el7.centos.2.8 will be updated
---> Package centos-release.x86_64 0:7-8.2003.0.el7.centos will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size

Installing:
docker-ce x86_64 3:19.03.5-3.el7 docker-ce-stable 24 M
docker-ce-cli x86_64 1:19.03.5-3.el7 docker-ce-stable 39 M
Updating:
centos-release x86_64 7-8.2003.0.el7.centos base 26 k
dracut x86_64 033-568.el7 base 329 k
initscripts x86_64 9.49.49-1.el7 base 440 k
Installing for dependencies:
container-selinux noarch 2:2.119.1-1.c57a6f9.el7 extras 40 k
containerd.io x86_64 1.2.13-3.2.el7 docker-ce-stable 25 M
libseccomp x86_64 2.3.1-4.el7 base 56 k
lz4 x86_64 1.7.5-3.el7 base 99 k
Updating for dependencies:
cryptsetup x86_64 2.0.3-6.el7 base 154 k
cryptsetup-libs x86_64 2.0.3-6.el7 base 339 k
dracut-network x86_64 033-568.el7 base 103 k
glib2 x86_64 2.56.1-5.el7 base 2.5 M
kmod x86_64 20-28.el7 base 123 k
libgudev1 x86_64 219-73.el7_8.6 updates 107 k
libselinux x86_64 2.5-15.el7 base 162 k
libselinux-python x86_64 2.5-15.el7 base 236 k
libselinux-utils x86_64 2.5-15.el7 base 151 k
libsemanage x86_64 2.5-14.el7 base 151 k
libsemanage-python x86_64 2.5-14.el7 base 113 k
libsepol x86_64 2.5-10.el7 base 297 k
policycoreutils x86_64 2.5-34.el7 base 917 k
policycoreutils-devel x86_64 2.5-34.el7 base 335 k
policycoreutils-python x86_64 2.5-34.el7 base 457 k
selinux-policy noarch 3.13.1-266.el7 base 497 k
selinux-policy-targeted noarch 3.13.1-266.el7 base 7.0 M
setools-libs x86_64 3.3.8-4.el7 base 620 k
systemd x86_64 219-73.el7_8.6 updates 5.1 M
systemd-libs x86_64 219-73.el7_8.6 updates 416 k
systemd-python x86_64 219-73.el7_8.6 updates 143 k
systemd-sysv x86_64 219-73.el7_8.6 updates 94 k

Transaction Summary

Install 2 Packages (+ 4 Dependent packages)
Upgrade 3 Packages (+22 Dependent packages)

Total download size: 110 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Public key for docker-ce-19.03.5-3.el7.x86_64.rpm is not installed

Total 61 MB/s | 110 MB 00:01
Retrieving key from https://download.docker.com/linux/centos/gpg
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating : libsepol-2.5-10.el7.x86_64 1/56
Updating : libselinux-2.5-15.el7.x86_64 2/56
Updating : libsemanage-2.5-14.el7.x86_64 3/56
Installing : lz4-1.7.5-3.el7.x86_64 4/56
Updating : systemd-libs-219-73.el7_8.6.x86_64 5/56
Updating : glib2-2.56.1-5.el7.x86_64 6/56
Updating : libselinux-utils-2.5-15.el7.x86_64 7/56
Updating : policycoreutils-2.5-34.el7.x86_64 8/56
Updating : selinux-policy-3.13.1-266.el7.noarch 9/56
Updating : cryptsetup-libs-2.0.3-6.el7.x86_64 10/56
Installing : libseccomp-2.3.1-4.el7.x86_64 11/56
Updating : centos-release-7-8.2003.0.el7.centos.x86_64 12/56
Updating : kmod-20-28.el7.x86_64 13/56
Updating : systemd-219-73.el7_8.6.x86_64 14/56
Updating : dracut-033-568.el7.x86_64 15/56
Updating : selinux-policy-targeted-3.13.1-266.el7.noarch 16/56
Updating : libsemanage-python-2.5-14.el7.x86_64 17/56
Updating : setools-libs-3.3.8-4.el7.x86_64 18/56
Updating : libselinux-python-2.5-15.el7.x86_64 19/56
Updating : policycoreutils-python-2.5-34.el7.x86_64 20/56
Installing : 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch 21/56
Installing : containerd.io-1.2.13-3.2.el7.x86_64 22/56
Installing : 1:docker-ce-cli-19.03.5-3.el7.x86_64 23/56
Installing : 3:docker-ce-19.03.5-3.el7.x86_64 24/56
Updating : policycoreutils-devel-2.5-34.el7.x86_64 25/56
Updating : dracut-network-033-568.el7.x86_64 26/56
Updating : systemd-python-219-73.el7_8.6.x86_64 27/56
Updating : systemd-sysv-219-73.el7_8.6.x86_64 28/56
Updating : initscripts-9.49.49-1.el7.x86_64 29/56
Updating : cryptsetup-2.0.3-6.el7.x86_64 30/56
Updating : libgudev1-219-73.el7_8.6.x86_64 31/56

UPGRADE: Automatically re-enabling default systemd units:
brandbot.path
rhel-autorelabel.service
rhel-autorelabel-mark.service
rhel-configure.service
rhel-dmesg.service
rhel-domainname.service
rhel-import-state.service
rhel-loadmodules.service
rhel-readonly.service

Cleanup : initscripts-9.49.24-1.el7.x86_64 32/56
Cleanup : libgudev1-208-20.el7_1.6.x86_64 33/56
Cleanup : policycoreutils-devel-2.2.5-15.el7.x86_64 34/56
Cleanup : policycoreutils-python-2.2.5-15.el7.x86_64 35/56
Cleanup : systemd-python-208-20.el7_1.6.x86_64 36/56
Cleanup : selinux-policy-targeted-3.13.1-23.el7_1.21.noarch 37/56
Cleanup : selinux-policy-3.13.1-23.el7_1.21.noarch 38/56
Cleanup : dracut-network-033-241.el7_1.5.x86_64 39/56
Cleanup : systemd-sysv-208-20.el7_1.6.x86_64 40/56
Cleanup : policycoreutils-2.2.5-15.el7.x86_64 41/56
Cleanup : dracut-033-241.el7_1.5.x86_64 42/56
Cleanup : systemd-208-20.el7_1.6.x86_64 43/56
Cleanup : setools-libs-3.3.7-46.el7.x86_64 44/56
Cleanup : systemd-libs-208-20.el7_1.6.x86_64 45/56
Cleanup : libselinux-utils-2.2.2-6.el7.x86_64 46/56
Cleanup : libselinux-python-2.2.2-6.el7.x86_64 47/56
Cleanup : libsemanage-python-2.1.10-16.el7.x86_64 48/56
Cleanup : libsemanage-2.1.10-16.el7.x86_64 49/56
Cleanup : glib2-2.40.0-4.el7.x86_64 50/56
Cleanup : libselinux-2.2.2-6.el7.x86_64 51/56
Cleanup : cryptsetup-1.6.6-3.el7.x86_64 52/56
Cleanup : centos-release-7-1.1503.el7.centos.2.8.x86_64 53/56
Cleanup : cryptsetup-libs-1.6.6-3.el7.x86_64 54/56
Cleanup : libsepol-2.1.9-3.el7.x86_64 55/56
Cleanup : kmod-14-10.el7.x86_64 56/56
Verifying : 2:container-selinux-2.119.1-1.c57a6f9.el7.noarch 1/56
Verifying : systemd-python-219-73.el7_8.6.x86_64 2/56
Verifying : 3:docker-ce-19.03.5-3.el7.x86_64 3/56
Verifying : containerd.io-1.2.13-3.2.el7.x86_64 4/56
Verifying : centos-release-7-8.2003.0.el7.centos.x86_64 5/56
Verifying : 1:docker-ce-cli-19.03.5-3.el7.x86_64 6/56
Verifying : glib2-2.56.1-5.el7.x86_64 7/56
Verifying : policycoreutils-2.5-34.el7.x86_64 8/56
Verifying : systemd-sysv-219-73.el7_8.6.x86_64 9/56
Verifying : dracut-033-568.el7.x86_64 10/56
Verifying : systemd-libs-219-73.el7_8.6.x86_64 11/56
Verifying : policycoreutils-devel-2.5-34.el7.x86_64 12/56
Verifying : libseccomp-2.3.1-4.el7.x86_64 13/56
Verifying : systemd-219-73.el7_8.6.x86_64 14/56
Verifying : libselinux-utils-2.5-15.el7.x86_64 15/56
Verifying : policycoreutils-python-2.5-34.el7.x86_64 16/56
Verifying : kmod-20-28.el7.x86_64 17/56
Verifying : cryptsetup-2.0.3-6.el7.x86_64 18/56
Verifying : setools-libs-3.3.8-4.el7.x86_64 19/56
Verifying : libgudev1-219-73.el7_8.6.x86_64 20/56
Verifying : selinux-policy-3.13.1-266.el7.noarch 21/56
Verifying : lz4-1.7.5-3.el7.x86_64 22/56
Verifying : libselinux-2.5-15.el7.x86_64 23/56
Verifying : libsemanage-python-2.5-14.el7.x86_64 24/56
Verifying : libsemanage-2.5-14.el7.x86_64 25/56
Verifying : libselinux-python-2.5-15.el7.x86_64 26/56
Verifying : libsepol-2.5-10.el7.x86_64 27/56
Verifying : initscripts-9.49.49-1.el7.x86_64 28/56
Verifying : dracut-network-033-568.el7.x86_64 29/56
Verifying : selinux-policy-targeted-3.13.1-266.el7.noarch 30/56
Verifying : cryptsetup-libs-2.0.3-6.el7.x86_64 31/56
Verifying : kmod-14-10.el7.x86_64 32/56
Verifying : setools-libs-3.3.7-46.el7.x86_64 33/56
Verifying : systemd-sysv-208-20.el7_1.6.x86_64 34/56
Verifying : systemd-python-208-20.el7_1.6.x86_64 35/56
Verifying : cryptsetup-1.6.6-3.el7.x86_64 36/56
Verifying : cryptsetup-libs-1.6.6-3.el7.x86_64 37/56
Verifying : dracut-033-241.el7_1.5.x86_64 38/56
Verifying : policycoreutils-2.2.5-15.el7.x86_64 39/56
Verifying : centos-release-7-1.1503.el7.centos.2.8.x86_64 40/56
Verifying : policycoreutils-python-2.2.5-15.el7.x86_64 41/56
Verifying : libselinux-utils-2.2.2-6.el7.x86_64 42/56
Verifying : glib2-2.40.0-4.el7.x86_64 43/56
Verifying : initscripts-9.49.24-1.el7.x86_64 44/56
Verifying : libsemanage-2.1.10-16.el7.x86_64 45/56
Verifying : libsepol-2.1.9-3.el7.x86_64 46/56
Verifying : selinux-policy-targeted-3.13.1-23.el7_1.21.noarch 47/56
Verifying : selinux-policy-3.13.1-23.el7_1.21.noarch 48/56
Verifying : libgudev1-208-20.el7_1.6.x86_64 49/56
Verifying : policycoreutils-devel-2.2.5-15.el7.x86_64 50/56
Verifying : libselinux-python-2.2.2-6.el7.x86_64 51/56
Verifying : dracut-network-033-241.el7_1.5.x86_64 52/56
Verifying : libsemanage-python-2.1.10-16.el7.x86_64 53/56
Verifying : systemd-libs-208-20.el7_1.6.x86_64 54/56
Verifying : libselinux-2.2.2-6.el7.x86_64 55/56
Verifying : systemd-208-20.el7_1.6.x86_64 56/56

Installed:
docker-ce.x86_64 3:19.03.5-3.el7 docker-ce-cli.x86_64 1:19.03.5-3.el7

Dependency Installed:
container-selinux.noarch 2:2.119.1-1.c57a6f9.el7
containerd.io.x86_64 0:1.2.13-3.2.el7
libseccomp.x86_64 0:2.3.1-4.el7
lz4.x86_64 0:1.7.5-3.el7

Updated:
centos-release.x86_64 0:7-8.2003.0.el7.centos dracut.x86_64 0:033-568.el7
initscripts.x86_64 0:9.49.49-1.el7

Dependency Updated:
cryptsetup.x86_64 0:2.0.3-6.el7
cryptsetup-libs.x86_64 0:2.0.3-6.el7
dracut-network.x86_64 0:033-568.el7
glib2.x86_64 0:2.56.1-5.el7
kmod.x86_64 0:20-28.el7
libgudev1.x86_64 0:219-73.el7_8.6
libselinux.x86_64 0:2.5-15.el7
libselinux-python.x86_64 0:2.5-15.el7
libselinux-utils.x86_64 0:2.5-15.el7
libsemanage.x86_64 0:2.5-14.el7
libsemanage-python.x86_64 0:2.5-14.el7
libsepol.x86_64 0:2.5-10.el7
policycoreutils.x86_64 0:2.5-34.el7
policycoreutils-devel.x86_64 0:2.5-34.el7
policycoreutils-python.x86_64 0:2.5-34.el7
selinux-policy.noarch 0:3.13.1-266.el7
selinux-policy-targeted.noarch 0:3.13.1-266.el7
setools-libs.x86_64 0:3.3.8-4.el7
systemd.x86_64 0:219-73.el7_8.6
systemd-libs.x86_64 0:219-73.el7_8.6
systemd-python.x86_64 0:219-73.el7_8.6
systemd-sysv.x86_64 0:219-73.el7_8.6

Complete!
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
Active: active (running) since Sun 2020-05-17 22:19:16 UTC; 8ms ago
Docs: https://docs.docker.com
Main PID: 5777 (dockerd)
Memory: 75.9M
CGroup: /system.slice/docker.service
├─5777 /usr/bin/dockerd
└─5806 containerd --config /var/run/docker/containerd/containerd.toml --log-level info

May 17 22:19:15 ef638da0728647749ffb9b55e89cd644000001 dockerd[5777]: time="2020-05-17T22:19:15.915295857Z" level=warning msg="mountpoint for pids not found"
May 17 22:19:15 ef638da0728647749ffb9b55e89cd644000001 dockerd[5777]: time="2020-05-17T22:19:15.915511645Z" level=info msg="Loading containers: start."
May 17 22:19:16 ef638da0728647749ffb9b55e89cd644000001 dockerd[5777]: time="2020-05-17T22:19:16.006433890Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module br_netfilter not found.\ninsmod /lib/modules/3.10.0-229.20.1.el7.x86_64/kernel/net/llc/llc.ko \ninsmod /lib/modules/3.10.0-229.20.1.el7.x86_64/kernel/net/802/stp.ko \ninsmod /lib/modules/3.10.0-229.20.1.el7.x86_64/kernel/net/bridge/bridge.ko \n, error: exit status 1"
May 17 22:19:16 ef638da0728647749ffb9b55e89cd644000001 dockerd[5777]: time="2020-05-17T22:19:16.129080236Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
May 17 22:19:16 ef638da0728647749ffb9b55e89cd644000001 dockerd[5777]: time="2020-05-17T22:19:16.177440071Z" level=info msg="Loading containers: done."
May 17 22:19:16 ef638da0728647749ffb9b55e89cd644000001 dockerd[5777]: time="2020-05-17T22:19:16.187800943Z" level=info msg="Docker daemon" commit=633a0ea graphdriver(s)=overlay version=19.03.5
May 17 22:19:16 ef638da0728647749ffb9b55e89cd644000001 dockerd[5777]: time="2020-05-17T22:19:16.188136525Z" level=info msg="Daemon has completed initialization"
May 17 22:19:16 ef638da0728647749ffb9b55e89cd644000001 dockerd[5777]: time="2020-05-17T22:19:16.210154703Z" level=info msg="API listen on 127.0.0.1:2375"
May 17 22:19:16 ef638da0728647749ffb9b55e89cd644000001 dockerd[5777]: time="2020-05-17T22:19:16.210208800Z" level=info msg="API listen on /var/run/docker.sock"
May 17 22:19:16 ef638da0728647749ffb9b55e89cd644000001 systemd[1]: Started Docker Application Container Engine.
Client:
Debug Mode: false

Server:
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 19.03.5
Storage Driver: overlay
Backing Filesystem: extfs
Supports d_type: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
init version: fec3683
Security Options:
seccomp
Profile: default
Kernel Version: 3.10.0-229.20.1.el7.x86_64
Operating System: CentOS Linux 7 (Core)
OSType: linux
Architecture: x86_64
CPUs: 16
Total Memory: 110.2GiB
Name: ef638da0728647749ffb9b55e89cd644000001
ID: LM23:ODZW:5IU2:CL6X:VPI3:4XHW:NGHK:SVCX:MJ3Y:E6CF:L43J:OHDM
Docker Root Dir: /mnt/resource/docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false

2020-05-17T22:19:16,298454501+0000 - INFO - Docker Host Engine installed
2020-05-17T22:19:16+0000 - WARNING - No Docker registry servers found.
2020-05-17T22:19:16+0000 - WARNING - No Singularity registry servers found.
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 01)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:08.0 VGA compatible controller: Microsoft Corporation Hyper-V virtual VGA
2020-05-17T22:19:16,439709299+0000 - INFO - Intel MPI found
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:0d:3a:18:a2:84 brd ff:ff:ff:ff:ff:ff
inet 10.0.0.5/19 brd 10.0.31.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::20d:3aff:fe18:a284/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:15:5d:33:ff:14 brd ff:ff:ff:ff:ff:ff
inet 172.16.1.11/16 brd 172.16.255.255 scope global eth1
valid_lft forever preferred_lft forever
inet6 fe80::215:5dff:fe33:ff14/64 scope link
valid_lft forever preferred_lft forever
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN
link/ether 02:42:ad:68:e3:21 brd ff:ff:ff:ff:ff:ff
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
valid_lft forever preferred_lft forever
2020-05-17T22:19:16,442514856+0000 - INFO - Batch Insights disabled.
2020-05-17T22:19:16,443357913+0000 - INFO - Prometheus node exporter disabled.
2020-05-17T22:19:16,444183571+0000 - INFO - Prometheus cAdvisor disabled.
2020-05-17T22:19:16,445094424+0000 - DEBUG - Pulling Docker Image: mcr.microsoft.com/blobxfer:1.9.4 (fallback: 0)
1.9.4: Pulling from blobxfer
89d9c30c1d48: Pulling fs layer
6de18253c5d3: Pulling fs layer
89d9c30c1d48: Verifying Checksum
89d9c30c1d48: Download complete
6de18253c5d3: Verifying Checksum
6de18253c5d3: Download complete
89d9c30c1d48: Pull complete
6de18253c5d3: Pull complete
Digest: sha256:94192812382de05b77d8766720cf4c22cc84fd15c86a838a043366fa2047af83
Status: Downloaded newer image for mcr.microsoft.com/blobxfer:1.9.4
mcr.microsoft.com/blobxfer:1.9.4
2020-05-17T22:19:18,776249766+0000 - DEBUG - Pulling Docker Image: mcr.microsoft.com/azure-batch/shipyard:3.9.1-cargo (fallback: 0)
3.9.1-cargo: Pulling from azure-batch/shipyard
89d9c30c1d48: Already exists
61b5ce3eb795: Pulling fs layer
36ddda8d0a78: Pulling fs layer
a5f8b7225f04: Pulling fs layer
a5f8b7225f04: Download complete
61b5ce3eb795: Download complete
61b5ce3eb795: Pull complete
36ddda8d0a78: Verifying Checksum
36ddda8d0a78: Download complete
36ddda8d0a78: Pull complete
a5f8b7225f04: Pull complete
Digest: sha256:46c35fb63cb0b23350a9003cb6587270e8de9914aae3f2f7c26547c08409d820
Status: Downloaded newer image for mcr.microsoft.com/azure-batch/shipyard:3.9.1-cargo
mcr.microsoft.com/azure-batch/shipyard:3.9.1-cargo
2020-05-17T22:19:21,452696564+0000 - DEBUG - Singularity not flagged for install
2020-05-17T22:19:21,453580927+0000 - DEBUG - Kata containers not flagged for install
2020-05-17T22:19:21,455535445+0000 - INFO - Downloading: https://www.beegfs.io/release/latest-stable/dists/beegfs-rhel7.repo as /etc/yum.repos.d/beegfs-rhel7.repo
2020-05-17T22:19:36,482213694+0000 - ERROR - Could not download: https://www.beegfs.io/release/latest-stable/dists/beegfs-rhel7.repo

Redacted Configuration

See recipe for OpenFOAM-Infiniband-IntelMPI

Additional Logs

See output, stderr, and stdout above.

Additonal Comments

Pool creation works with GlusterFS-on-compute.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions