Pull request #426 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0fd8d61cb2d189d42eb2927d0a379607132addeb+6b3f84b720025cbd9914345d3acb7d77e6659599 (22e54c29eddcd3fef1c90c6c0fcc1adf7a803e5e) 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-ssh15584189142343770506.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh10094193421526729693.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-mqtt-go/branches/PR-426/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-mqtt-go/branches/PR-426/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15690853276232628841.key Verifying host key using known hosts file > 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-mqtt-go/branches/PR-426/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15728652058208496083.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh14410752727354833754.key Verifying host key using known hosts file > 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-mqtt-go/branches/PR-426/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-mqtt-go/branches/PR-426/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7347923251796364563.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap: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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8925 in /w/workspace/gexfoundry_device-mqtt-go_PR-426 [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-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-426 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/426/head:refs/remotes/origin/PR-426 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6b3f84b720025cbd9914345d3acb7d77e6659599 into PR head commit 0fd8d61cb2d189d42eb2927d0a379607132addeb Merge succeeded, producing 0fd8d61cb2d189d42eb2927d0a379607132addeb Checking out Revision 0fd8d61cb2d189d42eb2927d0a379607132addeb (PR-426) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-24T01:32:11.109Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 0fd8d61cb2d189d42eb2927d0a379607132addeb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 6b3f84b720025cbd9914345d3acb7d77e6659599 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0fd8d61cb2d189d42eb2927d0a379607132addeb # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-24T01:32:11.298Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-24T01:32:11.407Z] ========================================================= [2022-10-24T01:32:11.407Z] EdgeX Global Pipelines Version Info [2022-10-24T01:32:11.407Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:32:12.142Z] ------------------- [2022-10-24T01:32:12.142Z] stable info: [2022-10-24T01:32:12.142Z] ------------------- [2022-10-24T01:32:12.142Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-24T01:32:12.142Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T01:32:12.142Z] Message: update stable to v1.0.243 [2022-10-24T01:32:12.713Z] ------------------- [2022-10-24T01:32:12.713Z] experimental info: [2022-10-24T01:32:12.713Z] ------------------- [2022-10-24T01:32:12.713Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-24T01:32:12.713Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T01:32:12.713Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-24T01:32:13.000Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2022-10-24T01:32:13.038Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2022-10-24T01:32:13.076Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-24T01:32:13.122Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-24T01:32:13.160Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-24T01:32:13.210Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-24T01:32:13.247Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-24T01:32:13.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-24T01:32:13.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-24T01:32:13.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-24T01:32:13.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-24T01:32:13.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2022-10-24T01:32:13.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-24T01:32:13.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-24T01:32:13.567Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-24T01:32:13.611Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-24T01:32:13.652Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T01:32:13.693Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T01:32:13.733Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-24T01:32:13.776Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-24T01:32:13.820Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-24T01:32:13.860Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-24T01:32:13.906Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-24T01:32:13.950Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-24T01:32:13.994Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-24T01:32:14.038Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-24T01:32:14.081Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-24T01:32:14.124Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-426 [Pipeline] echo [2022-10-24T01:32:14.166Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-426 [Pipeline] echo [2022-10-24T01:32:14.210Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-426 [Pipeline] echo [2022-10-24T01:32:14.251Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0fd8d61cb2d189d42eb2927d0a379607132addeb [Pipeline] echo [2022-10-24T01:32:14.296Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0fd8d61 [Pipeline] echo [2022-10-24T01:32:14.342Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T01:32:14.462Z] provisioning config files... [2022-10-24T01:32:14.490Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/config3277196561875308023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:32:14.831Z] ---> docker-login.sh [2022-10-24T01:32:14.831Z] nexus3.edgexfoundry.org:10001 [2022-10-24T01:32:15.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:32:15.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:32:15.091Z] Configure a credential helper to remove this warning. See [2022-10-24T01:32:15.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:32:15.091Z] [2022-10-24T01:32:15.091Z] Login Succeeded [2022-10-24T01:32:15.091Z] nexus3.edgexfoundry.org:10002 [2022-10-24T01:32:15.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:32:15.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:32:15.091Z] Configure a credential helper to remove this warning. See [2022-10-24T01:32:15.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:32:15.091Z] [2022-10-24T01:32:15.091Z] Login Succeeded [2022-10-24T01:32:15.091Z] nexus3.edgexfoundry.org:10003 [2022-10-24T01:32:15.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:32:15.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:32:15.350Z] Configure a credential helper to remove this warning. See [2022-10-24T01:32:15.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:32:15.350Z] [2022-10-24T01:32:15.350Z] Login Succeeded [2022-10-24T01:32:15.350Z] nexus3.edgexfoundry.org:10004 [2022-10-24T01:32:15.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:32:15.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:32:15.350Z] Configure a credential helper to remove this warning. See [2022-10-24T01:32:15.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:32:15.350Z] [2022-10-24T01:32:15.350Z] Login Succeeded [2022-10-24T01:32:15.350Z] docker.io [2022-10-24T01:32:15.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:32:15.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:32:15.871Z] Configure a credential helper to remove this warning. See [2022-10-24T01:32:15.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:32:15.871Z] [2022-10-24T01:32:15.871Z] Login Succeeded [2022-10-24T01:32:15.871Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T01:32:15.900Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-24T01:32:16.524Z] + git rev-list -1 --merges 0fd8d61cb2d189d42eb2927d0a379607132addeb~1..0fd8d61cb2d189d42eb2927d0a379607132addeb [Pipeline] echo [2022-10-24T01:32:16.570Z] -----------> git rev-list -1 --merges 0fd8d61cb2d189d42eb2927d0a379607132addeb~1..0fd8d61cb2d189d42eb2927d0a379607132addeb 0fd8d61cb2d189d42eb2927d0a379607132addeb [false] [Pipeline] sh [2022-10-24T01:32:16.880Z] + git log --format=format:%s -1 0fd8d61cb2d189d42eb2927d0a379607132addeb [Pipeline] echo [2022-10-24T01:32:16.919Z] ========================================================= [2022-10-24T01:32:16.920Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-24T01:32:16.920Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T01:32:17.369Z] + git log --format=format:%s -1 0fd8d61cb2d189d42eb2927d0a379607132addeb [Pipeline] echo [2022-10-24T01:32:17.400Z] [semverPrep] GIT_COMMIT: 0fd8d61cb2d189d42eb2927d0a379607132addeb, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2022-10-24T01:32:17.427Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-24T01:32:17.818Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-24T01:32:17.818Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-24T01:32:17.818Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-24T01:32:17.818Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-24T01:32:17.818Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-24T01:32:17.818Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-24T01:32:17.818Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:32:18.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T01:32:18.319Z] [2022-10-24T01:32:18.319Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:32:18.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T01:32:18.703Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-24T01:32:18.703Z] b85a868b505f: Pulling fs layer [2022-10-24T01:32:18.703Z] e2be974225ed: Pulling fs layer [2022-10-24T01:32:18.703Z] 339a4e72a1f5: Pulling fs layer [2022-10-24T01:32:18.703Z] 988bab9f4d93: Pulling fs layer [2022-10-24T01:32:18.703Z] 1469e6f7b9e6: Pulling fs layer [2022-10-24T01:32:18.703Z] eaf3925da568: Pulling fs layer [2022-10-24T01:32:18.703Z] bab4dde63d76: Pulling fs layer [2022-10-24T01:32:18.703Z] bde34c3a00c8: Pulling fs layer [2022-10-24T01:32:18.703Z] b352a97aabf1: Pulling fs layer [2022-10-24T01:32:18.703Z] 4872d77fe225: Pulling fs layer [2022-10-24T01:32:18.703Z] 5851b861e8e6: Pulling fs layer [2022-10-24T01:32:18.703Z] 1469e6f7b9e6: Waiting [2022-10-24T01:32:18.703Z] 5851b861e8e6: Waiting [2022-10-24T01:32:18.703Z] eaf3925da568: Waiting [2022-10-24T01:32:18.703Z] b352a97aabf1: Waiting [2022-10-24T01:32:18.703Z] bab4dde63d76: Waiting [2022-10-24T01:32:18.703Z] bde34c3a00c8: Waiting [2022-10-24T01:32:18.703Z] 4872d77fe225: Waiting [2022-10-24T01:32:18.703Z] e2be974225ed: Verifying Checksum [2022-10-24T01:32:18.703Z] e2be974225ed: Download complete [2022-10-24T01:32:18.703Z] 988bab9f4d93: Verifying Checksum [2022-10-24T01:32:18.703Z] 988bab9f4d93: Download complete [2022-10-24T01:32:18.963Z] 1469e6f7b9e6: Verifying Checksum [2022-10-24T01:32:18.963Z] 1469e6f7b9e6: Download complete [2022-10-24T01:32:18.963Z] 339a4e72a1f5: Verifying Checksum [2022-10-24T01:32:18.963Z] 339a4e72a1f5: Download complete [2022-10-24T01:32:18.963Z] eaf3925da568: Verifying Checksum [2022-10-24T01:32:18.963Z] eaf3925da568: Download complete [2022-10-24T01:32:18.963Z] bde34c3a00c8: Download complete [2022-10-24T01:32:18.963Z] b352a97aabf1: Verifying Checksum [2022-10-24T01:32:18.963Z] b352a97aabf1: Download complete [2022-10-24T01:32:18.963Z] 4872d77fe225: Verifying Checksum [2022-10-24T01:32:18.963Z] 4872d77fe225: Download complete [2022-10-24T01:32:18.963Z] 5851b861e8e6: Verifying Checksum [2022-10-24T01:32:18.963Z] 5851b861e8e6: Download complete [2022-10-24T01:32:18.963Z] b85a868b505f: Verifying Checksum [2022-10-24T01:32:18.963Z] b85a868b505f: Download complete [2022-10-24T01:32:19.222Z] bab4dde63d76: Verifying Checksum [2022-10-24T01:32:20.158Z] b85a868b505f: Pull complete [2022-10-24T01:32:20.416Z] e2be974225ed: Pull complete [2022-10-24T01:32:20.988Z] 339a4e72a1f5: Pull complete [2022-10-24T01:32:20.988Z] 988bab9f4d93: Pull complete [2022-10-24T01:32:21.250Z] 1469e6f7b9e6: Pull complete [2022-10-24T01:32:21.250Z] eaf3925da568: Pull complete [2022-10-24T01:32:23.159Z] bab4dde63d76: Pull complete [2022-10-24T01:32:23.159Z] bde34c3a00c8: Pull complete [2022-10-24T01:32:23.159Z] b352a97aabf1: Pull complete [2022-10-24T01:32:23.419Z] 4872d77fe225: Pull complete [2022-10-24T01:32:23.419Z] 5851b861e8e6: Pull complete [2022-10-24T01:32:23.419Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-24T01:32:23.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T01:32:23.419Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T01:32:23.635Z] prd-ubuntu20.04-docker-8c-8g-8925 does not seem to be running inside a container [2022-10-24T01:32:23.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-426 -v /w/workspace/gexfoundry_device-mqtt-go_PR-426:/w/workspace/gexfoundry_device-mqtt-go_PR-426:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-426@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-24T01:32:26.988Z] $ docker top 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 -eo pid,comm [2022-10-24T01:32:27.053Z] 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). [2022-10-24T01:32:27.053Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-24T01:32:27.174Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-24T01:32:27.174Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-24T01:32:27.289Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-24T01:32:27.285Z] $ docker exec 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 ssh-agent [2022-10-24T01:32:27.408Z] SSH_AUTH_SOCK=/tmp/ssh-NSxai6Cqnrs9/agent.32 [2022-10-24T01:32:27.408Z] SSH_AGENT_PID=38 [2022-10-24T01:32:27.416Z] Running ssh-add (command line suppressed) [2022-10-24T01:32:27.521Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/private_key_13465022834019155938.key (/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/private_key_13465022834019155938.key) [2022-10-24T01:32:27.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-24T01:32:27.869Z] + git tag --points-at HEAD [Pipeline] } [2022-10-24T01:32:27.887Z] $ docker exec --env ******** --env ******** 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 ssh-agent -k [2022-10-24T01:32:27.977Z] unset SSH_AUTH_SOCK; [2022-10-24T01:32:27.977Z] unset SSH_AGENT_PID; [2022-10-24T01:32:27.977Z] echo Agent pid 38 killed; [2022-10-24T01:32:27.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-24T01:32:28.089Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-24T01:32:28.089Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-24T01:32:28.212Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-24T01:32:28.208Z] $ docker exec 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 ssh-agent [2022-10-24T01:32:28.342Z] SSH_AUTH_SOCK=/tmp/ssh-rUvo3DzEq7Us/agent.71 [2022-10-24T01:32:28.342Z] SSH_AGENT_PID=77 [2022-10-24T01:32:28.347Z] Running ssh-add (command line suppressed) [2022-10-24T01:32:28.443Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/private_key_7474906952944755234.key (/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/private_key_7474906952944755234.key) [2022-10-24T01:32:28.462Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-24T01:32:28.785Z] + git semver init [2022-10-24T01:32:29.044Z] 2022-10-24 01:32:28,998 [run_init] DEBUG init version:0.0.0 force:False [2022-10-24T01:32:29.044Z] 2022-10-24 01:32:28,999 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver [2022-10-24T01:32:29.044Z] 2022-10-24 01:32:28,999 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver [2022-10-24T01:32:29.044Z] 2022-10-24 01:32:29,000 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-426, universal_newlines=False, shell=None, istream=None) [2022-10-24T01:32:29.982Z] 2022-10-24 01:32:29,931 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426/.git/info/exclude [2022-10-24T01:32:29.982Z] 2022-10-24 01:32:29,931 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver/PR-426 with force:False [2022-10-24T01:32:29.982Z] 2022-10-24 01:32:29,932 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver/PR-426 [2022-10-24T01:32:29.982Z] 2022-10-24 01:32:29,936 [execute] INFO git cat-file --batch-check [2022-10-24T01:32:29.982Z] 2022-10-24 01:32:29,937 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver, universal_newlines=False, shell=None, istream=) [2022-10-24T01:32:29.982Z] 2022-10-24 01:32:29,944 [execute] INFO git cat-file --batch [2022-10-24T01:32:29.982Z] 2022-10-24 01:32:29,944 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver, universal_newlines=False, shell=None, istream=) [2022-10-24T01:32:29.982Z] 2022-10-24 01:32:29,950 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver/PR-426 [2022-10-24T01:32:29.982Z] 0.0.0 [Pipeline] } [2022-10-24T01:32:30.001Z] $ docker exec --env ******** --env ******** 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 ssh-agent -k [2022-10-24T01:32:30.109Z] unset SSH_AUTH_SOCK; [2022-10-24T01:32:30.110Z] unset SSH_AGENT_PID; [2022-10-24T01:32:30.110Z] echo Agent pid 77 killed; [2022-10-24T01:32:30.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-24T01:32:30.560Z] + git semver [Pipeline] } [2022-10-24T01:32:30.840Z] $ docker stop --time=1 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 [2022-10-24T01:32:32.126Z] $ docker rm -f 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T01:32:32.543Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-24T01:32:32.891Z] Stashed 1 file(s) [Pipeline] echo [2022-10-24T01:32:32.909Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [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 [2022-10-24T01:32:33.465Z] provisioning config files... [2022-10-24T01:32:33.474Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/config882178986013196071tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:32:33.812Z] ---> docker-login.sh [2022-10-24T01:32:33.812Z] nexus3.edgexfoundry.org:10001 [2022-10-24T01:32:33.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:32:33.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:32:33.812Z] Configure a credential helper to remove this warning. See [2022-10-24T01:32:33.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:32:33.812Z] [2022-10-24T01:32:33.812Z] Login Succeeded [2022-10-24T01:32:33.812Z] nexus3.edgexfoundry.org:10002 [2022-10-24T01:32:33.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:32:33.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:32:33.812Z] Configure a credential helper to remove this warning. See [2022-10-24T01:32:33.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:32:33.812Z] [2022-10-24T01:32:33.812Z] Login Succeeded [2022-10-24T01:32:33.812Z] nexus3.edgexfoundry.org:10003 [2022-10-24T01:32:34.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:32:34.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:32:34.072Z] Configure a credential helper to remove this warning. See [2022-10-24T01:32:34.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:32:34.072Z] [2022-10-24T01:32:34.072Z] Login Succeeded [2022-10-24T01:32:34.072Z] nexus3.edgexfoundry.org:10004 [2022-10-24T01:32:34.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:32:34.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:32:34.072Z] Configure a credential helper to remove this warning. See [2022-10-24T01:32:34.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:32:34.072Z] [2022-10-24T01:32:34.072Z] Login Succeeded [2022-10-24T01:32:34.072Z] docker.io [2022-10-24T01:32:34.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:32:34.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:32:34.590Z] Configure a credential helper to remove this warning. See [2022-10-24T01:32:34.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:32:34.590Z] [2022-10-24T01:32:34.590Z] Login Succeeded [2022-10-24T01:32:34.590Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T01:32:34.617Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-24T01:32:34.817Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T01:32:34.851Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T01:32:34.882Z] ========================================================= [2022-10-24T01:32:34.882Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-24T01:32:34.882Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:32:35.339Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-24T01:32:35.339Z] Sending build context to Docker daemon 6.195MB [2022-10-24T01:32:35.339Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T01:32:35.339Z] Step 2/13 : FROM ${BASE} AS builder [2022-10-24T01:32:35.339Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-24T01:32:35.339Z] 213ec9aee27d: Pulling fs layer [2022-10-24T01:32:35.339Z] 4583459ba037: Pulling fs layer [2022-10-24T01:32:35.339Z] 93c1e223e6f2: Pulling fs layer [2022-10-24T01:32:35.339Z] 53926ce57604: Pulling fs layer [2022-10-24T01:32:35.339Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-24T01:32:35.339Z] 30f14e443154: Pulling fs layer [2022-10-24T01:32:35.339Z] 801331c1e519: Pulling fs layer [2022-10-24T01:32:35.339Z] 99cc6dd402b0: Pulling fs layer [2022-10-24T01:32:35.339Z] 7d9ed39f4882: Pulling fs layer [2022-10-24T01:32:35.339Z] 21b2b0c7a3f4: Waiting [2022-10-24T01:32:35.339Z] 30f14e443154: Waiting [2022-10-24T01:32:35.339Z] 801331c1e519: Waiting [2022-10-24T01:32:35.339Z] 99cc6dd402b0: Waiting [2022-10-24T01:32:35.339Z] 7d9ed39f4882: Waiting [2022-10-24T01:32:35.339Z] 53926ce57604: Waiting [2022-10-24T01:32:35.339Z] 93c1e223e6f2: Download complete [2022-10-24T01:32:35.339Z] 4583459ba037: Download complete [2022-10-24T01:32:35.339Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-24T01:32:35.339Z] 21b2b0c7a3f4: Download complete [2022-10-24T01:32:35.599Z] 30f14e443154: Download complete [2022-10-24T01:32:35.599Z] 213ec9aee27d: Verifying Checksum [2022-10-24T01:32:35.599Z] 213ec9aee27d: Download complete [2022-10-24T01:32:35.599Z] 801331c1e519: Download complete [2022-10-24T01:32:35.599Z] 213ec9aee27d: Pull complete [2022-10-24T01:32:35.860Z] 4583459ba037: Pull complete [2022-10-24T01:32:35.860Z] 93c1e223e6f2: Pull complete [2022-10-24T01:32:36.119Z] 7d9ed39f4882: Verifying Checksum [2022-10-24T01:32:36.119Z] 7d9ed39f4882: Download complete [2022-10-24T01:32:36.119Z] 99cc6dd402b0: Verifying Checksum [2022-10-24T01:32:36.119Z] 99cc6dd402b0: Download complete [2022-10-24T01:32:36.385Z] 53926ce57604: Verifying Checksum [2022-10-24T01:32:36.385Z] 53926ce57604: Download complete [2022-10-24T01:32:39.667Z] 53926ce57604: Pull complete [2022-10-24T01:32:39.927Z] 21b2b0c7a3f4: Pull complete [2022-10-24T01:32:39.927Z] 30f14e443154: Pull complete [2022-10-24T01:32:39.927Z] 801331c1e519: Pull complete [2022-10-24T01:32:41.830Z] 99cc6dd402b0: Pull complete [2022-10-24T01:32:42.772Z] 7d9ed39f4882: Pull complete [2022-10-24T01:32:42.772Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-24T01:32:42.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-24T01:32:42.772Z] ---> 1dedd983c030 [2022-10-24T01:32:42.772Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2022-10-24T01:32:46.970Z] ---> Running in 8cb0db325597 [2022-10-24T01:32:46.970Z] Removing intermediate container 8cb0db325597 [2022-10-24T01:32:46.970Z] ---> ce6ede6992bd [2022-10-24T01:32:46.970Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-24T01:32:46.970Z] ---> Running in c08a021ab12f [2022-10-24T01:32:46.970Z] Removing intermediate container c08a021ab12f [2022-10-24T01:32:46.970Z] ---> 0e6d7d8e1656 [2022-10-24T01:32:46.970Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-24T01:32:46.970Z] ---> Running in a30938a25aa2 [2022-10-24T01:32:47.228Z] Removing intermediate container a30938a25aa2 [2022-10-24T01:32:47.228Z] ---> 000c1222efa7 [2022-10-24T01:32:47.228Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T01:32:47.228Z] ---> Running in a3cb0f2af2fd [2022-10-24T01:32:47.228Z] Removing intermediate container a3cb0f2af2fd [2022-10-24T01:32:47.228Z] ---> b65e9971ca40 [2022-10-24T01:32:47.228Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T01:32:47.228Z] ---> Running in 44f231151298 [2022-10-24T01:32:47.794Z] Removing intermediate container 44f231151298 [2022-10-24T01:32:47.794Z] ---> d5e50079b810 [2022-10-24T01:32:47.794Z] Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T01:32:47.794Z] ---> Running in 7dec794efd03 [2022-10-24T01:32:48.054Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T01:32:48.293Z] Still waiting to schedule task [2022-10-24T01:32:48.293Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-24T01:32:48.989Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T01:32:49.250Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-10-24T01:32:49.250Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-10-24T01:32:49.250Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-10-24T01:32:49.510Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-10-24T01:32:49.510Z] Executing busybox-1.35.0-r17.trigger [2022-10-24T01:32:49.510Z] OK: 216 MiB in 55 packages [2022-10-24T01:32:50.080Z] Removing intermediate container 7dec794efd03 [2022-10-24T01:32:50.080Z] ---> f2cc097d4ed3 [2022-10-24T01:32:50.080Z] Step 9/13 : WORKDIR /device-mqtt-go [2022-10-24T01:32:50.080Z] ---> Running in 6a604802947e [2022-10-24T01:32:50.080Z] Removing intermediate container 6a604802947e [2022-10-24T01:32:50.080Z] ---> e12a8e03f243 [2022-10-24T01:32:50.080Z] Step 10/13 : COPY go.mod vendor* ./ [2022-10-24T01:32:50.339Z] ---> d2edb4778c95 [2022-10-24T01:32:50.339Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T01:32:50.339Z] ---> Running in a2497f7ae40b [2022-10-24T01:33:17.074Z] Removing intermediate container a2497f7ae40b [2022-10-24T01:33:17.074Z] ---> dd40b1a517f7 [2022-10-24T01:33:17.074Z] Step 12/13 : COPY . . [2022-10-24T01:33:17.074Z] ---> fbaa612ddaf5 [2022-10-24T01:33:17.074Z] Step 13/13 : RUN $MAKE [2022-10-24T01:33:17.074Z] ---> Running in 42d38d57e39c [2022-10-24T01:33:17.074Z] noop [2022-10-24T01:33:17.074Z] Removing intermediate container 42d38d57e39c [2022-10-24T01:33:17.074Z] ---> eac1570b89fa [2022-10-24T01:33:17.074Z] Successfully built eac1570b89fa [2022-10-24T01:33:17.074Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:33:17.510Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-24T01:33:17.510Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T01:33:17.674Z] prd-ubuntu20.04-docker-8c-8g-8925 does not seem to be running inside a container [2022-10-24T01:33:17.713Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-426 -v /w/workspace/gexfoundry_device-mqtt-go_PR-426:/w/workspace/gexfoundry_device-mqtt-go_PR-426:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-426@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-24T01:33:18.065Z] $ docker top 8d84281a3008c51390010b705e08e9c9c94b8b47e3be45e6adc4ecd3c0b6c060 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T01:33:18.471Z] + go version [2022-10-24T01:33:18.471Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-24T01:33:18.513Z] $ docker stop --time=1 8d84281a3008c51390010b705e08e9c9c94b8b47e3be45e6adc4ecd3c0b6c060 [2022-10-24T01:33:19.799Z] $ docker rm -f 8d84281a3008c51390010b705e08e9c9c94b8b47e3be45e6adc4ecd3c0b6c060 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:33:20.521Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-24T01:33:20.522Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T01:33:20.679Z] prd-ubuntu20.04-docker-8c-8g-8925 does not seem to be running inside a container [2022-10-24T01:33:20.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-mqtt-go_PR-426 -v /w/workspace/gexfoundry_device-mqtt-go_PR-426:/w/workspace/gexfoundry_device-mqtt-go_PR-426:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-426@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-24T01:33:21.087Z] $ docker top 47b96c4c01666e638f4737c44a1182b99f2ecfa7ce16d2f713c5bb70aa032e74 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T01:33:21.483Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-426 [Pipeline] fileExists [Pipeline] sh [2022-10-24T01:33:21.847Z] + make test [2022-10-24T01:33:21.847Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-10-24T01:33:22.105Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-10-24T01:33:32.077Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-10-24T01:33:32.077Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.015s coverage: 21.8% of statements [2022-10-24T01:33:32.077Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-10-24T01:33:37.336Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-10-24T01:33:37.336Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-10-24T01:33:40.617Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-24T01:33:40.617Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-24T01:33:40.617Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-24T01:33:40.659Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-24T01:33:40.698Z] $ docker stop --time=1 47b96c4c01666e638f4737c44a1182b99f2ecfa7ce16d2f713c5bb70aa032e74 [2022-10-24T01:33:43.264Z] $ docker rm -f 47b96c4c01666e638f4737c44a1182b99f2ecfa7ce16d2f713c5bb70aa032e74 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T01:33:43.860Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-24T01:33:43.915Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-24T01:33:44.574Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-24T01:33:44.928Z] + ls -al . [2022-10-24T01:33:44.928Z] total 188 [2022-10-24T01:33:44.928Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 01:33 . [2022-10-24T01:33:44.928Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 01:32 .. [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 24 01:32 .dockerignore [2022-10-24T01:33:44.928Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 01:33 .git [2022-10-24T01:33:44.928Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:32 .github [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 329 Oct 24 01:32 .gitignore [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 24 01:32 .golangci.yml [2022-10-24T01:33:44.928Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 01:32 .semver [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 9293 Oct 24 01:32 Attribution.txt [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 11365 Oct 24 01:32 CHANGELOG.md [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 1988 Oct 24 01:32 Dockerfile [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 01:32 GOVERNANCE.md [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 678 Oct 24 01:32 Jenkinsfile [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 24 01:32 LICENSE [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 2126 Oct 24 01:32 Makefile [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 24 01:32 OWNERS.md [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 3165 Oct 24 01:32 README.md [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 01:32 VERSION [2022-10-24T01:33:44.928Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 01:32 bin [2022-10-24T01:33:44.928Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:32 cmd [2022-10-24T01:33:44.928Z] -rw-r--r-- 1 jenkins jenkins 17887 Oct 24 01:33 coverage.out [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 3511 Oct 24 01:32 go.mod [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 44965 Oct 24 01:32 go.sum [2022-10-24T01:33:44.928Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:32 internal [2022-10-24T01:33:44.928Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 01:32 mock [2022-10-24T01:33:44.928Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 01:32 snap [2022-10-24T01:33:44.928Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 24 01:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:33:45.323Z] + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=0fd8d61cb2d189d42eb2927d0a379607132addeb --label arch=amd64 --label version=0.0.0 . [2022-10-24T01:33:45.323Z] Sending build context to Docker daemon 6.214MB [2022-10-24T01:33:45.323Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T01:33:45.323Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-24T01:33:45.323Z] ---> eac1570b89fa [2022-10-24T01:33:45.323Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-24T01:33:45.582Z] ---> Running in b26a3800a0e3 [2022-10-24T01:33:45.582Z] Removing intermediate container b26a3800a0e3 [2022-10-24T01:33:45.582Z] ---> f9d84eb3a2a9 [2022-10-24T01:33:45.582Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-24T01:33:45.582Z] ---> Running in 778db19ecc48 [2022-10-24T01:33:45.841Z] Removing intermediate container 778db19ecc48 [2022-10-24T01:33:45.841Z] ---> 304654e92ec4 [2022-10-24T01:33:45.841Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-24T01:33:45.841Z] ---> Running in a3e20d2e11fe [2022-10-24T01:33:45.841Z] Removing intermediate container a3e20d2e11fe [2022-10-24T01:33:45.841Z] ---> 5f850a54dbe0 [2022-10-24T01:33:45.841Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T01:33:45.841Z] ---> Running in 9f55511671db [2022-10-24T01:33:45.841Z] Removing intermediate container 9f55511671db [2022-10-24T01:33:45.841Z] ---> 87d83e75cf9f [2022-10-24T01:33:45.841Z] Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T01:33:45.841Z] ---> Running in 5a2a69b71a2a [2022-10-24T01:33:46.409Z] Removing intermediate container 5a2a69b71a2a [2022-10-24T01:33:46.410Z] ---> 680f7b391e57 [2022-10-24T01:33:46.410Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T01:33:46.410Z] ---> Running in 2134edec33d0 [2022-10-24T01:33:46.668Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T01:33:47.605Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T01:33:47.864Z] OK: 216 MiB in 55 packages [2022-10-24T01:33:48.433Z] Removing intermediate container 2134edec33d0 [2022-10-24T01:33:48.433Z] ---> cb2fef6d1a1f [2022-10-24T01:33:48.433Z] Step 9/25 : WORKDIR /device-mqtt-go [2022-10-24T01:33:48.433Z] ---> Running in 6b333eec3eb5 [2022-10-24T01:33:48.433Z] Removing intermediate container 6b333eec3eb5 [2022-10-24T01:33:48.433Z] ---> 29ff7942dc4a [2022-10-24T01:33:48.433Z] Step 10/25 : COPY go.mod vendor* ./ [2022-10-24T01:33:48.433Z] ---> 1546f227cf49 [2022-10-24T01:33:48.433Z] Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T01:33:48.433Z] ---> Running in ca5df440ab8f [2022-10-24T01:33:49.432Z] Removing intermediate container ca5df440ab8f [2022-10-24T01:33:49.432Z] ---> fed61cec2130 [2022-10-24T01:33:49.432Z] Step 12/25 : COPY . . [2022-10-24T01:33:49.692Z] ---> 9495522eee7f [2022-10-24T01:33:49.692Z] Step 13/25 : RUN $MAKE [2022-10-24T01:33:49.692Z] ---> Running in 737fa0a348d5 [2022-10-24T01:33:49.950Z] GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd [2022-10-24T01:34:11.921Z] Removing intermediate container 737fa0a348d5 [2022-10-24T01:34:11.921Z] ---> 8f3fa60a13b0 [2022-10-24T01:34:11.921Z] Step 14/25 : FROM alpine:3.16 [2022-10-24T01:34:12.179Z] 3.16: Pulling from library/alpine [2022-10-24T01:34:12.437Z] 213ec9aee27d: Already exists [2022-10-24T01:34:12.437Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-24T01:34:12.437Z] Status: Downloaded newer image for alpine:3.16 [2022-10-24T01:34:12.437Z] ---> 9c6f07244728 [2022-10-24T01:34:12.437Z] Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-10-24T01:34:12.696Z] ---> Running in 3f476aa5d7d5 [2022-10-24T01:34:12.696Z] Removing intermediate container 3f476aa5d7d5 [2022-10-24T01:34:12.696Z] ---> 4777362513e6 [2022-10-24T01:34:12.696Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-24T01:34:12.696Z] ---> Running in 31ebfdbbebfd [2022-10-24T01:34:12.955Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T01:34:13.214Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T01:34:13.474Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-24T01:34:13.474Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-24T01:34:13.474Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-24T01:34:13.474Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-24T01:34:13.474Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-24T01:34:13.474Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-24T01:34:13.474Z] Executing busybox-1.35.0-r17.trigger [2022-10-24T01:34:13.474Z] OK: 8 MiB in 20 packages [2022-10-24T01:34:14.040Z] Removing intermediate container 31ebfdbbebfd [2022-10-24T01:34:14.040Z] ---> 8c670b6c637f [2022-10-24T01:34:14.040Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2022-10-24T01:34:14.615Z] ---> 10b98153053c [2022-10-24T01:34:14.615Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-10-24T01:34:14.615Z] ---> 3a14828b08ae [2022-10-24T01:34:14.615Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-10-24T01:34:14.875Z] ---> d11d92346d60 [2022-10-24T01:34:14.875Z] Step 20/25 : EXPOSE 59982 [2022-10-24T01:34:14.875Z] ---> Running in 10fd8b7f336b [2022-10-24T01:34:14.875Z] Removing intermediate container 10fd8b7f336b [2022-10-24T01:34:14.875Z] ---> 765d1cf982fd [2022-10-24T01:34:14.875Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2022-10-24T01:34:14.875Z] ---> Running in c8b2588630c0 [2022-10-24T01:34:15.134Z] Removing intermediate container c8b2588630c0 [2022-10-24T01:34:15.134Z] ---> 8df7d22427c2 [2022-10-24T01:34:15.134Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-24T01:34:15.134Z] ---> Running in 70432ce530a2 [2022-10-24T01:34:15.134Z] Removing intermediate container 70432ce530a2 [2022-10-24T01:34:15.134Z] ---> 21b36c45e6b4 [2022-10-24T01:34:15.134Z] Step 23/25 : LABEL arch=amd64 [2022-10-24T01:34:15.134Z] ---> Running in 409e3f2b4460 [2022-10-24T01:34:15.134Z] Removing intermediate container 409e3f2b4460 [2022-10-24T01:34:15.134Z] ---> 16a9e1f3b574 [2022-10-24T01:34:15.134Z] Step 24/25 : LABEL git_sha=0fd8d61cb2d189d42eb2927d0a379607132addeb [2022-10-24T01:34:15.134Z] ---> Running in da597d44548f [2022-10-24T01:34:15.393Z] Removing intermediate container da597d44548f [2022-10-24T01:34:15.393Z] ---> ec42ca383bde [2022-10-24T01:34:15.393Z] Step 25/25 : LABEL version=0.0.0 [2022-10-24T01:34:15.393Z] ---> Running in 51f4dd3f6216 [2022-10-24T01:34:15.393Z] Removing intermediate container 51f4dd3f6216 [2022-10-24T01:34:15.393Z] ---> 392113582806 [2022-10-24T01:34:15.393Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-24T01:34:15.393Z] Successfully built 392113582806 [2022-10-24T01:34:15.393Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:34:16.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T01:34:16.341Z] [2022-10-24T01:34:16.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:34:16.725Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T01:34:16.725Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-24T01:34:16.725Z] 5eb5b503b376: Pulling fs layer [2022-10-24T01:34:16.725Z] 5c69ac0246d0: Pulling fs layer [2022-10-24T01:34:16.725Z] ec43610c2a17: Pulling fs layer [2022-10-24T01:34:16.725Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-24T01:34:16.725Z] 33b1e0a273af: Pulling fs layer [2022-10-24T01:34:16.725Z] 5d3b04190fa2: Pulling fs layer [2022-10-24T01:34:16.725Z] 2f39f015ded8: Pulling fs layer [2022-10-24T01:34:16.725Z] 3a2ae6a8a46f: Waiting [2022-10-24T01:34:16.725Z] 33b1e0a273af: Waiting [2022-10-24T01:34:16.725Z] 2f39f015ded8: Waiting [2022-10-24T01:34:16.725Z] 5d3b04190fa2: Waiting [2022-10-24T01:34:16.725Z] 5c69ac0246d0: Verifying Checksum [2022-10-24T01:34:16.725Z] 5c69ac0246d0: Download complete [2022-10-24T01:34:16.725Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-24T01:34:16.725Z] 3a2ae6a8a46f: Download complete [2022-10-24T01:34:16.725Z] 33b1e0a273af: Verifying Checksum [2022-10-24T01:34:16.725Z] 33b1e0a273af: Download complete [2022-10-24T01:34:16.725Z] 5d3b04190fa2: Download complete [2022-10-24T01:34:16.983Z] ec43610c2a17: Verifying Checksum [2022-10-24T01:34:16.983Z] ec43610c2a17: Download complete [2022-10-24T01:34:16.983Z] 5eb5b503b376: Verifying Checksum [2022-10-24T01:34:16.983Z] 5eb5b503b376: Download complete [2022-10-24T01:34:17.550Z] 2f39f015ded8: Verifying Checksum [2022-10-24T01:34:17.550Z] 2f39f015ded8: Download complete [2022-10-24T01:34:18.116Z] 5eb5b503b376: Pull complete [2022-10-24T01:34:18.374Z] 5c69ac0246d0: Pull complete [2022-10-24T01:34:18.634Z] ec43610c2a17: Pull complete [2022-10-24T01:34:18.893Z] 3a2ae6a8a46f: Pull complete [2022-10-24T01:34:18.893Z] 33b1e0a273af: Pull complete [2022-10-24T01:34:19.150Z] 5d3b04190fa2: Pull complete [2022-10-24T01:34:23.331Z] 2f39f015ded8: Pull complete [2022-10-24T01:34:23.331Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-24T01:34:23.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T01:34:23.331Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T01:34:23.548Z] prd-ubuntu20.04-docker-8c-8g-8925 does not seem to be running inside a container [2022-10-24T01:34:23.586Z] $ 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/gexfoundry_device-mqtt-go_PR-426 -v /w/workspace/gexfoundry_device-mqtt-go_PR-426:/w/workspace/gexfoundry_device-mqtt-go_PR-426:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-426@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-24T01:34:27.746Z] $ docker top 6aa2c5da7ab780f463fa04a29ed1807f544550a2afd68133a1a1ef26fd995f2f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:34:28.195Z] ---> job-cost.sh [2022-10-24T01:34:28.195Z] lf-activate-venv: SKIPPING [2022-10-24T01:34:28.195Z] INFO: No Stack... [2022-10-24T01:34:28.454Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-24T01:34:28.714Z] INFO: Archiving Costs [Pipeline] sh [2022-10-24T01:34:29.023Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives/cost.csv [2022-10-24T01:34:29.023Z] + cut -d, -f6 [Pipeline] lock [2022-10-24T01:34:29.069Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] [2022-10-24T01:34:29.075Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] did not exist. Created. [2022-10-24T01:34:29.075Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-24T01:34:29.474Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-24T01:34:29.523Z] Stashed 1 file(s) [Pipeline] } [2022-10-24T01:34:29.551Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-24T01:34:29.630Z] $ docker stop --time=1 6aa2c5da7ab780f463fa04a29ed1807f544550a2afd68133a1a1ef26fd995f2f [2022-10-24T01:34:30.796Z] $ docker rm -f 6aa2c5da7ab780f463fa04a29ed1807f544550a2afd68133a1a1ef26fd995f2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-24T01:35:17.617Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8928 in /w/workspace/gexfoundry_device-mqtt-go_PR-426 [Pipeline] { [Pipeline] ws [2022-10-24T01:35:17.657Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2022-10-24T01:35:17.735Z] Selected Git installation does not exist. Using Default [2022-10-24T01:35:17.736Z] The recommended git tool is: NONE [2022-10-24T01:35:23.645Z] using credential edgex-jenkins-ssh [2022-10-24T01:35:23.667Z] Cloning the remote Git repository [2022-10-24T01:35:23.729Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2022-10-24T01:35:23.825Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2022-10-24T01:35:24.007Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-10-24T01:35:24.009Z] > git --version # timeout=10 [2022-10-24T01:35:24.035Z] > git --version # 'git version 2.25.1' [2022-10-24T01:35:24.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T01:35:24.091Z] Verifying host key using known hosts file [2022-10-24T01:35:24.342Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-24T01:35:24.355Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-24T01:35:25.622Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-10-24T01:35:25.647Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-24T01:35:27.469Z] Merging remotes/origin/main commit 6b3f84b720025cbd9914345d3acb7d77e6659599 into PR head commit 0fd8d61cb2d189d42eb2927d0a379607132addeb [2022-10-24T01:35:27.753Z] Merge succeeded, producing 0fd8d61cb2d189d42eb2927d0a379607132addeb [2022-10-24T01:35:27.754Z] Checking out Revision 0fd8d61cb2d189d42eb2927d0a379607132addeb (PR-426) [2022-10-24T01:35:26.782Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-10-24T01:35:26.834Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-10-24T01:35:26.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T01:35:26.842Z] Verifying host key using known hosts file [2022-10-24T01:35:26.850Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-24T01:35:26.867Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/426/head:refs/remotes/origin/PR-426 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-24T01:35:27.492Z] > git config core.sparsecheckout # timeout=10 [2022-10-24T01:35:27.518Z] > git checkout -f 0fd8d61cb2d189d42eb2927d0a379607132addeb # timeout=10 [2022-10-24T01:35:27.626Z] > git remote # timeout=10 [2022-10-24T01:35:27.650Z] > git config --get remote.origin.url # timeout=10 [2022-10-24T01:35:27.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T01:35:27.679Z] Verifying host key using known hosts file [2022-10-24T01:35:27.684Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-24T01:35:27.698Z] > git merge 6b3f84b720025cbd9914345d3acb7d77e6659599 # timeout=10 [2022-10-24T01:35:27.731Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-24T01:35:27.760Z] > git config core.sparsecheckout # timeout=10 [2022-10-24T01:35:27.780Z] > git checkout -f 0fd8d61cb2d189d42eb2927d0a379607132addeb # timeout=10 [2022-10-24T01:35:28.399Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-24T01:35:28.461Z] > git --version # timeout=10 [2022-10-24T01:35:28.476Z] > git --version # 'git version 2.25.1' [2022-10-24T01:35:28.510Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T01:35:29.800Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-24T01:35:29.800Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-24T01:35:29.800Z] Dload Upload Total Spent Left Speed [2022-10-24T01:35:29.800Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 95469 0 --:--:-- --:--:-- --:--:-- 96198 [Pipeline] sh [2022-10-24T01:35:30.505Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-24T01:35:30.867Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-24T01:35:30.867Z] + sudo tee /etc/docker/daemon.new [2022-10-24T01:35:30.867Z] { [2022-10-24T01:35:30.867Z] "registry-mirrors": [ [2022-10-24T01:35:30.867Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-24T01:35:30.867Z] ], [2022-10-24T01:35:30.867Z] "bip": "10.250.0.254/24", [2022-10-24T01:35:30.867Z] "hosts": [ [2022-10-24T01:35:30.867Z] "tcp://0.0.0.0:5555", [2022-10-24T01:35:30.867Z] "unix:///var/run/docker.sock" [2022-10-24T01:35:30.867Z] ], [2022-10-24T01:35:30.867Z] "mtu": 1458, [2022-10-24T01:35:30.867Z] "selinux-enabled": true, [2022-10-24T01:35:30.867Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-24T01:35:30.867Z] } [Pipeline] sh [2022-10-24T01:35:31.217Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-24T01:35:31.572Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T01:35:50.155Z] provisioning config files... [2022-10-24T01:35:50.190Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config13243650090423756177tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:35:50.606Z] ---> docker-login.sh [2022-10-24T01:35:50.606Z] nexus3.edgexfoundry.org:10001 [2022-10-24T01:35:51.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:35:51.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:35:51.469Z] Configure a credential helper to remove this warning. See [2022-10-24T01:35:51.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:35:51.469Z] [2022-10-24T01:35:51.469Z] Login Succeeded [2022-10-24T01:35:51.469Z] nexus3.edgexfoundry.org:10002 [2022-10-24T01:35:51.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:35:52.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:35:52.014Z] Configure a credential helper to remove this warning. See [2022-10-24T01:35:52.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:35:52.014Z] [2022-10-24T01:35:52.014Z] Login Succeeded [2022-10-24T01:35:52.014Z] nexus3.edgexfoundry.org:10003 [2022-10-24T01:35:52.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:35:52.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:35:52.291Z] Configure a credential helper to remove this warning. See [2022-10-24T01:35:52.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:35:52.291Z] [2022-10-24T01:35:52.291Z] Login Succeeded [2022-10-24T01:35:52.291Z] nexus3.edgexfoundry.org:10004 [2022-10-24T01:35:52.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:35:52.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:35:52.835Z] Configure a credential helper to remove this warning. See [2022-10-24T01:35:52.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:35:52.835Z] [2022-10-24T01:35:52.835Z] Login Succeeded [2022-10-24T01:35:52.835Z] docker.io [2022-10-24T01:35:53.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T01:35:53.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T01:35:53.380Z] Configure a credential helper to remove this warning. See [2022-10-24T01:35:53.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T01:35:53.380Z] [2022-10-24T01:35:53.380Z] Login Succeeded [2022-10-24T01:35:53.380Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T01:35:53.408Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-24T01:35:53.743Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T01:35:53.780Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T01:35:53.814Z] ========================================================= [2022-10-24T01:35:53.814Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-24T01:35:53.814Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:35:54.359Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-24T01:35:54.630Z] Sending build context to Docker daemon 3.208MB [2022-10-24T01:35:54.630Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T01:35:54.630Z] Step 2/13 : FROM ${BASE} AS builder [2022-10-24T01:35:54.902Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-24T01:35:54.902Z] 9b18e9b68314: Pulling fs layer [2022-10-24T01:35:54.902Z] d32db5db7311: Pulling fs layer [2022-10-24T01:35:54.902Z] d0c4b47475fc: Pulling fs layer [2022-10-24T01:35:54.902Z] 5831b945b038: Pulling fs layer [2022-10-24T01:35:54.902Z] 86bbec2aaacd: Pulling fs layer [2022-10-24T01:35:54.902Z] e10730c5d714: Pulling fs layer [2022-10-24T01:35:54.902Z] 5dd5c2283517: Pulling fs layer [2022-10-24T01:35:54.902Z] d5ac0230b979: Pulling fs layer [2022-10-24T01:35:54.902Z] e10730c5d714: Waiting [2022-10-24T01:35:54.902Z] 5dd5c2283517: Waiting [2022-10-24T01:35:54.902Z] 5831b945b038: Waiting [2022-10-24T01:35:54.902Z] 86bbec2aaacd: Waiting [2022-10-24T01:35:54.902Z] d5ac0230b979: Waiting [2022-10-24T01:35:54.902Z] d0c4b47475fc: Verifying Checksum [2022-10-24T01:35:54.902Z] d0c4b47475fc: Download complete [2022-10-24T01:35:54.902Z] d32db5db7311: Verifying Checksum [2022-10-24T01:35:54.902Z] d32db5db7311: Download complete [2022-10-24T01:35:55.181Z] 86bbec2aaacd: Download complete [2022-10-24T01:35:55.181Z] e10730c5d714: Verifying Checksum [2022-10-24T01:35:55.181Z] e10730c5d714: Download complete [2022-10-24T01:35:55.181Z] 9b18e9b68314: Verifying Checksum [2022-10-24T01:35:56.158Z] d5ac0230b979: Verifying Checksum [2022-10-24T01:35:56.158Z] d5ac0230b979: Download complete [2022-10-24T01:35:56.435Z] 9b18e9b68314: Pull complete [2022-10-24T01:35:57.034Z] d32db5db7311: Pull complete [2022-10-24T01:35:57.306Z] d0c4b47475fc: Pull complete [2022-10-24T01:35:57.306Z] 5dd5c2283517: Verifying Checksum [2022-10-24T01:35:57.306Z] 5dd5c2283517: Download complete [2022-10-24T01:35:57.893Z] 5831b945b038: Verifying Checksum [2022-10-24T01:35:57.893Z] 5831b945b038: Download complete [2022-10-24T01:36:10.394Z] 5831b945b038: Pull complete [2022-10-24T01:36:10.395Z] 86bbec2aaacd: Pull complete [2022-10-24T01:36:10.395Z] e10730c5d714: Pull complete [2022-10-24T01:36:18.652Z] 5dd5c2283517: Pull complete [2022-10-24T01:36:19.627Z] d5ac0230b979: Pull complete [2022-10-24T01:36:19.627Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-24T01:36:19.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-24T01:36:19.627Z] ---> 59b3b1a385d4 [2022-10-24T01:36:19.627Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2022-10-24T01:36:20.594Z] ---> Running in 5e7cab27549f [2022-10-24T01:36:20.868Z] Removing intermediate container 5e7cab27549f [2022-10-24T01:36:20.868Z] ---> 47c4380e1946 [2022-10-24T01:36:20.868Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-24T01:36:21.142Z] ---> Running in a0c9c95984f2 [2022-10-24T01:36:21.412Z] Removing intermediate container a0c9c95984f2 [2022-10-24T01:36:21.412Z] ---> b4888030df02 [2022-10-24T01:36:21.412Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-24T01:36:21.412Z] ---> Running in 1f0188ee2d2a [2022-10-24T01:36:21.689Z] Removing intermediate container 1f0188ee2d2a [2022-10-24T01:36:21.689Z] ---> 8a83c7906698 [2022-10-24T01:36:21.689Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T01:36:21.957Z] ---> Running in 83c9d3490a01 [2022-10-24T01:36:22.227Z] Removing intermediate container 83c9d3490a01 [2022-10-24T01:36:22.227Z] ---> 0fa62e0481ab [2022-10-24T01:36:22.227Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T01:36:22.227Z] ---> Running in a0cabe557136 [2022-10-24T01:36:24.198Z] Removing intermediate container a0cabe557136 [2022-10-24T01:36:24.198Z] ---> d9e035244bd8 [2022-10-24T01:36:24.198Z] Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T01:36:24.198Z] ---> Running in 576fc35851f4 [2022-10-24T01:36:25.164Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T01:36:26.128Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T01:36:27.537Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-10-24T01:36:27.537Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-10-24T01:36:27.537Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-10-24T01:36:27.810Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-10-24T01:36:27.810Z] Executing busybox-1.35.0-r17.trigger [2022-10-24T01:36:27.810Z] OK: 226 MiB in 55 packages [2022-10-24T01:36:28.783Z] Removing intermediate container 576fc35851f4 [2022-10-24T01:36:28.783Z] ---> d854eba8ff3e [2022-10-24T01:36:28.783Z] Step 9/13 : WORKDIR /device-mqtt-go [2022-10-24T01:36:29.055Z] ---> Running in 7f0980aebde2 [2022-10-24T01:36:29.323Z] Removing intermediate container 7f0980aebde2 [2022-10-24T01:36:29.323Z] ---> 4252ff351adc [2022-10-24T01:36:29.323Z] Step 10/13 : COPY go.mod vendor* ./ [2022-10-24T01:36:29.910Z] ---> 4fd312abefdf [2022-10-24T01:36:29.910Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T01:36:29.910Z] ---> Running in 219c7ed3a268 [2022-10-24T01:37:26.359Z] Removing intermediate container 219c7ed3a268 [2022-10-24T01:37:26.359Z] ---> 25969df779f9 [2022-10-24T01:37:26.359Z] Step 12/13 : COPY . . [2022-10-24T01:37:26.359Z] ---> 0613def92083 [2022-10-24T01:37:26.359Z] Step 13/13 : RUN $MAKE [2022-10-24T01:37:26.359Z] ---> Running in 6c5f70a3c912 [2022-10-24T01:37:26.958Z] noop [2022-10-24T01:37:27.545Z] Removing intermediate container 6c5f70a3c912 [2022-10-24T01:37:27.545Z] ---> 6f35d335c9ae [2022-10-24T01:37:27.545Z] Successfully built 6f35d335c9ae [2022-10-24T01:37:27.545Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:37:28.038Z] + docker inspect -f . ci-base-image-arm64 [2022-10-24T01:37:28.038Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T01:37:28.301Z] prd-ubuntu20.04-docker-arm64-4c-16g-8928 does not seem to be running inside a container [2022-10-24T01:37:28.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-24T01:37:29.653Z] $ docker top e0684c320ce0b2d100c556352d722d5b184851083a45f8108664d8e8169b8d1c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T01:37:30.568Z] + go version [2022-10-24T01:37:30.568Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-24T01:37:30.612Z] $ docker stop --time=1 e0684c320ce0b2d100c556352d722d5b184851083a45f8108664d8e8169b8d1c [2022-10-24T01:37:32.285Z] $ docker rm -f e0684c320ce0b2d100c556352d722d5b184851083a45f8108664d8e8169b8d1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:37:33.134Z] + docker inspect -f . ci-base-image-arm64 [2022-10-24T01:37:33.134Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T01:37:33.393Z] prd-ubuntu20.04-docker-arm64-4c-16g-8928 does not seem to be running inside a container [2022-10-24T01:37:33.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-24T01:37:34.755Z] $ docker top 484990f05b67efddd58f4cdcde38d962091ed5a967bfad24686bc71f4f725ab4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T01:37:35.636Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-24T01:37:36.341Z] + make test [2022-10-24T01:37:36.341Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-10-24T01:37:37.764Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-10-24T01:39:14.436Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-10-24T01:39:14.705Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.073s coverage: 21.8% of statements [2022-10-24T01:39:14.705Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-10-24T01:39:15.292Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-24T01:39:15.292Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-10-24T01:39:47.552Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-24T01:39:47.552Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-24T01:39:47.552Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-24T01:39:47.589Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-24T01:39:47.630Z] $ docker stop --time=1 484990f05b67efddd58f4cdcde38d962091ed5a967bfad24686bc71f4f725ab4 [2022-10-24T01:39:49.558Z] $ docker rm -f 484990f05b67efddd58f4cdcde38d962091ed5a967bfad24686bc71f4f725ab4 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T01:39:50.658Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-24T01:39:50.694Z] Warning: overwriting stash ‘coverage-report’ [2022-10-24T01:39:51.309Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T01:39:51.896Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-24T01:39:52.238Z] + ls -al . [2022-10-24T01:39:52.238Z] total 184 [2022-10-24T01:39:52.238Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 24 01:37 . [2022-10-24T01:39:52.238Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 01:35 .. [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 24 01:35 .dockerignore [2022-10-24T01:39:52.238Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 01:35 .git [2022-10-24T01:39:52.238Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:35 .github [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 329 Oct 24 01:35 .gitignore [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 24 01:35 .golangci.yml [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 9293 Oct 24 01:35 Attribution.txt [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 11365 Oct 24 01:35 CHANGELOG.md [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 1988 Oct 24 01:35 Dockerfile [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 01:35 GOVERNANCE.md [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 678 Oct 24 01:35 Jenkinsfile [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 24 01:35 LICENSE [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 2126 Oct 24 01:35 Makefile [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 24 01:35 OWNERS.md [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 3165 Oct 24 01:35 README.md [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 01:32 VERSION [2022-10-24T01:39:52.238Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 01:35 bin [2022-10-24T01:39:52.238Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:35 cmd [2022-10-24T01:39:52.238Z] -rw-r--r-- 1 jenkins jenkins 17887 Oct 24 01:39 coverage.out [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 3511 Oct 24 01:35 go.mod [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 44965 Oct 24 01:35 go.sum [2022-10-24T01:39:52.238Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:35 internal [2022-10-24T01:39:52.238Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 01:35 mock [2022-10-24T01:39:52.238Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 01:35 snap [2022-10-24T01:39:52.238Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 24 01:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:39:52.654Z] + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0fd8d61cb2d189d42eb2927d0a379607132addeb --label arch=arm64 --label version=0.0.0 . [2022-10-24T01:39:52.926Z] Sending build context to Docker daemon 3.227MB [2022-10-24T01:39:52.926Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T01:39:52.926Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-24T01:39:52.926Z] ---> 6f35d335c9ae [2022-10-24T01:39:52.926Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-24T01:39:53.206Z] ---> Running in c1de8057a766 [2022-10-24T01:39:53.483Z] Removing intermediate container c1de8057a766 [2022-10-24T01:39:53.483Z] ---> 41059d5c2588 [2022-10-24T01:39:53.483Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-24T01:39:53.483Z] ---> Running in dcb2a4aec8bf [2022-10-24T01:39:54.090Z] Removing intermediate container dcb2a4aec8bf [2022-10-24T01:39:54.090Z] ---> 51d62d16619f [2022-10-24T01:39:54.090Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-24T01:39:54.090Z] ---> Running in f6dbbdaeb0e5 [2022-10-24T01:39:54.360Z] Removing intermediate container f6dbbdaeb0e5 [2022-10-24T01:39:54.360Z] ---> bde2d1d415ea [2022-10-24T01:39:54.360Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T01:39:54.360Z] ---> Running in 3cf47fca1046 [2022-10-24T01:39:54.956Z] Removing intermediate container 3cf47fca1046 [2022-10-24T01:39:54.956Z] ---> 6fd7133c8345 [2022-10-24T01:39:54.956Z] Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T01:39:54.956Z] ---> Running in 14b48dff1217 [2022-10-24T01:39:56.946Z] Removing intermediate container 14b48dff1217 [2022-10-24T01:39:56.946Z] ---> 7692c3f79c05 [2022-10-24T01:39:56.946Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T01:39:56.946Z] ---> Running in 754d7e06e8ce [2022-10-24T01:39:58.366Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T01:39:59.326Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T01:40:00.739Z] OK: 226 MiB in 55 packages [2022-10-24T01:40:01.714Z] Removing intermediate container 754d7e06e8ce [2022-10-24T01:40:01.714Z] ---> eb46ed6abf73 [2022-10-24T01:40:01.714Z] Step 9/25 : WORKDIR /device-mqtt-go [2022-10-24T01:40:01.714Z] ---> Running in d6ea154a3189 [2022-10-24T01:40:01.989Z] Removing intermediate container d6ea154a3189 [2022-10-24T01:40:01.989Z] ---> 208c880cf2be [2022-10-24T01:40:01.989Z] Step 10/25 : COPY go.mod vendor* ./ [2022-10-24T01:40:02.582Z] ---> 9e45bf7edac8 [2022-10-24T01:40:02.582Z] Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T01:40:02.582Z] ---> Running in 90d731db9cb7 [2022-10-24T01:40:05.209Z] Removing intermediate container 90d731db9cb7 [2022-10-24T01:40:05.209Z] ---> 8d1b42404bed [2022-10-24T01:40:05.209Z] Step 12/25 : COPY . . [2022-10-24T01:40:06.186Z] ---> b13c5c44ddd4 [2022-10-24T01:40:06.186Z] Step 13/25 : RUN $MAKE [2022-10-24T01:40:06.457Z] ---> Running in 32949a8e5f25 [2022-10-24T01:40:08.425Z] GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd [2022-10-24T01:43:00.244Z] Removing intermediate container 32949a8e5f25 [2022-10-24T01:43:00.244Z] ---> 56829fff5399 [2022-10-24T01:43:00.244Z] Step 14/25 : FROM alpine:3.16 [2022-10-24T01:43:00.244Z] 3.16: Pulling from library/alpine [2022-10-24T01:43:00.244Z] 9b18e9b68314: Already exists [2022-10-24T01:43:00.244Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-24T01:43:00.244Z] Status: Downloaded newer image for alpine:3.16 [2022-10-24T01:43:00.244Z] ---> a6215f271958 [2022-10-24T01:43:00.244Z] Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-10-24T01:43:00.244Z] ---> Running in 4b82e47bd58d [2022-10-24T01:43:00.244Z] Removing intermediate container 4b82e47bd58d [2022-10-24T01:43:00.244Z] ---> 9c2f4b62c303 [2022-10-24T01:43:00.244Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-24T01:43:00.244Z] ---> Running in eb079c79bb95 [2022-10-24T01:43:00.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T01:43:00.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T01:43:00.244Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-24T01:43:00.244Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-24T01:43:00.244Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-24T01:43:00.244Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-24T01:43:00.244Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-24T01:43:00.244Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-24T01:43:00.244Z] Executing busybox-1.35.0-r17.trigger [2022-10-24T01:43:00.244Z] OK: 8 MiB in 20 packages [2022-10-24T01:43:00.244Z] Removing intermediate container eb079c79bb95 [2022-10-24T01:43:00.244Z] ---> e94c55e86c30 [2022-10-24T01:43:00.244Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2022-10-24T01:43:00.244Z] ---> 4f5d7282b8d7 [2022-10-24T01:43:00.244Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-10-24T01:43:00.244Z] ---> 7fed5bb0645c [2022-10-24T01:43:00.244Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-10-24T01:43:00.244Z] ---> 03d6c78e7064 [2022-10-24T01:43:00.244Z] Step 20/25 : EXPOSE 59982 [2022-10-24T01:43:00.244Z] ---> Running in c27c8903a6bc [2022-10-24T01:43:00.244Z] Removing intermediate container c27c8903a6bc [2022-10-24T01:43:00.244Z] ---> 4b677e71cf17 [2022-10-24T01:43:00.244Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2022-10-24T01:43:00.244Z] ---> Running in f76c01fe405d [2022-10-24T01:43:00.244Z] Removing intermediate container f76c01fe405d [2022-10-24T01:43:00.244Z] ---> 593ee9b55fc0 [2022-10-24T01:43:00.244Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-24T01:43:00.244Z] ---> Running in cd7be2a81171 [2022-10-24T01:43:00.244Z] Removing intermediate container cd7be2a81171 [2022-10-24T01:43:00.244Z] ---> 692f34e7b236 [2022-10-24T01:43:00.244Z] Step 23/25 : LABEL arch=arm64 [2022-10-24T01:43:00.244Z] ---> Running in cb65b0b910d6 [2022-10-24T01:43:00.244Z] Removing intermediate container cb65b0b910d6 [2022-10-24T01:43:00.244Z] ---> 4f4b7308b7f8 [2022-10-24T01:43:00.244Z] Step 24/25 : LABEL git_sha=0fd8d61cb2d189d42eb2927d0a379607132addeb [2022-10-24T01:43:00.244Z] ---> Running in 6c9aaddd955e [2022-10-24T01:43:00.244Z] Removing intermediate container 6c9aaddd955e [2022-10-24T01:43:00.244Z] ---> 23dc9fb17583 [2022-10-24T01:43:00.244Z] Step 25/25 : LABEL version=0.0.0 [2022-10-24T01:43:00.244Z] ---> Running in a15475fce8aa [2022-10-24T01:43:00.244Z] Removing intermediate container a15475fce8aa [2022-10-24T01:43:00.244Z] ---> c79e416bf139 [2022-10-24T01:43:00.244Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-24T01:43:00.244Z] Successfully built c79e416bf139 [2022-10-24T01:43:00.244Z] Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:43:01.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T01:43:01.045Z] [2022-10-24T01:43:01.045Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:43:01.448Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T01:43:01.718Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-24T01:43:01.718Z] 8998bd30e6a1: Pulling fs layer [2022-10-24T01:43:01.718Z] 04944245beec: Pulling fs layer [2022-10-24T01:43:01.718Z] 699f458cf7ca: Pulling fs layer [2022-10-24T01:43:01.718Z] 765212b225bb: Pulling fs layer [2022-10-24T01:43:01.718Z] f23df028b6ca: Pulling fs layer [2022-10-24T01:43:01.718Z] d65c8cfc05b1: Pulling fs layer [2022-10-24T01:43:01.718Z] 2437ff75d9bd: Pulling fs layer [2022-10-24T01:43:01.718Z] f23df028b6ca: Waiting [2022-10-24T01:43:01.718Z] d65c8cfc05b1: Waiting [2022-10-24T01:43:01.718Z] 2437ff75d9bd: Waiting [2022-10-24T01:43:01.718Z] 765212b225bb: Waiting [2022-10-24T01:43:01.718Z] 04944245beec: Verifying Checksum [2022-10-24T01:43:01.718Z] 04944245beec: Download complete [2022-10-24T01:43:01.718Z] 765212b225bb: Download complete [2022-10-24T01:43:01.718Z] f23df028b6ca: Verifying Checksum [2022-10-24T01:43:01.718Z] f23df028b6ca: Download complete [2022-10-24T01:43:01.718Z] d65c8cfc05b1: Verifying Checksum [2022-10-24T01:43:01.718Z] d65c8cfc05b1: Download complete [2022-10-24T01:43:01.990Z] 699f458cf7ca: Verifying Checksum [2022-10-24T01:43:01.990Z] 699f458cf7ca: Download complete [2022-10-24T01:43:02.263Z] 8998bd30e6a1: Download complete [2022-10-24T01:43:04.963Z] 2437ff75d9bd: Verifying Checksum [2022-10-24T01:43:04.963Z] 2437ff75d9bd: Download complete [2022-10-24T01:43:06.960Z] 8998bd30e6a1: Pull complete [2022-10-24T01:43:07.239Z] 04944245beec: Pull complete [2022-10-24T01:43:08.708Z] 699f458cf7ca: Pull complete [2022-10-24T01:43:08.978Z] 765212b225bb: Pull complete [2022-10-24T01:43:09.942Z] f23df028b6ca: Pull complete [2022-10-24T01:43:09.942Z] d65c8cfc05b1: Pull complete [2022-10-24T01:43:24.958Z] 2437ff75d9bd: Pull complete [2022-10-24T01:43:24.958Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-24T01:43:24.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T01:43:24.958Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T01:43:25.273Z] prd-ubuntu20.04-docker-arm64-4c-16g-8928 does not seem to be running inside a container [2022-10-24T01:43:25.361Z] $ 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-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-24T01:43:28.198Z] $ docker top 0d38f5d8ffa01b0b9536336e37347e1e0c25b44e407d2c23876163c2ca2ad5da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:43:29.144Z] ---> job-cost.sh [2022-10-24T01:43:29.144Z] lf-activate-venv: SKIPPING [2022-10-24T01:43:29.144Z] INFO: No Stack... [2022-10-24T01:43:29.411Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-24T01:43:30.373Z] INFO: Archiving Costs [Pipeline] sh [2022-10-24T01:43:31.038Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2022-10-24T01:43:31.038Z] + cut -d, -f6 [Pipeline] lock [2022-10-24T01:43:31.138Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] [2022-10-24T01:43:31.143Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] did not exist. Created. [2022-10-24T01:43:31.143Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-24T01:43:31.898Z] /w/workspace/device-mqtt-go/1@tmp/durable-895368ea/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-24T01:43:32.640Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-24T01:43:32.675Z] Warning: overwriting stash ‘stack-cost’ [2022-10-24T01:43:32.726Z] Stashed 1 file(s) [Pipeline] } [2022-10-24T01:43:32.741Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-24T01:43:32.835Z] $ docker stop --time=1 0d38f5d8ffa01b0b9536336e37347e1e0c25b44e407d2c23876163c2ca2ad5da [2022-10-24T01:43:34.392Z] $ docker rm -f 0d38f5d8ffa01b0b9536336e37347e1e0c25b44e407d2c23876163c2ca2ad5da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-10-24T01:43:35.444Z] provisioning config files... [2022-10-24T01:43:35.453Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/config11210755595825548688tmp [Pipeline] { [Pipeline] sh [2022-10-24T01:43:35.797Z] + set +x [2022-10-24T01:43:35.797Z] + bash -s -- [2022-10-24T01:43:35.797Z] + curl -s https://codecov.io/bash [2022-10-24T01:43:35.797Z] [2022-10-24T01:43:35.797Z] _____ _ [2022-10-24T01:43:35.797Z] / ____| | | [2022-10-24T01:43:35.797Z] | | ___ __| | ___ ___ _____ __ [2022-10-24T01:43:35.797Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-24T01:43:35.797Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-24T01:43:35.797Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-24T01:43:35.797Z] Bash-1.0.6 [2022-10-24T01:43:35.797Z] [2022-10-24T01:43:35.797Z] [2022-10-24T01:43:35.797Z] ==> git version 2.25.1 found [2022-10-24T01:43:35.797Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-10-24T01:43:35.797Z] Release-Date: 2020-01-08 [2022-10-24T01:43:35.797Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-24T01:43:35.797Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-24T01:43:35.797Z] ==> Jenkins CI detected. [2022-10-24T01:43:35.797Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-426 [2022-10-24T01:43:35.797Z] project root: . [2022-10-24T01:43:35.797Z] --> token set from env [2022-10-24T01:43:35.797Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-24T01:43:35.797Z] ==> Running gcov in . (disable via -X gcov) [2022-10-24T01:43:35.797Z] ==> Python coveragepy not found [2022-10-24T01:43:35.797Z] ==> Searching for coverage reports in: [2022-10-24T01:43:35.797Z] + . [2022-10-24T01:43:35.797Z] -> Found 1 reports [2022-10-24T01:43:35.797Z] ==> Detecting git/mercurial file structure [2022-10-24T01:43:35.797Z] ==> Reading reports [2022-10-24T01:43:35.797Z] + ./coverage.out bytes=17887 [2022-10-24T01:43:35.797Z] ==> Appending adjustments [2022-10-24T01:43:35.797Z] https://docs.codecov.io/docs/fixing-reports [2022-10-24T01:43:36.056Z] + Found adjustments [2022-10-24T01:43:36.057Z] ==> Gzipping contents [2022-10-24T01:43:36.057Z] 4.0K /tmp/codecov.EecDZW.gz [2022-10-24T01:43:36.057Z] ==> Uploading reports [2022-10-24T01:43:36.057Z] url: https://codecov.io [2022-10-24T01:43:36.057Z] query: branch=PR-426&commit=0fd8d61cb2d189d42eb2927d0a379607132addeb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-426%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=426&job=&cmd_args= [2022-10-24T01:43:36.057Z] -> Pinging Codecov [2022-10-24T01:43:36.057Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-426&commit=0fd8d61cb2d189d42eb2927d0a379607132addeb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-426%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=426&job=&cmd_args= [2022-10-24T01:43:36.315Z] -> Uploading to [2022-10-24T01:43:36.315Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-24/7D719EC7BBE17E464838252E33014C33/0fd8d61cb2d189d42eb2927d0a379607132addeb/a5dedf86-e97a-4d36-b700-c3393672af78.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221024%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221024T014336Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bd215447230918b41c9f58a10326d48cdc3bfee0f1674cc5916a7601bb08f779 [2022-10-24T01:43:36.315Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-24T01:43:36.315Z] Dload Upload Total Spent Left Speed [2022-10-24T01:43:36.575Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3208 0 0 100 3208 0 13311 --:--:-- --:--:-- --:--:-- 13311 [2022-10-24T01:43:36.575Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/0fd8d61cb2d189d42eb2927d0a379607132addeb [Pipeline] } [2022-10-24T01:43:36.602Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-10-24T01:43:38.354Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives ] [2022-10-24T01:43:38.354Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives [2022-10-24T01:43:38.354Z] total 16 [2022-10-24T01:43:38.354Z] drwxr-xr-x 3 root root 4096 Oct 24 01:34 . [2022-10-24T01:43:38.354Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 01:34 .. [2022-10-24T01:43:38.354Z] drwxr-xr-x 2 root root 4096 Oct 24 01:34 cost [2022-10-24T01:43:38.354Z] -rw-r--r-- 1 root root 86 Oct 24 01:34 cost.csv [2022-10-24T01:43:38.354Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives [2022-10-24T01:43:38.354Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives [2022-10-24T01:43:38.354Z] total 16 [2022-10-24T01:43:38.354Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 01:34 . [2022-10-24T01:43:38.354Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 01:34 .. [2022-10-24T01:43:38.354Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 01:34 cost [2022-10-24T01:43:38.354Z] -rw-r--r-- 1 jenkins jenkins 86 Oct 24 01:34 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:43:38.683Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:43:39.567Z] ---> package-listing.sh [2022-10-24T01:43:39.567Z] ++ facter osfamily [2022-10-24T01:43:39.567Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-24T01:43:39.567Z] + OS_FAMILY=debian [2022-10-24T01:43:39.567Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-426 [2022-10-24T01:43:39.567Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-24T01:43:39.567Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-24T01:43:39.567Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-24T01:43:39.567Z] + PACKAGES=/tmp/packages_start.txt [2022-10-24T01:43:39.567Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-426 ']' [2022-10-24T01:43:39.567Z] + PACKAGES=/tmp/packages_end.txt [2022-10-24T01:43:39.567Z] + case "${OS_FAMILY}" in [2022-10-24T01:43:39.567Z] + dpkg -l [2022-10-24T01:43:39.567Z] + grep '^ii' [2022-10-24T01:43:39.917Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-24T01:43:39.917Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-24T01:43:39.917Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-24T01:43:39.917Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-426 ']' [2022-10-24T01:43:39.917Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives/ [2022-10-24T01:43:39.917Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives/ [Pipeline] echo [2022-10-24T01:43:39.951Z] 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/gexfoundry_device-mqtt-go_PR-426/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-24T01:43:40.244Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T01:43:40.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T01:43:40.896Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T01:43:41.056Z] prd-ubuntu20.04-docker-8c-8g-8925 does not seem to be running inside a container [2022-10-24T01:43:41.103Z] $ 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/gexfoundry_device-mqtt-go_PR-426/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-426 -v /w/workspace/gexfoundry_device-mqtt-go_PR-426:/w/workspace/gexfoundry_device-mqtt-go_PR-426:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-426@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-24T01:43:41.319Z] $ docker top 80620f636fef7d1984da15ca91f1f5c5b6b817b0d2909d6e2ec65892c705e982 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T01:43:41.690Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-24T01:43:42.009Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-24T01:43:42.324Z] + ls /var/log/sa-host [2022-10-24T01:43:42.324Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T01:43:42.561Z] provisioning config files... [2022-10-24T01:43:42.569Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/config454456869938783320tmp [Pipeline] { [Pipeline] echo [2022-10-24T01:43:42.620Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:43:42.949Z] ---> create-netrc.sh [Pipeline] } [2022-10-24T01:43:42.978Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:43:43.387Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-24T01:43:43.418Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:43:43.729Z] ---> sudo-logs.sh [2022-10-24T01:43:43.730Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-24T01:43:43.818Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:43:44.132Z] ---> job-cost.sh [2022-10-24T01:43:44.132Z] lf-activate-venv: SKIPPING [2022-10-24T01:43:44.132Z] DEBUG: total: 0.2199999988079071 [2022-10-24T01:43:44.132Z] INFO: Retrieving Stack Cost... [2022-10-24T01:43:45.196Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-24T01:43:45.633Z] INFO: Archiving Costs [Pipeline] echo [2022-10-24T01:43:45.666Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T01:43:47.318Z] ---> logs-deploy.sh [2022-10-24T01:43:47.318Z] lf-activate-venv: SKIPPING [2022-10-24T01:43:47.318Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-426/1 [2022-10-24T01:43:47.318Z] INFO: archiving workspace using pattern(s): [2022-10-24T01:43:48.401Z] Archives upload complete. [2022-10-24T01:43:48.401Z] INFO: archiving logs to Nexus [2022-10-24T01:43:49.344Z] ---> uname -a: [2022-10-24T01:43:49.344Z] Linux prd-ubuntu20-04-docker-8c-8g-8925 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] ---> lscpu: [2022-10-24T01:43:49.344Z] Architecture: x86_64 [2022-10-24T01:43:49.344Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-24T01:43:49.344Z] Byte Order: Little Endian [2022-10-24T01:43:49.344Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-24T01:43:49.344Z] CPU(s): 8 [2022-10-24T01:43:49.344Z] On-line CPU(s) list: 0-7 [2022-10-24T01:43:49.344Z] Thread(s) per core: 1 [2022-10-24T01:43:49.344Z] Core(s) per socket: 1 [2022-10-24T01:43:49.344Z] Socket(s): 8 [2022-10-24T01:43:49.344Z] NUMA node(s): 1 [2022-10-24T01:43:49.344Z] Vendor ID: AuthenticAMD [2022-10-24T01:43:49.344Z] CPU family: 23 [2022-10-24T01:43:49.344Z] Model: 49 [2022-10-24T01:43:49.344Z] Model name: AMD EPYC-Rome Processor [2022-10-24T01:43:49.344Z] Stepping: 0 [2022-10-24T01:43:49.344Z] CPU MHz: 2799.998 [2022-10-24T01:43:49.344Z] BogoMIPS: 5599.99 [2022-10-24T01:43:49.344Z] Virtualization: AMD-V [2022-10-24T01:43:49.344Z] Hypervisor vendor: KVM [2022-10-24T01:43:49.344Z] Virtualization type: full [2022-10-24T01:43:49.344Z] L1d cache: 256 KiB [2022-10-24T01:43:49.344Z] L1i cache: 256 KiB [2022-10-24T01:43:49.344Z] L2 cache: 4 MiB [2022-10-24T01:43:49.344Z] L3 cache: 128 MiB [2022-10-24T01:43:49.344Z] NUMA node0 CPU(s): 0-7 [2022-10-24T01:43:49.344Z] Vulnerability Itlb multihit: Not affected [2022-10-24T01:43:49.344Z] Vulnerability L1tf: Not affected [2022-10-24T01:43:49.344Z] Vulnerability Mds: Not affected [2022-10-24T01:43:49.344Z] Vulnerability Meltdown: Not affected [2022-10-24T01:43:49.344Z] Vulnerability Mmio stale data: Not affected [2022-10-24T01:43:49.344Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-24T01:43:49.344Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-24T01:43:49.344Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-24T01:43:49.344Z] Vulnerability Srbds: Not affected [2022-10-24T01:43:49.344Z] Vulnerability Tsx async abort: Not affected [2022-10-24T01:43:49.344Z] 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 [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] ---> nproc: [2022-10-24T01:43:49.344Z] 8 [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] ---> df -h: [2022-10-24T01:43:49.344Z] Filesystem Size Used Avail Use% Mounted on [2022-10-24T01:43:49.344Z] overlay 155G 12G 144G 8% / [2022-10-24T01:43:49.344Z] tmpfs 64M 0 64M 0% /dev [2022-10-24T01:43:49.344Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-24T01:43:49.344Z] shm 64M 0 64M 0% /dev/shm [2022-10-24T01:43:49.344Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] ---> sar -b -r -n DEV: [2022-10-24T01:43:49.344Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8925) 10/24/22 _x86_64_ (8 CPU) [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] 01:31:34 LINUX RESTART (8 CPU) [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] 01:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-24T01:43:49.344Z] 01:33:01 176.87 23.35 153.52 0.00 2253.49 56674.02 0.00 [2022-10-24T01:43:49.344Z] 01:34:01 127.73 0.28 127.45 0.00 13.73 27901.62 0.00 [2022-10-24T01:43:49.344Z] 01:35:01 108.27 0.00 108.27 0.00 0.00 32990.37 0.00 [2022-10-24T01:43:49.344Z] 01:36:01 1.32 0.00 1.32 0.00 0.00 15.34 0.00 [2022-10-24T01:43:49.344Z] 01:37:01 38.69 9.35 29.35 0.00 2884.72 4775.47 0.00 [2022-10-24T01:43:49.344Z] 01:38:01 2.20 0.00 2.20 0.00 0.00 25.59 0.00 [2022-10-24T01:43:49.344Z] 01:39:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 [2022-10-24T01:43:49.344Z] 01:40:01 1.45 0.00 1.45 0.00 0.00 15.86 0.00 [2022-10-24T01:43:49.344Z] 01:41:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 [2022-10-24T01:43:49.344Z] 01:42:01 1.72 0.00 1.72 0.00 0.00 30.79 0.00 [2022-10-24T01:43:49.344Z] 01:43:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 [2022-10-24T01:43:49.344Z] Average: 41.95 3.00 38.96 0.00 468.33 11132.55 0.00 [2022-10-24T01:43:49.344Z] [2022-10-24T01:43:49.344Z] 01:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-24T01:43:49.345Z] 01:33:01 28624260 31608796 704572 2.14 104836 3102396 1865684 5.50 1103268 2741868 184 [2022-10-24T01:43:49.345Z] 01:34:01 28087420 31445288 859800 2.61 141028 3408112 2312592 6.82 1442600 2896732 292668 [2022-10-24T01:43:49.345Z] 01:35:01 27807336 31591596 715028 2.17 150964 3787592 1763096 5.20 1205616 3377024 368 [2022-10-24T01:43:49.345Z] 01:36:01 27807312 31591680 714800 2.17 150996 3787596 1763096 5.20 1205632 3377028 172 [2022-10-24T01:43:49.345Z] 01:37:01 27518268 31575864 712724 2.17 169328 4036396 1793256 5.28 1355992 3488112 232 [2022-10-24T01:43:49.345Z] 01:38:01 27519980 31577564 711204 2.16 169364 4036396 1809396 5.33 1355280 3488076 44 [2022-10-24T01:43:49.345Z] 01:39:01 27527208 31584860 703868 2.14 169400 4036404 1809396 5.33 1348036 3488084 12 [2022-10-24T01:43:49.345Z] 01:40:01 27527364 31585100 703664 2.14 169448 4036404 1809396 5.33 1347964 3488164 44 [2022-10-24T01:43:49.345Z] 01:41:01 27528112 31585940 702724 2.14 169464 4036408 1809396 5.33 1348024 3488172 12 [2022-10-24T01:43:49.345Z] 01:42:01 27528460 31586936 702332 2.14 169548 4036412 1809396 5.33 1347580 3488704 128 [2022-10-24T01:43:49.345Z] 01:43:01 27528176 31586656 702548 2.14 169576 4036412 1809396 5.33 1347804 3488704 8 [2022-10-24T01:43:49.345Z] Average: 27727627 31574571 721206 2.19 157632 3849139 1850373 5.45 1309800 3346424 26716 [2022-10-24T01:43:49.345Z] [2022-10-24T01:43:49.345Z] 01:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-24T01:43:49.345Z] 01:33:01 docker0 152.12 210.43 12.49 1826.64 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:33:01 ens3 808.63 540.93 8162.57 103.42 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:33:01 lo 6.60 6.60 0.64 0.64 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:34:01 docker0 7.52 9.38 0.44 40.87 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:34:01 ens3 65.56 57.92 83.19 93.50 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:34:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:34:01 veth7fe1c7d 0.05 0.20 0.00 0.02 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:35:01 docker0 2.73 5.38 0.18 58.03 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:35:01 ens3 114.51 74.00 2584.70 13.47 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:35:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:36:01 ens3 1.78 0.52 1.80 0.27 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:37:01 ens3 60.22 35.84 1298.15 3.12 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:37:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:38:01 ens3 0.85 0.63 0.40 0.28 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:39:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:40:01 ens3 0.23 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:41:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:43:01 ens3 0.67 0.42 0.34 0.27 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] Average: docker0 14.76 20.47 1.19 175.04 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] Average: ens3 95.69 64.59 1102.77 19.49 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] Average: lo 0.90 0.90 0.08 0.08 0.00 0.00 0.00 0.00 [2022-10-24T01:43:49.345Z] [2022-10-24T01:43:49.345Z] [2022-10-24T01:43:49.345Z] ---> sar -P ALL: [2022-10-24T01:43:49.345Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8925) 10/24/22 _x86_64_ (8 CPU) [2022-10-24T01:43:49.345Z] [2022-10-24T01:43:49.345Z] 01:31:34 LINUX RESTART (8 CPU) [2022-10-24T01:43:49.345Z] [2022-10-24T01:43:49.345Z] 01:32:01 CPU %user %nice %system %iowait %steal %idle [2022-10-24T01:43:49.345Z] 01:33:01 all 10.05 0.00 3.58 3.25 0.06 83.06 [2022-10-24T01:43:49.345Z] 01:33:01 0 12.59 0.00 3.34 1.09 0.05 82.93 [2022-10-24T01:43:49.345Z] 01:33:01 1 13.68 0.00 4.05 0.35 0.05 81.87 [2022-10-24T01:43:49.345Z] 01:33:01 2 11.01 0.00 3.65 3.19 0.07 82.08 [2022-10-24T01:43:49.345Z] 01:33:01 3 9.45 0.00 3.74 9.59 0.07 77.15 [2022-10-24T01:43:49.345Z] 01:33:01 4 8.70 0.00 3.26 1.51 0.05 86.47 [2022-10-24T01:43:49.345Z] 01:33:01 5 8.98 0.00 4.13 6.57 0.05 80.28 [2022-10-24T01:43:49.345Z] 01:33:01 6 7.54 0.00 3.00 2.18 0.05 87.23 [2022-10-24T01:43:49.345Z] 01:33:01 7 8.48 0.00 3.45 1.60 0.07 86.40 [2022-10-24T01:43:49.345Z] 01:34:01 all 35.13 0.00 6.19 1.76 0.09 56.83 [2022-10-24T01:43:49.345Z] 01:34:01 0 35.70 0.00 6.00 0.24 0.08 57.98 [2022-10-24T01:43:49.345Z] 01:34:01 1 33.93 0.00 5.87 1.34 0.08 58.77 [2022-10-24T01:43:49.345Z] 01:34:01 2 36.57 0.00 5.34 0.27 0.07 57.76 [2022-10-24T01:43:49.345Z] 01:34:01 3 35.58 0.00 6.11 1.35 0.07 56.90 [2022-10-24T01:43:49.345Z] 01:34:01 4 34.06 0.00 6.85 2.13 0.08 56.87 [2022-10-24T01:43:49.345Z] 01:34:01 5 34.74 0.00 6.78 6.77 0.08 51.62 [2022-10-24T01:43:49.345Z] 01:34:01 6 35.66 0.00 6.31 1.38 0.07 56.59 [2022-10-24T01:43:49.345Z] 01:34:01 7 34.80 0.00 6.28 0.64 0.19 58.09 [2022-10-24T01:43:49.345Z] 01:35:01 all 5.98 0.00 1.95 1.67 0.05 90.36 [2022-10-24T01:43:49.345Z] 01:35:01 0 7.45 0.00 1.64 0.12 0.07 90.73 [2022-10-24T01:43:49.345Z] 01:35:01 1 6.61 0.00 1.69 0.08 0.03 91.58 [2022-10-24T01:43:49.345Z] 01:35:01 2 4.57 0.00 2.83 0.90 0.02 91.67 [2022-10-24T01:43:49.345Z] 01:35:01 3 5.72 0.00 1.49 1.76 0.05 90.98 [2022-10-24T01:43:49.345Z] 01:35:01 4 5.22 0.00 2.14 10.26 0.07 82.31 [2022-10-24T01:43:49.345Z] 01:35:01 5 6.74 0.00 1.77 0.03 0.02 91.44 [2022-10-24T01:43:49.345Z] 01:35:01 6 5.76 0.00 2.13 0.12 0.03 91.96 [2022-10-24T01:43:49.345Z] 01:35:01 7 5.73 0.00 1.88 0.13 0.10 92.16 [2022-10-24T01:43:49.345Z] 01:36:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2022-10-24T01:43:49.345Z] 01:36:01 0 1.97 0.00 0.03 0.00 0.02 97.98 [2022-10-24T01:43:49.345Z] 01:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-24T01:43:49.345Z] 01:36:01 2 0.07 0.00 0.00 0.00 0.02 99.92 [2022-10-24T01:43:49.345Z] 01:36:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-24T01:43:49.345Z] 01:36:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-24T01:43:49.345Z] 01:36:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-24T01:43:49.345Z] 01:36:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-24T01:43:49.345Z] 01:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T01:43:49.345Z] 01:37:01 all 1.15 0.00 0.75 0.29 0.01 97.79 [2022-10-24T01:43:49.345Z] 01:37:01 0 1.14 0.00 0.59 0.62 0.02 97.64 [2022-10-24T01:43:49.345Z] 01:37:01 1 0.77 0.00 0.47 0.15 0.02 98.60 [2022-10-24T01:43:49.345Z] 01:37:01 2 1.25 0.00 2.12 0.03 0.00 96.60 [2022-10-24T01:43:49.345Z] 01:37:01 3 0.92 0.00 0.40 1.02 0.00 97.66 [2022-10-24T01:43:49.345Z] 01:37:01 4 1.42 0.00 0.43 0.07 0.02 98.06 [2022-10-24T01:43:49.345Z] 01:37:01 5 1.55 0.00 0.40 0.05 0.02 97.98 [2022-10-24T01:43:49.345Z] 01:37:01 6 1.20 0.00 1.00 0.35 0.02 97.43 [2022-10-24T01:43:49.345Z] 01:37:01 7 0.95 0.00 0.62 0.05 0.00 98.38 [2022-10-24T01:43:49.345Z] 01:38:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2022-10-24T01:43:49.346Z] 01:38:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2022-10-24T01:43:49.346Z] 01:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-24T01:43:49.346Z] 01:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T01:43:49.346Z] 01:38:01 3 0.00 0.00 0.02 0.02 0.02 99.95 [2022-10-24T01:43:49.346Z] 01:38:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-24T01:43:49.346Z] 01:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:38:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T01:43:49.346Z] 01:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-24T01:43:49.346Z] 01:39:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2022-10-24T01:43:49.346Z] 01:39:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-24T01:43:49.346Z] 01:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:39:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:39:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-24T01:43:49.346Z] 01:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-24T01:43:49.346Z] 01:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:39:01 7 0.03 0.00 0.05 0.00 0.02 99.90 [2022-10-24T01:43:49.346Z] 01:40:01 all 0.10 0.00 0.01 0.00 0.01 99.88 [2022-10-24T01:43:49.346Z] 01:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-24T01:43:49.346Z] 01:40:01 1 0.70 0.00 0.03 0.00 0.02 99.25 [2022-10-24T01:43:49.346Z] 01:40:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-24T01:43:49.346Z] 01:40:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-24T01:43:49.346Z] 01:40:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-24T01:43:49.346Z] 01:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T01:43:49.346Z] 01:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-24T01:43:49.346Z] 01:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-24T01:43:49.346Z] 01:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-24T01:43:49.346Z] 01:41:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2022-10-24T01:43:49.346Z] 01:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-24T01:43:49.346Z] 01:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-24T01:43:49.346Z] 01:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-24T01:43:49.346Z] 01:41:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-24T01:43:49.346Z] 01:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:42:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-10-24T01:43:49.346Z] 01:42:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-24T01:43:49.346Z] 01:42:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-24T01:43:49.346Z] 01:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-24T01:43:49.346Z] 01:42:01 3 0.00 0.00 0.00 0.05 0.00 99.95 [2022-10-24T01:43:49.346Z] 01:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:42:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T01:43:49.346Z] 01:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-24T01:43:49.346Z] 01:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:43:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2022-10-24T01:43:49.346Z] 01:43:01 0 0.12 0.00 0.03 0.00 0.02 99.83 [2022-10-24T01:43:49.346Z] 01:43:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-24T01:43:49.346Z] 01:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:43:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:43:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-24T01:43:49.346Z] 01:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-24T01:43:49.346Z] 01:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T01:43:49.346Z] [2022-10-24T01:43:49.346Z] Average: CPU %user %nice %system %iowait %steal %idle [2022-10-24T01:43:49.346Z] Average: all 4.76 0.00 1.13 0.63 0.02 93.45 [2022-10-24T01:43:49.346Z] Average: 0 5.35 0.00 1.06 0.19 0.03 93.37 [2022-10-24T01:43:49.346Z] Average: 1 5.06 0.00 1.10 0.18 0.02 93.64 [2022-10-24T01:43:49.346Z] Average: 2 4.83 0.00 1.26 0.40 0.02 93.49 [2022-10-24T01:43:49.346Z] Average: 3 4.66 0.00 1.06 1.25 0.02 93.02 [2022-10-24T01:43:49.346Z] Average: 4 4.46 0.00 1.15 1.27 0.02 93.10 [2022-10-24T01:43:49.346Z] Average: 5 4.69 0.00 1.19 1.21 0.02 92.90 [2022-10-24T01:43:49.346Z] Average: 6 4.54 0.00 1.13 0.36 0.02 93.96 [2022-10-24T01:43:49.346Z] Average: 7 4.52 0.00 1.12 0.22 0.03 94.11 [2022-10-24T01:43:49.346Z] [2022-10-24T01:43:49.346Z] [2022-10-24T01:43:49.346Z]