{ "builder": { "id": "" }, "buildType": "https://mobyproject.org/buildkit@v1", "materials": [ { "uri": "pkg:docker/mcr.microsoft.com/dotnet/aspnet@9.0?platform=linux%2Famd64", "digest": { "sha256": "d5507d8292fb2469ec0b9913f3cd4bb8d5a014bd6dc00c33fd4c4e7310229f07" } }, { "uri": "pkg:docker/mcr.microsoft.com/dotnet/sdk@9.0?platform=linux%2Famd64", "digest": { "sha256": "c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8" } } ], "invocation": { "configSource": { "entryPoint": "Dockerfile" }, "parameters": { "frontend": "dockerfile.v0", "locals": [ { "name": "context" }, { "name": "dockerfile" } ] }, "environment": { "platform": "linux/amd64" } }, "buildConfig": { "llbDefinition": [ { "id": "step0", "op": { "Op": { "source": { "identifier": "docker-image://mcr.microsoft.com/dotnet/aspnet:9.0@sha256:d5507d8292fb2469ec0b9913f3cd4bb8d5a014bd6dc00c33fd4c4e7310229f07", "attrs": { "image.resolvemode": "local" } } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} } }, { "id": "step1", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/app", "mode": 493, "makeParents": true, "owner": { "user": { "User": { "byId": 1654 } } }, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step0:0" ] }, { "id": "step2", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/app", "mode": 493, "makeParents": true, "owner": { "user": { "User": { "byId": 1654 } } }, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step1:0" ] }, { "id": "step3", "op": { "Op": { "source": { "identifier": "docker-image://mcr.microsoft.com/dotnet/sdk:9.0@sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8", "attrs": { "image.resolvemode": "local" } } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} } }, { "id": "step4", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/src", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step3:0" ] }, { "id": "step5", "op": { "Op": { "source": { "identifier": "local://context", "attrs": { "local.excludepatterns": "[\"**/.dockerignore\",\"**/.env\",\"**/.git\",\"**/.gitignore\",\"**/.project\",\"**/.settings\",\"**/.toolstarget\",\"**/.vs\",\"**/.vscode\",\"**/.idea\",\"**/*.*proj.user\",\"**/*.dbmdl\",\"**/*.jfm\",\"**/azds.yaml\",\"**/bin\",\"**/charts\",\"**/docker-compose*\",\"**/Dockerfile*\",\"**/node_modules\",\"**/npm-debug.log\",\"**/obj\",\"**/secrets.dev.yaml\",\"**/values.dev.yaml\",\"LICENSE\",\"README.md\"]", "local.sharedkeyhint": "context" } } }, "constraints": {} } }, { "id": "step6", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/NeoClass.API/NeoClass.API.csproj", "dest": "/src/NeoClass/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step4:0", "step5:0" ] }, { "id": "step7", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet restore \"NeoClass/NeoClass.API.csproj\"" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step6:0" ] }, { "id": "step8", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/", "dest": "/src/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step7:0", "step5:0" ] }, { "id": "step9", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/src/NeoClass.API", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step8:0" ] }, { "id": "step10", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet build \"NeoClass.API.csproj\" -c $BUILD_CONFIGURATION -o /app/build" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.API", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step9:0" ] }, { "id": "step11", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet publish \"NeoClass.API.csproj\" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.API", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step10:0" ] }, { "id": "step12", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/app/publish", "dest": "/app/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step2:0", "step11:0" ] }, { "id": "step13", "op": { "Op": {} }, "inputs": [ "step12:0" ] } ], "digestMapping": { "sha256:0b46f35a7ce984b42c5d3bd60fb534bac70faf4b7f416c3ac73193b0613d1116": "step13", "sha256:3ec9d2046bf526a979d29a505839535fa6dd0521420469b133eaea02c2bb28b3": "step7", "sha256:7064ed6cdab0203af2c72525c6b00fe024af64db0d46a3b53603755653ac395e": "step3", "sha256:800f6db825e356116b2c5611e2b065d229126afa7dfbb03b7be31870c0c91da9": "step11", "sha256:81994bcbfb146580a199711886325126e4e49b3850d9212a79c9e3e499d857d9": "step8", "sha256:84441c9ab34ad7d0b9e809fe7aa129b9aa05e4c8f34e63153075e2efcbceb0c3": "step5", "sha256:8f87655248ee2a7b2a8ce815b9a1509527e3e4336f5b8ae96875dce603d62b3a": "step6", "sha256:9859074c4d3aba07627d5d9b6f01e3ba1c5c52fe7a706617ded1a3b69e5677b7": "step0", "sha256:a97a24bf9eb0bec9674706d732baef5ea990746f8fddec8b049787f55def256e": "step12", "sha256:aeeaca856ae6f8b9697d728ee51a201f0df2865ad5035eee19e67950957c762b": "step10", "sha256:b6a3ad1833e2e11032451872917a779b79ae4640f4e4a6c137de99a1c23b8926": "step9", "sha256:ed985492537662f2edd0df3f2eade9653b4e08eddb0312eb51e93386643f012f": "step2", "sha256:efd89050bd6a0ec338a3ab5709bcee166cdeca71e4cec2f0119fcaa846a6fd55": "step1", "sha256:ff35bacd3538d0fb0c2f79622f8a20ce794feb60002833e3dd385c05d8f2b597": "step4" } }, "metadata": { "buildInvocationID": "cnsjhr62hfc4acan5k1j3sdao", "buildStartedOn": "2025-05-31T08:46:24.407313792Z", "buildFinishedOn": "2025-05-31T08:49:49.505563977Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.API", "revision": "78a8a41f55c04d3b56059163a328a61ba1714943", "source": "https://gitlab.com/mitsiosm/neoclass.git" }, "source": { "locations": { "step0": { "locations": [ { "ranges": [ { "start": { "line": 1 }, "end": { "line": 1 } } ] } ] }, "step1": { "locations": [ { "ranges": [ { "start": { "line": 3 }, "end": { "line": 3 } } ] } ] }, "step10": { "locations": [ { "ranges": [ { "start": { "line": 14 }, "end": { "line": 14 } } ] } ] }, "step11": { "locations": [ { "ranges": [ { "start": { "line": 18 }, "end": { "line": 18 } } ] } ] }, "step12": { "locations": [ { "ranges": [ { "start": { "line": 22 }, "end": { "line": 22 } } ] } ] }, "step2": { "locations": [ { "ranges": [ { "start": { "line": 21 }, "end": { "line": 21 } } ] } ] }, "step3": { "locations": [ { "ranges": [ { "start": { "line": 7 }, "end": { "line": 7 } } ] } ] }, "step4": { "locations": [ { "ranges": [ { "start": { "line": 9 }, "end": { "line": 9 } } ] } ] }, "step5": {}, "step6": { "locations": [ { "ranges": [ { "start": { "line": 10 }, "end": { "line": 10 } } ] } ] }, "step7": { "locations": [ { "ranges": [ { "start": { "line": 11 }, "end": { "line": 11 } } ] } ] }, "step8": { "locations": [ { "ranges": [ { "start": { "line": 12 }, "end": { "line": 12 } } ] } ] }, "step9": { "locations": [ { "ranges": [ { "start": { "line": 13 }, "end": { "line": 13 } } ] } ] } }, "infos": [ { "filename": "Dockerfile", "language": "Dockerfile", "data": "77u/RlJPTSBtY3IubWljcm9zb2Z0LmNvbS9kb3RuZXQvYXNwbmV0OjkuMCBBUyBiYXNlClVTRVIgJEFQUF9VSUQKV09SS0RJUiAvYXBwCkVYUE9TRSA4MDgwCkVYUE9TRSA4MDgxCgpGUk9NIG1jci5taWNyb3NvZnQuY29tL2RvdG5ldC9zZGs6OS4wIEFTIGJ1aWxkCkFSRyBCVUlMRF9DT05GSUdVUkFUSU9OPVJlbGVhc2UKV09SS0RJUiAvc3JjCkNPUFkgWyJOZW9DbGFzcy5BUEkvTmVvQ2xhc3MuQVBJLmNzcHJvaiIsICJOZW9DbGFzcy8iXQpSVU4gZG90bmV0IHJlc3RvcmUgIk5lb0NsYXNzL05lb0NsYXNzLkFQSS5jc3Byb2oiCkNPUFkgLiAuCldPUktESVIgIi9zcmMvTmVvQ2xhc3MuQVBJIgpSVU4gZG90bmV0IGJ1aWxkICJOZW9DbGFzcy5BUEkuY3Nwcm9qIiAtYyAkQlVJTERfQ09ORklHVVJBVElPTiAtbyAvYXBwL2J1aWxkCgpGUk9NIGJ1aWxkIEFTIHB1Ymxpc2gKQVJHIEJVSUxEX0NPTkZJR1VSQVRJT049UmVsZWFzZQpSVU4gZG90bmV0IHB1Ymxpc2ggIk5lb0NsYXNzLkFQSS5jc3Byb2oiIC1jICRCVUlMRF9DT05GSUdVUkFUSU9OIC1vIC9hcHAvcHVibGlzaCAvcDpVc2VBcHBIb3N0PWZhbHNlCgpGUk9NIGJhc2UgQVMgZmluYWwKV09SS0RJUiAvYXBwCkNPUFkgLS1mcm9tPXB1Ymxpc2ggL2FwcC9wdWJsaXNoIC4KRU5UUllQT0lOVCBbImRvdG5ldCIsICJOZW9DbGFzcy5BUEkuZGxsIl0=", "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:60d3f812bea4d5c306ff858edd479590c25bdf18cb6b394174d805a699e080c7": "step1", "sha256:a2bf71b5bff4db4396b2fa67ee926d0967828470ffae4d987d348a7511d30757": "step0" } } ] }, "layers": { "step0:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 } ] ], "step10:0": [ [] ], "step11:0": [ [] ], "step12:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7047b2da42fd7259fd18ab775f41449dd2b50a5c332cbfe427dc4bfded983675", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:542f04ee877b9834070c51160379020b8b36fb29eabd7ea8958811a52a3855d6", "size": -1 } ] ], "step1:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7047b2da42fd7259fd18ab775f41449dd2b50a5c332cbfe427dc4bfded983675", "size": -1 } ] ], "step2:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7047b2da42fd7259fd18ab775f41449dd2b50a5c332cbfe427dc4bfded983675", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", "size": -1 } ] ], "step3:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ace34d1d784c01e3f9d156687089e8f58f786e23ccd097bdbbf337d6d28b3783", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:81927b44159d7591931baafaa7436be12e14876ae7a0a27316121a406ddffca6", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:daac914a2c74f2032f5a3513a666cc69ac86e2b1670923ccf2eb23af942b2363", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6753f0326d8975d852aa8b4e1a54c88c6865cc326a8fd924b152ca6c97ae8e0c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f50622933c38abd022a0adb98727169e53baf90cdbe755a5238c31de16468417", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f87493a97c3d65de3ed85ceb1c94dd176dc1396ca9612d2a7c2ab6a36bc8eff4", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f5e09a6359e72169c189bdaa611cc090291f90c228da10102e0f90c3cf946f8b", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:ee3c8d07351f9bd3066918ca7561b47c99968e24bb85a12d1e0226e6c5e94602", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:7b48cc137b832541c5470bcf898e5eb8229ebb390302b598d48eb965cfee8225", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6de0e0a3063299b38df087cd47e08abcfe2f3b71463ba6d634af557f60073cdb", "size": -1 } ] ], "step4:0": [ [] ], "step5:0": [ [] ], "step6:0": [ [] ], "step7:0": [ [] ], "step8:0": [ [] ], "step9:0": [ [] ] }, "sysUsage": [ { "timestamp": "2025-05-31T08:46:25.797557946Z", "cpuStat": { "user": 33987901.16, "nice": 28944.66, "system": 41175295.44, "idle": 480829359.88, "iowait": 9405129.01, "irq": 0, "softirq": 1456726.93, "steal": 37856.68, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371515417175, "processCreated": 3288804418, "processesRunning": 17 }, "memoryStat": { "total": 154490964, "free": 1975032, "available": 22143932, "buffers": 672552, "cached": 16227512, "active": 63441000, "inactive": 26404840, "swap": 203074596, "dirty": 39804, "writeback": 4, "slab": 14862292 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.02, "avg300": 99, "total": 7196452090047 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.31, "avg60": 97.31, "avg300": 97.02, "total": 4377247666109 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 182675005049 } }, "ioPressure": { "some": { "avg10": 1.14, "avg60": 1.38, "avg300": 2.25, "total": 2536427233800 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:46:41.883833205Z", "cpuStat": { "user": 33987983.4, "nice": 28944.78, "system": 41175422.68, "idle": 480830392.29, "iowait": 9405131.24, "irq": 0, "softirq": 1456732.49, "steal": 37856.98, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371521204313, "processCreated": 3288809207, "processesRunning": 14 }, "memoryStat": { "total": 154490964, "free": 1772508, "available": 21897216, "buffers": 680668, "cached": 16641184, "active": 62669308, "inactive": 27357860, "swap": 203074596, "dirty": 113752, "writeback": 8, "slab": 14862320 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7196468171032 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.85, "avg60": 97.5, "avg300": 97.08, "total": 4377263500385 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 182675280741 } }, "ioPressure": { "some": { "avg10": 1.02, "avg60": 1.29, "avg300": 2.18, "total": 2536427470105 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:46:57.884983397Z", "cpuStat": { "user": 33988069.71, "nice": 28944.87, "system": 41175531.65, "idle": 480831438.3, "iowait": 9405134.89, "irq": 0, "softirq": 1456735.69, "steal": 37857.25, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371525925787, "processCreated": 3288813667, "processesRunning": 13 }, "memoryStat": { "total": 154490964, "free": 1621804, "available": 22660620, "buffers": 679256, "cached": 16955604, "active": 61340440, "inactive": 29204984, "swap": 203074596, "dirty": 10556, "writeback": 0, "slab": 14862116 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7196484167238 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.98, "avg60": 97.34, "avg300": 97.07, "total": 4377279063336 }, "full": { "avg10": 1.14, "avg60": 1.03, "avg300": 1, "total": 182675527316 } }, "ioPressure": { "some": { "avg10": 1.23, "avg60": 1.28, "avg300": 2.13, "total": 2536427731736 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:47:13.888014828Z", "cpuStat": { "user": 33988168.3, "nice": 28944.98, "system": 41175646.55, "idle": 480832449.64, "iowait": 9405149.13, "irq": 0, "softirq": 1456739.17, "steal": 37857.5, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371530883865, "processCreated": 3288818799, "processesRunning": 27 }, "memoryStat": { "total": 154490964, "free": 1420080, "available": 22038608, "buffers": 618252, "cached": 16770712, "active": 61496032, "inactive": 28978396, "swap": 203074596, "dirty": 12280, "writeback": 0, "slab": 14862384 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7196500168226 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.72, "avg60": 97.12, "avg300": 97.03, "total": 4377294578079 }, "full": { "avg10": 1.08, "avg60": 1.04, "avg300": 1, "total": 182675775550 } }, "ioPressure": { "some": { "avg10": 2.57, "avg60": 1.63, "avg300": 2.16, "total": 2536428282778 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:47:29.989030969Z", "cpuStat": { "user": 33988260.59, "nice": 28945.12, "system": 41175763.05, "idle": 480833484.48, "iowait": 9405152.67, "irq": 0, "softirq": 1456744.76, "steal": 37857.65, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371536392855, "processCreated": 3288823611, "processesRunning": 21 }, "memoryStat": { "total": 154490964, "free": 1562808, "available": 22030568, "buffers": 586448, "cached": 16801592, "active": 61359960, "inactive": 28965136, "swap": 203074596, "dirty": 2840, "writeback": 0, "slab": 14862212 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7196516361326 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.01, "avg60": 97.1, "avg300": 97.03, "total": 4377310394744 }, "full": { "avg10": 1.01, "avg60": 1.03, "avg300": 1, "total": 182676034328 } }, "ioPressure": { "some": { "avg10": 1.88, "avg60": 1.7, "avg300": 2.15, "total": 2536428665912 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:47:46.083307335Z", "cpuStat": { "user": 33988350.26, "nice": 28945.22, "system": 41175868.44, "idle": 480834528.71, "iowait": 9405153.99, "irq": 0, "softirq": 1456749.84, "steal": 37857.75, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371541832787, "processCreated": 3288828380, "processesRunning": 32 }, "memoryStat": { "total": 154490964, "free": 1600216, "available": 22315268, "buffers": 584864, "cached": 16793500, "active": 61222420, "inactive": 29230228, "swap": 203074596, "dirty": 13224, "writeback": 52, "slab": 14864264 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7196532360062 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.33, "avg60": 97.19, "avg300": 97.05, "total": 4377325990393 }, "full": { "avg10": 1, "avg60": 1.02, "avg300": 1, "total": 182676258796 } }, "ioPressure": { "some": { "avg10": 1.17, "avg60": 1.54, "avg300": 2.09, "total": 2536428886810 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:48:03.182783427Z", "cpuStat": { "user": 33988452.14, "nice": 28945.35, "system": 41175969.47, "idle": 480835657.18, "iowait": 9405158.08, "irq": 0, "softirq": 1456752.68, "steal": 37857.83, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371546300422, "processCreated": 3288833522, "processesRunning": 42 }, "memoryStat": { "total": 154490964, "free": 1316636, "available": 21065360, "buffers": 577564, "cached": 16695008, "active": 61571856, "inactive": 28992352, "swap": 203074596, "dirty": 25420, "writeback": 0, "slab": 14862864 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7196549556717 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.03, "avg60": 97.16, "avg300": 97.06, "total": 4377342810507 }, "full": { "avg10": 1, "avg60": 1.01, "avg300": 1, "total": 182676478189 } }, "ioPressure": { "some": { "avg10": 1.17, "avg60": 1.43, "avg300": 2.03, "total": 2536429163878 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:48:20.282835893Z", "cpuStat": { "user": 33988546.57, "nice": 28945.44, "system": 41176082.49, "idle": 480836777.75, "iowait": 9405162.67, "irq": 0, "softirq": 1456756.21, "steal": 37857.98, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371550656965, "processCreated": 3288838542, "processesRunning": 28 }, "memoryStat": { "total": 154490964, "free": 1598052, "available": 22207356, "buffers": 571972, "cached": 16775768, "active": 60998704, "inactive": 29403740, "swap": 203074596, "dirty": 62412, "writeback": 0, "slab": 14862560 }, "cpuPressure": { "some": { "avg10": 99.12, "avg60": 99.02, "avg300": 99, "total": 7196566548113 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.23, "avg60": 97.13, "avg300": 97.05, "total": 4377359410427 }, "full": { "avg10": 1, "avg60": 1.01, "avg300": 1, "total": 182676741624 } }, "ioPressure": { "some": { "avg10": 1.08, "avg60": 1.35, "avg300": 1.98, "total": 2536429450345 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:48:36.683988559Z", "cpuStat": { "user": 33988644.63, "nice": 28945.55, "system": 41176198.74, "idle": 480837818.07, "iowait": 9405176.88, "irq": 0, "softirq": 1456763.2, "steal": 37858.12, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371556323378, "processCreated": 3288843341, "processesRunning": 30 }, "memoryStat": { "total": 154490964, "free": 1301004, "available": 21866300, "buffers": 574664, "cached": 16901640, "active": 61201376, "inactive": 29542540, "swap": 203074596, "dirty": 39496, "writeback": 100, "slab": 14862580 }, "cpuPressure": { "some": { "avg10": 99.02, "avg60": 99.02, "avg300": 99, "total": 7196582948085 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.33, "avg60": 97.14, "avg300": 97.06, "total": 4377375430460 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 182676991965 } }, "ioPressure": { "some": { "avg10": 1.93, "avg60": 1.53, "avg300": 1.99, "total": 2536429871450 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:48:52.687583613Z", "cpuStat": { "user": 33988730.72, "nice": 28945.65, "system": 41176304.4, "idle": 480838833.6, "iowait": 9405209.45, "irq": 0, "softirq": 1456766.62, "steal": 37858.26, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371561022717, "processCreated": 3288848378, "processesRunning": 19 }, "memoryStat": { "total": 154490964, "free": 1421452, "available": 21343184, "buffers": 558848, "cached": 16815524, "active": 61752852, "inactive": 28949016, "swap": 203074596, "dirty": 7544, "writeback": 132, "slab": 14862508 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.01, "avg300": 99, "total": 7196598942193 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.31, "avg60": 96.9, "avg300": 97.01, "total": 4377390908675 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 182677235069 } }, "ioPressure": { "some": { "avg10": 3.78, "avg60": 2.09, "avg300": 2.09, "total": 2536430561537 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:49:08.692416393Z", "cpuStat": { "user": 33988818.28, "nice": 28945.75, "system": 41176413.71, "idle": 480839872.99, "iowait": 9405217.56, "irq": 0, "softirq": 1456769.83, "steal": 37858.46, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371565497802, "processCreated": 3288853539, "processesRunning": 17 }, "memoryStat": { "total": 154490964, "free": 1483780, "available": 22016164, "buffers": 554740, "cached": 16709192, "active": 61702316, "inactive": 28754040, "swap": 203074596, "dirty": 9992, "writeback": 36, "slab": 14862312 }, "cpuPressure": { "some": { "avg10": 99.21, "avg60": 99.07, "avg300": 99.01, "total": 7196614942907 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.24, "avg60": 97.01, "avg300": 97.02, "total": 4377406595778 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 182677477517 } }, "ioPressure": { "some": { "avg10": 2.07, "avg60": 2.03, "avg300": 2.08, "total": 2536430886216 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:49:24.697777622Z", "cpuStat": { "user": 33988912.73, "nice": 28945.85, "system": 41176521.24, "idle": 480840911.06, "iowait": 9405218.77, "irq": 0, "softirq": 1456774.5, "steal": 37858.6, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371570548529, "processCreated": 3288858447, "processesRunning": 13 }, "memoryStat": { "total": 154490964, "free": 1451024, "available": 22181228, "buffers": 556904, "cached": 16712976, "active": 61379196, "inactive": 28890556, "swap": 203074596, "dirty": 748, "writeback": 8, "slab": 14862504 }, "cpuPressure": { "some": { "avg10": 99.04, "avg60": 99.05, "avg300": 99, "total": 7196630947488 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.13, "avg60": 97.06, "avg300": 97.04, "total": 4377422242569 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 182677700644 } }, "ioPressure": { "some": { "avg10": 1.21, "avg60": 1.79, "avg300": 2.02, "total": 2536431104024 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:49:40.785307889Z", "cpuStat": { "user": 33989000.21, "nice": 28945.95, "system": 41176633.33, "idle": 480841950.18, "iowait": 9405219.37, "irq": 0, "softirq": 1456780.59, "steal": 37858.69, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371576337440, "processCreated": 3288863374, "processesRunning": 16 }, "memoryStat": { "total": 154490964, "free": 1402264, "available": 21059600, "buffers": 561260, "cached": 16778400, "active": 61505396, "inactive": 28841468, "swap": 203074596, "dirty": 3464, "writeback": 8, "slab": 14862536 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99.03, "avg300": 99, "total": 7196647031213 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.47, "avg60": 96.95, "avg300": 97.01, "total": 4377437887956 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 182677937898 } }, "ioPressure": { "some": { "avg10": 1.04, "avg60": 1.6, "avg300": 1.96, "total": 2536431314018 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T08:49:49.583055149Z", "cpuStat": { "user": 33989041.72, "nice": 28946, "system": 41176696.59, "idle": 480842531.09, "iowait": 9405219.76, "irq": 0, "softirq": 1456782.44, "steal": 37858.73, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1371578776513, "processCreated": 3288865930, "processesRunning": 12 }, "memoryStat": { "total": 154490964, "free": 1905644, "available": 22024944, "buffers": 555176, "cached": 16525452, "active": 61006264, "inactive": 28772888, "swap": 203074596, "dirty": 1300, "writeback": 76, "slab": 14862172 }, "cpuPressure": { "some": { "avg10": 99.18, "avg60": 99.06, "avg300": 99, "total": 7196655828178 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.06, "avg60": 96.99, "avg300": 97.02, "total": 4377446487189 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 182678065513 } }, "ioPressure": { "some": { "avg10": 1.01, "avg60": 1.51, "avg300": 1.93, "total": 2536431430028 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } } ] } } }