{ "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:20ce1704c840048f9526914bdfe2473e294007412d9a55e0f4f38d2ca9a3207a": "step6", "sha256:26888eabb5ff3d749595deaa6fec3cd06031488c800d51daf1435c2bd5892ef0": "step13", "sha256:68079dd42c16a9d22a96f2f341d8f7a1547028e42ce459a2e2a83450e511ce9d": "step0", "sha256:6815ca3f6ae206d73b5e091eedb1768eaba5a728f228fd861cb591037360ba68": "step4", "sha256:72b5aa211a93ec39ab557c60d9b12bbe4c8c9f9dfaf597273bfba9af08c23396": "step12", "sha256:7cd2c417b95252f56276ec02012aa30b933a02b5d7c4acebf38996891e0e51b9": "step9", "sha256:8573e4210521d4d9776aee7d6c6c2d55c43df8932bc3484823ceb6a32bc665f0": "step5", "sha256:8e58889d68001de1064f00b3128ef63b90b75be15a02fa4c300281a383807e1d": "step3", "sha256:93deb4b3f2be1ce037ff5d83716c6ac4ab557d8b6b9e717c20f9e6388bcc1261": "step10", "sha256:b29a68fe6993e59e77335b4c272dda35216d13224880cf5514a25b4eef4112fc": "step8", "sha256:cc84318678c353cc2c431f1ffe70d1390ca69d6aa8bf28e6de7a7f6427eca432": "step2", "sha256:d04da7b27be1a5ef38291c467a62b129f55c76f264eba61d443d0a5794127f5b": "step1", "sha256:d8d5e6c43b9a2bbd1a7969aa997ed3d83cc98126fc91305b26c7c886e2f3040d": "step7", "sha256:f4177b17b7dabf6ba059ccc3c101eb5179d6b23cc31bbb1e23153da801438a7c": "step11" } }, "metadata": { "buildInvocationID": "y0ihgg8u4vf8ogupolam9vx0c", "buildStartedOn": "2024-12-28T12:02:52.141384943Z", "buildFinishedOn": "2024-12-28T12:03:04.014484644Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.Server", "revision": "990689274ade2ddae53ee83d074adc7d4b74306c", "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/RlJPTSBtY3IubWljcm9zb2Z0LmNvbS9kb3RuZXQvYXNwbmV0OjkuMCBBUyBiYXNlClVTRVIgJEFQUF9VSUQKV09SS0RJUiAvYXBwCkVYUE9TRSA4MDgwCkVYUE9TRSA4MDgxCgpGUk9NIG1jci5taWNyb3NvZnQuY29tL2RvdG5ldC9zZGs6OS4wIEFTIGJ1aWxkCkFSRyBCVUlMRF9DT05GSUdVUkFUSU9OPVJlbGVhc2UKV09SS0RJUiAvc3JjCkNPUFkgWyJOZW9DbGFzcy5TZXJ2ZXIvTmVvQ2xhc3MuU2VydmVyLmNzcHJvaiIsICJOZW9DbGFzcy8iXQpSVU4gZG90bmV0IHJlc3RvcmUgIk5lb0NsYXNzL05lb0NsYXNzLlNlcnZlci5jc3Byb2oiCkNPUFkgLiAuCldPUktESVIgIi9zcmMvTmVvQ2xhc3MuU2VydmVyIgpSVU4gZG90bmV0IGJ1aWxkICJOZW9DbGFzcy5TZXJ2ZXIuY3Nwcm9qIiAtYyAkQlVJTERfQ09ORklHVVJBVElPTiAtbyAvYXBwL2J1aWxkCgpGUk9NIGJ1aWxkIEFTIHB1Ymxpc2gKQVJHIEJVSUxEX0NPTkZJR1VSQVRJT049UmVsZWFzZQpSVU4gZG90bmV0IHB1Ymxpc2ggIk5lb0NsYXNzLlNlcnZlci5jc3Byb2oiIC1jICRCVUlMRF9DT05GSUdVUkFUSU9OIC1vIC9hcHAvcHVibGlzaCAvcDpVc2VBcHBIb3N0PWZhbHNlCgpGUk9NIGJhc2UgQVMgZmluYWwKV09SS0RJUiAvYXBwCkNPUFkgLS1mcm9tPXB1Ymxpc2ggL2FwcC9wdWJsaXNoIC4KRU5UUllQT0lOVCBbImRvdG5ldCIsICJOZW9DbGFzcy5kbGwiXQo=", "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:6cf1d71c5f812a31d5a968ce66fcb1c7ee893646520fd96059c216f205ad8112": "step1", "sha256:beace863c14f77d124c68a77784ef7a640d68e34c048e3800092d05b90468cd6": "step0" } } ] }, "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:1bb67bf25a4f9c2584c90d3d88d372b45492dcd43ab3f39e17554bba4ef7528c", "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-28T12:02:53.166533214Z", "cpuStat": { "user": 9879895.66, "nice": 596.35, "system": 9187527.74, "idle": 34615220.77, "iowait": 9301345.74, "irq": 0, "softirq": 455875.64, "steal": 509301.26, "guest": 8556.67, "guestNice": 0 }, "procStat": { "contextSwitches": 270254121511, "processCreated": 437552327, "processesRunning": 15 }, "memoryStat": { "total": 94733944, "free": 3023108, "available": 14682616, "buffers": 776860, "cached": 10110692, "active": 30864884, "inactive": 41065640, "swap": 120767284, "dirty": 1752, "writeback": 16, "slab": 6859040 }, "cpuPressure": { "some": { "avg10": 1.08, "avg60": 4.26, "avg300": 2.87, "total": 791096930160 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.02, "avg300": 0.04, "total": 840878278291 }, "full": { "avg10": 0, "avg60": 0.01, "avg300": 0.03, "total": 472528190141 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823421480 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90481767724 } } }, { "timestamp": "2024-12-28T12:02:55.166859128Z", "cpuStat": { "user": 9879910.82, "nice": 596.35, "system": 9187537.2, "idle": 34615258.32, "iowait": 9301345.89, "irq": 0, "softirq": 455876, "steal": 509301.35, "guest": 8556.67, "guestNice": 0 }, "procStat": { "contextSwitches": 270254298549, "processCreated": 437552708, "processesRunning": 11 }, "memoryStat": { "total": 94733944, "free": 3268428, "available": 14941160, "buffers": 776996, "cached": 10146336, "active": 30881260, "inactive": 40797536, "swap": 120767284, "dirty": 2000, "writeback": 0, "slab": 6859036 }, "cpuPressure": { "some": { "avg10": 1.07, "avg60": 4.16, "avg300": 2.86, "total": 791096961458 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.02, "avg300": 0.04, "total": 840878280372 }, "full": { "avg10": 0, "avg60": 0.01, "avg300": 0.03, "total": 472528192158 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823425252 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90481771153 } } }, { "timestamp": "2024-12-28T12:02:57.167648003Z", "cpuStat": { "user": 9879926.85, "nice": 596.35, "system": 9187547.38, "idle": 34615294.57, "iowait": 9301346.08, "irq": 0, "softirq": 455876.34, "steal": 509301.65, "guest": 8556.67, "guestNice": 0 }, "procStat": { "contextSwitches": 270254476664, "processCreated": 437553224, "processesRunning": 15 }, "memoryStat": { "total": 94733944, "free": 2929796, "available": 14620688, "buffers": 777208, "cached": 10196016, "active": 30902496, "inactive": 41113496, "swap": 120767284, "dirty": 6012, "writeback": 0, "slab": 6859192 }, "cpuPressure": { "some": { "avg10": 1.23, "avg60": 4.09, "avg300": 2.86, "total": 791097002695 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.02, "avg300": 0.04, "total": 840878284763 }, "full": { "avg10": 0, "avg60": 0.01, "avg300": 0.03, "total": 472528196426 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823430280 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90481775926 } } }, { "timestamp": "2024-12-28T12:02:59.167989601Z", "cpuStat": { "user": 9879943.09, "nice": 596.35, "system": 9187558.52, "idle": 34615329.58, "iowait": 9301346.18, "irq": 0, "softirq": 455876.59, "steal": 509301.77, "guest": 8556.67, "guestNice": 0 }, "procStat": { "contextSwitches": 270254674143, "processCreated": 437553725, "processesRunning": 12 }, "memoryStat": { "total": 94733944, "free": 2709308, "available": 14376272, "buffers": 777232, "cached": 10188724, "active": 30892064, "inactive": 41342208, "swap": 120767284, "dirty": 740, "writeback": 0, "slab": 6858972 }, "cpuPressure": { "some": { "avg10": 2.1, "avg60": 4.15, "avg300": 2.88, "total": 791097140342 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.02, "avg300": 0.04, "total": 840878289402 }, "full": { "avg10": 0, "avg60": 0.01, "avg300": 0.02, "total": 472528200447 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823432967 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90481778072 } } }, { "timestamp": "2024-12-28T12:03:01.16875356Z", "cpuStat": { "user": 9879958.2, "nice": 596.35, "system": 9187568.39, "idle": 34615366.81, "iowait": 9301346.39, "irq": 0, "softirq": 455876.83, "steal": 509301.97, "guest": 8556.67, "guestNice": 0 }, "procStat": { "contextSwitches": 270254848036, "processCreated": 437554133, "processesRunning": 13 }, "memoryStat": { "total": 94733944, "free": 3164848, "available": 14820320, "buffers": 777104, "cached": 10099520, "active": 30827312, "inactive": 40939848, "swap": 120767284, "dirty": 716, "writeback": 0, "slab": 6859144 }, "cpuPressure": { "some": { "avg10": 2.98, "avg60": 4.24, "avg300": 2.91, "total": 791097286866 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.01, "avg300": 0.04, "total": 840878297545 }, "full": { "avg10": 0, "avg60": 0.01, "avg300": 0.02, "total": 472528208151 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823439599 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90481782793 } } }, { "timestamp": "2024-12-28T12:03:03.16928569Z", "cpuStat": { "user": 9879976.4, "nice": 596.35, "system": 9187579.76, "idle": 34615399.54, "iowait": 9301346.46, "irq": 0, "softirq": 455877.19, "steal": 509302.89, "guest": 8556.67, "guestNice": 0 }, "procStat": { "contextSwitches": 270255032362, "processCreated": 437554736, "processesRunning": 22 }, "memoryStat": { "total": 94733944, "free": 2894392, "available": 14603020, "buffers": 777512, "cached": 10177928, "active": 30840828, "inactive": 41214736, "swap": 120767284, "dirty": 6116, "writeback": 0, "slab": 6859024 }, "cpuPressure": { "some": { "avg10": 2.62, "avg60": 4.13, "avg300": 2.89, "total": 791097337114 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.01, "avg300": 0.04, "total": 840878298793 }, "full": { "avg10": 0, "avg60": 0.01, "avg300": 0.02, "total": 472528209305 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823442521 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90481784281 } } }, { "timestamp": "2024-12-28T12:03:04.014810662Z", "cpuStat": { "user": 9879983.16, "nice": 596.35, "system": 9187584.18, "idle": 34615414.6, "iowait": 9301346.63, "irq": 0, "softirq": 455877.31, "steal": 509302.97, "guest": 8556.67, "guestNice": 0 }, "procStat": { "contextSwitches": 270255115844, "processCreated": 437554847, "processesRunning": 14 }, "memoryStat": { "total": 94733944, "free": 2883268, "available": 14711112, "buffers": 778512, "cached": 10268704, "active": 30900684, "inactive": 41167520, "swap": 120767284, "dirty": 1168, "writeback": 1180, "slab": 6858932 }, "cpuPressure": { "some": { "avg10": 2.62, "avg60": 4.13, "avg300": 2.89, "total": 791097345349 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.01, "avg300": 0.04, "total": 840878298796 }, "full": { "avg10": 0, "avg60": 0.01, "avg300": 0.02, "total": 472528209308 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823446299 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90481787771 } } } ] } } }