{ "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:047bb6c34f3ec2ec30c4ea85fee3c4b6de7c36ac4e6fdec365b3accd195a8570": "step5", "sha256:228edc5e396a030f5d6e4f90d0c2b4f795b87025cac8ed2f4c9a59710e78a0ab": "step7", "sha256:6049c80fbb8d6229aa14d968f23a66ff73517eed1ab7833f7fb5e3161803dc96": "step12", "sha256:695025d35e9497109232af4115d6cb574557b95362663feae793029555e549c9": "step9", "sha256:7064ed6cdab0203af2c72525c6b00fe024af64db0d46a3b53603755653ac395e": "step3", "sha256:9859074c4d3aba07627d5d9b6f01e3ba1c5c52fe7a706617ded1a3b69e5677b7": "step0", "sha256:b3cb3ca5867350f7159c16e58ce7082a49cf1128114cbccdf02c6615ef0bc7bd": "step13", "sha256:e85c2f7149e61edc3cca3edf3c4711ba6ff132a60108993aa6bc0a1159f96cbe": "step8", "sha256:ed985492537662f2edd0df3f2eade9653b4e08eddb0312eb51e93386643f012f": "step2", "sha256:efd89050bd6a0ec338a3ab5709bcee166cdeca71e4cec2f0119fcaa846a6fd55": "step1", "sha256:f7321c60916416ea699a65da6cd2cce312f8f3286f49b310f4338e5a9541f7dc": "step10", "sha256:fb603eaa47662dfb31f33d8b4bef2e8c6eef95bd0874c8e873094b07f4700790": "step6", "sha256:fd50397a3713ea087e6b9b405f33fe1d4017274cc61bd7e9018bea20bad8fd06": "step11", "sha256:ff35bacd3538d0fb0c2f79622f8a20ce794feb60002833e3dd385c05d8f2b597": "step4" } }, "metadata": { "buildInvocationID": "gqu2bun95bgeu6t4avh1kl269", "buildStartedOn": "2025-06-01T08:11:32.783163884Z", "buildFinishedOn": "2025-06-01T08:13:58.489484287Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.API", "revision": "bda8c73b327ccee7763d79f471183acd607cd896", "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:c5efdb9a87752378a1942d39cfe96b0c37587e7b29af03108d0c926d3cdd317e": "step0", "sha256:d140772d9c049a53030c5264bf22c18afd1c9757158639e9dd52edd81c0dc7a9": "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:f428904eac4a37c495b7bd7667f3efd7ab367b153bd17380a5fcfe286356c52c", "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-06-01T08:11:34.712766259Z", "cpuStat": { "user": 34430404.62, "nice": 29969.92, "system": 41694332.25, "idle": 486309467.3, "iowait": 9489603.95, "irq": 0, "softirq": 1478201.16, "steal": 38310.32, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396954277170, "processCreated": 3313562113, "processesRunning": 9 }, "memoryStat": { "total": 154490964, "free": 1832308, "available": 24312892, "buffers": 808652, "cached": 17412560, "active": 60993832, "inactive": 26173276, "swap": 203074596, "dirty": 3384, "writeback": 0, "slab": 16390448 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280746560553 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.06, "avg60": 97.34, "avg300": 97.33, "total": 4459247659437 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183833575083 } }, "ioPressure": { "some": { "avg10": 9.08, "avg60": 9.02, "avg300": 8.97, "total": 2542088522145 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:11:42.718055381Z", "cpuStat": { "user": 34430449.89, "nice": 29969.97, "system": 41694381.12, "idle": 486309978.93, "iowait": 9489622.91, "irq": 0, "softirq": 1478203.31, "steal": 38310.35, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396956712794, "processCreated": 3313564670, "processesRunning": 14 }, "memoryStat": { "total": 154490964, "free": 1461028, "available": 23578792, "buffers": 809156, "cached": 17486940, "active": 61238156, "inactive": 26065892, "swap": 203074596, "dirty": 12084, "writeback": 92, "slab": 16390616 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280754622641 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.79, "avg60": 97.26, "avg300": 97.32, "total": 4459255503337 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183833689002 } }, "ioPressure": { "some": { "avg10": 9.95, "avg60": 9.24, "avg300": 9.02, "total": 2542089407282 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:11:50.882747685Z", "cpuStat": { "user": 34430496.92, "nice": 29970.03, "system": 41694427.08, "idle": 486310506.25, "iowait": 9489630.47, "irq": 0, "softirq": 1478204.98, "steal": 38310.37, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396958938501, "processCreated": 3313566677, "processesRunning": 23 }, "memoryStat": { "total": 154490964, "free": 1102404, "available": 23086464, "buffers": 810704, "cached": 17601912, "active": 61479352, "inactive": 26193944, "swap": 203074596, "dirty": 15400, "writeback": 4, "slab": 16390624 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280762722182 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.34, "avg60": 97.3, "avg300": 97.32, "total": 4459263459691 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183833793891 } }, "ioPressure": { "some": { "avg10": 9.06, "avg60": 9.11, "avg300": 9, "total": 2542090136184 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:11:58.983313549Z", "cpuStat": { "user": 34430536.78, "nice": 29970.1, "system": 41694485.49, "idle": 486311019.17, "iowait": 9489652.43, "irq": 0, "softirq": 1478206.34, "steal": 38310.39, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396961112319, "processCreated": 3313568994, "processesRunning": 33 }, "memoryStat": { "total": 154490964, "free": 1626432, "available": 24667872, "buffers": 807952, "cached": 17555604, "active": 61242176, "inactive": 26242192, "swap": 203074596, "dirty": 24804, "writeback": 1716, "slab": 16390864 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280770822079 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.59, "avg60": 97.38, "avg300": 97.34, "total": 4459271438242 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183833930318 } }, "ioPressure": { "some": { "avg10": 10.31, "avg60": 9.38, "avg300": 9.06, "total": 2542091074458 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:12:07.183959858Z", "cpuStat": { "user": 34430587.47, "nice": 29970.14, "system": 41694545.38, "idle": 486311518.1, "iowait": 9489687.23, "irq": 0, "softirq": 1478208.11, "steal": 38310.44, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396963214244, "processCreated": 3313571450, "processesRunning": 27 }, "memoryStat": { "total": 154490964, "free": 1626540, "available": 23688432, "buffers": 809208, "cached": 17586428, "active": 61273864, "inactive": 26244660, "swap": 203074596, "dirty": 10336, "writeback": 60, "slab": 16390700 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280779021979 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.74, "avg60": 97.43, "avg300": 97.35, "total": 4459279485952 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183834065668 } }, "ioPressure": { "some": { "avg10": 11.81, "avg60": 9.86, "avg300": 9.18, "total": 2542092204345 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:12:17.982954025Z", "cpuStat": { "user": 34430645.01, "nice": 29970.2, "system": 41694609.37, "idle": 486312177.74, "iowait": 9489748.8, "irq": 0, "softirq": 1478210.08, "steal": 38310.48, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396965947870, "processCreated": 3313574343, "processesRunning": 32 }, "memoryStat": { "total": 154490964, "free": 1238996, "available": 24355660, "buffers": 810424, "cached": 17632584, "active": 61020712, "inactive": 26616052, "swap": 203074596, "dirty": 15192, "writeback": 0, "slab": 16390628 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280789817231 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.11, "avg60": 97.09, "avg300": 97.28, "total": 4459289839689 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183834233510 } }, "ioPressure": { "some": { "avg10": 14.19, "avg60": 10.71, "avg300": 9.39, "total": 2542093929870 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:12:26.482812612Z", "cpuStat": { "user": 34430694.25, "nice": 29970.26, "system": 41694660.16, "idle": 486312679.53, "iowait": 9489808.38, "irq": 0, "softirq": 1478213.67, "steal": 38310.51, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396968554526, "processCreated": 3313576514, "processesRunning": 46 }, "memoryStat": { "total": 154490964, "free": 1287232, "available": 24422072, "buffers": 807712, "cached": 17635224, "active": 61073880, "inactive": 26406060, "swap": 203074596, "dirty": 59948, "writeback": 60, "slab": 16390712 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280798316604 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 94.66, "avg60": 96.61, "avg300": 97.17, "total": 4459297829716 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183834344728 } }, "ioPressure": { "some": { "avg10": 16.33, "avg60": 11.74, "avg300": 9.66, "total": 2542095464164 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:12:35.082776373Z", "cpuStat": { "user": 34430746.24, "nice": 29970.32, "system": 41694718.37, "idle": 486313218.22, "iowait": 9489826.36, "irq": 0, "softirq": 1478217.19, "steal": 38310.55, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396971542119, "processCreated": 3313578919, "processesRunning": 42 }, "memoryStat": { "total": 154490964, "free": 1500180, "available": 24642796, "buffers": 807464, "cached": 17646680, "active": 61471432, "inactive": 26258380, "swap": 203074596, "dirty": 106844, "writeback": 0, "slab": 16390576 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280806915937 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 95.87, "avg60": 96.57, "avg300": 97.14, "total": 4459306147187 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183834472640 } }, "ioPressure": { "some": { "avg10": 12.41, "avg60": 11.51, "avg300": 9.67, "total": 2542096392260 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:12:43.183016632Z", "cpuStat": { "user": 34430791.7, "nice": 29970.37, "system": 41694768.83, "idle": 486313749.19, "iowait": 9489826.54, "irq": 0, "softirq": 1478219.21, "steal": 38310.59, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396973846251, "processCreated": 3313581282, "processesRunning": 26 }, "memoryStat": { "total": 154490964, "free": 1282280, "available": 24484080, "buffers": 809728, "cached": 17703440, "active": 61279112, "inactive": 26399456, "swap": 203074596, "dirty": 60680, "writeback": 72, "slab": 16390452 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280815015692 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.25, "avg60": 96.79, "avg300": 97.17, "total": 4459314138113 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183834595267 } }, "ioPressure": { "some": { "avg10": 9.43, "avg60": 10.95, "avg300": 9.59, "total": 2542097002626 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:12:51.184615438Z", "cpuStat": { "user": 34430838.89, "nice": 29970.42, "system": 41694816.05, "idle": 486314274.22, "iowait": 9489826.86, "irq": 0, "softirq": 1478220.66, "steal": 38310.63, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396976150852, "processCreated": 3313583255, "processesRunning": 16 }, "memoryStat": { "total": 154490964, "free": 1143776, "available": 24409448, "buffers": 813896, "cached": 17789236, "active": 61940644, "inactive": 25860364, "swap": 203074596, "dirty": 89924, "writeback": 0, "slab": 16390748 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280823016653 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.96, "avg60": 97, "avg300": 97.21, "total": 4459322059334 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183834718258 } }, "ioPressure": { "some": { "avg10": 8.09, "avg60": 10.45, "avg300": 9.52, "total": 2542097607618 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:13:03.188829003Z", "cpuStat": { "user": 34430906.36, "nice": 29970.5, "system": 41694884.71, "idle": 486315064.85, "iowait": 9489827.31, "irq": 0, "softirq": 1478222.95, "steal": 38310.68, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396979599236, "processCreated": 3313586907, "processesRunning": 23 }, "memoryStat": { "total": 154490964, "free": 1305844, "available": 23106200, "buffers": 794928, "cached": 17431904, "active": 61624696, "inactive": 25900532, "swap": 203074596, "dirty": 9852, "writeback": 0, "slab": 16391692 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280835016510 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 98.31, "avg60": 97.27, "avg300": 97.26, "total": 4459333948248 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183834872232 } }, "ioPressure": { "some": { "avg10": 7.32, "avg60": 9.83, "avg300": 9.42, "total": 2542098513782 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:13:11.190548438Z", "cpuStat": { "user": 34430951.31, "nice": 29970.56, "system": 41694928.55, "idle": 486315595.25, "iowait": 9489827.6, "irq": 0, "softirq": 1478224.73, "steal": 38310.7, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396981785848, "processCreated": 3313589119, "processesRunning": 13 }, "memoryStat": { "total": 154490964, "free": 1496796, "available": 24369960, "buffers": 789372, "cached": 17474052, "active": 60709492, "inactive": 26815556, "swap": 203074596, "dirty": 2752, "writeback": 0, "slab": 16391696 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280843018140 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 98.35, "avg60": 97.4, "avg300": 97.29, "total": 4459341828910 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183834969295 } }, "ioPressure": { "some": { "avg10": 7.14, "avg60": 9.47, "avg300": 9.35, "total": 2542099118206 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:13:19.192800711Z", "cpuStat": { "user": 34430998.78, "nice": 29970.6, "system": 41694974.12, "idle": 486316122.45, "iowait": 9489827.97, "irq": 0, "softirq": 1478226.43, "steal": 38310.73, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396984008336, "processCreated": 3313591419, "processesRunning": 6 }, "memoryStat": { "total": 154490964, "free": 1410344, "available": 23504076, "buffers": 789940, "cached": 17410940, "active": 60615344, "inactive": 26731700, "swap": 203074596, "dirty": 1124, "writeback": 0, "slab": 16391528 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280851018423 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.87, "avg60": 97.38, "avg300": 97.29, "total": 4459349658011 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183835070671 } }, "ioPressure": { "some": { "avg10": 7.06, "avg60": 9.16, "avg300": 9.29, "total": 2542099723634 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:13:27.195413713Z", "cpuStat": { "user": 34431044.7, "nice": 29970.63, "system": 41695025.39, "idle": 486316640.75, "iowait": 9489828.15, "irq": 0, "softirq": 1478229.81, "steal": 38310.77, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396986878962, "processCreated": 3313593750, "processesRunning": 24 }, "memoryStat": { "total": 154490964, "free": 1160952, "available": 24141448, "buffers": 790204, "cached": 17467420, "active": 61004924, "inactive": 26359816, "swap": 203074596, "dirty": 7600, "writeback": 76, "slab": 16391376 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280859015185 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.49, "avg60": 97.36, "avg300": 97.29, "total": 4459357473156 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183835183327 } }, "ioPressure": { "some": { "avg10": 7.02, "avg60": 8.89, "avg300": 9.22, "total": 2542100326143 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:13:35.197563947Z", "cpuStat": { "user": 34431091, "nice": 29970.68, "system": 41695076.93, "idle": 486317156.23, "iowait": 9489828.36, "irq": 0, "softirq": 1478233.3, "steal": 38310.8, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396989860816, "processCreated": 3313595775, "processesRunning": 14 }, "memoryStat": { "total": 154490964, "free": 1209004, "available": 23748544, "buffers": 790592, "cached": 17492644, "active": 60706400, "inactive": 26712732, "swap": 203074596, "dirty": 3232, "writeback": 0, "slab": 16391472 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280867012977 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 98.07, "avg60": 97.51, "avg300": 97.32, "total": 4459365395002 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183835300801 } }, "ioPressure": { "some": { "avg10": 7.01, "avg60": 8.65, "avg300": 9.16, "total": 2542100929170 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:13:43.200503038Z", "cpuStat": { "user": 34431144.92, "nice": 29970.72, "system": 41695124.02, "idle": 486317673.76, "iowait": 9489828.59, "irq": 0, "softirq": 1478235.73, "steal": 38310.82, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396992355545, "processCreated": 3313598069, "processesRunning": 16 }, "memoryStat": { "total": 154490964, "free": 1397568, "available": 24295888, "buffers": 791940, "cached": 17527736, "active": 60964576, "inactive": 26547436, "swap": 203074596, "dirty": 12180, "writeback": 0, "slab": 16391292 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280875015885 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 98.13, "avg60": 97.6, "avg300": 97.35, "total": 4459373287264 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183835396778 } }, "ioPressure": { "some": { "avg10": 7, "avg60": 8.45, "avg300": 9.1, "total": 2542101532806 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:13:51.285084212Z", "cpuStat": { "user": 34431192.48, "nice": 29970.77, "system": 41695173.66, "idle": 486318204.6, "iowait": 9489828.92, "irq": 0, "softirq": 1478237.42, "steal": 38310.86, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396994547112, "processCreated": 3313600255, "processesRunning": 18 }, "memoryStat": { "total": 154490964, "free": 1179100, "available": 24117688, "buffers": 789300, "cached": 17528808, "active": 61147856, "inactive": 26492820, "swap": 203074596, "dirty": 6088, "writeback": 0, "slab": 16391524 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280883100164 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.85, "avg60": 97.61, "avg300": 97.36, "total": 4459381223678 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183835510914 } }, "ioPressure": { "some": { "avg10": 7, "avg60": 8.27, "avg300": 9.05, "total": 2542102144022 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-06-01T08:13:58.490051665Z", "cpuStat": { "user": 34431234.64, "nice": 29970.83, "system": 41695217.58, "idle": 486318675.1, "iowait": 9489830.73, "irq": 0, "softirq": 1478238.8, "steal": 38310.89, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1396996493583, "processCreated": 3313602393, "processesRunning": 19 }, "memoryStat": { "total": 154490964, "free": 1728584, "available": 24484248, "buffers": 783436, "cached": 17213808, "active": 61118368, "inactive": 26081548, "swap": 203074596, "dirty": 3072, "writeback": 0, "slab": 16391068 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 7280890300751 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 98.12, "avg60": 97.68, "avg300": 97.38, "total": 4459388368650 }, "full": { "avg10": 1, "avg60": 1, "avg300": 1, "total": 183835604013 } }, "ioPressure": { "some": { "avg10": 7.14, "avg60": 8.18, "avg300": 9.01, "total": 2542102708288 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } } ] } } }