{
  "builder": {
    "id": ""
  },
  "buildType": "https://mobyproject.org/buildkit@v1",
  "materials": [
    {
      "uri": "pkg:docker/python@3.13-slim-bookworm?platform=linux%2Famd64",
      "digest": {
        "sha256": "bb73517d48bd32016e15eade0c009b2724ec3a025a9975b5cd9b251d0dcadb33"
      }
    },
    {
      "uri": "pkg:docker/ghcr.io/astral-sh/uv@0.9.24?platform=linux%2Famd64",
      "digest": {
        "sha256": "816fdce3387ed2142e37d2e56e1b1b97ccc1ea87731ba199dc8a25c04e4997c5"
      }
    }
  ],
  "invocation": {
    "configSource": {
      "entryPoint": "Dockerfile"
    },
    "parameters": {
      "frontend": "dockerfile.v0",
      "args": {
        "label:com.docker.compose.project": "honcho",
        "label:com.docker.compose.service": "deriver",
        "label:com.docker.compose.version": "5.1.0",
        "no-cache": ""
      },
      "locals": [
        {
          "name": "context"
        },
        {
          "name": "dockerfile"
        }
      ]
    },
    "environment": {
      "platform": "linux/amd64"
    }
  },
  "buildConfig": {
    "llbDefinition": [
      {
        "id": "step0",
        "op": {
          "Op": {
            "source": {
              "identifier": "docker-image://docker.io/library/python:3.13-slim-bookworm@sha256:bb73517d48bd32016e15eade0c009b2724ec3a025a9975b5cd9b251d0dcadb33",
              "attrs": {
                "image.resolvemode": "local"
              }
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        }
      },
      {
        "id": "step1",
        "op": {
          "Op": {
            "source": {
              "identifier": "docker-image://ghcr.io/astral-sh/uv:0.9.24@sha256:816fdce3387ed2142e37d2e56e1b1b97ccc1ea87731ba199dc8a25c04e4997c5",
              "attrs": {
                "image.resolvemode": "local"
              }
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        }
      },
      {
        "id": "step2",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/uv",
                      "dest": "/bin/uv",
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step0:0",
          "step1:0"
        ]
      },
      {
        "id": "step3",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": -1,
                  "output": 0,
                  "Action": {
                    "mkdir": {
                      "path": "/app",
                      "mode": 493,
                      "makeParents": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step2:0"
        ]
      },
      {
        "id": "step4",
        "op": {
          "Op": {
            "source": {
              "identifier": "local://context",
              "attrs": {
                "local.excludepatterns": "[\"fly.toml\",\".env\",\".env.template\",\"*.md\",\"docs/**\",\".DS_Store\",\"supabase/**\",\"LICENSE\",\"__pycache__\",\"docker-compose.yml.example\",\".github/**\",\".vscode/**\",\"data/**\",\".venv\"]",
                "local.followpaths": "[\"alembic.ini\",\"config.toml*\",\"docker\",\"migrations\",\"pyproject.toml\",\"scripts\",\"src\",\"uv.lock\"]",
                "local.sharedkeyhint": "context"
              }
            }
          },
          "constraints": {}
        }
      },
      {
        "id": "step5",
        "op": {
          "Op": {
            "exec": {
              "meta": {
                "args": [
                  "/bin/sh",
                  "-c",
                  "uv sync --frozen --no-install-project --no-group dev"
                ],
                "env": [
                  "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                  "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305",
                  "PYTHON_VERSION=3.13.13",
                  "PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a71",
                  "UV_COMPILE_BYTECODE=1",
                  "UV_LINK_MODE=copy",
                  "PYTHONDONTWRITEBYTECODE=1",
                  "PYTHONUNBUFFERED=1"
                ],
                "cwd": "/app",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                },
                {
                  "input": 1,
                  "selector": "/pyproject.toml",
                  "dest": "/app/pyproject.toml",
                  "output": -1,
                  "readonly": true
                },
                {
                  "input": 1,
                  "selector": "/uv.lock",
                  "dest": "/app/uv.lock",
                  "output": -1,
                  "readonly": true
                },
                {
                  "input": -1,
                  "dest": "/root/.cache/uv",
                  "output": -1,
                  "mountType": 3,
                  "cacheOpt": {
                    "ID": "//root/.cache/uv"
                  }
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step3:0",
          "step4:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-04-29T03:01:58.889802168+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:02:14.913457516+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:02:32.923554255+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:02:52.968375047+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:03:09.003828138+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:03:32.09632706+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 94.49,
            "nice": 0,
            "system": 34.22,
            "idle": 179.58,
            "iowait": 29.32,
            "irq": 0,
            "softirq": 7.37,
            "steal": 66.75,
            "guest": 0,
            "guestNice": 0
          }
        }
      },
      {
        "id": "step6",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": -1,
                  "Action": {
                    "copy": {
                      "src": "/uv.lock",
                      "dest": "/app/",
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                },
                {
                  "input": 2,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/pyproject.toml",
                      "dest": "/app/",
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step5:0",
          "step4:0"
        ]
      },
      {
        "id": "step7",
        "op": {
          "Op": {
            "exec": {
              "meta": {
                "args": [
                  "/bin/sh",
                  "-c",
                  "uv sync --frozen --no-group dev"
                ],
                "env": [
                  "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                  "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305",
                  "PYTHON_VERSION=3.13.13",
                  "PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a71",
                  "UV_COMPILE_BYTECODE=1",
                  "UV_LINK_MODE=copy",
                  "PYTHONDONTWRITEBYTECODE=1",
                  "PYTHONUNBUFFERED=1"
                ],
                "cwd": "/app",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                },
                {
                  "input": -1,
                  "dest": "/root/.cache/uv",
                  "output": -1,
                  "mountType": 3,
                  "cacheOpt": {
                    "ID": "//root/.cache/uv"
                  }
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step6:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-04-29T03:03:34.996641141+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:03:35.938347203+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 3.56,
            "nice": 0,
            "system": 2.02,
            "idle": 4.34,
            "iowait": 0.4,
            "irq": 0,
            "softirq": 0.14,
            "steal": 2.57,
            "guest": 0,
            "guestNice": 0
          }
        }
      },
      {
        "id": "step8",
        "op": {
          "Op": {
            "exec": {
              "meta": {
                "args": [
                  "/bin/sh",
                  "-c",
                  "addgroup --system app \u0026\u0026 adduser --system --group app \u0026\u0026 mkdir -p /tmp/uv-cache \u0026\u0026 chown -R app:app /app /tmp/uv-cache"
                ],
                "env": [
                  "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305",
                  "PYTHON_VERSION=3.13.13",
                  "PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a71",
                  "UV_COMPILE_BYTECODE=1",
                  "UV_LINK_MODE=copy",
                  "PYTHONDONTWRITEBYTECODE=1",
                  "PYTHONUNBUFFERED=1",
                  "PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                  "HOME=/app",
                  "UV_CACHE_DIR=/tmp/uv-cache"
                ],
                "cwd": "/app",
                "removeMountStubsRecursive": true
              },
              "mounts": [
                {
                  "dest": "/"
                }
              ]
            }
          },
          "platform": {
            "Architecture": "amd64",
            "OS": "linux"
          },
          "constraints": {}
        },
        "inputs": [
          "step7:0"
        ],
        "resourceUsage": {
          "samples": [
            {
              "timestamp": "2026-04-29T03:03:38.163906613+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:03:46.167818812+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:03:54.170583185+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:04:04.174307967+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:04:12.177375155+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:04:24.185052234+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:04:32.194055975+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:04:40.197869838+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:04:48.211387879+08:00",
              "pidsStat": {},
              "netStat": {}
            },
            {
              "timestamp": "2026-04-29T03:04:51.347272771+08:00",
              "pidsStat": {},
              "netStat": {}
            }
          ],
          "sysCPUStat": {
            "user": 18.96,
            "nice": 0,
            "system": 23.37,
            "idle": 194.15,
            "iowait": 52.72,
            "irq": 0,
            "softirq": 5.2,
            "steal": 32.48,
            "guest": 0,
            "guestNice": 0
          }
        }
      },
      {
        "id": "step9",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/src",
                      "dest": "/app/src/",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step8:0",
          "step4:0"
        ]
      },
      {
        "id": "step10",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/migrations",
                      "dest": "/app/migrations/",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step9:0",
          "step4:0"
        ]
      },
      {
        "id": "step11",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/scripts",
                      "dest": "/app/scripts/",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step10:0",
          "step4:0"
        ]
      },
      {
        "id": "step12",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/docker",
                      "dest": "/app/docker/",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step11:0",
          "step4:0"
        ]
      },
      {
        "id": "step13",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/alembic.ini",
                      "dest": "/app/alembic.ini",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step12:0",
          "step4:0"
        ]
      },
      {
        "id": "step14",
        "op": {
          "Op": {
            "file": {
              "actions": [
                {
                  "input": 0,
                  "secondaryInput": 1,
                  "output": 0,
                  "Action": {
                    "copy": {
                      "src": "/config.toml*",
                      "dest": "/app/",
                      "owner": {
                        "user": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        },
                        "group": {
                          "User": {
                            "byName": {
                              "name": "app"
                            }
                          }
                        }
                      },
                      "mode": -1,
                      "followSymlink": true,
                      "dirCopyContents": true,
                      "createDestPath": true,
                      "allowWildcard": true,
                      "allowEmptyWildcard": true,
                      "timestamp": -1
                    }
                  }
                }
              ]
            }
          },
          "constraints": {}
        },
        "inputs": [
          "step13:0",
          "step4:0"
        ]
      },
      {
        "id": "step15",
        "op": {
          "Op": {}
        },
        "inputs": [
          "step14:0"
        ]
      }
    ],
    "digestMapping": {
      "sha256:1bb68c96e711d2c3fe19c16d66e822bfb5eb7d418294d05fe30cac5a55c3a52e": "step1",
      "sha256:1e2a27c49ab977bd0784ac3157d6d25c4a1b423a9986df9b2bca1d69bdd6cb3a": "step6",
      "sha256:44783a3565b7becedfe3028a7cb82d716a40a1d4a85601428a6a516a46242bdb": "step13",
      "sha256:54fddd5507a5d85135d4f1f1f59c303a5f5a552f592e3aa27e79ff2f1eed0305": "step9",
      "sha256:71d784d5a9804c7a0c5f0ac685d0d2a101e15280376be2c5b6ba09234a0f93ae": "step2",
      "sha256:725e2822dad418a9c38d44cf5fbc69b792b4b5a7c9cfda738b56a31cb8ce49f0": "step4",
      "sha256:7c22c69d1eaa18640833a265a6d6b18e5f60b5cd375ca02596aded98e42e519e": "step8",
      "sha256:9d14e7ea3c1b273a47d93cf240c7e93cc72c7647a111b4b2558d98784b29f602": "step5",
      "sha256:9d952a39a897806f72b44b67d05f054b78d56d7f8e7feec0b331b9ecfb1412d4": "step7",
      "sha256:ac0913a4357d7bd415654847d4d362d05c2462e36df584e36862758af3184d35": "step12",
      "sha256:ae226fb77d6347c5dd43135b41e99638a7ab660366c492d7c941dca591ed00ec": "step11",
      "sha256:b8d632cd5c4c8ffdefede706742069b3d5bf17ce87961410b5e8be7317ff6d93": "step0",
      "sha256:bf24d1a69e1482145ee33a6e51aca1bfb7061215f738be94fdf3742bc3b7543e": "step14",
      "sha256:c85586794d4817e17522d8491aa825d5df07bdc7a0a9f17f6af8ca57cdcbe6cd": "step15",
      "sha256:f7329fe1ef8bd7ca6716875b4a4654382b34c1c4632016cef04773903d61a390": "step3",
      "sha256:fe662a5ecbf634c96d3af6f6440a8219b253a00b7e81a9bfbf608eb9975ea95c": "step10"
    }
  },
  "metadata": {
    "buildInvocationID": "om5kzt3hq3wkyhyq7lj14qs90",
    "buildStartedOn": "2026-04-29T03:01:55.642814299+08:00",
    "buildFinishedOn": "2026-04-29T03:04:55.374113436+08:00",
    "completeness": {
      "parameters": true,
      "environment": true,
      "materials": false
    },
    "reproducible": false,
    "https://mobyproject.org/buildkit@v1#metadata": {
      "vcs": {
        "localdir:context": ".",
        "localdir:dockerfile": ".",
        "revision": "e659b6b31fddfd7d93d32a4463b444fb4f54c0d8",
        "source": "https://github.com/plastic-labs/honcho.git"
      },
      "source": {
        "locations": {
          "step0": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 3
                    },
                    "end": {
                      "line": 3
                    }
                  }
                ]
              }
            ]
          },
          "step1": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 5
                    },
                    "end": {
                      "line": 5
                    }
                  }
                ]
              }
            ]
          },
          "step10": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 42
                    },
                    "end": {
                      "line": 42
                    }
                  }
                ]
              }
            ]
          },
          "step11": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 43
                    },
                    "end": {
                      "line": 43
                    }
                  }
                ]
              }
            ]
          },
          "step12": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 44
                    },
                    "end": {
                      "line": 44
                    }
                  }
                ]
              }
            ]
          },
          "step13": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 45
                    },
                    "end": {
                      "line": 45
                    }
                  }
                ]
              }
            ]
          },
          "step14": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 47
                    },
                    "end": {
                      "line": 47
                    }
                  }
                ]
              }
            ]
          },
          "step2": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 5
                    },
                    "end": {
                      "line": 5
                    }
                  }
                ]
              }
            ]
          },
          "step3": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 8
                    },
                    "end": {
                      "line": 8
                    }
                  }
                ]
              }
            ]
          },
          "step4": {},
          "step5": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 21
                    },
                    "end": {
                      "line": 21
                    }
                  },
                  {
                    "start": {
                      "line": 22
                    },
                    "end": {
                      "line": 22
                    }
                  },
                  {
                    "start": {
                      "line": 23
                    },
                    "end": {
                      "line": 23
                    }
                  },
                  {
                    "start": {
                      "line": 24
                    },
                    "end": {
                      "line": 24
                    }
                  }
                ]
              }
            ]
          },
          "step6": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 27
                    },
                    "end": {
                      "line": 27
                    }
                  }
                ]
              }
            ]
          },
          "step7": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 30
                    },
                    "end": {
                      "line": 30
                    }
                  },
                  {
                    "start": {
                      "line": 31
                    },
                    "end": {
                      "line": 31
                    }
                  }
                ]
              }
            ]
          },
          "step8": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 39
                    },
                    "end": {
                      "line": 39
                    }
                  }
                ]
              }
            ]
          },
          "step9": {
            "locations": [
              {
                "ranges": [
                  {
                    "start": {
                      "line": 41
                    },
                    "end": {
                      "line": 41
                    }
                  }
                ]
              }
            ]
          }
        },
        "infos": [
          {
            "filename": "Dockerfile",
            "language": "Dockerfile",
            "data": "IyBodHRwczovL3B5dGhvbnNwZWVkLmNvbS9hcnRpY2xlcy9iYXNlLWltYWdlLXB5dGhvbi1kb2NrZXItaW1hZ2VzLwojIGh0dHBzOi8vdGVzdGRyaXZlbi5pby9ibG9nL2RvY2tlci1iZXN0LXByYWN0aWNlcy8KRlJPTSBweXRob246My4xMy1zbGltLWJvb2t3b3JtCgpDT1BZIC0tZnJvbT1naGNyLmlvL2FzdHJhbC1zaC91djowLjkuMjQgL3V2IC9iaW4vdXYKCiMgU2V0IFdvcmtpbmcgZGlyZWN0b3J5CldPUktESVIgL2FwcAoKIyBFbmFibGUgYnl0ZWNvZGUgY29tcGlsYXRpb24KRU5WIFVWX0NPTVBJTEVfQllURUNPREU9MQoKIyBDb3B5IGZyb20gdGhlIGNhY2hlIGluc3RlYWQgb2YgbGlua2luZyBzaW5jZSBpdCdzIGEgbW91bnRlZCB2b2x1bWUKRU5WIFVWX0xJTktfTU9ERT1jb3B5CgojIFB5dGhvbiBvcHRpbWl6YXRpb25zCkVOViBQWVRIT05ET05UV1JJVEVCWVRFQ09ERT0xCkVOViBQWVRIT05VTkJVRkZFUkVEPTEKCiMgSW5zdGFsbCB0aGUgcHJvamVjdCdzIGRlcGVuZGVuY2llcyB1c2luZyB0aGUgbG9ja2ZpbGUgYW5kIHNldHRpbmdzClJVTiAtLW1vdW50PXR5cGU9Y2FjaGUsdGFyZ2V0PS9yb290Ly5jYWNoZS91diBcCiAgICAtLW1vdW50PXR5cGU9YmluZCxzb3VyY2U9dXYubG9jayx0YXJnZXQ9dXYubG9jayBcCiAgICAtLW1vdW50PXR5cGU9YmluZCxzb3VyY2U9cHlwcm9qZWN0LnRvbWwsdGFyZ2V0PXB5cHJvamVjdC50b21sIFwKICAgIHV2IHN5bmMgLS1mcm96ZW4gLS1uby1pbnN0YWxsLXByb2plY3QgLS1uby1ncm91cCBkZXYKCiMgQ29weSBvbmx5IHJlcXVpcmVtZW50cyB0byBjYWNoZSB0aGVtIGluIGRvY2tlciBsYXllcgpDT1BZIHV2LmxvY2sgcHlwcm9qZWN0LnRvbWwgL2FwcC8KCiMgU3luYyB0aGUgcHJvamVjdApSVU4gLS1tb3VudD10eXBlPWNhY2hlLHRhcmdldD0vcm9vdC8uY2FjaGUvdXYgXAogICAgdXYgc3luYyAtLWZyb3plbiAtLW5vLWdyb3VwIGRldgoKIyBQbGFjZSBleGVjdXRhYmxlcyBpbiB0aGUgZW52aXJvbm1lbnQgYXQgdGhlIGZyb250IG9mIHRoZSBwYXRoCkVOViBQQVRIPSIvYXBwLy52ZW52L2JpbjokUEFUSCIKRU5WIEhPTUU9L2FwcApFTlYgVVZfQ0FDSEVfRElSPS90bXAvdXYtY2FjaGUKCiMgQ3JlYXRlIG5vbi1yb290IHVzZXIgYW5kIHNldCBvd25lcnNoaXAKUlVOIGFkZGdyb3VwIC0tc3lzdGVtIGFwcCAmJiBhZGR1c2VyIC0tc3lzdGVtIC0tZ3JvdXAgYXBwICYmIG1rZGlyIC1wIC90bXAvdXYtY2FjaGUgJiYgY2hvd24gLVIgYXBwOmFwcCAvYXBwIC90bXAvdXYtY2FjaGUKCkNPUFkgLS1jaG93bj1hcHA6YXBwIHNyYy8gL2FwcC9zcmMvCkNPUFkgLS1jaG93bj1hcHA6YXBwIG1pZ3JhdGlvbnMvIC9hcHAvbWlncmF0aW9ucy8KQ09QWSAtLWNob3duPWFwcDphcHAgc2NyaXB0cy8gL2FwcC9zY3JpcHRzLwpDT1BZIC0tY2hvd249YXBwOmFwcCBkb2NrZXIvIC9hcHAvZG9ja2VyLwpDT1BZIC0tY2hvd249YXBwOmFwcCBhbGVtYmljLmluaSAvYXBwL2FsZW1iaWMuaW5pCiMgQ29weSBjb25maWcgZmlsZXMgLSB0aGlzIHdpbGwgY29weSBjb25maWcudG9tbCBpZiBpdCBleGlzdHMsIGFuZCBjb25maWcudG9tbC5leGFtcGxlCkNPUFkgLS1jaG93bj1hcHA6YXBwIGNvbmZpZy50b21sKiAvYXBwLwoKIyBTd2l0Y2ggdG8gbm9uLXJvb3QgdXNlcgpVU0VSIGFwcAoKRVhQT1NFIDgwMDAKCkNNRCBbImZhc3RhcGkiLCAicnVuIiwgIi0taG9zdCIsICIwLjAuMC4wIiwgInNyYy9tYWluLnB5Il0K",
            "llbDefinition": [
              {
                "id": "step0",
                "op": {
                  "Op": {
                    "source": {
                      "identifier": "local://dockerfile",
                      "attrs": {
                        "local.differ": "none",
                        "local.followpaths": "[\"Dockerfile\",\"Dockerfile.dockerignore\",\"dockerfile\"]",
                        "local.sharedkeyhint": "dockerfile"
                      }
                    }
                  },
                  "constraints": {}
                }
              },
              {
                "id": "step1",
                "op": {
                  "Op": {}
                },
                "inputs": [
                  "step0:0"
                ]
              }
            ],
            "digestMapping": {
              "sha256:273ef54d8c453c86854e14095952219eb4b7faf70aec753094e2aabece20b4ae": "step0",
              "sha256:d373245715a18a2955789ffee04a239f45c960dffafb1ed0bf5e602d3b870d6d": "step1"
            }
          }
        ]
      },
      "layers": {
        "step0:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:ff86ea2e5edce334d19a34fbc65d1a511aa1fc823dba1110422f991aa56b44d4",
              "size": 28236252
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:1019bb5834114590693b1f4f92671390d54c95d53917d7a5733106b6109ccd68",
              "size": 3517902
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:4bba476d8c6bc56b6dc7bac565e077cf2ba37b45b2e14a123b2c8adf5fd38c98",
              "size": 12505597
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:3fc9d9ab5045181fbd49d1d30a2dbad144172d4c3c141f70117ddb0b918d8357",
              "size": 248
            }
          ]
        ],
        "step1:0": [
          [
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:e6040e18015132ec5d84db1866c517a616eff56e82e3c391aed7230d8ded313e",
              "size": 22502889
            },
            {
              "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
              "digest": "sha256:9f6813bb3661b8791d11d9856107e821ca3d88db2f8f433e3c08f480e24ea7b4",
              "size": 98
            }
          ]
        ]
      },
      "sysUsage": [
        {
          "timestamp": "2026-04-29T03:01:56.621168647+08:00",
          "cpuStat": {
            "user": 193511.09,
            "nice": 9.42,
            "system": 93687.03,
            "idle": 8422366.99,
            "iowait": 2724.11,
            "irq": 0,
            "softirq": 17006.8,
            "steal": 310300.84,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3768548598,
            "processCreated": 28098896,
            "processesRunning": 10
          },
          "memoryStat": {
            "total": 4008644,
            "free": 147528,
            "available": 1673116,
            "buffers": 103892,
            "cached": 1252312,
            "active": 1005736,
            "inactive": 2165452,
            "swap": 4194300,
            "dirty": 0,
            "writeback": 20668,
            "slab": 581156
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.73,
              "avg60": 1.68,
              "avg300": 3.32,
              "total": 14313575840
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.01,
              "avg60": 0.1,
              "avg300": 0.38,
              "total": 237615158
            },
            "full": {
              "avg10": 0.01,
              "avg60": 0.1,
              "avg300": 0.29,
              "total": 215541878
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 0.5,
              "avg60": 1.21,
              "avg300": 4.45,
              "total": 957773603
            },
            "full": {
              "avg10": 0.4,
              "avg60": 1.07,
              "avg300": 3.82,
              "total": 828355392
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:02:12.674337153+08:00",
          "cpuStat": {
            "user": 193520.33,
            "nice": 9.42,
            "system": 93693.89,
            "idle": 8422406.61,
            "iowait": 2726.28,
            "irq": 0,
            "softirq": 17008.46,
            "steal": 310315.07,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3768689751,
            "processCreated": 28099202,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 132624,
            "available": 1636988,
            "buffers": 104972,
            "cached": 1237464,
            "active": 1053560,
            "inactive": 2136124,
            "swap": 4194300,
            "dirty": 121840,
            "writeback": 0,
            "slab": 574104
          },
          "cpuPressure": {
            "some": {
              "avg10": 4.28,
              "avg60": 2.53,
              "avg300": 3.43,
              "total": 14314502502
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.46,
              "avg60": 0.27,
              "avg300": 0.4,
              "total": 237810798
            },
            "full": {
              "avg10": 0.46,
              "avg60": 0.27,
              "avg300": 0.32,
              "total": 215724749
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 3.56,
              "avg60": 1.93,
              "avg300": 4.44,
              "total": 958499781
            },
            "full": {
              "avg10": 3.14,
              "avg60": 1.71,
              "avg300": 3.82,
              "total": 828981310
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:02:28.70335093+08:00",
          "cpuStat": {
            "user": 193528.93,
            "nice": 9.42,
            "system": 93698.29,
            "idle": 8422452.57,
            "iowait": 2727.1,
            "irq": 0,
            "softirq": 17010.53,
            "steal": 310322.13,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3768792298,
            "processCreated": 28099416,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 220328,
            "available": 1631996,
            "buffers": 95164,
            "cached": 1203468,
            "active": 1083360,
            "inactive": 2071004,
            "swap": 4194300,
            "dirty": 96468,
            "writeback": 0,
            "slab": 537276
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.56,
              "avg60": 2.43,
              "avg300": 3.36,
              "total": 14314933149
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 1.08,
              "avg60": 0.5,
              "avg300": 0.45,
              "total": 238070832
            },
            "full": {
              "avg10": 1.08,
              "avg60": 0.5,
              "avg300": 0.37,
              "total": 215977974
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.91,
              "avg60": 1.83,
              "avg300": 4.28,
              "total": 958773590
            },
            "full": {
              "avg10": 1.83,
              "avg60": 1.66,
              "avg300": 3.69,
              "total": 829222246
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:02:44.728778385+08:00",
          "cpuStat": {
            "user": 193539.65,
            "nice": 9.42,
            "system": 93701.53,
            "idle": 8422497.16,
            "iowait": 2727.94,
            "irq": 0,
            "softirq": 17011.97,
            "steal": 310330,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3768882157,
            "processCreated": 28099677,
            "processesRunning": 5
          },
          "memoryStat": {
            "total": 4008644,
            "free": 150548,
            "available": 1619536,
            "buffers": 91924,
            "cached": 1252128,
            "active": 1055088,
            "inactive": 2169788,
            "swap": 4194300,
            "dirty": 110540,
            "writeback": 0,
            "slab": 537264
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.59,
              "avg60": 2.45,
              "avg300": 3.31,
              "total": 14315448785
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.34,
              "avg60": 0.41,
              "avg300": 0.43,
              "total": 238146269
            },
            "full": {
              "avg10": 0.34,
              "avg60": 0.41,
              "avg300": 0.35,
              "total": 216050511
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 1.6,
              "avg60": 1.78,
              "avg300": 4.14,
              "total": 959090437
            },
            "full": {
              "avg10": 1.27,
              "avg60": 1.53,
              "avg300": 3.55,
              "total": 829457346
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:03:00.735929323+08:00",
          "cpuStat": {
            "user": 193547.88,
            "nice": 9.42,
            "system": 93706.28,
            "idle": 8422539.97,
            "iowait": 2731.78,
            "irq": 0,
            "softirq": 17013.23,
            "steal": 310336.24,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3768981218,
            "processCreated": 28099866,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 134708,
            "available": 1601512,
            "buffers": 87248,
            "cached": 1251856,
            "active": 1060876,
            "inactive": 2174020,
            "swap": 4194300,
            "dirty": 124984,
            "writeback": 96,
            "slab": 540616
          },
          "cpuPressure": {
            "some": {
              "avg10": 3.33,
              "avg60": 2.57,
              "avg300": 3.29,
              "total": 14315954232
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 1.15,
              "avg60": 0.51,
              "avg300": 0.44,
              "total": 238339265
            },
            "full": {
              "avg10": 0.97,
              "avg60": 0.48,
              "avg300": 0.37,
              "total": 216228001
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 7.58,
              "avg60": 2.72,
              "avg300": 4.2,
              "total": 960285087
            },
            "full": {
              "avg10": 6.24,
              "avg60": 2.3,
              "avg300": 3.6,
              "total": 830452432
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:03:16.741290609+08:00",
          "cpuStat": {
            "user": 193569.64,
            "nice": 9.42,
            "system": 93716.72,
            "idle": 8422545.32,
            "iowait": 2748.25,
            "irq": 0,
            "softirq": 17013.89,
            "steal": 310351.71,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3769061825,
            "processCreated": 28100060,
            "processesRunning": 8
          },
          "memoryStat": {
            "total": 4008644,
            "free": 150668,
            "available": 1578664,
            "buffers": 54176,
            "cached": 1310572,
            "active": 1156292,
            "inactive": 2128112,
            "swap": 4194300,
            "dirty": 42052,
            "writeback": 0,
            "slab": 469384
          },
          "cpuPressure": {
            "some": {
              "avg10": 8.98,
              "avg60": 4.27,
              "avg300": 3.63,
              "total": 14317674441
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 3.9,
              "avg60": 1.93,
              "avg300": 0.79,
              "total": 239497774
            },
            "full": {
              "avg10": 3.64,
              "avg60": 1.82,
              "avg300": 0.7,
              "total": 217321195
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 23.53,
              "avg60": 9.54,
              "avg300": 5.72,
              "total": 965469012
            },
            "full": {
              "avg10": 19.07,
              "avg60": 7.9,
              "avg300": 4.85,
              "total": 834709381
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:03:32.751434321+08:00",
          "cpuStat": {
            "user": 193606.21,
            "nice": 9.42,
            "system": 93722.03,
            "idle": 8422547.88,
            "iowait": 2754.08,
            "irq": 0,
            "softirq": 17014.25,
            "steal": 310368.07,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3769133753,
            "processCreated": 28100294,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 281488,
            "available": 1680960,
            "buffers": 47064,
            "cached": 1297428,
            "active": 1127192,
            "inactive": 2036880,
            "swap": 4194300,
            "dirty": 720,
            "writeback": 0,
            "slab": 460564
          },
          "cpuPressure": {
            "some": {
              "avg10": 20.89,
              "avg60": 8.51,
              "avg300": 4.63,
              "total": 14321231460
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 2.7,
              "avg60": 1.98,
              "avg300": 0.86,
              "total": 239906843
            },
            "full": {
              "avg10": 1.35,
              "avg60": 1.54,
              "avg300": 0.7,
              "total": 217503331
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 15.43,
              "avg60": 10.68,
              "avg300": 6.2,
              "total": 967901560
            },
            "full": {
              "avg10": 9.6,
              "avg60": 7.99,
              "avg300": 5.04,
              "total": 836192836
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:03:48.755977495+08:00",
          "cpuStat": {
            "user": 193613.6,
            "nice": 9.42,
            "system": 93728.71,
            "idle": 8422585.11,
            "iowait": 2763.3,
            "irq": 0,
            "softirq": 17015.44,
            "steal": 310375.58,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3769303098,
            "processCreated": 28100633,
            "processesRunning": 1
          },
          "memoryStat": {
            "total": 4008644,
            "free": 157124,
            "available": 1690972,
            "buffers": 77008,
            "cached": 1411552,
            "active": 1152224,
            "inactive": 2159712,
            "swap": 4194300,
            "dirty": 2820,
            "writeback": 0,
            "slab": 450588
          },
          "cpuPressure": {
            "some": {
              "avg10": 6.98,
              "avg60": 7.55,
              "avg300": 4.62,
              "total": 14322011150
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 1.35,
              "avg60": 1.8,
              "avg300": 0.88,
              "total": 240133035
            },
            "full": {
              "avg10": 1.04,
              "avg60": 1.43,
              "avg300": 0.72,
              "total": 217719585
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 17.33,
              "avg60": 12.01,
              "avg300": 6.73,
              "total": 970520533
            },
            "full": {
              "avg10": 15.13,
              "avg60": 9.67,
              "avg300": 5.57,
              "total": 838663923
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:04:04.760392195+08:00",
          "cpuStat": {
            "user": 193618.84,
            "nice": 9.42,
            "system": 93732.79,
            "idle": 8422625.21,
            "iowait": 2775.09,
            "irq": 0,
            "softirq": 17016.44,
            "steal": 310385.21,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3769419305,
            "processCreated": 28100872,
            "processesRunning": 7
          },
          "memoryStat": {
            "total": 4008644,
            "free": 136268,
            "available": 1684544,
            "buffers": 105912,
            "cached": 1400984,
            "active": 1146020,
            "inactive": 2185020,
            "swap": 4194300,
            "dirty": 1604,
            "writeback": 0,
            "slab": 450756
          },
          "cpuPressure": {
            "some": {
              "avg10": 2.57,
              "avg60": 6.13,
              "avg300": 4.45,
              "total": 14322348773
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.27,
              "avg60": 1.38,
              "avg300": 0.83,
              "total": 240202117
            },
            "full": {
              "avg10": 0.2,
              "avg60": 1.1,
              "avg300": 0.68,
              "total": 217783592
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 20.49,
              "avg60": 14.1,
              "avg300": 7.48,
              "total": 973939003
            },
            "full": {
              "avg10": 19.05,
              "avg60": 12.02,
              "avg300": 6.33,
              "total": 841873774
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:04:20.76720792+08:00",
          "cpuStat": {
            "user": 193623.2,
            "nice": 9.42,
            "system": 93737.4,
            "idle": 8422666.6,
            "iowait": 2786.33,
            "irq": 0,
            "softirq": 17017.43,
            "steal": 310392.74,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3769537860,
            "processCreated": 28101060,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 124548,
            "available": 1686908,
            "buffers": 130080,
            "cached": 1386108,
            "active": 1165020,
            "inactive": 2176964,
            "swap": 4194300,
            "dirty": 1680,
            "writeback": 0,
            "slab": 451244
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.62,
              "avg60": 5.02,
              "avg300": 4.29,
              "total": 14322653626
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.25,
              "avg60": 1.11,
              "avg300": 0.8,
              "total": 240294682
            },
            "full": {
              "avg10": 0.24,
              "avg60": 0.9,
              "avg300": 0.65,
              "total": 217870635
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 19.67,
              "avg60": 15.36,
              "avg300": 8.13,
              "total": 977138754
            },
            "full": {
              "avg10": 18.71,
              "avg60": 13.59,
              "avg300": 6.99,
              "total": 844915779
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:04:36.771629364+08:00",
          "cpuStat": {
            "user": 193626.61,
            "nice": 9.42,
            "system": 93742.94,
            "idle": 8422707.99,
            "iowait": 2797.33,
            "irq": 0,
            "softirq": 17018.53,
            "steal": 310398.68,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3769668506,
            "processCreated": 28101266,
            "processesRunning": 3
          },
          "memoryStat": {
            "total": 4008644,
            "free": 146068,
            "available": 1708572,
            "buffers": 139524,
            "cached": 1384836,
            "active": 1069924,
            "inactive": 2266596,
            "swap": 4194300,
            "dirty": 928,
            "writeback": 4,
            "slab": 441680
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.45,
              "avg60": 4.21,
              "avg300": 4.14,
              "total": 14322998468
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.7,
              "avg60": 1.06,
              "avg300": 0.8,
              "total": 240505983
            },
            "full": {
              "avg10": 0.69,
              "avg60": 0.89,
              "avg300": 0.66,
              "total": 218072028
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 19.2,
              "avg60": 16.24,
              "avg300": 8.72,
              "total": 980290764
            },
            "full": {
              "avg10": 18.34,
              "avg60": 14.65,
              "avg300": 7.59,
              "total": 847895811
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:04:52.79745204+08:00",
          "cpuStat": {
            "user": 193629.91,
            "nice": 9.42,
            "system": 93748.5,
            "idle": 8422750.33,
            "iowait": 2808.03,
            "irq": 0,
            "softirq": 17019.71,
            "steal": 310403.99,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3769821313,
            "processCreated": 28101465,
            "processesRunning": 10
          },
          "memoryStat": {
            "total": 4008644,
            "free": 122720,
            "available": 1690392,
            "buffers": 156092,
            "cached": 1375108,
            "active": 1079340,
            "inactive": 2265452,
            "swap": 4194300,
            "dirty": 1008,
            "writeback": 20,
            "slab": 439980
          },
          "cpuPressure": {
            "some": {
              "avg10": 1.93,
              "avg60": 3.62,
              "avg300": 4.01,
              "total": 14323417622
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 0.52,
              "avg60": 0.9,
              "avg300": 0.78,
              "total": 240631120
            },
            "full": {
              "avg10": 0.52,
              "avg60": 0.77,
              "avg300": 0.65,
              "total": 218174602
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 17.89,
              "avg60": 16.66,
              "avg300": 9.22,
              "total": 983308056
            },
            "full": {
              "avg10": 17.31,
              "avg60": 15.32,
              "avg300": 8.12,
              "total": 850774495
            }
          }
        },
        {
          "timestamp": "2026-04-29T03:04:55.436704998+08:00",
          "cpuStat": {
            "user": 193635.08,
            "nice": 9.42,
            "system": 93749.6,
            "idle": 8422752.01,
            "iowait": 2808.9,
            "irq": 0,
            "softirq": 17019.84,
            "steal": 310406.39,
            "guest": 0,
            "guestNice": 0
          },
          "procStat": {
            "contextSwitches": 3769847782,
            "processCreated": 28101491,
            "processesRunning": 2
          },
          "memoryStat": {
            "total": 4008644,
            "free": 231184,
            "available": 1666836,
            "buffers": 147608,
            "cached": 1272000,
            "active": 1072120,
            "inactive": 2152472,
            "swap": 4194300,
            "dirty": 864,
            "writeback": 0,
            "slab": 439680
          },
          "cpuPressure": {
            "some": {
              "avg10": 5.21,
              "avg60": 4.16,
              "avg300": 4.12,
              "total": 14323909545
            },
            "full": {
              "avg10": 0,
              "avg60": 0,
              "avg300": 0,
              "total": 0
            }
          },
          "memoryPressure": {
            "some": {
              "avg10": 1.15,
              "avg60": 1,
              "avg300": 0.8,
              "total": 240745289
            },
            "full": {
              "avg10": 1.15,
              "avg60": 0.88,
              "avg300": 0.67,
              "total": 218259914
            }
          },
          "ioPressure": {
            "some": {
              "avg10": 17.54,
              "avg60": 16.64,
              "avg300": 9.27,
              "total": 983688745
            },
            "full": {
              "avg10": 15.99,
              "avg60": 15.15,
              "avg300": 8.14,
              "total": 850998726
            }
          }
        }
      ]
    }
  }
}