Pull request #435 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of iain-anderson for edgexfoundry/device-sdk-c Obtained Jenkinsfile from 3c5dc1f2d18c7131943f6644adcbabca4f024efc+508af3997b99b63bbc6444d3a4c84739e7448765 (6937c783bdb24d727da51a8cb5942f0df045a4b7) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh297497731026836726.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3633522272692452437.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-435/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-435/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10635232868722020757.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-435/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17789336447585410303.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2716878615548833177.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-435/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-435/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8865424712622340464.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1212 in /w/workspace/edgexfoundry_device-sdk-c_PR-435 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_PR-435 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/435/head:refs/remotes/origin/PR-435 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 508af3997b99b63bbc6444d3a4c84739e7448765 into PR head commit 3c5dc1f2d18c7131943f6644adcbabca4f024efc Merge succeeded, producing 3c5dc1f2d18c7131943f6644adcbabca4f024efc Checking out Revision 3c5dc1f2d18c7131943f6644adcbabca4f024efc (PR-435) > git config core.sparsecheckout # timeout=10 > git checkout -f 3c5dc1f2d18c7131943f6644adcbabca4f024efc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 508af3997b99b63bbc6444d3a4c84739e7448765 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c5dc1f2d18c7131943f6644adcbabca4f024efc # timeout=10 Commit message: "refactor: bump iot utils to version 1.4 BREAKING CHANGE: see README.v3.md for details" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-05T19:13:19.817Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-05T19:13:19.979Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-05T19:13:20.081Z] ========================================================= [2023-01-05T19:13:20.081Z] EdgeX Global Pipelines Version Info [2023-01-05T19:13:20.081Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:13:20.831Z] ------------------- [2023-01-05T19:13:20.831Z] stable info: [2023-01-05T19:13:20.831Z] ------------------- [2023-01-05T19:13:20.831Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-05T19:13:20.831Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-05T19:13:20.831Z] Message: update stable to v1.0.244 [2023-01-05T19:13:21.400Z] ------------------- [2023-01-05T19:13:21.400Z] experimental info: [2023-01-05T19:13:21.400Z] ------------------- [2023-01-05T19:13:21.400Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-05T19:13:21.400Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-05T19:13:21.400Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-05T19:13:21.688Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2023-01-05T19:13:21.727Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2023-01-05T19:13:21.762Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-05T19:13:21.798Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-05T19:13:21.835Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-05T19:13:21.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2023-01-05T19:13:21.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2023-01-05T19:13:21.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-05T19:13:21.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-05T19:13:22.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo [2023-01-05T19:13:22.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-05T19:13:22.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-05T19:13:22.131Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-05T19:13:22.170Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-01-05T19:13:22.206Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-05T19:13:22.245Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-05T19:13:22.285Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-05T19:13:22.324Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-435 [Pipeline] echo [2023-01-05T19:13:22.361Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-435 [Pipeline] echo [2023-01-05T19:13:22.398Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-435 [Pipeline] echo [2023-01-05T19:13:22.435Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c5dc1f2d18c7131943f6644adcbabca4f024efc [Pipeline] echo [2023-01-05T19:13:22.470Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c5dc1f [Pipeline] echo [2023-01-05T19:13:22.514Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-05T19:13:22.628Z] provisioning config files... [2023-01-05T19:13:22.641Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp/config105111933441171844tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:13:22.987Z] ---> docker-login.sh [2023-01-05T19:13:22.987Z] nexus3.edgexfoundry.org:10001 [2023-01-05T19:13:23.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:13:23.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:13:23.507Z] Configure a credential helper to remove this warning. See [2023-01-05T19:13:23.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:13:23.507Z] [2023-01-05T19:13:23.507Z] Login Succeeded [2023-01-05T19:13:23.507Z] nexus3.edgexfoundry.org:10002 [2023-01-05T19:13:23.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:13:23.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:13:23.507Z] Configure a credential helper to remove this warning. See [2023-01-05T19:13:23.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:13:23.507Z] [2023-01-05T19:13:23.507Z] Login Succeeded [2023-01-05T19:13:23.507Z] nexus3.edgexfoundry.org:10003 [2023-01-05T19:13:23.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:13:23.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:13:23.767Z] Configure a credential helper to remove this warning. See [2023-01-05T19:13:23.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:13:23.767Z] [2023-01-05T19:13:23.767Z] Login Succeeded [2023-01-05T19:13:23.767Z] nexus3.edgexfoundry.org:10004 [2023-01-05T19:13:23.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:13:23.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:13:23.767Z] Configure a credential helper to remove this warning. See [2023-01-05T19:13:23.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:13:23.767Z] [2023-01-05T19:13:23.767Z] Login Succeeded [2023-01-05T19:13:23.767Z] docker.io [2023-01-05T19:13:23.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:13:24.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:13:24.026Z] Configure a credential helper to remove this warning. See [2023-01-05T19:13:24.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:13:24.026Z] [2023-01-05T19:13:24.026Z] Login Succeeded [2023-01-05T19:13:24.026Z] ---> docker-login.sh ends [Pipeline] } [2023-01-05T19:13:24.055Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh [2023-01-05T19:13:24.684Z] + git rev-list -1 --merges 3c5dc1f2d18c7131943f6644adcbabca4f024efc~1..3c5dc1f2d18c7131943f6644adcbabca4f024efc [Pipeline] echo [2023-01-05T19:13:24.746Z] -----------> git rev-list -1 --merges 3c5dc1f2d18c7131943f6644adcbabca4f024efc~1..3c5dc1f2d18c7131943f6644adcbabca4f024efc 3c5dc1f2d18c7131943f6644adcbabca4f024efc [false] [Pipeline] sh [2023-01-05T19:13:25.056Z] + git log --format=format:%s -1 3c5dc1f2d18c7131943f6644adcbabca4f024efc [Pipeline] echo [2023-01-05T19:13:25.090Z] ========================================================= [2023-01-05T19:13:25.090Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-05T19:13:25.090Z] ========================================================= Stage "Build LTS Release Image" skipped due to when conditional [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to when conditional [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-05T19:13:25.876Z] + git rev-list -1 --merges 3c5dc1f2d18c7131943f6644adcbabca4f024efc~1..3c5dc1f2d18c7131943f6644adcbabca4f024efc [Pipeline] echo [2023-01-05T19:13:25.912Z] -----------> git rev-list -1 --merges 3c5dc1f2d18c7131943f6644adcbabca4f024efc~1..3c5dc1f2d18c7131943f6644adcbabca4f024efc 3c5dc1f2d18c7131943f6644adcbabca4f024efc [false] [Pipeline] sh [2023-01-05T19:13:26.225Z] + git log --format=format:%s -1 3c5dc1f2d18c7131943f6644adcbabca4f024efc [Pipeline] echo [2023-01-05T19:13:26.260Z] ========================================================= [2023-01-05T19:13:26.260Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-05T19:13:26.260Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-05T19:13:26.769Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-05T19:13:26.769Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-05T19:13:26.769Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-05T19:13:26.769Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-05T19:13:26.769Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-05T19:13:26.769Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-05T19:13:26.769Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-05T19:13:27.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-05T19:13:27.258Z] [2023-01-05T19:13:27.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-05T19:13:27.634Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-05T19:13:27.635Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-05T19:13:27.635Z] b85a868b505f: Pulling fs layer [2023-01-05T19:13:27.635Z] e2be974225ed: Pulling fs layer [2023-01-05T19:13:27.635Z] 339a4e72a1f5: Pulling fs layer [2023-01-05T19:13:27.635Z] 988bab9f4d93: Pulling fs layer [2023-01-05T19:13:27.635Z] 1469e6f7b9e6: Pulling fs layer [2023-01-05T19:13:27.635Z] eaf3925da568: Pulling fs layer [2023-01-05T19:13:27.635Z] bab4dde63d76: Pulling fs layer [2023-01-05T19:13:27.635Z] bde34c3a00c8: Pulling fs layer [2023-01-05T19:13:27.635Z] b352a97aabf1: Pulling fs layer [2023-01-05T19:13:27.635Z] 4872d77fe225: Pulling fs layer [2023-01-05T19:13:27.635Z] 5851b861e8e6: Pulling fs layer [2023-01-05T19:13:27.635Z] bab4dde63d76: Waiting [2023-01-05T19:13:27.635Z] bde34c3a00c8: Waiting [2023-01-05T19:13:27.635Z] b352a97aabf1: Waiting [2023-01-05T19:13:27.635Z] 988bab9f4d93: Waiting [2023-01-05T19:13:27.635Z] 5851b861e8e6: Waiting [2023-01-05T19:13:27.635Z] 1469e6f7b9e6: Waiting [2023-01-05T19:13:27.635Z] eaf3925da568: Waiting [2023-01-05T19:13:27.635Z] 4872d77fe225: Waiting [2023-01-05T19:13:27.635Z] e2be974225ed: Verifying Checksum [2023-01-05T19:13:27.635Z] e2be974225ed: Download complete [2023-01-05T19:13:27.635Z] 988bab9f4d93: Verifying Checksum [2023-01-05T19:13:27.635Z] 988bab9f4d93: Download complete [2023-01-05T19:13:27.895Z] 1469e6f7b9e6: Verifying Checksum [2023-01-05T19:13:27.895Z] 1469e6f7b9e6: Download complete [2023-01-05T19:13:27.895Z] 339a4e72a1f5: Verifying Checksum [2023-01-05T19:13:27.895Z] 339a4e72a1f5: Download complete [2023-01-05T19:13:27.895Z] eaf3925da568: Download complete [2023-01-05T19:13:27.895Z] bde34c3a00c8: Verifying Checksum [2023-01-05T19:13:27.895Z] bde34c3a00c8: Download complete [2023-01-05T19:13:27.895Z] b352a97aabf1: Download complete [2023-01-05T19:13:27.895Z] 4872d77fe225: Verifying Checksum [2023-01-05T19:13:27.895Z] 4872d77fe225: Download complete [2023-01-05T19:13:27.895Z] 5851b861e8e6: Download complete [2023-01-05T19:13:27.895Z] b85a868b505f: Verifying Checksum [2023-01-05T19:13:27.895Z] b85a868b505f: Download complete [2023-01-05T19:13:28.464Z] bab4dde63d76: Verifying Checksum [2023-01-05T19:13:28.464Z] bab4dde63d76: Download complete [2023-01-05T19:13:29.399Z] b85a868b505f: Pull complete [2023-01-05T19:13:29.399Z] e2be974225ed: Pull complete [2023-01-05T19:13:29.966Z] 339a4e72a1f5: Pull complete [2023-01-05T19:13:29.966Z] 988bab9f4d93: Pull complete [2023-01-05T19:13:30.224Z] 1469e6f7b9e6: Pull complete [2023-01-05T19:13:30.224Z] eaf3925da568: Pull complete [2023-01-05T19:13:32.126Z] bab4dde63d76: Pull complete [2023-01-05T19:13:32.126Z] bde34c3a00c8: Pull complete [2023-01-05T19:13:32.126Z] b352a97aabf1: Pull complete [2023-01-05T19:13:32.126Z] 4872d77fe225: Pull complete [2023-01-05T19:13:32.126Z] 5851b861e8e6: Pull complete [2023-01-05T19:13:32.126Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-05T19:13:32.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-05T19:13:32.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-05T19:13:32.340Z] prd-ubuntu20.04-docker-8c-8g-1212 does not seem to be running inside a container [2023-01-05T19:13:32.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-435 -v /w/workspace/edgexfoundry_device-sdk-c_PR-435:/w/workspace/edgexfoundry_device-sdk-c_PR-435:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-05T19:13:35.687Z] $ docker top 0fb18cce949f166e668dfa3f8fb02a66579fe6db7e32588a99d1119935153103 -eo pid,comm [2023-01-05T19:13:35.735Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-05T19:13:35.735Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-05T19:13:35.846Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-05T19:13:35.846Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-05T19:13:35.964Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-05T19:13:35.970Z] $ docker exec 0fb18cce949f166e668dfa3f8fb02a66579fe6db7e32588a99d1119935153103 ssh-agent [2023-01-05T19:13:36.075Z] SSH_AUTH_SOCK=/tmp/ssh-FzlWfhuWaOF9/agent.33 [2023-01-05T19:13:36.075Z] SSH_AGENT_PID=39 [2023-01-05T19:13:36.081Z] Running ssh-add (command line suppressed) [2023-01-05T19:13:36.214Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp/private_key_8745405709415185186.key (/w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp/private_key_8745405709415185186.key) [2023-01-05T19:13:36.225Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-05T19:13:36.598Z] + git tag --points-at HEAD [Pipeline] } [2023-01-05T19:13:36.626Z] $ docker exec --env ******** --env ******** 0fb18cce949f166e668dfa3f8fb02a66579fe6db7e32588a99d1119935153103 ssh-agent -k [2023-01-05T19:13:36.735Z] unset SSH_AUTH_SOCK; [2023-01-05T19:13:36.735Z] unset SSH_AGENT_PID; [2023-01-05T19:13:36.735Z] echo Agent pid 39 killed; [2023-01-05T19:13:36.743Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-05T19:13:36.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-05T19:13:36.818Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-05T19:13:36.920Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-05T19:13:36.926Z] $ docker exec 0fb18cce949f166e668dfa3f8fb02a66579fe6db7e32588a99d1119935153103 ssh-agent [2023-01-05T19:13:37.034Z] SSH_AUTH_SOCK=/tmp/ssh-ybS7sAaSYa9u/agent.72 [2023-01-05T19:13:37.034Z] SSH_AGENT_PID=78 [2023-01-05T19:13:37.039Z] Running ssh-add (command line suppressed) [2023-01-05T19:13:37.131Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp/private_key_4029487752740763122.key (/w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp/private_key_4029487752740763122.key) [2023-01-05T19:13:37.141Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-05T19:13:37.477Z] + git semver init [2023-01-05T19:13:37.736Z] 2023-01-05 19:13:37,651 [run_init] DEBUG init version:0.0.0 force:False [2023-01-05T19:13:37.736Z] 2023-01-05 19:13:37,651 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-c_PR-435/.semver [2023-01-05T19:13:37.736Z] 2023-01-05 19:13:37,652 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-c.git /w/workspace/edgexfoundry_device-sdk-c_PR-435/.semver [2023-01-05T19:13:37.736Z] 2023-01-05 19:13:37,652 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-c.git', '/w/workspace/edgexfoundry_device-sdk-c_PR-435/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_PR-435, universal_newlines=False, shell=None, istream=None) [2023-01-05T19:13:38.674Z] 2023-01-05 19:13:38,468 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-c_PR-435/.git/info/exclude [2023-01-05T19:13:38.674Z] 2023-01-05 19:13:38,469 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-c_PR-435/.semver/PR-435 with force:False [2023-01-05T19:13:38.674Z] 2023-01-05 19:13:38,469 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-c_PR-435/.semver/PR-435 [2023-01-05T19:13:38.674Z] 2023-01-05 19:13:38,472 [execute] INFO git cat-file --batch-check [2023-01-05T19:13:38.674Z] 2023-01-05 19:13:38,472 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_PR-435/.semver, universal_newlines=False, shell=None, istream=) [2023-01-05T19:13:38.674Z] 2023-01-05 19:13:38,479 [execute] INFO git cat-file --batch [2023-01-05T19:13:38.674Z] 2023-01-05 19:13:38,479 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_PR-435/.semver, universal_newlines=False, shell=None, istream=) [2023-01-05T19:13:38.674Z] 2023-01-05 19:13:38,484 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_PR-435/.semver/PR-435 [2023-01-05T19:13:38.674Z] 0.0.0 [Pipeline] } [2023-01-05T19:13:38.698Z] $ docker exec --env ******** --env ******** 0fb18cce949f166e668dfa3f8fb02a66579fe6db7e32588a99d1119935153103 ssh-agent -k [2023-01-05T19:13:38.799Z] unset SSH_AUTH_SOCK; [2023-01-05T19:13:38.799Z] unset SSH_AGENT_PID; [2023-01-05T19:13:38.800Z] echo Agent pid 78 killed; [2023-01-05T19:13:38.805Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-05T19:13:39.208Z] + git semver [Pipeline] } [2023-01-05T19:13:39.493Z] $ docker stop --time=1 0fb18cce949f166e668dfa3f8fb02a66579fe6db7e32588a99d1119935153103 [2023-01-05T19:13:40.777Z] $ docker rm -f --volumes 0fb18cce949f166e668dfa3f8fb02a66579fe6db7e32588a99d1119935153103 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-05T19:13:41.171Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-05T19:13:41.422Z] Stashed 1 file(s) [Pipeline] echo [2023-01-05T19:13:41.440Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-05T19:13:41.929Z] provisioning config files... [2023-01-05T19:13:41.939Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp/config17506140190689223218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:13:42.284Z] ---> docker-login.sh [2023-01-05T19:13:42.284Z] nexus3.edgexfoundry.org:10001 [2023-01-05T19:13:42.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:13:42.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:13:42.284Z] Configure a credential helper to remove this warning. See [2023-01-05T19:13:42.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:13:42.284Z] [2023-01-05T19:13:42.284Z] Login Succeeded [2023-01-05T19:13:42.284Z] nexus3.edgexfoundry.org:10002 [2023-01-05T19:13:42.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:13:42.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:13:42.284Z] Configure a credential helper to remove this warning. See [2023-01-05T19:13:42.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:13:42.284Z] [2023-01-05T19:13:42.284Z] Login Succeeded [2023-01-05T19:13:42.284Z] nexus3.edgexfoundry.org:10003 [2023-01-05T19:13:42.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:13:42.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:13:42.543Z] Configure a credential helper to remove this warning. See [2023-01-05T19:13:42.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:13:42.543Z] [2023-01-05T19:13:42.543Z] Login Succeeded [2023-01-05T19:13:42.543Z] nexus3.edgexfoundry.org:10004 [2023-01-05T19:13:42.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:13:42.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:13:42.543Z] Configure a credential helper to remove this warning. See [2023-01-05T19:13:42.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:13:42.543Z] [2023-01-05T19:13:42.543Z] Login Succeeded [2023-01-05T19:13:42.543Z] docker.io [2023-01-05T19:13:42.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:13:42.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:13:42.801Z] Configure a credential helper to remove this warning. See [2023-01-05T19:13:42.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:13:42.801Z] [2023-01-05T19:13:42.801Z] Login Succeeded [2023-01-05T19:13:42.801Z] ---> docker-login.sh ends [Pipeline] } [2023-01-05T19:13:42.829Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-05T19:13:43.004Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-05T19:13:43.034Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2023-01-05T19:13:43.064Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-05T19:13:43.093Z] ========================================================= [2023-01-05T19:13:43.093Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2023-01-05T19:13:43.093Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-05T19:13:43.502Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2023-01-05T19:13:43.502Z] Sending build context to Docker daemon 4.78MB [2023-01-05T19:13:43.502Z] Step 1/21 : ARG BASE=alpine:3.16 [2023-01-05T19:13:43.502Z] Step 2/21 : FROM ${BASE} as builder [2023-01-05T19:13:43.502Z] latest: Pulling from edgex-devops/edgex-gcc-base [2023-01-05T19:13:43.502Z] 213ec9aee27d: Pulling fs layer [2023-01-05T19:13:43.502Z] 0f09ad1b1b37: Pulling fs layer [2023-01-05T19:13:43.761Z] 213ec9aee27d: Verifying Checksum [2023-01-05T19:13:43.761Z] 213ec9aee27d: Download complete [2023-01-05T19:13:43.761Z] 213ec9aee27d: Pull complete [2023-01-05T19:13:44.329Z] 0f09ad1b1b37: Verifying Checksum [2023-01-05T19:13:44.329Z] 0f09ad1b1b37: Download complete [2023-01-05T19:13:47.612Z] 0f09ad1b1b37: Pull complete [2023-01-05T19:13:47.612Z] Digest: sha256:64e9d1beac36a0037884aaf44bcf94b2de593689edef1cdaec9f2b2ef7c7c108 [2023-01-05T19:13:47.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2023-01-05T19:13:47.612Z] ---> b2bbfebb3566 [2023-01-05T19:13:47.612Z] Step 3/21 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-01-05T19:13:48.991Z] ---> Running in 193a38391f9c [2023-01-05T19:13:49.249Z] Connecting to iotech.jfrog.io (52.212.34.180:443) [2023-01-05T19:13:49.821Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-01-05T19:13:49.821Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-01-05T19:13:49.821Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-01-05T19:13:50.081Z] Removing intermediate container 193a38391f9c [2023-01-05T19:13:50.081Z] ---> 74a6d4625773 [2023-01-05T19:13:50.081Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.15/main' >> /etc/apk/repositories [2023-01-05T19:13:50.081Z] ---> Running in f7b749210ddf [2023-01-05T19:13:50.649Z] Removing intermediate container f7b749210ddf [2023-01-05T19:13:50.649Z] ---> 65904dc17c8f [2023-01-05T19:13:50.649Z] Step 5/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev paho-mqtt-c-dev-1.3 iotech-iot-1.4-dev hiredis-dev [2023-01-05T19:13:50.649Z] ---> Running in 893b62f25ac9 [2023-01-05T19:13:50.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-05T19:13:51.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-05T19:13:51.169Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-05T19:13:51.737Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-01-05T19:13:51.737Z] ERROR: unable to select packages: [2023-01-05T19:13:51.737Z]  iotech-iot-1.4-dev (no such package): [2023-01-05T19:13:51.737Z] required by: world[iotech-iot-1.4-dev] [2023-01-05T19:13:51.997Z] The command '/bin/sh -c apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev paho-mqtt-c-dev-1.3 iotech-iot-1.4-dev hiredis-dev' returned a non-zero code: 1 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-05T19:13:53.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-05T19:13:53.176Z] [2023-01-05T19:13:53.176Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-05T19:13:53.544Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-05T19:13:53.544Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-05T19:13:53.544Z] 5eb5b503b376: Pulling fs layer [2023-01-05T19:13:53.544Z] 5c69ac0246d0: Pulling fs layer [2023-01-05T19:13:53.544Z] ec43610c2a17: Pulling fs layer [2023-01-05T19:13:53.544Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-05T19:13:53.544Z] 33b1e0a273af: Pulling fs layer [2023-01-05T19:13:53.544Z] 5d3b04190fa2: Pulling fs layer [2023-01-05T19:13:53.544Z] 2f39f015ded8: Pulling fs layer [2023-01-05T19:13:53.544Z] 33b1e0a273af: Waiting [2023-01-05T19:13:53.544Z] 5d3b04190fa2: Waiting [2023-01-05T19:13:53.544Z] 2f39f015ded8: Waiting [2023-01-05T19:13:53.544Z] 3a2ae6a8a46f: Waiting [2023-01-05T19:13:53.544Z] 5c69ac0246d0: Verifying Checksum [2023-01-05T19:13:53.544Z] 5c69ac0246d0: Download complete [2023-01-05T19:13:53.544Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-05T19:13:53.544Z] 3a2ae6a8a46f: Download complete [2023-01-05T19:13:53.804Z] 33b1e0a273af: Verifying Checksum [2023-01-05T19:13:53.804Z] 33b1e0a273af: Download complete [2023-01-05T19:13:53.804Z] 5d3b04190fa2: Download complete [2023-01-05T19:13:53.804Z] ec43610c2a17: Verifying Checksum [2023-01-05T19:13:53.804Z] ec43610c2a17: Download complete [2023-01-05T19:13:53.804Z] 5eb5b503b376: Verifying Checksum [2023-01-05T19:13:53.804Z] 5eb5b503b376: Download complete [2023-01-05T19:13:54.370Z] 2f39f015ded8: Download complete [2023-01-05T19:13:54.941Z] 5eb5b503b376: Pull complete [2023-01-05T19:13:55.200Z] 5c69ac0246d0: Pull complete [2023-01-05T19:13:55.460Z] ec43610c2a17: Pull complete [2023-01-05T19:13:55.719Z] 3a2ae6a8a46f: Pull complete [2023-01-05T19:13:55.978Z] 33b1e0a273af: Pull complete [2023-01-05T19:13:55.978Z] 5d3b04190fa2: Pull complete [2023-01-05T19:13:56.755Z] Still waiting to schedule task [2023-01-05T19:13:56.755Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-05T19:14:00.219Z] 2f39f015ded8: Pull complete [2023-01-05T19:14:00.219Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-05T19:14:00.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-05T19:14:00.219Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-05T19:14:00.431Z] prd-ubuntu20.04-docker-8c-8g-1212 does not seem to be running inside a container [2023-01-05T19:14:00.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_PR-435 -v /w/workspace/edgexfoundry_device-sdk-c_PR-435:/w/workspace/edgexfoundry_device-sdk-c_PR-435:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-05T19:14:04.646Z] $ docker top 3848321b2feb4c88c1586bc5efd3806c9f9df99c5e5800485aa2127d4bcf76a6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:14:05.073Z] ---> job-cost.sh [2023-01-05T19:14:05.073Z] lf-activate-venv: SKIPPING [2023-01-05T19:14:05.073Z] INFO: No Stack... [2023-01-05T19:14:05.333Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-05T19:14:05.901Z] INFO: Archiving Costs [Pipeline] sh [2023-01-05T19:14:06.214Z] + cat /w/workspace/edgexfoundry_device-sdk-c_PR-435/archives/cost.csv [2023-01-05T19:14:06.214Z] + cut -d, -f6 [Pipeline] lock [2023-01-05T19:14:06.253Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-PR-435-1-stack-cost] [2023-01-05T19:14:06.257Z] Resource [jenkins-edgexfoundry-device-sdk-c-PR-435-1-stack-cost] did not exist. Created. [2023-01-05T19:14:06.258Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-PR-435-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-05T19:14:06.635Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-05T19:14:06.695Z] Stashed 1 file(s) [Pipeline] } [2023-01-05T19:14:06.714Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-PR-435-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-05T19:14:06.786Z] $ docker stop --time=1 3848321b2feb4c88c1586bc5efd3806c9f9df99c5e5800485aa2127d4bcf76a6 [2023-01-05T19:14:07.942Z] $ docker rm -f --volumes 3848321b2feb4c88c1586bc5efd3806c9f9df99c5e5800485aa2127d4bcf76a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-05T19:14:08.259Z] Failed in branch amd64 [2023-01-05T19:15:32.275Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1213 in /w/workspace/edgexfoundry_device-sdk-c_PR-435 [Pipeline] { [Pipeline] ws [2023-01-05T19:15:32.327Z] Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout [2023-01-05T19:15:32.404Z] Selected Git installation does not exist. Using Default [2023-01-05T19:15:32.405Z] The recommended git tool is: NONE [2023-01-05T19:15:37.436Z] using credential edgex-jenkins-ssh [2023-01-05T19:15:37.455Z] Cloning the remote Git repository [2023-01-05T19:15:37.501Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2023-01-05T19:15:37.581Z] > git init /w/workspace/device-sdk-c/1 # timeout=10 [2023-01-05T19:15:37.736Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2023-01-05T19:15:37.737Z] > git --version # timeout=10 [2023-01-05T19:15:37.756Z] > git --version # 'git version 2.25.1' [2023-01-05T19:15:37.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-05T19:15:37.808Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-05T19:15:38.851Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2023-01-05T19:15:38.873Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-05T19:15:39.715Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2023-01-05T19:15:39.750Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2023-01-05T19:15:39.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-05T19:15:39.767Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/435/head:refs/remotes/origin/PR-435 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-05T19:15:40.420Z] Merging remotes/origin/main commit 508af3997b99b63bbc6444d3a4c84739e7448765 into PR head commit 3c5dc1f2d18c7131943f6644adcbabca4f024efc [2023-01-05T19:15:40.680Z] Merge succeeded, producing 3c5dc1f2d18c7131943f6644adcbabca4f024efc [2023-01-05T19:15:40.681Z] Checking out Revision 3c5dc1f2d18c7131943f6644adcbabca4f024efc (PR-435) [2023-01-05T19:15:40.434Z] > git config core.sparsecheckout # timeout=10 [2023-01-05T19:15:40.459Z] > git checkout -f 3c5dc1f2d18c7131943f6644adcbabca4f024efc # timeout=10 [2023-01-05T19:15:40.580Z] > git remote # timeout=10 [2023-01-05T19:15:40.597Z] > git config --get remote.origin.url # timeout=10 [2023-01-05T19:15:40.620Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-05T19:15:40.632Z] > git merge 508af3997b99b63bbc6444d3a4c84739e7448765 # timeout=10 [2023-01-05T19:15:40.657Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-05T19:15:40.685Z] > git config core.sparsecheckout # timeout=10 [2023-01-05T19:15:40.701Z] > git checkout -f 3c5dc1f2d18c7131943f6644adcbabca4f024efc # timeout=10 [2023-01-05T19:15:44.254Z] Commit message: "refactor: bump iot utils to version 1.4 BREAKING CHANGE: see README.v3.md for details" [2023-01-05T19:15:44.304Z] > git --version # timeout=10 [2023-01-05T19:15:44.315Z] > git --version # 'git version 2.25.1' [2023-01-05T19:15:44.330Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-05T19:15:45.430Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-05T19:15:45.430Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-05T19:15:45.430Z] Dload Upload Total Spent Left Speed [2023-01-05T19:15:45.430Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 88548 [Pipeline] sh [2023-01-05T19:15:46.133Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-05T19:15:46.481Z] + sudo tee /etc/docker/daemon.new [2023-01-05T19:15:46.481Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-05T19:15:46.481Z] { [2023-01-05T19:15:46.481Z] "registry-mirrors": [ [2023-01-05T19:15:46.481Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-05T19:15:46.481Z] ], [2023-01-05T19:15:46.481Z] "bip": "10.250.0.254/24", [2023-01-05T19:15:46.481Z] "hosts": [ [2023-01-05T19:15:46.481Z] "tcp://0.0.0.0:5555", [2023-01-05T19:15:46.481Z] "unix:///var/run/docker.sock" [2023-01-05T19:15:46.481Z] ], [2023-01-05T19:15:46.481Z] "mtu": 1458, [2023-01-05T19:15:46.481Z] "selinux-enabled": true, [2023-01-05T19:15:46.481Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-05T19:15:46.481Z] } [Pipeline] sh [2023-01-05T19:15:46.817Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-05T19:15:47.167Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-05T19:16:05.500Z] provisioning config files... [2023-01-05T19:16:05.532Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/1@tmp/config8283830659508510018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:16:05.919Z] ---> docker-login.sh [2023-01-05T19:16:05.919Z] nexus3.edgexfoundry.org:10001 [2023-01-05T19:16:06.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:16:06.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:16:06.470Z] Configure a credential helper to remove this warning. See [2023-01-05T19:16:06.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:16:06.470Z] [2023-01-05T19:16:06.470Z] Login Succeeded [2023-01-05T19:16:06.470Z] nexus3.edgexfoundry.org:10002 [2023-01-05T19:16:06.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:16:07.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:16:07.011Z] Configure a credential helper to remove this warning. See [2023-01-05T19:16:07.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:16:07.011Z] [2023-01-05T19:16:07.011Z] Login Succeeded [2023-01-05T19:16:07.011Z] nexus3.edgexfoundry.org:10003 [2023-01-05T19:16:07.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:16:07.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:16:07.284Z] Configure a credential helper to remove this warning. See [2023-01-05T19:16:07.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:16:07.284Z] [2023-01-05T19:16:07.284Z] Login Succeeded [2023-01-05T19:16:07.284Z] nexus3.edgexfoundry.org:10004 [2023-01-05T19:16:07.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:16:07.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:16:07.556Z] Configure a credential helper to remove this warning. See [2023-01-05T19:16:07.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:16:07.556Z] [2023-01-05T19:16:07.556Z] Login Succeeded [2023-01-05T19:16:07.556Z] docker.io [2023-01-05T19:16:07.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-05T19:16:08.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-05T19:16:08.093Z] Configure a credential helper to remove this warning. See [2023-01-05T19:16:08.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-05T19:16:08.093Z] [2023-01-05T19:16:08.093Z] Login Succeeded [2023-01-05T19:16:08.093Z] ---> docker-login.sh ends [Pipeline] } [2023-01-05T19:16:08.123Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-05T19:16:08.519Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-05T19:16:08.549Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-arm64 [Pipeline] echo [2023-01-05T19:16:08.587Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-05T19:16:08.615Z] ========================================================= [2023-01-05T19:16:08.615Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2023-01-05T19:16:08.615Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-05T19:16:09.068Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2023-01-05T19:16:09.337Z] Sending build context to Docker daemon 2.932MB [2023-01-05T19:16:09.337Z] Step 1/21 : ARG BASE=alpine:3.16 [2023-01-05T19:16:09.337Z] Step 2/21 : FROM ${BASE} as builder [2023-01-05T19:16:09.606Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2023-01-05T19:16:09.606Z] 9b18e9b68314: Pulling fs layer [2023-01-05T19:16:09.606Z] 1def92ead452: Pulling fs layer [2023-01-05T19:16:09.874Z] 9b18e9b68314: Verifying Checksum [2023-01-05T19:16:09.874Z] 9b18e9b68314: Download complete [2023-01-05T19:16:10.472Z] 9b18e9b68314: Pull complete [2023-01-05T19:16:12.431Z] 1def92ead452: Verifying Checksum [2023-01-05T19:16:12.431Z] 1def92ead452: Download complete [2023-01-05T19:16:20.680Z] 1def92ead452: Pull complete [2023-01-05T19:16:20.680Z] Digest: sha256:3c74c28e8b16bff0b36cfc53656b3ae71c0a9fddc9bd5376ab4c3f9356b3cc6c [2023-01-05T19:16:20.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2023-01-05T19:16:20.680Z] ---> 9a9802766715 [2023-01-05T19:16:20.680Z] Step 3/21 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-01-05T19:16:21.274Z] ---> Running in c56532d762fe [2023-01-05T19:16:22.239Z] Connecting to iotech.jfrog.io (54.154.177.131:443) [2023-01-05T19:16:22.508Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-01-05T19:16:22.508Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-01-05T19:16:22.508Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-01-05T19:16:23.494Z] Removing intermediate container c56532d762fe [2023-01-05T19:16:23.494Z] ---> 8ff4aba1f13f [2023-01-05T19:16:23.494Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.15/main' >> /etc/apk/repositories [2023-01-05T19:16:23.494Z] ---> Running in 20f56556d783 [2023-01-05T19:16:24.927Z] Removing intermediate container 20f56556d783 [2023-01-05T19:16:24.927Z] ---> c5e61b8d19b2 [2023-01-05T19:16:24.927Z] Step 5/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev paho-mqtt-c-dev-1.3 iotech-iot-1.4-dev hiredis-dev [2023-01-05T19:16:24.927Z] ---> Running in c87e067c8d7d [2023-01-05T19:16:25.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-05T19:16:26.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-05T19:16:27.094Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-05T19:16:28.505Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-01-05T19:16:28.505Z] ERROR: unable to select packages: [2023-01-05T19:16:28.775Z]  iotech-iot-1.4-dev (no such package): [2023-01-05T19:16:28.775Z] required by: world[iotech-iot-1.4-dev] [2023-01-05T19:16:29.360Z] The command '/bin/sh -c apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev paho-mqtt-c-dev-1.3 iotech-iot-1.4-dev hiredis-dev' returned a non-zero code: 1 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-05T19:16:30.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-05T19:16:30.422Z] [2023-01-05T19:16:30.422Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-05T19:16:30.820Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-05T19:16:30.820Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-05T19:16:30.820Z] 8998bd30e6a1: Pulling fs layer [2023-01-05T19:16:30.820Z] 04944245beec: Pulling fs layer [2023-01-05T19:16:30.820Z] 699f458cf7ca: Pulling fs layer [2023-01-05T19:16:30.820Z] 765212b225bb: Pulling fs layer [2023-01-05T19:16:30.820Z] f23df028b6ca: Pulling fs layer [2023-01-05T19:16:30.820Z] d65c8cfc05b1: Pulling fs layer [2023-01-05T19:16:30.820Z] 2437ff75d9bd: Pulling fs layer [2023-01-05T19:16:30.820Z] f23df028b6ca: Waiting [2023-01-05T19:16:30.820Z] d65c8cfc05b1: Waiting [2023-01-05T19:16:30.820Z] 2437ff75d9bd: Waiting [2023-01-05T19:16:30.820Z] 765212b225bb: Waiting [2023-01-05T19:16:31.093Z] 04944245beec: Verifying Checksum [2023-01-05T19:16:31.093Z] 04944245beec: Download complete [2023-01-05T19:16:31.093Z] 765212b225bb: Verifying Checksum [2023-01-05T19:16:31.093Z] 765212b225bb: Download complete [2023-01-05T19:16:31.093Z] f23df028b6ca: Verifying Checksum [2023-01-05T19:16:31.093Z] f23df028b6ca: Download complete [2023-01-05T19:16:31.093Z] d65c8cfc05b1: Verifying Checksum [2023-01-05T19:16:31.093Z] d65c8cfc05b1: Download complete [2023-01-05T19:16:31.093Z] 699f458cf7ca: Verifying Checksum [2023-01-05T19:16:31.093Z] 699f458cf7ca: Download complete [2023-01-05T19:16:31.682Z] 8998bd30e6a1: Verifying Checksum [2023-01-05T19:16:31.682Z] 8998bd30e6a1: Download complete [2023-01-05T19:16:34.281Z] 2437ff75d9bd: Verifying Checksum [2023-01-05T19:16:34.281Z] 2437ff75d9bd: Download complete [2023-01-05T19:16:35.701Z] 8998bd30e6a1: Pull complete [2023-01-05T19:16:35.970Z] 04944245beec: Pull complete [2023-01-05T19:16:37.391Z] 699f458cf7ca: Pull complete [2023-01-05T19:16:37.677Z] 765212b225bb: Pull complete [2023-01-05T19:16:39.097Z] f23df028b6ca: Pull complete [2023-01-05T19:16:39.097Z] d65c8cfc05b1: Pull complete [2023-01-05T19:16:54.106Z] 2437ff75d9bd: Pull complete [2023-01-05T19:16:54.106Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-05T19:16:54.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-05T19:16:54.106Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-05T19:16:54.435Z] prd-ubuntu20.04-docker-arm64-4c-16g-1213 does not seem to be running inside a container [2023-01-05T19:16:54.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-c/1 -v /w/workspace/device-sdk-c/1:/w/workspace/device-sdk-c/1:rw,z -v /w/workspace/device-sdk-c/1@tmp:/w/workspace/device-sdk-c/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-05T19:16:56.966Z] $ docker top 630593bcde952f0bef5c5ed080af45fab456bf47389da05f1514f1b252cdf7e3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:16:57.545Z] ---> job-cost.sh [2023-01-05T19:16:57.815Z] lf-activate-venv: SKIPPING [2023-01-05T19:16:57.815Z] INFO: No Stack... [2023-01-05T19:16:58.081Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-05T19:16:59.038Z] INFO: Archiving Costs [Pipeline] sh [2023-01-05T19:16:59.388Z] + cat /w/workspace/device-sdk-c/1/archives/cost.csv [2023-01-05T19:16:59.388Z] + cut -d, -f6 [Pipeline] lock [2023-01-05T19:16:59.731Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-PR-435-1-stack-cost] [2023-01-05T19:16:59.736Z] Resource [jenkins-edgexfoundry-device-sdk-c-PR-435-1-stack-cost] did not exist. Created. [2023-01-05T19:16:59.736Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-PR-435-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-05T19:17:00.148Z] /w/workspace/device-sdk-c/1@tmp/durable-223d8e9e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-05T19:17:00.827Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-05T19:17:00.861Z] Warning: overwriting stash ‘stack-cost’ [2023-01-05T19:17:01.319Z] Stashed 1 file(s) [Pipeline] } [2023-01-05T19:17:01.335Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-PR-435-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-05T19:17:01.417Z] $ docker stop --time=1 630593bcde952f0bef5c5ed080af45fab456bf47389da05f1514f1b252cdf7e3 [2023-01-05T19:17:04.417Z] $ docker rm -f --volumes 630593bcde952f0bef5c5ed080af45fab456bf47389da05f1514f1b252cdf7e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-05T19:17:05.123Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-05T19:17:06.209Z] + [ -d /w/workspace/edgexfoundry_device-sdk-c_PR-435/archives ] [2023-01-05T19:17:06.209Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_PR-435/archives [2023-01-05T19:17:06.209Z] total 16 [2023-01-05T19:17:06.209Z] drwxr-xr-x 3 root root 4096 Jan 5 19:14 . [2023-01-05T19:17:06.209Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 5 19:14 .. [2023-01-05T19:17:06.209Z] drwxr-xr-x 2 root root 4096 Jan 5 19:14 cost [2023-01-05T19:17:06.209Z] -rw-r--r-- 1 root root 83 Jan 5 19:14 cost.csv [2023-01-05T19:17:06.209Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-c_PR-435/archives [2023-01-05T19:17:06.209Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_PR-435/archives [2023-01-05T19:17:06.209Z] total 16 [2023-01-05T19:17:06.209Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 5 19:14 . [2023-01-05T19:17:06.209Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 5 19:14 .. [2023-01-05T19:17:06.209Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 5 19:14 cost [2023-01-05T19:17:06.209Z] -rw-r--r-- 1 jenkins jenkins 83 Jan 5 19:14 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:17:06.533Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:17:07.422Z] ---> package-listing.sh [2023-01-05T19:17:07.422Z] ++ facter osfamily [2023-01-05T19:17:07.422Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-05T19:17:07.681Z] + OS_FAMILY=debian [2023-01-05T19:17:07.681Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-435 [2023-01-05T19:17:07.681Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-05T19:17:07.681Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-05T19:17:07.681Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-05T19:17:07.681Z] + PACKAGES=/tmp/packages_start.txt [2023-01-05T19:17:07.681Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-435 ']' [2023-01-05T19:17:07.681Z] + PACKAGES=/tmp/packages_end.txt [2023-01-05T19:17:07.681Z] + case "${OS_FAMILY}" in [2023-01-05T19:17:07.681Z] + dpkg -l [2023-01-05T19:17:07.681Z] + grep '^ii' [2023-01-05T19:17:07.681Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-05T19:17:07.681Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-05T19:17:07.681Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-05T19:17:07.681Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-435 ']' [2023-01-05T19:17:07.681Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-435/archives/ [2023-01-05T19:17:07.681Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-435/archives/ [Pipeline] echo [2023-01-05T19:17:07.716Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_PR-435/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-05T19:17:08.006Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-05T19:17:08.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-05T19:17:08.628Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-05T19:17:08.754Z] prd-ubuntu20.04-docker-8c-8g-1212 does not seem to be running inside a container [2023-01-05T19:17:08.780Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_PR-435/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_PR-435 -v /w/workspace/edgexfoundry_device-sdk-c_PR-435:/w/workspace/edgexfoundry_device-sdk-c_PR-435:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-05T19:17:08.959Z] $ docker top 020331a587af4aba61bd404ed0a9e7263813e3d19c618c6d1e359cf0d1136bce -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-05T19:17:09.341Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-05T19:17:09.648Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-05T19:17:09.956Z] + ls /var/log/sa-host [2023-01-05T19:17:09.956Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-05T19:17:10.097Z] provisioning config files... [2023-01-05T19:17:10.105Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-435@tmp/config1999424879284829327tmp [Pipeline] { [Pipeline] echo [2023-01-05T19:17:10.163Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:17:10.476Z] ---> create-netrc.sh [Pipeline] } [2023-01-05T19:17:10.502Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:17:10.901Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-05T19:17:10.932Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:17:11.246Z] ---> sudo-logs.sh [2023-01-05T19:17:11.246Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-05T19:17:11.334Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:17:11.644Z] ---> job-cost.sh [2023-01-05T19:17:11.644Z] lf-activate-venv: SKIPPING [2023-01-05T19:17:11.644Z] DEBUG: total: 0.2199999988079071 [2023-01-05T19:17:11.644Z] INFO: Retrieving Stack Cost... [2023-01-05T19:17:11.903Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-05T19:17:12.161Z] INFO: Archiving Costs [Pipeline] echo [2023-01-05T19:17:12.196Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-05T19:17:12.506Z] ---> logs-deploy.sh [2023-01-05T19:17:12.506Z] lf-activate-venv: SKIPPING [2023-01-05T19:17:12.506Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-435/1 [2023-01-05T19:17:12.506Z] INFO: archiving workspace using pattern(s): [2023-01-05T19:17:13.442Z] Archives upload complete. [2023-01-05T19:17:13.702Z] INFO: archiving logs to Nexus [2023-01-05T19:17:14.272Z] ---> uname -a: [2023-01-05T19:17:14.272Z] Linux prd-ubuntu20-04-docker-8c-8g-1212 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] ---> lscpu: [2023-01-05T19:17:14.272Z] Architecture: x86_64 [2023-01-05T19:17:14.272Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-05T19:17:14.272Z] Byte Order: Little Endian [2023-01-05T19:17:14.272Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-05T19:17:14.272Z] CPU(s): 8 [2023-01-05T19:17:14.272Z] On-line CPU(s) list: 0-7 [2023-01-05T19:17:14.272Z] Thread(s) per core: 1 [2023-01-05T19:17:14.272Z] Core(s) per socket: 1 [2023-01-05T19:17:14.272Z] Socket(s): 8 [2023-01-05T19:17:14.272Z] NUMA node(s): 1 [2023-01-05T19:17:14.272Z] Vendor ID: AuthenticAMD [2023-01-05T19:17:14.272Z] CPU family: 23 [2023-01-05T19:17:14.272Z] Model: 49 [2023-01-05T19:17:14.272Z] Model name: AMD EPYC-Rome Processor [2023-01-05T19:17:14.272Z] Stepping: 0 [2023-01-05T19:17:14.272Z] CPU MHz: 2800.002 [2023-01-05T19:17:14.272Z] BogoMIPS: 5600.00 [2023-01-05T19:17:14.272Z] Virtualization: AMD-V [2023-01-05T19:17:14.272Z] Hypervisor vendor: KVM [2023-01-05T19:17:14.272Z] Virtualization type: full [2023-01-05T19:17:14.272Z] L1d cache: 256 KiB [2023-01-05T19:17:14.272Z] L1i cache: 256 KiB [2023-01-05T19:17:14.272Z] L2 cache: 4 MiB [2023-01-05T19:17:14.272Z] L3 cache: 128 MiB [2023-01-05T19:17:14.272Z] NUMA node0 CPU(s): 0-7 [2023-01-05T19:17:14.272Z] Vulnerability Itlb multihit: Not affected [2023-01-05T19:17:14.272Z] Vulnerability L1tf: Not affected [2023-01-05T19:17:14.272Z] Vulnerability Mds: Not affected [2023-01-05T19:17:14.272Z] Vulnerability Meltdown: Not affected [2023-01-05T19:17:14.272Z] Vulnerability Mmio stale data: Not affected [2023-01-05T19:17:14.272Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-05T19:17:14.272Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-05T19:17:14.272Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-05T19:17:14.272Z] Vulnerability Srbds: Not affected [2023-01-05T19:17:14.272Z] Vulnerability Tsx async abort: Not affected [2023-01-05T19:17:14.272Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] ---> nproc: [2023-01-05T19:17:14.272Z] 8 [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] ---> df -h: [2023-01-05T19:17:14.272Z] Filesystem Size Used Avail Use% Mounted on [2023-01-05T19:17:14.272Z] overlay 155G 11G 145G 7% / [2023-01-05T19:17:14.272Z] tmpfs 64M 0 64M 0% /dev [2023-01-05T19:17:14.272Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-05T19:17:14.272Z] shm 64M 0 64M 0% /dev/shm [2023-01-05T19:17:14.272Z] /dev/vda1 155G 11G 145G 7% /facter-os [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] ---> sar -b -r -n DEV: [2023-01-05T19:17:14.272Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1212) 01/05/23 _x86_64_ (8 CPU) [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] 19:12:39 LINUX RESTART (8 CPU) [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] 19:13:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-05T19:17:14.272Z] 19:14:01 323.52 38.95 284.56 0.00 4365.30 57027.58 0.00 [2023-01-05T19:17:14.272Z] 19:15:01 23.03 0.15 22.88 0.00 6.93 11915.50 0.00 [2023-01-05T19:17:14.272Z] 19:16:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 [2023-01-05T19:17:14.272Z] 19:17:01 0.93 0.02 0.92 0.00 0.13 11.33 0.00 [2023-01-05T19:17:14.272Z] Average: 86.13 9.66 76.48 0.00 1079.40 17074.56 0.00 [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] 19:13:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-05T19:17:14.272Z] 19:14:01 29145688 31596736 712948 2.17 83084 2630936 1858624 5.48 992804 2368640 345888 [2023-01-05T19:17:14.272Z] 19:15:01 29153396 31605164 704036 2.14 83392 2631172 1754648 5.17 993756 2356024 196 [2023-01-05T19:17:14.272Z] 19:16:01 29154104 31605936 703204 2.14 83428 2631176 1754648 5.17 993536 2356024 12 [2023-01-05T19:17:14.272Z] 19:17:01 29164928 31616748 692264 2.11 83460 2631176 1754648 5.17 981752 2356052 188 [2023-01-05T19:17:14.272Z] Average: 29154529 31606146 703113 2.14 83341 2631115 1780642 5.25 990462 2359185 86571 [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] 19:13:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-05T19:17:14.272Z] 19:14:01 lo 7.18 7.18 0.70 0.70 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:14:01 ens3 729.96 495.22 6799.92 126.79 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:14:01 docker0 6.03 7.62 0.50 69.30 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:15:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:15:01 ens3 10.15 6.57 8.15 3.01 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:16:01 ens3 2.35 1.18 1.61 0.34 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:17:01 ens3 0.20 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] Average: lo 1.89 1.89 0.18 0.18 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] Average: ens3 183.39 124.23 1681.10 32.14 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] Average: docker0 1.49 1.88 0.12 17.11 0.00 0.00 0.00 0.00 [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] ---> sar -P ALL: [2023-01-05T19:17:14.272Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1212) 01/05/23 _x86_64_ (8 CPU) [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] 19:12:39 LINUX RESTART (8 CPU) [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] 19:13:02 CPU %user %nice %system %iowait %steal %idle [2023-01-05T19:17:14.272Z] 19:14:01 all 10.23 0.00 3.64 2.82 0.06 83.26 [2023-01-05T19:17:14.272Z] 19:14:01 0 9.94 0.00 5.01 7.64 0.05 77.36 [2023-01-05T19:17:14.272Z] 19:14:01 1 9.80 0.00 3.08 0.29 0.05 86.78 [2023-01-05T19:17:14.272Z] 19:14:01 2 8.20 0.00 3.60 0.31 0.05 87.84 [2023-01-05T19:17:14.272Z] 19:14:01 3 14.48 0.00 3.30 1.53 0.05 80.64 [2023-01-05T19:17:14.272Z] 19:14:01 4 10.10 0.00 3.45 5.20 0.05 81.21 [2023-01-05T19:17:14.272Z] 19:14:01 5 10.96 0.00 3.77 0.26 0.05 84.97 [2023-01-05T19:17:14.272Z] 19:14:01 6 9.54 0.00 3.72 6.33 0.05 80.37 [2023-01-05T19:17:14.272Z] 19:14:01 7 8.80 0.00 3.21 0.95 0.09 86.95 [2023-01-05T19:17:14.272Z] 19:15:01 all 0.28 0.00 0.17 0.73 0.01 98.80 [2023-01-05T19:17:14.272Z] 19:15:01 0 0.33 0.00 0.45 4.47 0.02 94.73 [2023-01-05T19:17:14.272Z] 19:15:01 1 0.33 0.00 0.13 0.00 0.02 99.52 [2023-01-05T19:17:14.272Z] 19:15:01 2 0.30 0.00 0.13 0.00 0.00 99.57 [2023-01-05T19:17:14.272Z] 19:15:01 3 0.37 0.00 0.10 0.95 0.02 98.57 [2023-01-05T19:17:14.272Z] 19:15:01 4 0.22 0.00 0.12 0.00 0.03 99.63 [2023-01-05T19:17:14.272Z] 19:15:01 5 0.13 0.00 0.13 0.00 0.00 99.73 [2023-01-05T19:17:14.272Z] 19:15:01 6 0.28 0.00 0.17 0.43 0.00 99.12 [2023-01-05T19:17:14.272Z] 19:15:01 7 0.27 0.00 0.15 0.02 0.00 99.57 [2023-01-05T19:17:14.272Z] 19:16:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-01-05T19:17:14.272Z] 19:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-05T19:17:14.272Z] 19:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-05T19:17:14.272Z] 19:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-05T19:17:14.272Z] 19:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-05T19:17:14.272Z] 19:16:01 4 0.02 0.00 0.02 0.03 0.02 99.92 [2023-01-05T19:17:14.272Z] 19:16:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-05T19:17:14.272Z] 19:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-05T19:17:14.272Z] 19:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-05T19:17:14.272Z] 19:17:01 all 0.03 0.00 0.02 0.02 0.01 99.92 [2023-01-05T19:17:14.272Z] 19:17:01 0 0.02 0.00 0.03 0.07 0.02 99.87 [2023-01-05T19:17:14.272Z] 19:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-05T19:17:14.272Z] 19:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-05T19:17:14.272Z] 19:17:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-01-05T19:17:14.272Z] 19:17:01 4 0.08 0.00 0.03 0.07 0.02 99.80 [2023-01-05T19:17:14.272Z] 19:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-05T19:17:14.272Z] 19:17:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2023-01-05T19:17:14.272Z] 19:17:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-05T19:17:14.272Z] Average: all 2.59 0.00 0.94 0.88 0.02 95.57 [2023-01-05T19:17:14.272Z] Average: 0 2.53 0.00 1.36 3.02 0.02 93.07 [2023-01-05T19:17:14.272Z] Average: 1 2.50 0.00 0.80 0.07 0.02 96.62 [2023-01-05T19:17:14.272Z] Average: 2 2.09 0.00 0.91 0.08 0.02 96.91 [2023-01-05T19:17:14.272Z] Average: 3 3.66 0.00 0.85 0.62 0.02 94.86 [2023-01-05T19:17:14.272Z] Average: 4 2.55 0.00 0.89 1.30 0.03 95.24 [2023-01-05T19:17:14.272Z] Average: 5 2.73 0.00 0.96 0.06 0.01 96.24 [2023-01-05T19:17:14.272Z] Average: 6 2.43 0.00 0.96 1.66 0.02 94.93 [2023-01-05T19:17:14.272Z] Average: 7 2.23 0.00 0.83 0.24 0.03 96.68 [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z] [2023-01-05T19:17:14.272Z]