{
    "tester_host": "perf-alma8",
    "start_time": 1719392482.05098,
    "elapsed_time": 14146.017435,
    "tests": {
        "test1": {
            "name": "test1",
            "description": "Build core-image-sato",
            "status": "SUCCESS",
            "start_time": 1719392482.051097,
            "elapsed_time": 5161.092505,
            "measurements": {
                "build": {
                    "type": "sysres",
                    "name": "build",
                    "legend": "bitbake core-image-sato",
                    "values": {
                        "start_time": 1719392550.822578,
                        "elapsed_time": 4923.297677,
                        "rusage": {
                            "ru_utime": 57.149722,
                            "ru_stime": 6.74302,
                            "ru_maxrss": 57524,
                            "ru_minflt": 47841,
                            "ru_majflt": 47,
                            "ru_inblock": 40552,
                            "ru_oublock": 6624,
                            "ru_nvcsw": 381452,
                            "ru_nivcsw": 960
                        },
                        "iostat": {
                            "rchar": 102291195,
                            "wchar": 5674007,
                            "syscr": 340810,
                            "syscw": 57694,
                            "read_bytes": 20762624,
                            "write_bytes": 3391488,
                            "cancelled_write_bytes": 0
                        }
                    }
                },
                "tmpdir": {
                    "type": "diskusage",
                    "name": "tmpdir",
                    "legend": "tmpdir",
                    "values": {
                        "size": 97215652
                    }
                },
                "rootfs": {
                    "type": "diskusage",
                    "name": "rootfs",
                    "legend": "rootfs",
                    "values": {
                        "size": 350350
                    }
                }
            }
        },
        "test12": {
            "name": "test12",
            "description": "Build virtual/kernel",
            "status": "SUCCESS",
            "start_time": 1719397643.143825,
            "elapsed_time": 904.054754,
            "measurements": {
                "build": {
                    "type": "sysres",
                    "name": "build",
                    "legend": "bitbake virtual/kernel",
                    "values": {
                        "start_time": 1719397770.723771,
                        "elapsed_time": 776.468165,
                        "rusage": {
                            "ru_utime": 3.550376,
                            "ru_stime": 0.550808,
                            "ru_maxrss": 90940,
                            "ru_minflt": 15357,
                            "ru_majflt": 47,
                            "ru_inblock": 40960,
                            "ru_oublock": 272,
                            "ru_nvcsw": 23206,
                            "ru_nivcsw": 192
                        },
                        "iostat": {
                            "rchar": 13187906,
                            "wchar": 98816,
                            "syscr": 13655,
                            "syscw": 249,
                            "read_bytes": 20971520,
                            "write_bytes": 139264,
                            "cancelled_write_bytes": 0
                        }
                    }
                }
            }
        },
        "test13": {
            "name": "test13",
            "description": "Build core-image-sato with rm_work enabled",
            "status": "SUCCESS",
            "start_time": 1719398547.198758,
            "elapsed_time": 7534.427553,
            "measurements": {
                "build": {
                    "type": "sysres",
                    "name": "build",
                    "legend": "bitbakecore-image-sato",
                    "values": {
                        "start_time": 1719401147.977284,
                        "elapsed_time": 4929.019564,
                        "rusage": {
                            "ru_utime": 59.037595,
                            "ru_stime": 7.292118,
                            "ru_maxrss": 91772,
                            "ru_minflt": 55807,
                            "ru_majflt": 47,
                            "ru_inblock": 42208,
                            "ru_oublock": 7096,
                            "ru_nvcsw": 384831,
                            "ru_nivcsw": 1169
                        },
                        "iostat": {
                            "rchar": 105383875,
                            "wchar": 6131136,
                            "syscr": 351183,
                            "syscw": 62290,
                            "read_bytes": 21610496,
                            "write_bytes": 3633152,
                            "cancelled_write_bytes": 0
                        }
                    }
                },
                "tmpdir": {
                    "type": "diskusage",
                    "name": "tmpdir",
                    "legend": "tmpdir",
                    "values": {
                        "size": 17388436
                    }
                }
            }
        },
        "test2": {
            "name": "test2",
            "description": "Run core-image-sato do_rootfs with sstate",
            "status": "ERROR",
            "start_time": 1719406081.626554,
            "elapsed_time": 107.052061,
            "measurements": {},
            "message": "Command '['bitbake', 'core-image-sato']' returned non-zero exit status 1 with output: \n... (last 40 lines of output)\n     0027:    bb.note(\"Executing '%s' ...\" % index_cmd)\n *** 0028:    result = subprocess.check_output(index_cmd, stderr=subprocess.STDOUT, shell=True).decode(\"utf-8\")\n     0029:    if result:\n     0030:        bb.note(result)\n     0031:\n     0032:def opkg_query(cmd_output):\nFile: '/home/pokybuild/yocto-worker/buildperf-alma8/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.12/subprocess.py', lineno: 466, function: check_output\n     0462:        else:\n     0463:            empty = b''\n     0464:        kwargs['input'] = empty\n     0465:\n *** 0466:    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n     0467:               **kwargs).stdout\n     0468:\n     0469:\n     0470:class CompletedProcess(object):\nFile: '/home/pokybuild/yocto-worker/buildperf-alma8/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.12/subprocess.py', lineno: 571, function: run\n     0567:            # We don't call process.wait() as .__exit__ does that for us.\n     0568:            raise\n     0569:        retcode = process.poll()\n     0570:        if check and retcode:\n *** 0571:            raise CalledProcessError(retcode, process.args,\n     0572:                                     output=stdout, stderr=stderr)\n     0573:    return CompletedProcess(process.args, retcode, stdout, stderr)\n     0574:\n     0575:\nException: subprocess.CalledProcessError: Command '/home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/recipe-sysroot-native/usr/bin/createrepo_c --update -q /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/oe-rootfs-repo' returned non-zero exit status 2.\n\nERROR: Logfile of failure stored in: /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/temp/log.do_rootfs.3334784\nNOTE: recipe core-image-sato-1.0-r0: task do_rootfs: Failed\nERROR: Task (/home/pokybuild/yocto-worker/buildperf-alma8/build/meta/recipes-sato/images/core-image-sato.bb:do_rootfs) failed with exit code '1'\nNOTE: Tasks Summary: Attempted 9569 tasks of which 9567 didn't need to be rerun and 1 failed.\nNOTE: The errors for this build are stored in /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/log/error-report/error_report_20240626124848.txt\nYou can send the errors to a reports server by running:\n  send-error-report /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/log/error-report/error_report_20240626124848.txt [-s server]\nNOTE: The contents of these logs will be posted in public if you use the above command with the default server. Please ensure you remove any identifying or proprietary information when prompted before sending.\n\nSummary: 1 task failed:\n  /home/pokybuild/yocto-worker/buildperf-alma8/build/meta/recipes-sato/images/core-image-sato.bb:do_rootfs\nSummary: There was 1 ERROR message, returning a non-zero exit code.",
            "err_type": "CommandError",
            "err_output": "Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/buildperf-alma8/build/meta/lib/oeqa/buildperf/test_basic.py\", line 68, in test2\n    self.run_cmd(['bitbake', self.build_target])\n  File \"/home/pokybuild/yocto-worker/buildperf-alma8/build/meta/lib/oeqa/buildperf/base.py\", line 296, in run_cmd\n    runCmd2(cmd)\n  File \"/home/pokybuild/yocto-worker/buildperf-alma8/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise CommandError(result.status, command, exc_output)\noeqa.utils.CommandError: Command '['bitbake', 'core-image-sato']' returned non-zero exit status 1 with output: \n... (last 40 lines of output)\n     0027:    bb.note(\"Executing '%s' ...\" % index_cmd)\n *** 0028:    result = subprocess.check_output(index_cmd, stderr=subprocess.STDOUT, shell=True).decode(\"utf-8\")\n     0029:    if result:\n     0030:        bb.note(result)\n     0031:\n     0032:def opkg_query(cmd_output):\nFile: '/home/pokybuild/yocto-worker/buildperf-alma8/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.12/subprocess.py', lineno: 466, function: check_output\n     0462:        else:\n     0463:            empty = b''\n     0464:        kwargs['input'] = empty\n     0465:\n *** 0466:    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n     0467:               **kwargs).stdout\n     0468:\n     0469:\n     0470:class CompletedProcess(object):\nFile: '/home/pokybuild/yocto-worker/buildperf-alma8/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.12/subprocess.py', lineno: 571, function: run\n     0567:            # We don't call process.wait() as .__exit__ does that for us.\n     0568:            raise\n     0569:        retcode = process.poll()\n     0570:        if check and retcode:\n *** 0571:            raise CalledProcessError(retcode, process.args,\n     0572:                                     output=stdout, stderr=stderr)\n     0573:    return CompletedProcess(process.args, retcode, stdout, stderr)\n     0574:\n     0575:\nException: subprocess.CalledProcessError: Command '/home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/recipe-sysroot-native/usr/bin/createrepo_c --update -q /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/oe-rootfs-repo' returned non-zero exit status 2.\n\nERROR: Logfile of failure stored in: /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/temp/log.do_rootfs.3334784\nNOTE: recipe core-image-sato-1.0-r0: task do_rootfs: Failed\nERROR: Task (/home/pokybuild/yocto-worker/buildperf-alma8/build/meta/recipes-sato/images/core-image-sato.bb:do_rootfs) failed with exit code '1'\nNOTE: Tasks Summary: Attempted 9569 tasks of which 9567 didn't need to be rerun and 1 failed.\nNOTE: The errors for this build are stored in /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/log/error-report/error_report_20240626124848.txt\nYou can send the errors to a reports server by running:\n  send-error-report /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/log/error-report/error_report_20240626124848.txt [-s server]\nNOTE: The contents of these logs will be posted in public if you use the above command with the default server. Please ensure you remove any identifying or proprietary information when prompted before sending.\n\nSummary: 1 task failed:\n  /home/pokybuild/yocto-worker/buildperf-alma8/build/meta/recipes-sato/images/core-image-sato.bb:do_rootfs\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n"
        },
        "test3": {
            "name": "test3",
            "description": "Bitbake parsing (bitbake -p)",
            "status": "SUCCESS",
            "start_time": 1719406188.678766,
            "elapsed_time": 56.777851,
            "measurements": {
                "parse_1": {
                    "type": "sysres",
                    "name": "parse_1",
                    "legend": "bitbake -p (no caches)",
                    "values": {
                        "start_time": 1719406188.724236,
                        "elapsed_time": 27.562464,
                        "rusage": {
                            "ru_utime": 0.9660799999999999,
                            "ru_stime": 0.119474,
                            "ru_maxrss": 125092,
                            "ru_minflt": 14567,
                            "ru_majflt": 0,
                            "ru_inblock": 0,
                            "ru_oublock": 144,
                            "ru_nvcsw": 550,
                            "ru_nivcsw": 11
                        },
                        "iostat": {
                            "rchar": 10416148,
                            "wchar": 77609,
                            "syscr": 1256,
                            "syscw": 32,
                            "read_bytes": 0,
                            "write_bytes": 73728,
                            "cancelled_write_bytes": 0
                        }
                    }
                },
                "parse_2": {
                    "type": "sysres",
                    "name": "parse_2",
                    "legend": "bitbake -p (no tmp/cache)",
                    "values": {
                        "start_time": 1719406216.306109,
                        "elapsed_time": 24.731996,
                        "rusage": {
                            "ru_utime": 0.781893,
                            "ru_stime": 0.084358,
                            "ru_maxrss": 125092,
                            "ru_minflt": 12738,
                            "ru_majflt": 0,
                            "ru_inblock": 0,
                            "ru_oublock": 144,
                            "ru_nvcsw": 487,
                            "ru_nivcsw": 4
                        },
                        "iostat": {
                            "rchar": 10416148,
                            "wchar": 77609,
                            "syscr": 1256,
                            "syscw": 32,
                            "read_bytes": 0,
                            "write_bytes": 73728,
                            "cancelled_write_bytes": 0
                        }
                    }
                },
                "parse_3": {
                    "type": "sysres",
                    "name": "parse_3",
                    "legend": "bitbake -p (cached)",
                    "values": {
                        "start_time": 1719406241.057062,
                        "elapsed_time": 4.388748,
                        "rusage": {
                            "ru_utime": 1.546746,
                            "ru_stime": 0.179006,
                            "ru_maxrss": 125100,
                            "ru_minflt": 18293,
                            "ru_majflt": 0,
                            "ru_inblock": 0,
                            "ru_oublock": 144,
                            "ru_nvcsw": 4882,
                            "ru_nivcsw": 6
                        },
                        "iostat": {
                            "rchar": 10654638,
                            "wchar": 77484,
                            "syscr": 4800,
                            "syscw": 30,
                            "read_bytes": 0,
                            "write_bytes": 73728,
                            "cancelled_write_bytes": 0
                        }
                    }
                }
            }
        },
        "test4": {
            "name": "test4",
            "description": "eSDK metrics",
            "status": "ERROR",
            "start_time": 1719406245.456987,
            "elapsed_time": 382.611187,
            "measurements": {},
            "message": "Command '['bitbake', '-c', 'do_populate_sdk_ext', 'core-image-sato']' returned non-zero exit status 1 with output: \n... (last 40 lines of output)\n     0463:            empty = b''\n     0464:        kwargs['input'] = empty\n     0465:\n *** 0466:    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n     0467:               **kwargs).stdout\n     0468:\n     0469:\n     0470:class CompletedProcess(object):\nFile: '/home/pokybuild/yocto-worker/buildperf-alma8/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.12/subprocess.py', lineno: 571, function: run\n     0567:            # We don't call process.wait() as .__exit__ does that for us.\n     0568:            raise\n     0569:        retcode = process.poll()\n     0570:        if check and retcode:\n *** 0571:            raise CalledProcessError(retcode, process.args,\n     0572:                                     output=stdout, stderr=stderr)\n     0573:    return CompletedProcess(process.args, retcode, stdout, stderr)\n     0574:\n     0575:\nException: subprocess.CalledProcessError: Command '/home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/recipe-sysroot-native/usr/bin/createrepo_c --update -q /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/oe-rootfs-repo' returned non-zero exit status 2.\n\nERROR: Logfile of failure stored in: /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/temp/log.do_rootfs.3353421\nNOTE: recipe core-image-sato-1.0-r0: task do_rootfs: Failed\nERROR: Task (/home/pokybuild/yocto-worker/buildperf-alma8/build/meta/recipes-sato/images/core-image-sato.bb:do_rootfs) failed with exit code '1'\nNOTE: recipe meta-environment-extsdk-qemux86-1.0-r0: task do_package_write_rpm: Succeeded\nNOTE: recipe nativesdk-qemuwrapper-cross-1.0-r0: task do_package_write_rpm: Succeeded\nNOTE: recipe rpcsvc-proto-native-1.4.4-r0: task do_configure: Succeeded\nNOTE: recipe nativesdk-linux-libc-headers-6.9-r0: task do_install: Succeeded\nNOTE: recipe texinfo-native-7.1-r0: task do_configure: Succeeded\nNOTE: recipe binutils-crosssdk-x86_64-pokysdk-linux-2.42-r0: task do_compile: Succeeded\nNOTE: recipe gdb-cross-i686-14.2-r0: task do_compile: Succeeded\nNOTE: recipe python3-cython-native-3.0.10-r0: task do_compile: Succeeded\nNOTE: Tasks Summary: Attempted 10199 tasks of which 9751 didn't need to be rerun and 1 failed.\nNOTE: The errors for this build are stored in /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/log/error-report/error_report_20240626125104.txt\nYou can send the errors to a reports server by running:\n  send-error-report /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/log/error-report/error_report_20240626125104.txt [-s server]\nNOTE: The contents of these logs will be posted in public if you use the above command with the default server. Please ensure you remove any identifying or proprietary information when prompted before sending.\n\nSummary: 1 task failed:\n  /home/pokybuild/yocto-worker/buildperf-alma8/build/meta/recipes-sato/images/core-image-sato.bb:do_rootfs\nSummary: There was 1 ERROR message, returning a non-zero exit code.",
            "err_type": "CommandError",
            "err_output": "Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/buildperf-alma8/build/meta/lib/oeqa/buildperf/test_basic.py\", line 100, in test4\n    self.run_cmd(['bitbake', '-c', 'do_populate_sdk_ext',\n  File \"/home/pokybuild/yocto-worker/buildperf-alma8/build/meta/lib/oeqa/buildperf/base.py\", line 296, in run_cmd\n    runCmd2(cmd)\n  File \"/home/pokybuild/yocto-worker/buildperf-alma8/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise CommandError(result.status, command, exc_output)\noeqa.utils.CommandError: Command '['bitbake', '-c', 'do_populate_sdk_ext', 'core-image-sato']' returned non-zero exit status 1 with output: \n... (last 40 lines of output)\n     0463:            empty = b''\n     0464:        kwargs['input'] = empty\n     0465:\n *** 0466:    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n     0467:               **kwargs).stdout\n     0468:\n     0469:\n     0470:class CompletedProcess(object):\nFile: '/home/pokybuild/yocto-worker/buildperf-alma8/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.12/subprocess.py', lineno: 571, function: run\n     0567:            # We don't call process.wait() as .__exit__ does that for us.\n     0568:            raise\n     0569:        retcode = process.poll()\n     0570:        if check and retcode:\n *** 0571:            raise CalledProcessError(retcode, process.args,\n     0572:                                     output=stdout, stderr=stderr)\n     0573:    return CompletedProcess(process.args, retcode, stdout, stderr)\n     0574:\n     0575:\nException: subprocess.CalledProcessError: Command '/home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/recipe-sysroot-native/usr/bin/createrepo_c --update -q /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/oe-rootfs-repo' returned non-zero exit status 2.\n\nERROR: Logfile of failure stored in: /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/work/qemux86-poky-linux/core-image-sato/1.0/temp/log.do_rootfs.3353421\nNOTE: recipe core-image-sato-1.0-r0: task do_rootfs: Failed\nERROR: Task (/home/pokybuild/yocto-worker/buildperf-alma8/build/meta/recipes-sato/images/core-image-sato.bb:do_rootfs) failed with exit code '1'\nNOTE: recipe meta-environment-extsdk-qemux86-1.0-r0: task do_package_write_rpm: Succeeded\nNOTE: recipe nativesdk-qemuwrapper-cross-1.0-r0: task do_package_write_rpm: Succeeded\nNOTE: recipe rpcsvc-proto-native-1.4.4-r0: task do_configure: Succeeded\nNOTE: recipe nativesdk-linux-libc-headers-6.9-r0: task do_install: Succeeded\nNOTE: recipe texinfo-native-7.1-r0: task do_configure: Succeeded\nNOTE: recipe binutils-crosssdk-x86_64-pokysdk-linux-2.42-r0: task do_compile: Succeeded\nNOTE: recipe gdb-cross-i686-14.2-r0: task do_compile: Succeeded\nNOTE: recipe python3-cython-native-3.0.10-r0: task do_compile: Succeeded\nNOTE: Tasks Summary: Attempted 10199 tasks of which 9751 didn't need to be rerun and 1 failed.\nNOTE: The errors for this build are stored in /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/log/error-report/error_report_20240626125104.txt\nYou can send the errors to a reports server by running:\n  send-error-report /home/pokybuild/build-perf-test/build-ac40cb5ee2-20240626090044/tmp/log/error-report/error_report_20240626125104.txt [-s server]\nNOTE: The contents of these logs will be posted in public if you use the above command with the default server. Please ensure you remove any identifying or proprietary information when prompted before sending.\n\nSummary: 1 task failed:\n  /home/pokybuild/yocto-worker/buildperf-alma8/build/meta/recipes-sato/images/core-image-sato.bb:do_rootfs\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n"
        }
    }
}