{ "builder": { "id": "" }, "buildType": "https://mobyproject.org/buildkit@v1", "materials": [ { "uri": "pkg:docker/mcr.microsoft.com/dotnet/aspnet@9.0?platform=linux%2Famd64", "digest": { "sha256": "b4bea3a52a0a77317fa93c5bbdb076623f81e3e2f201078d89914da71318b5d8" } }, { "uri": "pkg:docker/mcr.microsoft.com/dotnet/sdk@9.0?platform=linux%2Famd64", "digest": { "sha256": "3fcf6f1e809c0553f9feb222369f58749af314af6f063f389cbd2f913b4ad556" } } ], "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:b4bea3a52a0a77317fa93c5bbdb076623f81e3e2f201078d89914da71318b5d8", "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:3fcf6f1e809c0553f9feb222369f58749af314af6f063f389cbd2f913b4ad556", "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.Server/NeoClass.Server.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.Server.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.0", "ASPNET_VERSION=9.0.0", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.101", "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": [ { "input": 0, "dest": "/", "output": 0 } ] } }, "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.Server", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step8:0" ] }, { "id": "step10", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet build \"NeoClass.Server.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.0", "ASPNET_VERSION=9.0.0", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.101", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.Server", "removeMountStubsRecursive": true }, "mounts": [ { "input": 0, "dest": "/", "output": 0 } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step9:0" ] }, { "id": "step11", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet publish \"NeoClass.Server.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.0", "ASPNET_VERSION=9.0.0", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.101", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.Server", "removeMountStubsRecursive": true }, "mounts": [ { "input": 0, "dest": "/", "output": 0 } ] } }, "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": null }, "inputs": [ "step12:0" ] } ], "digestMapping": { "sha256:055f9216bd0f62202debad565a2b485394d31cd8c9a30f6adb0021a7631e3338": "step8", "sha256:36eb41e4e3084d8360efdee1819f9e29405e0ad7308b619f0538e662a777e6c5": "step12", "sha256:3e9102fcdaddf7fc7c5a04bae4b64b8a863a119e0683d9ac57ee0d683f818531": "step11", "sha256:68079dd42c16a9d22a96f2f341d8f7a1547028e42ce459a2e2a83450e511ce9d": "step0", "sha256:6815ca3f6ae206d73b5e091eedb1768eaba5a728f228fd861cb591037360ba68": "step4", "sha256:8bda9b38b1a93fe100b051d7743440f6fad99121eec729bc43697c73890ebd12": "step5", "sha256:8e58889d68001de1064f00b3128ef63b90b75be15a02fa4c300281a383807e1d": "step3", "sha256:90a5c7ba8365d5201a190cd0588ed760112357c3047c07cefc54bc0cae8614ed": "step10", "sha256:9d84361c6b6186658b376030cebab345f3336605e809cda629daf693bd7eb21b": "step6", "sha256:ab2b6924836dea6e1434fd3f1e26529c28410c405a81be7db39f786026a232fb": "step9", "sha256:c2f6afa675798c74aab13a43456f5edc2dbd550cf8faee46171c085f09b112f0": "step7", "sha256:cc84318678c353cc2c431f1ffe70d1390ca69d6aa8bf28e6de7a7f6427eca432": "step2", "sha256:d04da7b27be1a5ef38291c467a62b129f55c76f264eba61d443d0a5794127f5b": "step1", "sha256:d4c6e1fc8585376bdab6789c52555190da703617f22efe28a2b03ea9a884d1bf": "step13" } }, "metadata": { "buildInvocationID": "z22ibzvf9ac32xbxte3u0wp50", "buildStartedOn": "2024-12-28T22:32:07.864834604Z", "buildFinishedOn": "2024-12-28T22:32:20.348817502Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.Server", "revision": "6a824e757c3e5eb90224b6a72e74b1020f7eda86", "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/RlJPTSBtY3IubWljcm9zb2Z0LmNvbS9kb3RuZXQvYXNwbmV0OjkuMCBBUyBiYXNlClVTRVIgJEFQUF9VSUQKV09SS0RJUiAvYXBwCkVYUE9TRSA4MDgwCkVYUE9TRSA4MDgxCgpGUk9NIG1jci5taWNyb3NvZnQuY29tL2RvdG5ldC9zZGs6OS4wIEFTIGJ1aWxkCkFSRyBCVUlMRF9DT05GSUdVUkFUSU9OPVJlbGVhc2UKV09SS0RJUiAvc3JjCkNPUFkgWyJOZW9DbGFzcy5TZXJ2ZXIvTmVvQ2xhc3MuU2VydmVyLmNzcHJvaiIsICJOZW9DbGFzcy8iXQpSVU4gZG90bmV0IHJlc3RvcmUgIk5lb0NsYXNzL05lb0NsYXNzLlNlcnZlci5jc3Byb2oiCkNPUFkgLiAuCldPUktESVIgIi9zcmMvTmVvQ2xhc3MuU2VydmVyIgpSVU4gZG90bmV0IGJ1aWxkICJOZW9DbGFzcy5TZXJ2ZXIuY3Nwcm9qIiAtYyAkQlVJTERfQ09ORklHVVJBVElPTiAtbyAvYXBwL2J1aWxkCgpGUk9NIGJ1aWxkIEFTIHB1Ymxpc2gKQVJHIEJVSUxEX0NPTkZJR1VSQVRJT049UmVsZWFzZQpSVU4gZG90bmV0IHB1Ymxpc2ggIk5lb0NsYXNzLlNlcnZlci5jc3Byb2oiIC1jICRCVUlMRF9DT05GSUdVUkFUSU9OIC1vIC9hcHAvcHVibGlzaCAvcDpVc2VBcHBIb3N0PWZhbHNlCgpGUk9NIGJhc2UgQVMgZmluYWwKV09SS0RJUiAvYXBwCkNPUFkgLS1mcm9tPXB1Ymxpc2ggL2FwcC9wdWJsaXNoIC4KRU5UUllQT0lOVCBbImRvdG5ldCIsICJOZW9DbGFzcy5TZXJ2ZXIuZGxsIl0K", "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": null }, "inputs": [ "step0:0" ] } ], "digestMapping": { "sha256:a9c01235067e9c9fd0734672a0ec96a3813c96727cb6ecdf4a73e896e46c907a": "step0", "sha256:b908f1330b515f41555365be74bb75e0378c164d0a448903e121c04519a39a1b": "step1" } } ] }, "layers": { "step0:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8b296f48696071aafb5a6286ca60d441a7e559b192fc7f94bb63ee93dae98f17", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:df7c614409e0d23acdd10a2e80c1ea21af8c3eb03722f56ae2bcd15ea0b5452e", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8d3d11e88e961efcc4cd2d5a65d40283bd98200380056663421e54bc4197c2de", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:38cf94434189843e374e95ca8d74b3ba24e5fed1318f7b4abb5be0f3734a157f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:73a855b80f8c3c2571baa96ca396b997488a03a1a74099358eb3936a1f65273f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a1e856433191343860e4d04a6488f6e8d86290fe8e80be0d9af06cfe2279c963", "size": -1 } ] ], "step10:0": [ [] ], "step11:0": [ [] ], "step12:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8b296f48696071aafb5a6286ca60d441a7e559b192fc7f94bb63ee93dae98f17", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:df7c614409e0d23acdd10a2e80c1ea21af8c3eb03722f56ae2bcd15ea0b5452e", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8d3d11e88e961efcc4cd2d5a65d40283bd98200380056663421e54bc4197c2de", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:38cf94434189843e374e95ca8d74b3ba24e5fed1318f7b4abb5be0f3734a157f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:73a855b80f8c3c2571baa96ca396b997488a03a1a74099358eb3936a1f65273f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a1e856433191343860e4d04a6488f6e8d86290fe8e80be0d9af06cfe2279c963", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8c720fbb9d3b2f3656726294b41297bd891de1550b1ecb04fbeb6af5af4aa399", "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:4a982ceb97d1fc09d3833a66d330de30acf5490610216446960bc971e25480ec", "size": -1 } ] ], "step1:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8b296f48696071aafb5a6286ca60d441a7e559b192fc7f94bb63ee93dae98f17", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:df7c614409e0d23acdd10a2e80c1ea21af8c3eb03722f56ae2bcd15ea0b5452e", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8d3d11e88e961efcc4cd2d5a65d40283bd98200380056663421e54bc4197c2de", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:38cf94434189843e374e95ca8d74b3ba24e5fed1318f7b4abb5be0f3734a157f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:73a855b80f8c3c2571baa96ca396b997488a03a1a74099358eb3936a1f65273f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a1e856433191343860e4d04a6488f6e8d86290fe8e80be0d9af06cfe2279c963", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8c720fbb9d3b2f3656726294b41297bd891de1550b1ecb04fbeb6af5af4aa399", "size": -1 } ] ], "step2:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8b296f48696071aafb5a6286ca60d441a7e559b192fc7f94bb63ee93dae98f17", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:df7c614409e0d23acdd10a2e80c1ea21af8c3eb03722f56ae2bcd15ea0b5452e", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8d3d11e88e961efcc4cd2d5a65d40283bd98200380056663421e54bc4197c2de", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:38cf94434189843e374e95ca8d74b3ba24e5fed1318f7b4abb5be0f3734a157f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:73a855b80f8c3c2571baa96ca396b997488a03a1a74099358eb3936a1f65273f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a1e856433191343860e4d04a6488f6e8d86290fe8e80be0d9af06cfe2279c963", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8c720fbb9d3b2f3656726294b41297bd891de1550b1ecb04fbeb6af5af4aa399", "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:8b296f48696071aafb5a6286ca60d441a7e559b192fc7f94bb63ee93dae98f17", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:df7c614409e0d23acdd10a2e80c1ea21af8c3eb03722f56ae2bcd15ea0b5452e", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:8d3d11e88e961efcc4cd2d5a65d40283bd98200380056663421e54bc4197c2de", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:38cf94434189843e374e95ca8d74b3ba24e5fed1318f7b4abb5be0f3734a157f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:73a855b80f8c3c2571baa96ca396b997488a03a1a74099358eb3936a1f65273f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a1e856433191343860e4d04a6488f6e8d86290fe8e80be0d9af06cfe2279c963", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:39c08ae3f95a1c690e9da3da4a347786b20951ae464c6ce78413a4b29c8f0081", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:89da5a033e0f761e1a75ea85fa8f45b84ab3f00f2559326117b834ab5710f364", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:2c9626fe70576c36d1accdf7d7b43ac1efb3dd2c4cad152744c21fce220b8b45", "size": -1 } ] ], "step4:0": [ [] ], "step5:0": [ [] ], "step6:0": [ [] ], "step7:0": [ [] ], "step8:0": [ [] ], "step9:0": [ [] ] }, "sysUsage": [ { "timestamp": "2024-12-28T22:32:09.064448103Z", "cpuStat": { "user": 10151577.93, "nice": 618.82, "system": 9368990, "idle": 35339988.42, "iowait": 9303747.82, "irq": 0, "softirq": 463401.23, "steal": 513890.34, "guest": 8941.34, "guestNice": 0 }, "procStat": { "contextSwitches": 273976708460, "processCreated": 445667531, "processesRunning": 13 }, "memoryStat": { "total": 94733944, "free": 1546272, "available": 13379296, "buffers": 689496, "cached": 10122316, "active": 31419424, "inactive": 41561836, "swap": 120767284, "dirty": 1552, "writeback": 0, "slab": 6913704 }, "cpuPressure": { "some": { "avg10": 0.76, "avg60": 1.18, "avg300": 1.76, "total": 792011845544 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.09, "avg300": 0.09, "total": 841025560071 }, "full": { "avg10": 0, "avg60": 0.09, "avg300": 0.09, "total": 472653744494 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445894507825 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90536303440 } } }, { "timestamp": "2024-12-28T22:32:11.064541303Z", "cpuStat": { "user": 10151593.36, "nice": 618.82, "system": 9368998.96, "idle": 35340026.5, "iowait": 9303747.86, "irq": 0, "softirq": 463401.51, "steal": 513890.41, "guest": 8941.34, "guestNice": 0 }, "procStat": { "contextSwitches": 273976878552, "processCreated": 445667920, "processesRunning": 15 }, "memoryStat": { "total": 94733944, "free": 1641012, "available": 13463880, "buffers": 689912, "cached": 10146532, "active": 31433732, "inactive": 41428292, "swap": 120767284, "dirty": 5672, "writeback": 0, "slab": 6913708 }, "cpuPressure": { "some": { "avg10": 0.8, "avg60": 1.18, "avg300": 1.75, "total": 792011869674 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.09, "avg300": 0.09, "total": 841025560779 }, "full": { "avg10": 0, "avg60": 0.09, "avg300": 0.09, "total": 472653745182 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445894509203 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90536304566 } } }, { "timestamp": "2024-12-28T22:32:13.065235997Z", "cpuStat": { "user": 10151608.48, "nice": 618.82, "system": 9369007.95, "idle": 35340064.96, "iowait": 9303747.93, "irq": 0, "softirq": 463401.78, "steal": 513890.58, "guest": 8941.34, "guestNice": 0 }, "procStat": { "contextSwitches": 273977044507, "processCreated": 445668319, "processesRunning": 13 }, "memoryStat": { "total": 94733944, "free": 1547640, "available": 13326988, "buffers": 690008, "cached": 10189436, "active": 31440968, "inactive": 41508504, "swap": 120767284, "dirty": 8512, "writeback": 0, "slab": 6913704 }, "cpuPressure": { "some": { "avg10": 0.84, "avg60": 1.17, "avg300": 1.75, "total": 792011904577 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.08, "avg300": 0.09, "total": 841025561824 }, "full": { "avg10": 0, "avg60": 0.08, "avg300": 0.09, "total": 472653746207 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445894510748 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90536306006 } } }, { "timestamp": "2024-12-28T22:32:15.066025756Z", "cpuStat": { "user": 10151624.2, "nice": 618.82, "system": 9369017.04, "idle": 35340102.5, "iowait": 9303748.04, "irq": 0, "softirq": 463402.08, "steal": 513890.71, "guest": 8941.34, "guestNice": 0 }, "procStat": { "contextSwitches": 273977224901, "processCreated": 445668662, "processesRunning": 28 }, "memoryStat": { "total": 94733944, "free": 1511764, "available": 13229188, "buffers": 686792, "cached": 10112648, "active": 31360932, "inactive": 41668324, "swap": 120767284, "dirty": 1904, "writeback": 0, "slab": 6913616 }, "cpuPressure": { "some": { "avg10": 0.87, "avg60": 1.16, "avg300": 1.74, "total": 792012057700 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.08, "avg300": 0.09, "total": 841025584081 }, "full": { "avg10": 0, "avg60": 0.08, "avg300": 0.09, "total": 472653766956 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445894514895 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90536309727 } } }, { "timestamp": "2024-12-28T22:32:17.067161471Z", "cpuStat": { "user": 10151638.71, "nice": 618.82, "system": 9369027.69, "idle": 35340138.96, "iowait": 9303748.5, "irq": 0, "softirq": 463402.56, "steal": 513890.8, "guest": 8941.34, "guestNice": 0 }, "procStat": { "contextSwitches": 273977449122, "processCreated": 445669000, "processesRunning": 17 }, "memoryStat": { "total": 94733944, "free": 1918144, "available": 13659200, "buffers": 684512, "cached": 10014460, "active": 31334772, "inactive": 41260852, "swap": 120767284, "dirty": 2812, "writeback": 0, "slab": 6913592 }, "cpuPressure": { "some": { "avg10": 2.16, "avg60": 1.39, "avg300": 1.78, "total": 792012133026 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.18, "avg60": 0.11, "avg300": 0.09, "total": 841025596841 }, "full": { "avg10": 0.18, "avg60": 0.11, "avg300": 0.09, "total": 472653778161 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445894525837 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90536319820 } } }, { "timestamp": "2024-12-28T22:32:19.068152756Z", "cpuStat": { "user": 10151660.13, "nice": 618.82, "system": 9369042.74, "idle": 35340163.61, "iowait": 9303748.66, "irq": 0, "softirq": 463403.09, "steal": 513892.13, "guest": 8941.34, "guestNice": 0 }, "procStat": { "contextSwitches": 273977716846, "processCreated": 445669433, "processesRunning": 14 }, "memoryStat": { "total": 94733944, "free": 1810820, "available": 13565640, "buffers": 684852, "cached": 10038660, "active": 31343932, "inactive": 41341116, "swap": 120767284, "dirty": 188, "writeback": 484, "slab": 6913576 }, "cpuPressure": { "some": { "avg10": 2.13, "avg60": 1.41, "avg300": 1.79, "total": 792012620303 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.14, "avg60": 0.11, "avg300": 0.09, "total": 841025600006 }, "full": { "avg10": 0.14, "avg60": 0.11, "avg300": 0.09, "total": 472653780969 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445894536466 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90536324069 } } }, { "timestamp": "2024-12-28T22:32:20.349332955Z", "cpuStat": { "user": 10151671.37, "nice": 618.82, "system": 9369050.15, "idle": 35340184.23, "iowait": 9303748.93, "irq": 0, "softirq": 463403.45, "steal": 513892.29, "guest": 8941.34, "guestNice": 0 }, "procStat": { "contextSwitches": 273977926198, "processCreated": 445669777, "processesRunning": 15 }, "memoryStat": { "total": 94733944, "free": 1946000, "available": 13872564, "buffers": 686960, "cached": 10186368, "active": 31410260, "inactive": 41156932, "swap": 120767284, "dirty": 1068, "writeback": 872, "slab": 6913344 }, "cpuPressure": { "some": { "avg10": 6.09, "avg60": 2.15, "avg300": 1.94, "total": 792012656538 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.12, "avg60": 0.1, "avg300": 0.09, "total": 841025602310 }, "full": { "avg10": 0.12, "avg60": 0.1, "avg300": 0.09, "total": 472653783099 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445894544589 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90536330402 } } } ] } } }