{ "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:20c35538e1db0c344b9af61192ca125500512c21888ecc2fb693103b15fd22b0": "step12", "sha256:38ca5e6a079427de02dae7b5b9c541b6c0908521d02fadb7e77be3351ede9454": "step8", "sha256:470918552ba14f2de546f1890f74856bd053a8119c2a32c537aa149d6cb23bf4": "step7", "sha256:546183e02b46329bc66e4503b4aa6c0497d832a3ce1c31c60bf16c9030e6871d": "step5", "sha256:54a8a9332a4b9c60f867c2e3ce618c5024c916b116858e0276187ab1c8ab2dbf": "step11", "sha256:5914f8b26141797f2dba2e71657b6a26d32b89b2e940cc2ad24d347b2ba9eecc": "step13", "sha256:7064ed6cdab0203af2c72525c6b00fe024af64db0d46a3b53603755653ac395e": "step3", "sha256:9859074c4d3aba07627d5d9b6f01e3ba1c5c52fe7a706617ded1a3b69e5677b7": "step0", "sha256:9dce5b648b855460981c700f03d466259081a0ecfa76c856bb158f1d3d2997d3": "step10", "sha256:a252264b9e5cb2b52583bfa126c2197697ffea2281d59b245d865ed714d68be9": "step9", "sha256:dfd6c89ad59d8ac85d2b7b4bfe650b6f9c8aba60e7287352432cd7eece8e6906": "step6", "sha256:ed985492537662f2edd0df3f2eade9653b4e08eddb0312eb51e93386643f012f": "step2", "sha256:efd89050bd6a0ec338a3ab5709bcee166cdeca71e4cec2f0119fcaa846a6fd55": "step1", "sha256:ff35bacd3538d0fb0c2f79622f8a20ce794feb60002833e3dd385c05d8f2b597": "step4" } }, "metadata": { "buildInvocationID": "3d2vsuvn9snesjghaqrhuxw2d", "buildStartedOn": "2025-05-31T22:38:49.684398899Z", "buildFinishedOn": "2025-05-31T22:41:00.498338117Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.API", "revision": "f2aeb30d6833e0fe22e96c2619fb6987cf6d6b59", "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:08acb0ab209c919c4bd81eb870942f81e38a25fffc49ec26d849573d3657d050": "step0", "sha256:f006e8b82fc5c6d1452183dd01a046c081687e817bd32951ef4a3bc390d6413c": "step1" } } ] }, "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:7d9722bc58f10371acca69cc8afea30a22971ec22e18c49f21d32f997a1ddace", "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-31T22:38:51.412198263Z", "cpuStat": { "user": 34249040.06, "nice": 29269.6, "system": 41485790.11, "idle": 484074647.46, "iowait": 9455339.72, "irq": 0, "softirq": 1469523.9, "steal": 38150.34, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386666035217, "processCreated": 3304069023, "processesRunning": 13 }, "memoryStat": { "total": 154490964, "free": 1920392, "available": 21987160, "buffers": 851520, "cached": 16675516, "active": 62347576, "inactive": 28158916, "swap": 203074596, "dirty": 4592, "writeback": 0, "slab": 14102904 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246390127370 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 94.89, "avg60": 95.96, "avg300": 96.03, "total": 4425755175451 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183358095278 } }, "ioPressure": { "some": { "avg10": 11.08, "avg60": 9.48, "avg300": 9.23, "total": 2538915074046 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:38:59.414553044Z", "cpuStat": { "user": 34249087.73, "nice": 29269.65, "system": 41485841.24, "idle": 484075167.32, "iowait": 9455340.08, "irq": 0, "softirq": 1469525.56, "steal": 38150.45, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386668210863, "processCreated": 3304071498, "processesRunning": 32 }, "memoryStat": { "total": 154490964, "free": 1522928, "available": 21621676, "buffers": 853008, "cached": 16749416, "active": 62935288, "inactive": 27815236, "swap": 203074596, "dirty": 16576, "writeback": 0, "slab": 14103296 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246398129238 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 95.83, "avg60": 96.03, "avg300": 96.04, "total": 4425762942307 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183358207940 } }, "ioPressure": { "some": { "avg10": 8.83, "avg60": 9.17, "avg300": 9.16, "total": 2538915679392 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:39:07.682790679Z", "cpuStat": { "user": 34249135.16, "nice": 29269.71, "system": 41485898.52, "idle": 484075697.58, "iowait": 9455340.53, "irq": 0, "softirq": 1469527.5, "steal": 38150.58, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386670556254, "processCreated": 3304074466, "processesRunning": 34 }, "memoryStat": { "total": 154490964, "free": 1369264, "available": 21548892, "buffers": 854912, "cached": 16865756, "active": 63196528, "inactive": 27625388, "swap": 203074596, "dirty": 7016, "writeback": 0, "slab": 14104116 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246406396602 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.88, "avg60": 96.27, "avg300": 96.09, "total": 4425771047606 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183358324374 } }, "ioPressure": { "some": { "avg10": 7.82, "avg60": 8.89, "avg300": 9.11, "total": 2538916306305 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:39:15.684977112Z", "cpuStat": { "user": 34249176.68, "nice": 29269.82, "system": 41485944.6, "idle": 484076227.89, "iowait": 9455342.05, "irq": 0, "softirq": 1469529.08, "steal": 38150.64, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386672708894, "processCreated": 3304076717, "processesRunning": 14 }, "memoryStat": { "total": 154490964, "free": 1077616, "available": 20598032, "buffers": 856848, "cached": 16901472, "active": 63217828, "inactive": 27777916, "swap": 203074596, "dirty": 21160, "writeback": 0, "slab": 14103684 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246414398283 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97, "avg60": 96.36, "avg300": 96.12, "total": 4425778826123 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183358433789 } }, "ioPressure": { "some": { "avg10": 7.49, "avg60": 8.69, "avg300": 9.05, "total": 2538916924332 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:39:24.182773074Z", "cpuStat": { "user": 34249219.65, "nice": 29269.87, "system": 41486003.96, "idle": 484076784.86, "iowait": 9455343.09, "irq": 0, "softirq": 1469531.97, "steal": 38150.73, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386675215138, "processCreated": 3304079240, "processesRunning": 30 }, "memoryStat": { "total": 154490964, "free": 1109268, "available": 21267364, "buffers": 853076, "cached": 16833004, "active": 62271852, "inactive": 28681488, "swap": 203074596, "dirty": 37832, "writeback": 112, "slab": 14103772 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246422895669 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.69, "avg60": 96.4, "avg300": 96.13, "total": 4425787075346 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183358573585 } }, "ioPressure": { "some": { "avg10": 7.18, "avg60": 8.43, "avg300": 8.98, "total": 2538917574279 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:39:34.483092236Z", "cpuStat": { "user": 34249275.8, "nice": 29269.94, "system": 41486077.74, "idle": 484077454.45, "iowait": 9455347.12, "irq": 0, "softirq": 1469536.05, "steal": 38150.88, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386678081343, "processCreated": 3304082251, "processesRunning": 38 }, "memoryStat": { "total": 154490964, "free": 1367752, "available": 21531032, "buffers": 856280, "cached": 16905460, "active": 63014192, "inactive": 28149064, "swap": 203074596, "dirty": 25132, "writeback": 0, "slab": 14103832 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246433195140 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.43, "avg60": 96.64, "avg300": 96.2, "total": 4425797212862 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183358745455 } }, "ioPressure": { "some": { "avg10": 7.39, "avg60": 8.27, "avg300": 8.93, "total": 2538918406131 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:39:42.682780301Z", "cpuStat": { "user": 34249323.7, "nice": 29269.99, "system": 41486129.26, "idle": 484077987.64, "iowait": 9455351.52, "irq": 0, "softirq": 1469538.26, "steal": 38151.03, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386680251914, "processCreated": 3304084774, "processesRunning": 26 }, "memoryStat": { "total": 154490964, "free": 1229776, "available": 21451320, "buffers": 849892, "cached": 16877536, "active": 63070440, "inactive": 27888944, "swap": 203074596, "dirty": 52228, "writeback": 0, "slab": 14103892 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246441591373 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.3, "avg60": 96.69, "avg300": 96.22, "total": 4425805425000 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183358866550 } }, "ioPressure": { "some": { "avg10": 7.47, "avg60": 8.17, "avg300": 8.89, "total": 2538919095452 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:39:50.686289808Z", "cpuStat": { "user": 34249372.07, "nice": 29270.03, "system": 41486180.44, "idle": 484078507.11, "iowait": 9455352.93, "irq": 0, "softirq": 1469539.81, "steal": 38151.14, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386682412687, "processCreated": 3304087184, "processesRunning": 23 }, "memoryStat": { "total": 154490964, "free": 999368, "available": 20916732, "buffers": 842808, "cached": 16862752, "active": 62897480, "inactive": 28387456, "swap": 203074596, "dirty": 98160, "writeback": 4, "slab": 14105360 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246449395307 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.81, "avg60": 96.88, "avg300": 96.28, "total": 4425813139112 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183358982918 } }, "ioPressure": { "some": { "avg10": 7.41, "avg60": 8.09, "avg300": 8.85, "total": 2538919703329 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:39:58.687913961Z", "cpuStat": { "user": 34249412.83, "nice": 29270.11, "system": 41486226.51, "idle": 484079037.7, "iowait": 9455353.25, "irq": 0, "softirq": 1469541.31, "steal": 38151.23, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386684625709, "processCreated": 3304089510, "processesRunning": 16 }, "memoryStat": { "total": 154490964, "free": 1490452, "available": 21593996, "buffers": 832932, "cached": 16836156, "active": 62893316, "inactive": 28241652, "swap": 203074596, "dirty": 9680, "writeback": 4, "slab": 14104808 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246457396066 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.84, "avg60": 96.77, "avg300": 96.27, "total": 4425820854186 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183359090402 } }, "ioPressure": { "some": { "avg10": 7.18, "avg60": 7.95, "avg300": 8.8, "total": 2538920307192 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:40:06.690686945Z", "cpuStat": { "user": 34249454.98, "nice": 29270.16, "system": 41486275.99, "idle": 484079563.61, "iowait": 9455353.63, "irq": 0, "softirq": 1469543.05, "steal": 38151.33, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386686832862, "processCreated": 3304092021, "processesRunning": 13 }, "memoryStat": { "total": 154490964, "free": 1365380, "available": 21451684, "buffers": 829296, "cached": 16848352, "active": 63007516, "inactive": 28028244, "swap": 203074596, "dirty": 9736, "writeback": 0, "slab": 14105260 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246465398436 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.45, "avg60": 96.7, "avg300": 96.27, "total": 4425828570631 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183359209600 } }, "ioPressure": { "some": { "avg10": 7.08, "avg60": 7.83, "avg300": 8.75, "total": 2538920912938 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:40:18.694784457Z", "cpuStat": { "user": 34249516.81, "nice": 29270.24, "system": 41486348.44, "idle": 484080359.99, "iowait": 9455353.97, "irq": 0, "softirq": 1469545.67, "steal": 38151.44, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386689989057, "processCreated": 3304095506, "processesRunning": 23 }, "memoryStat": { "total": 154490964, "free": 1232436, "available": 21341004, "buffers": 825292, "cached": 16865912, "active": 63215508, "inactive": 28147420, "swap": 203074596, "dirty": 6332, "writeback": 40, "slab": 14104984 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246477401037 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.46, "avg60": 96.66, "avg300": 96.28, "total": 4425840193160 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183359383979 } }, "ioPressure": { "some": { "avg10": 7.02, "avg60": 7.68, "avg300": 8.68, "total": 2538921817854 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:40:26.696632835Z", "cpuStat": { "user": 34249559.98, "nice": 29270.3, "system": 41486403.15, "idle": 484080874.39, "iowait": 9455354.36, "irq": 0, "softirq": 1469548.72, "steal": 38151.58, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386692952280, "processCreated": 3304098082, "processesRunning": 28 }, "memoryStat": { "total": 154490964, "free": 1555280, "available": 21720568, "buffers": 821396, "cached": 16801180, "active": 62696176, "inactive": 27811720, "swap": 203074596, "dirty": 3176, "writeback": 0, "slab": 14104188 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246485398259 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.39, "avg60": 96.83, "avg300": 96.33, "total": 4425848068851 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183359507977 } }, "ioPressure": { "some": { "avg10": 7.01, "avg60": 7.59, "avg300": 8.63, "total": 2538922423365 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:40:34.69917625Z", "cpuStat": { "user": 34249609.15, "nice": 29270.37, "system": 41486452.19, "idle": 484081387.33, "iowait": 9455354.55, "irq": 0, "softirq": 1469551.97, "steal": 38151.67, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386695915118, "processCreated": 3304100513, "processesRunning": 19 }, "memoryStat": { "total": 154490964, "free": 1512008, "available": 21673556, "buffers": 821176, "cached": 16833536, "active": 62825592, "inactive": 27720496, "swap": 203074596, "dirty": 6952, "writeback": 0, "slab": 14104268 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246493400373 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.29, "avg60": 96.89, "avg300": 96.35, "total": 4425855884147 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183359619772 } }, "ioPressure": { "some": { "avg10": 7, "avg60": 7.52, "avg300": 8.59, "total": 2538923026474 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:40:42.701583195Z", "cpuStat": { "user": 34249650.59, "nice": 29270.41, "system": 41486500.87, "idle": 484081912.28, "iowait": 9455356.01, "irq": 0, "softirq": 1469554.3, "steal": 38151.76, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386698360846, "processCreated": 3304102861, "processesRunning": 6 }, "memoryStat": { "total": 154490964, "free": 1422412, "available": 21644252, "buffers": 822480, "cached": 16889672, "active": 62888792, "inactive": 27827508, "swap": 203074596, "dirty": 3380, "writeback": 0, "slab": 14104368 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246501402193 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.98, "avg60": 96.87, "avg300": 96.36, "total": 4425863658852 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183359724823 } }, "ioPressure": { "some": { "avg10": 7.18, "avg60": 7.48, "avg300": 8.55, "total": 2538923649531 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:40:50.705619475Z", "cpuStat": { "user": 34249691.32, "nice": 29270.46, "system": 41486545.47, "idle": 484082446.13, "iowait": 9455356.25, "irq": 0, "softirq": 1469555.87, "steal": 38151.86, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386700479329, "processCreated": 3304105180, "processesRunning": 15 }, "memoryStat": { "total": 154490964, "free": 1616408, "available": 21831736, "buffers": 823068, "cached": 16901100, "active": 63037508, "inactive": 27840776, "swap": 203074596, "dirty": 4116, "writeback": 0, "slab": 14104576 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246509406089 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.73, "avg60": 96.82, "avg300": 96.37, "total": 4425871424936 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183359822246 } }, "ioPressure": { "some": { "avg10": 7.08, "avg60": 7.42, "avg300": 8.51, "total": 2538924253362 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:40:58.782776885Z", "cpuStat": { "user": 34249735.28, "nice": 29270.51, "system": 41486592.48, "idle": 484082982.55, "iowait": 9455356.5, "irq": 0, "softirq": 1469557.59, "steal": 38151.95, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386702587263, "processCreated": 3304107627, "processesRunning": 20 }, "memoryStat": { "total": 154490964, "free": 994200, "available": 20216596, "buffers": 824212, "cached": 17032148, "active": 63317668, "inactive": 28037932, "swap": 203074596, "dirty": 3508, "writeback": 0, "slab": 14105280 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246517482554 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.86, "avg60": 96.84, "avg300": 96.38, "total": 4425879310540 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183359925041 } }, "ioPressure": { "some": { "avg10": 7.03, "avg60": 7.37, "avg300": 8.46, "total": 2538924862670 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-31T22:41:00.498673896Z", "cpuStat": { "user": 34249744.66, "nice": 29270.52, "system": 41486602.56, "idle": 484083096.35, "iowait": 9455356.71, "irq": 0, "softirq": 1469557.99, "steal": 38151.96, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1386703024949, "processCreated": 3304108085, "processesRunning": 14 }, "memoryStat": { "total": 154490964, "free": 1152576, "available": 20914028, "buffers": 825176, "cached": 16942696, "active": 62741220, "inactive": 28088696, "swap": 203074596, "dirty": 1416, "writeback": 0, "slab": 14104300 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7246519198224 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.88, "avg60": 96.85, "avg300": 96.39, "total": 4425880991995 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183359945696 } }, "ioPressure": { "some": { "avg10": 7.02, "avg60": 7.36, "avg300": 8.45, "total": 2538924994398 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } } ] } } }