Status Job ID Links Posted Started Updated
Runtime
Duration
In Waiting
Machine Teuthology Branch OS Type OS Version Description Nodes
fail 2733503 2018-07-03 22:37:34 2018-07-03 22:38:18 2018-07-03 23:00:18 0:22:00 0:09:30 0:12:30 smithi master fs:upgrade:featureful_client:upgraded_client/{bluestore.yaml clusters/1-mds-2-client-micro.yaml overrides/{debug.yaml frag_enable.yaml multimds/no.yaml whitelist_health.yaml whitelist_wrongly_marked_down.yaml} tasks/{0-luminous.yaml 1-client.yaml 2-upgrade.yaml 3-client-upgrade.yaml 4-compat_client.yaml 5-client-sanity.yaml}} 3
Failure Reason:

Command failed on smithi187 with status 1: 'python -c \'\nimport glob\nimport re\nimport os\nimport subprocess\nimport time\n\ndef find_socket(client_name):\n for i in range(1, 10):\n asok_path = "/var/run/ceph/ceph-client.0.*.asok"\n files = glob.glob(asok_path)\n\n # Given a non-glob path, it better be there\n if "*" not in asok_path:\n assert(len(files) == 1)\n return files[0]\n\n for f in files:\n pid = re.match(".*\\.(\\d+)\\.asok$", f).group(1)\n if os.path.exists("/proc/{0}".format(pid)):\n return f\n time.sleep(1) # may not be created yet\n\n raise RuntimeError("Client socket {0} not found".format(client_name))\n\nprint find_socket("client.0")\n\''

fail 2733504 2018-07-03 22:37:35 2018-07-03 22:38:33 2018-07-04 00:50:36 2:12:03 0:10:10 2:01:53 smithi master fs:upgrade:featureful_client:upgraded_client/{bluestore.yaml clusters/1-mds-2-client-micro.yaml overrides/{debug.yaml frag_enable.yaml multimds/yes.yaml whitelist_health.yaml whitelist_wrongly_marked_down.yaml} tasks/{0-luminous.yaml 1-client.yaml 2-upgrade.yaml 3-client-upgrade.yaml 4-compat_client.yaml 5-client-sanity.yaml}} 3
Failure Reason:

Command failed on smithi071 with status 1: 'python -c \'\nimport glob\nimport re\nimport os\nimport subprocess\nimport time\n\ndef find_socket(client_name):\n for i in range(1, 10):\n asok_path = "/var/run/ceph/ceph-client.0.*.asok"\n files = glob.glob(asok_path)\n\n # Given a non-glob path, it better be there\n if "*" not in asok_path:\n assert(len(files) == 1)\n return files[0]\n\n for f in files:\n pid = re.match(".*\\.(\\d+)\\.asok$", f).group(1)\n if os.path.exists("/proc/{0}".format(pid)):\n return f\n time.sleep(1) # may not be created yet\n\n raise RuntimeError("Client socket {0} not found".format(client_name))\n\nprint find_socket("client.0")\n\''