{ "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:63a51eba3623a2b4494f8dcf58fbf8c12789e4ea8f2217ceba9982b20ef25cec": "step8", "sha256:68079dd42c16a9d22a96f2f341d8f7a1547028e42ce459a2e2a83450e511ce9d": "step0", "sha256:6815ca3f6ae206d73b5e091eedb1768eaba5a728f228fd861cb591037360ba68": "step4", "sha256:6b2efb5dfb4e30f774373978155544cd6bb2b129e44e4f8a69b3941589d7f88d": "step5", "sha256:6f6cadd1d750147f632704485f6535b25730257ee1fb9984dc7ac6251d175f87": "step10", "sha256:8a946e4402e67811408a2627bf6299c39957de31c21a506a1bd53d41c6cd2314": "step11", "sha256:8e58889d68001de1064f00b3128ef63b90b75be15a02fa4c300281a383807e1d": "step3", "sha256:be26340001e0df7c927a8f47953e13e9f487c0fff55bd61030afd19b4ab3cf30": "step6", "sha256:c91a919034063eec09eb1ef0fe25e583e8e30411038e0c17a8be291599035746": "step9", "sha256:cb58827f033c193421288db9f9b9d32e24f2fb399e9c8520db38390904d692e8": "step12", "sha256:cc84318678c353cc2c431f1ffe70d1390ca69d6aa8bf28e6de7a7f6427eca432": "step2", "sha256:d04da7b27be1a5ef38291c467a62b129f55c76f264eba61d443d0a5794127f5b": "step1", "sha256:dd99804146c6a4f141f780e68c259be8e45716653a6ff5bbba8161fd55a962c8": "step13", "sha256:fbdc316122f8978e74b1ceffc44212bf2a2b6229c9a7301b60f2e355181db97f": "step7" } }, "metadata": { "buildInvocationID": "llet8492y6ym2byumy5xaw4r1", "buildStartedOn": "2024-12-28T12:17:41.891648773Z", "buildFinishedOn": "2024-12-28T12:17:54.567817769Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.Server", "revision": "742caa3fc92352a7912940360eaa8eec00239313", "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:09e3d85c0df83d44af2a91e677c3cd30b8eb0ab1c40a7112f26935e572750fba": "step0", "sha256:8fd3a96598f8fc802ebbe0c6a30fbf7be40a27460655d8e42a9256c1c06c6886": "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:0cfbf4dcbff83efad7ce12f643fbe2930800bebd6a56bc39ca35e4580fc06b25", "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:17:43.517621437Z", "cpuStat": { "user": 9886085.05, "nice": 596.36, "system": 9191681.99, "idle": 34632715.63, "iowait": 9301370.55, "irq": 0, "softirq": 456046.95, "steal": 509366.32, "guest": 8556.86, "guestNice": 0 }, "procStat": { "contextSwitches": 270336876066, "processCreated": 437738395, "processesRunning": 11 }, "memoryStat": { "total": 94733944, "free": 2401812, "available": 14389308, "buffers": 809740, "cached": 10250956, "active": 30607432, "inactive": 41920060, "swap": 120767284, "dirty": 1624, "writeback": 0, "slab": 6855596 }, "cpuPressure": { "some": { "avg10": 4.85, "avg60": 1.81, "avg300": 1.33, "total": 791111706797 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 840878748129 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 472528645719 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823975404 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90482228699 } } }, { "timestamp": "2024-12-28T12:17:45.518155406Z", "cpuStat": { "user": 9886100.89, "nice": 596.36, "system": 9191691.54, "idle": 34632752.52, "iowait": 9301370.75, "irq": 0, "softirq": 456047.22, "steal": 509366.43, "guest": 8556.86, "guestNice": 0 }, "procStat": { "contextSwitches": 270337069798, "processCreated": 437738909, "processesRunning": 18 }, "memoryStat": { "total": 94733944, "free": 2250364, "available": 14206512, "buffers": 809304, "cached": 10232504, "active": 30629736, "inactive": 42048512, "swap": 120767284, "dirty": 5120, "writeback": 0, "slab": 6855668 }, "cpuPressure": { "some": { "avg10": 4.15, "avg60": 1.78, "avg300": 1.32, "total": 791111760522 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 840878757173 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 472528654261 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823982687 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90482235397 } } }, { "timestamp": "2024-12-28T12:17:47.518942161Z", "cpuStat": { "user": 9886115.07, "nice": 596.36, "system": 9191700.38, "idle": 34632792.15, "iowait": 9301370.93, "irq": 0, "softirq": 456047.5, "steal": 509366.52, "guest": 8556.86, "guestNice": 0 }, "procStat": { "contextSwitches": 270337215489, "processCreated": 437739319, "processesRunning": 9 }, "memoryStat": { "total": 94733944, "free": 2550624, "available": 14411500, "buffers": 800400, "cached": 10182760, "active": 30575956, "inactive": 41869524, "swap": 120767284, "dirty": 3944, "writeback": 0, "slab": 6855616 }, "cpuPressure": { "some": { "avg10": 3.94, "avg60": 1.82, "avg300": 1.33, "total": 791111803079 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 840878775765 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 472528671441 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823988680 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90482241191 } } }, { "timestamp": "2024-12-28T12:17:49.519299568Z", "cpuStat": { "user": 9886133.56, "nice": 596.36, "system": 9191710.31, "idle": 34632826.19, "iowait": 9301371.01, "irq": 0, "softirq": 456047.82, "steal": 509366.67, "guest": 8556.87, "guestNice": 0 }, "procStat": { "contextSwitches": 270337392755, "processCreated": 437739734, "processesRunning": 23 }, "memoryStat": { "total": 94733944, "free": 2389196, "available": 14202520, "buffers": 800144, "cached": 10150816, "active": 30559592, "inactive": 41989728, "swap": 120767284, "dirty": 7284, "writeback": 0, "slab": 6855600 }, "cpuPressure": { "some": { "avg10": 4.13, "avg60": 1.92, "avg300": 1.36, "total": 791111940703 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 840878787893 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 472528682472 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823991124 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90482243152 } } }, { "timestamp": "2024-12-28T12:17:51.519596516Z", "cpuStat": { "user": 9886149.66, "nice": 596.36, "system": 9191720.46, "idle": 34632862.42, "iowait": 9301371.21, "irq": 0, "softirq": 456048.14, "steal": 509366.79, "guest": 8556.87, "guestNice": 0 }, "procStat": { "contextSwitches": 270337578667, "processCreated": 437740215, "processesRunning": 14 }, "memoryStat": { "total": 94733944, "free": 2552088, "available": 14356492, "buffers": 799176, "cached": 10062120, "active": 30564268, "inactive": 41815016, "swap": 120767284, "dirty": 1588, "writeback": 0, "slab": 6855740 }, "cpuPressure": { "some": { "avg10": 4.83, "avg60": 2.12, "avg300": 1.41, "total": 791112093936 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 840878795966 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 472528690301 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823995758 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90482247302 } } }, { "timestamp": "2024-12-28T12:17:53.520225634Z", "cpuStat": { "user": 9886166.41, "nice": 596.36, "system": 9191729.8, "idle": 34632899, "iowait": 9301371.24, "irq": 0, "softirq": 456048.42, "steal": 509367.3, "guest": 8556.88, "guestNice": 0 }, "procStat": { "contextSwitches": 270337715447, "processCreated": 437740624, "processesRunning": 11 }, "memoryStat": { "total": 94733944, "free": 2664264, "available": 14471872, "buffers": 799584, "cached": 10087268, "active": 30572780, "inactive": 41692400, "swap": 120767284, "dirty": 4280, "writeback": 0, "slab": 6855892 }, "cpuPressure": { "some": { "avg10": 4.5, "avg60": 2.15, "avg300": 1.42, "total": 791112177869 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 840878796189 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 472528690522 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445823996453 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90482247945 } } }, { "timestamp": "2024-12-28T12:17:54.568094237Z", "cpuStat": { "user": 9886174.56, "nice": 596.36, "system": 9191734.96, "idle": 34632918.39, "iowait": 9301371.42, "irq": 0, "softirq": 456048.57, "steal": 509367.41, "guest": 8556.88, "guestNice": 0 }, "procStat": { "contextSwitches": 270337798867, "processCreated": 437740741, "processesRunning": 9 }, "memoryStat": { "total": 94733944, "free": 2447284, "available": 14424836, "buffers": 801936, "cached": 10232240, "active": 30643340, "inactive": 41842072, "swap": 120767284, "dirty": 1456, "writeback": 716, "slab": 6855832 }, "cpuPressure": { "some": { "avg10": 4.5, "avg60": 2.15, "avg300": 1.42, "total": 791112184684 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 840878796255 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 472528690582 } }, "ioPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 445824000202 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 90482251206 } } } ] } } }