{
 "oeselftest_debian-12_qemux86-64_20250702053853": {
  "configuration": {
   "HOST_DISTRO": "debian-12",
   "HOST_NAME": "debian12-vk-9",
   "LAYERS": {
    "meta": {
     "branch": "yoe/mut",
     "commit": "7527764083f59ce58128f5c067f08d7059548c6f",
     "commit_count": 79014,
     "commit_time": 1751428515
    },
    "meta-poky": {
     "branch": "yoe/mut",
     "commit": "7527764083f59ce58128f5c067f08d7059548c6f",
     "commit_count": 79014,
     "commit_time": 1751428515
    },
    "meta-selftest": {
     "branch": "master",
     "commit": "20d2d61187e43b5e2166f89f32c8f6a48caa708d",
     "commit_count": 1,
     "commit_time": 1751434736
    },
    "meta-yocto-bsp": {
     "branch": "yoe/mut",
     "commit": "7527764083f59ce58128f5c067f08d7059548c6f",
     "commit_count": 79014,
     "commit_time": 1751428515
    }
   },
   "MACHINE": "qemux86-64",
   "OESELFTEST_METADATA": {
    "exclude_tags": null,
    "run_all_tests": false,
    "run_tests": [
     "reproducible"
    ],
    "select_tags": null,
    "skips": null
   },
   "STARTTIME": "20250702053853",
   "TEST_TYPE": "oeselftest"
  },
  "result": {
   "reproducible": {
    "files": {}
   },
   "reproducible.DiffoscopeTests.test_diffoscope": {
    "duration": 2.3023245334625244,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/selftest/cases/reproducible.py\", line 111, in test_diffoscope\n    bitbake(\"diffoscope-native -c addto_recipe_sysroot\")\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  diffoscope-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 1087, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 1058, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 802, in check_sanity_version_change\n    status.addresult(check_cpp_toolchain_flag(d, \"-lstdc++\"))\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 624, in check_cpp_toolchain_flag\n    subprocess.run(cmd, input=cpp_code, capture_output=True, text=True, check=True)\n  File \"/usr/lib/python3.11/subprocess.py\", line 548, in run\n    with Popen(*popenargs, **kwargs) as process:\n         ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 1024, in __init__\n    self._execute_child(args, executable, preexec_fn, close_fds,\n  File \"/usr/lib/python3.11/subprocess.py\", line 1901, in _execute_child\n    raise child_exception_type(errno_num, err_msg, err_filename)\nFileNotFoundError: [Errno 2] No such file or directory: '-x'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 1087, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 1058, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 802, in check_sanity_version_change\n    status.addresult(check_cpp_toolchain_flag(d, \"-lstdc++\"))\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 624, in check_cpp_toolchain_flag\n    subprocess.run(cmd, input=cpp_code, capture_output=True, text=True, check=True)\n  File \"/usr/lib/python3.11/subprocess.py\", line 548, in run\n    with Popen(*popenargs, **kwargs) as process:\n         ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 1024, in __init__\n    self._execute_child(args, executable, preexec_fn, close_fds,\n  File \"/usr/lib/python3.11/subprocess.py\", line 1901, in _execute_child\n    raise child_exception_type(errno_num, err_msg, err_filename)\nFileNotFoundError: [Errno 2] No such file or directory: '-x'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "reproducible.ReproducibleTests.test_reproducible_builds": {
    "duration": 3.3337650299072266,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/selftest/cases/reproducible.py\", line 318, in test_reproducible_builds\n    bitbake(\"diffoscope-native diffutils-native jquery-native -c addto_recipe_sysroot\")\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  diffoscope-native diffutils-native jquery-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 1087, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 1058, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 802, in check_sanity_version_change\n    status.addresult(check_cpp_toolchain_flag(d, \"-lstdc++\"))\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 624, in check_cpp_toolchain_flag\n    subprocess.run(cmd, input=cpp_code, capture_output=True, text=True, check=True)\n  File \"/usr/lib/python3.11/subprocess.py\", line 548, in run\n    with Popen(*popenargs, **kwargs) as process:\n         ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 1024, in __init__\n    self._execute_child(args, executable, preexec_fn, close_fds,\n  File \"/usr/lib/python3.11/subprocess.py\", line 1901, in _execute_child\n    raise child_exception_type(errno_num, err_msg, err_filename)\nFileNotFoundError: [Errno 2] No such file or directory: '-x'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 1087, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 1058, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 802, in check_sanity_version_change\n    status.addresult(check_cpp_toolchain_flag(d, \"-lstdc++\"))\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/classes-global/sanity.bbclass\", line 624, in check_cpp_toolchain_flag\n    subprocess.run(cmd, input=cpp_code, capture_output=True, text=True, check=True)\n  File \"/usr/lib/python3.11/subprocess.py\", line 548, in run\n    with Popen(*popenargs, **kwargs) as process:\n         ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/subprocess.py\", line 1024, in __init__\n    self._execute_child(args, executable, preexec_fn, close_fds,\n  File \"/usr/lib/python3.11/subprocess.py\", line 1901, in _execute_child\n    raise child_exception_type(errno_num, err_msg, err_filename)\nFileNotFoundError: [Errno 2] No such file or directory: '-x'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   }
  }
 }
}