Pull request #424 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 828c5b54421745e9ff2685973fa7512273dacbf2+1ae20365080d91ee65f801e150a6fed247e9201d (cc926b93502241dd35ac02e89c82f2f8a3b4fc6e) 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-ssh10660485518424883902.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh6404102853627299638.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-424/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-424/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11240077420524699444.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-424/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15137504271968814250.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 bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh13097292953189518689.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-424/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-424/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3139134076837115840.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-7991 in /w/workspace/gexfoundry_device-mqtt-go_PR-424 [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-424 # 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/424/head:refs/remotes/origin/PR-424 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1ae20365080d91ee65f801e150a6fed247e9201d into PR head commit 828c5b54421745e9ff2685973fa7512273dacbf2 Merge succeeded, producing 828c5b54421745e9ff2685973fa7512273dacbf2 Checking out Revision 828c5b54421745e9ff2685973fa7512273dacbf2 (PR-424) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-17T01:31:23.007Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 828c5b54421745e9ff2685973fa7512273dacbf2 # 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 1ae20365080d91ee65f801e150a6fed247e9201d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 828c5b54421745e9ff2685973fa7512273dacbf2 # timeout=10 [Pipeline] withCredentials [2022-10-17T01:31:23.187Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-17T01:31:23.283Z] ========================================================= [2022-10-17T01:31:23.283Z] EdgeX Global Pipelines Version Info [2022-10-17T01:31:23.283Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:31:24.040Z] ------------------- [2022-10-17T01:31:24.040Z] stable info: [2022-10-17T01:31:24.040Z] ------------------- [2022-10-17T01:31:24.040Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-17T01:31:24.040Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-17T01:31:24.040Z] Message: update stable to v1.0.239 [2022-10-17T01:31:24.609Z] ------------------- [2022-10-17T01:31:24.609Z] experimental info: [2022-10-17T01:31:24.609Z] ------------------- [2022-10-17T01:31:24.609Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-17T01:31:24.609Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-17T01:31:24.609Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-17T01:31:24.868Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2022-10-17T01:31:24.913Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2022-10-17T01:31:24.953Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-17T01:31:24.997Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-17T01:31:25.041Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-17T01:31:25.083Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-17T01:31:25.122Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-17T01:31:25.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-17T01:31:25.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-17T01:31:25.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-17T01:31:25.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-17T01:31:25.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2022-10-17T01:31:25.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-17T01:31:25.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-17T01:31:25.440Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-17T01:31:25.475Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-17T01:31:25.514Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-17T01:31:25.551Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-17T01:31:25.591Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-17T01:31:25.633Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-17T01:31:25.671Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-17T01:31:25.716Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-17T01:31:25.755Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-17T01:31:25.797Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-17T01:31:25.834Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-17T01:31:25.951Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-17T01:31:25.995Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-17T01:31:26.076Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-424 [Pipeline] echo [2022-10-17T01:31:26.118Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-424 [Pipeline] echo [2022-10-17T01:31:26.168Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-424 [Pipeline] echo [2022-10-17T01:31:26.211Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 828c5b54421745e9ff2685973fa7512273dacbf2 [Pipeline] echo [2022-10-17T01:31:26.257Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 828c5b5 [Pipeline] echo [2022-10-17T01:31:26.306Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-17T01:31:26.427Z] provisioning config files... [2022-10-17T01:31:26.444Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/config2478051053708377557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:31:26.784Z] ---> docker-login.sh [2022-10-17T01:31:26.784Z] nexus3.edgexfoundry.org:10001 [2022-10-17T01:31:27.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:31:27.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:31:27.044Z] Configure a credential helper to remove this warning. See [2022-10-17T01:31:27.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:31:27.044Z] [2022-10-17T01:31:27.044Z] Login Succeeded [2022-10-17T01:31:27.044Z] nexus3.edgexfoundry.org:10002 [2022-10-17T01:31:27.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:31:27.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:31:27.044Z] Configure a credential helper to remove this warning. See [2022-10-17T01:31:27.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:31:27.044Z] [2022-10-17T01:31:27.044Z] Login Succeeded [2022-10-17T01:31:27.044Z] nexus3.edgexfoundry.org:10003 [2022-10-17T01:31:27.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:31:27.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:31:27.303Z] Configure a credential helper to remove this warning. See [2022-10-17T01:31:27.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:31:27.303Z] [2022-10-17T01:31:27.303Z] Login Succeeded [2022-10-17T01:31:27.303Z] nexus3.edgexfoundry.org:10004 [2022-10-17T01:31:27.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:31:27.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:31:27.303Z] Configure a credential helper to remove this warning. See [2022-10-17T01:31:27.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:31:27.303Z] [2022-10-17T01:31:27.303Z] Login Succeeded [2022-10-17T01:31:27.303Z] docker.io [2022-10-17T01:31:27.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:31:27.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:31:27.825Z] Configure a credential helper to remove this warning. See [2022-10-17T01:31:27.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:31:27.825Z] [2022-10-17T01:31:27.825Z] Login Succeeded [2022-10-17T01:31:27.825Z] ---> docker-login.sh ends [Pipeline] } [2022-10-17T01:31:27.852Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-17T01:31:28.485Z] + git rev-list -1 --merges 828c5b54421745e9ff2685973fa7512273dacbf2~1..828c5b54421745e9ff2685973fa7512273dacbf2 [Pipeline] echo [2022-10-17T01:31:28.532Z] -----------> git rev-list -1 --merges 828c5b54421745e9ff2685973fa7512273dacbf2~1..828c5b54421745e9ff2685973fa7512273dacbf2 828c5b54421745e9ff2685973fa7512273dacbf2 [false] [Pipeline] sh [2022-10-17T01:31:28.848Z] + git log --format=format:%s -1 828c5b54421745e9ff2685973fa7512273dacbf2 [Pipeline] echo [2022-10-17T01:31:28.898Z] ========================================================= [2022-10-17T01:31:28.898Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-17T01:31:28.898Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-17T01:31:29.337Z] + git log --format=format:%s -1 828c5b54421745e9ff2685973fa7512273dacbf2 [Pipeline] echo [2022-10-17T01:31:29.365Z] [semverPrep] GIT_COMMIT: 828c5b54421745e9ff2685973fa7512273dacbf2, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-10-17T01:31:29.395Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-17T01:31:29.757Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-17T01:31:29.757Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-17T01:31:29.757Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-17T01:31:29.757Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-17T01:31:29.757Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-17T01:31:29.757Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-17T01:31:29.757Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:31:30.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-17T01:31:30.187Z] [2022-10-17T01:31:30.187Z] 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-17T01:31:30.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-17T01:31:30.622Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-17T01:31:30.622Z] b85a868b505f: Pulling fs layer [2022-10-17T01:31:30.622Z] e2be974225ed: Pulling fs layer [2022-10-17T01:31:30.622Z] 339a4e72a1f5: Pulling fs layer [2022-10-17T01:31:30.622Z] 988bab9f4d93: Pulling fs layer [2022-10-17T01:31:30.622Z] 1469e6f7b9e6: Pulling fs layer [2022-10-17T01:31:30.622Z] eaf3925da568: Pulling fs layer [2022-10-17T01:31:30.622Z] bab4dde63d76: Pulling fs layer [2022-10-17T01:31:30.622Z] bde34c3a00c8: Pulling fs layer [2022-10-17T01:31:30.622Z] b352a97aabf1: Pulling fs layer [2022-10-17T01:31:30.622Z] 4872d77fe225: Pulling fs layer [2022-10-17T01:31:30.622Z] 5851b861e8e6: Pulling fs layer [2022-10-17T01:31:30.622Z] 988bab9f4d93: Waiting [2022-10-17T01:31:30.622Z] 1469e6f7b9e6: Waiting [2022-10-17T01:31:30.622Z] eaf3925da568: Waiting [2022-10-17T01:31:30.622Z] bde34c3a00c8: Waiting [2022-10-17T01:31:30.622Z] bab4dde63d76: Waiting [2022-10-17T01:31:30.622Z] 5851b861e8e6: Waiting [2022-10-17T01:31:30.622Z] 4872d77fe225: Waiting [2022-10-17T01:31:30.622Z] b352a97aabf1: Waiting [2022-10-17T01:31:30.622Z] e2be974225ed: Download complete [2022-10-17T01:31:30.622Z] 988bab9f4d93: Download complete [2022-10-17T01:31:30.883Z] 1469e6f7b9e6: Verifying Checksum [2022-10-17T01:31:30.883Z] 1469e6f7b9e6: Download complete [2022-10-17T01:31:30.883Z] 339a4e72a1f5: Verifying Checksum [2022-10-17T01:31:30.883Z] 339a4e72a1f5: Download complete [2022-10-17T01:31:30.883Z] eaf3925da568: Download complete [2022-10-17T01:31:30.883Z] bde34c3a00c8: Verifying Checksum [2022-10-17T01:31:30.883Z] bde34c3a00c8: Download complete [2022-10-17T01:31:30.883Z] b352a97aabf1: Verifying Checksum [2022-10-17T01:31:30.883Z] b352a97aabf1: Download complete [2022-10-17T01:31:30.883Z] 4872d77fe225: Verifying Checksum [2022-10-17T01:31:30.883Z] 5851b861e8e6: Verifying Checksum [2022-10-17T01:31:30.883Z] 5851b861e8e6: Download complete [2022-10-17T01:31:30.883Z] b85a868b505f: Verifying Checksum [2022-10-17T01:31:30.883Z] b85a868b505f: Download complete [2022-10-17T01:31:31.141Z] bab4dde63d76: Verifying Checksum [2022-10-17T01:31:31.141Z] bab4dde63d76: Download complete [2022-10-17T01:31:32.074Z] b85a868b505f: Pull complete [2022-10-17T01:31:32.332Z] e2be974225ed: Pull complete [2022-10-17T01:31:32.908Z] 339a4e72a1f5: Pull complete [2022-10-17T01:31:32.908Z] 988bab9f4d93: Pull complete [2022-10-17T01:31:33.185Z] 1469e6f7b9e6: Pull complete [2022-10-17T01:31:33.185Z] eaf3925da568: Pull complete [2022-10-17T01:31:35.088Z] bab4dde63d76: Pull complete [2022-10-17T01:31:35.088Z] bde34c3a00c8: Pull complete [2022-10-17T01:31:35.088Z] b352a97aabf1: Pull complete [2022-10-17T01:31:35.088Z] 4872d77fe225: Pull complete [2022-10-17T01:31:35.088Z] 5851b861e8e6: Pull complete [2022-10-17T01:31:35.088Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-17T01:31:35.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-17T01:31:35.088Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T01:31:35.305Z] prd-ubuntu20.04-docker-8c-8g-7991 does not seem to be running inside a container [2022-10-17T01:31:35.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-424 -v /w/workspace/gexfoundry_device-mqtt-go_PR-424:/w/workspace/gexfoundry_device-mqtt-go_PR-424:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-424@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-17T01:31:37.881Z] $ docker top e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 -eo pid,comm [2022-10-17T01:31:37.942Z] 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-17T01:31:37.942Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-17T01:31:38.069Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-17T01:31:38.069Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-17T01:31:38.180Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-17T01:31:38.184Z] $ docker exec e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 ssh-agent [2022-10-17T01:31:38.297Z] SSH_AUTH_SOCK=/tmp/ssh-iAvv0jT3gk2r/agent.32 [2022-10-17T01:31:38.297Z] SSH_AGENT_PID=38 [2022-10-17T01:31:38.303Z] Running ssh-add (command line suppressed) [2022-10-17T01:31:38.404Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/private_key_2895906833104469940.key (/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/private_key_2895906833104469940.key) [2022-10-17T01:31:38.423Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-17T01:31:38.753Z] + git tag --points-at HEAD [Pipeline] } [2022-10-17T01:31:38.781Z] $ docker exec --env ******** --env ******** e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 ssh-agent -k [2022-10-17T01:31:38.887Z] unset SSH_AUTH_SOCK; [2022-10-17T01:31:38.887Z] unset SSH_AGENT_PID; [2022-10-17T01:31:38.888Z] echo Agent pid 38 killed; [2022-10-17T01:31:38.896Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-17T01:31:38.978Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-17T01:31:38.978Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-17T01:31:39.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-17T01:31:39.107Z] $ docker exec e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 ssh-agent [2022-10-17T01:31:39.216Z] SSH_AUTH_SOCK=/tmp/ssh-SjaVLseloFgv/agent.70 [2022-10-17T01:31:39.216Z] SSH_AGENT_PID=76 [2022-10-17T01:31:39.220Z] Running ssh-add (command line suppressed) [2022-10-17T01:31:39.314Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/private_key_12246909877368657244.key (/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/private_key_12246909877368657244.key) [2022-10-17T01:31:39.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-17T01:31:39.650Z] + git semver init [2022-10-17T01:31:39.909Z] 2022-10-17 01:31:39,831 [run_init] DEBUG init version:0.0.0 force:False [2022-10-17T01:31:39.909Z] 2022-10-17 01:31:39,832 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver [2022-10-17T01:31:39.909Z] 2022-10-17 01:31:39,833 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver [2022-10-17T01:31:39.909Z] 2022-10-17 01:31:39,833 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-424, universal_newlines=False, shell=None, istream=None) [2022-10-17T01:31:40.846Z] 2022-10-17 01:31:40,785 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424/.git/info/exclude [2022-10-17T01:31:40.846Z] 2022-10-17 01:31:40,785 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver/PR-424 with force:False [2022-10-17T01:31:40.846Z] 2022-10-17 01:31:40,786 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver/PR-424 [2022-10-17T01:31:40.846Z] 2022-10-17 01:31:40,790 [execute] INFO git cat-file --batch-check [2022-10-17T01:31:40.846Z] 2022-10-17 01:31:40,790 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver, universal_newlines=False, shell=None, istream=) [2022-10-17T01:31:40.846Z] 2022-10-17 01:31:40,796 [execute] INFO git cat-file --batch [2022-10-17T01:31:40.846Z] 2022-10-17 01:31:40,796 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver, universal_newlines=False, shell=None, istream=) [2022-10-17T01:31:40.846Z] 2022-10-17 01:31:40,801 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver/PR-424 [2022-10-17T01:31:40.846Z] 0.0.0 [Pipeline] } [2022-10-17T01:31:40.875Z] $ docker exec --env ******** --env ******** e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 ssh-agent -k [2022-10-17T01:31:40.980Z] unset SSH_AUTH_SOCK; [2022-10-17T01:31:40.980Z] unset SSH_AGENT_PID; [2022-10-17T01:31:40.980Z] echo Agent pid 76 killed; [2022-10-17T01:31:40.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-17T01:31:41.407Z] + git semver [Pipeline] } [2022-10-17T01:31:41.690Z] $ docker stop --time=1 e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 [2022-10-17T01:31:43.010Z] $ docker rm -f e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-17T01:31:43.419Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-17T01:31:43.647Z] Stashed 1 file(s) [Pipeline] echo [2022-10-17T01:31:43.667Z] [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-17T01:31:44.276Z] provisioning config files... [2022-10-17T01:31:44.286Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/config15877624231326663786tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:31:44.629Z] ---> docker-login.sh [2022-10-17T01:31:44.629Z] nexus3.edgexfoundry.org:10001 [2022-10-17T01:31:44.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:31:44.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:31:44.629Z] Configure a credential helper to remove this warning. See [2022-10-17T01:31:44.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:31:44.629Z] [2022-10-17T01:31:44.629Z] Login Succeeded [2022-10-17T01:31:44.629Z] nexus3.edgexfoundry.org:10002 [2022-10-17T01:31:44.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:31:44.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:31:44.629Z] Configure a credential helper to remove this warning. See [2022-10-17T01:31:44.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:31:44.629Z] [2022-10-17T01:31:44.629Z] Login Succeeded [2022-10-17T01:31:44.629Z] nexus3.edgexfoundry.org:10003 [2022-10-17T01:31:44.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:31:44.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:31:44.888Z] Configure a credential helper to remove this warning. See [2022-10-17T01:31:44.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:31:44.888Z] [2022-10-17T01:31:44.888Z] Login Succeeded [2022-10-17T01:31:44.888Z] nexus3.edgexfoundry.org:10004 [2022-10-17T01:31:44.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:31:44.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:31:44.888Z] Configure a credential helper to remove this warning. See [2022-10-17T01:31:44.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:31:44.888Z] [2022-10-17T01:31:44.888Z] Login Succeeded [2022-10-17T01:31:44.888Z] docker.io [2022-10-17T01:31:45.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:31:45.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:31:45.407Z] Configure a credential helper to remove this warning. See [2022-10-17T01:31:45.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:31:45.407Z] [2022-10-17T01:31:45.407Z] Login Succeeded [2022-10-17T01:31:45.407Z] ---> docker-login.sh ends [Pipeline] } [2022-10-17T01:31:45.433Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-17T01:31:45.634Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-17T01:31:45.678Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-17T01:31:45.707Z] ========================================================= [2022-10-17T01:31:45.707Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-17T01:31:45.707Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:31:46.186Z] + 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-17T01:31:46.186Z] Sending build context to Docker daemon 6.17MB [2022-10-17T01:31:46.186Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-10-17T01:31:46.186Z] Step 2/13 : FROM ${BASE} AS builder [2022-10-17T01:31:46.186Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-17T01:31:46.186Z] 213ec9aee27d: Pulling fs layer [2022-10-17T01:31:46.186Z] 4583459ba037: Pulling fs layer [2022-10-17T01:31:46.186Z] 93c1e223e6f2: Pulling fs layer [2022-10-17T01:31:46.186Z] 53926ce57604: Pulling fs layer [2022-10-17T01:31:46.186Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-17T01:31:46.186Z] 30f14e443154: Pulling fs layer [2022-10-17T01:31:46.186Z] 801331c1e519: Pulling fs layer [2022-10-17T01:31:46.186Z] 99cc6dd402b0: Pulling fs layer [2022-10-17T01:31:46.186Z] 7d9ed39f4882: Pulling fs layer [2022-10-17T01:31:46.187Z] 21b2b0c7a3f4: Waiting [2022-10-17T01:31:46.187Z] 30f14e443154: Waiting [2022-10-17T01:31:46.187Z] 801331c1e519: Waiting [2022-10-17T01:31:46.187Z] 99cc6dd402b0: Waiting [2022-10-17T01:31:46.187Z] 7d9ed39f4882: Waiting [2022-10-17T01:31:46.187Z] 53926ce57604: Waiting [2022-10-17T01:31:46.187Z] 93c1e223e6f2: Verifying Checksum [2022-10-17T01:31:46.187Z] 93c1e223e6f2: Download complete [2022-10-17T01:31:46.187Z] 4583459ba037: Verifying Checksum [2022-10-17T01:31:46.187Z] 4583459ba037: Download complete [2022-10-17T01:31:46.187Z] 21b2b0c7a3f4: Download complete [2022-10-17T01:31:46.447Z] 30f14e443154: Download complete [2022-10-17T01:31:46.447Z] 213ec9aee27d: Verifying Checksum [2022-10-17T01:31:46.447Z] 801331c1e519: Download complete [2022-10-17T01:31:46.447Z] 213ec9aee27d: Pull complete [2022-10-17T01:31:46.708Z] 4583459ba037: Pull complete [2022-10-17T01:31:46.708Z] 93c1e223e6f2: Pull complete [2022-10-17T01:31:46.968Z] 7d9ed39f4882: Verifying Checksum [2022-10-17T01:31:46.968Z] 7d9ed39f4882: Download complete [2022-10-17T01:31:47.226Z] 53926ce57604: Verifying Checksum [2022-10-17T01:31:47.226Z] 53926ce57604: Download complete [2022-10-17T01:31:47.226Z] 99cc6dd402b0: Verifying Checksum [2022-10-17T01:31:47.226Z] 99cc6dd402b0: Download complete [2022-10-17T01:31:51.438Z] 53926ce57604: Pull complete [2022-10-17T01:31:51.438Z] 21b2b0c7a3f4: Pull complete [2022-10-17T01:31:51.438Z] 30f14e443154: Pull complete [2022-10-17T01:31:51.438Z] 801331c1e519: Pull complete [2022-10-17T01:31:52.827Z] 99cc6dd402b0: Pull complete [2022-10-17T01:31:53.765Z] 7d9ed39f4882: Pull complete [2022-10-17T01:31:53.765Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-17T01:31:53.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-17T01:31:53.765Z] ---> 1dedd983c030 [2022-10-17T01:31:53.765Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2022-10-17T01:31:57.055Z] ---> Running in 4df0aa486bff [2022-10-17T01:31:57.055Z] Removing intermediate container 4df0aa486bff [2022-10-17T01:31:57.055Z] ---> d151e0fd6bdb [2022-10-17T01:31:57.055Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-17T01:31:57.055Z] ---> Running in 903948b9132c [2022-10-17T01:31:57.055Z] Removing intermediate container 903948b9132c [2022-10-17T01:31:57.055Z] ---> cbcf39bc078a [2022-10-17T01:31:57.055Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-17T01:31:57.055Z] ---> Running in 7fafd8d68972 [2022-10-17T01:31:57.055Z] Removing intermediate container 7fafd8d68972 [2022-10-17T01:31:57.055Z] ---> a0a5fef1c230 [2022-10-17T01:31:57.055Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2022-10-17T01:31:57.055Z] ---> Running in 459bb61d7952 [2022-10-17T01:31:57.055Z] Removing intermediate container 459bb61d7952 [2022-10-17T01:31:57.055Z] ---> ca981da208c9 [2022-10-17T01:31:57.055Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T01:31:57.055Z] ---> Running in 93533de0d159 [2022-10-17T01:31:57.625Z] Removing intermediate container 93533de0d159 [2022-10-17T01:31:57.625Z] ---> 8392627d377f [2022-10-17T01:31:57.625Z] Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-17T01:31:57.625Z] ---> Running in d07520c24330 [2022-10-17T01:31:57.884Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T01:31:58.821Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T01:31:59.082Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-10-17T01:31:59.090Z] Still waiting to schedule task [2022-10-17T01:31:59.090Z] ‘prd-centos7-blackbox-4c-2g-7901’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-17T01:31:59.090Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-7992’ is offline [2022-10-17T01:31:59.345Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-10-17T01:31:59.345Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-10-17T01:31:59.345Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-10-17T01:31:59.603Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T01:31:59.603Z] OK: 216 MiB in 55 packages [2022-10-17T01:31:59.862Z] Removing intermediate container d07520c24330 [2022-10-17T01:31:59.862Z] ---> 3f8693b60313 [2022-10-17T01:31:59.862Z] Step 9/13 : WORKDIR /device-mqtt-go [2022-10-17T01:31:59.862Z] ---> Running in fea30f756806 [2022-10-17T01:32:00.119Z] Removing intermediate container fea30f756806 [2022-10-17T01:32:00.119Z] ---> 7433a6e45845 [2022-10-17T01:32:00.119Z] Step 10/13 : COPY go.mod vendor* ./ [2022-10-17T01:32:00.119Z] ---> caf3d9240d64 [2022-10-17T01:32:00.119Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T01:32:00.119Z] ---> Running in 8f59e290dc50 [2022-10-17T01:32:22.166Z] Removing intermediate container 8f59e290dc50 [2022-10-17T01:32:22.166Z] ---> df6059c2abfc [2022-10-17T01:32:22.166Z] Step 12/13 : COPY . . [2022-10-17T01:32:22.166Z] ---> 5137d72bced1 [2022-10-17T01:32:22.166Z] Step 13/13 : RUN $MAKE [2022-10-17T01:32:22.166Z] ---> Running in f9739966284c [2022-10-17T01:32:22.166Z] noop [2022-10-17T01:32:22.166Z] Removing intermediate container f9739966284c [2022-10-17T01:32:22.166Z] ---> e62379ef32fe [2022-10-17T01:32:22.166Z] Successfully built e62379ef32fe [2022-10-17T01:32:22.166Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:32:22.622Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-17T01:32:22.623Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T01:32:22.777Z] prd-ubuntu20.04-docker-8c-8g-7991 does not seem to be running inside a container [2022-10-17T01:32:22.808Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-424 -v /w/workspace/gexfoundry_device-mqtt-go_PR-424:/w/workspace/gexfoundry_device-mqtt-go_PR-424:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-424@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-17T01:32:23.135Z] $ docker top 4b6f119c811a78674e7d847389a3c401a052bfacd07634596f66afbdb5f75795 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T01:32:23.535Z] + go version [2022-10-17T01:32:23.535Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-17T01:32:23.567Z] $ docker stop --time=1 4b6f119c811a78674e7d847389a3c401a052bfacd07634596f66afbdb5f75795 [2022-10-17T01:32:24.835Z] $ docker rm -f 4b6f119c811a78674e7d847389a3c401a052bfacd07634596f66afbdb5f75795 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:32:25.575Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-17T01:32:25.575Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T01:32:25.719Z] prd-ubuntu20.04-docker-8c-8g-7991 does not seem to be running inside a container [2022-10-17T01:32:25.748Z] $ 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-424 -v /w/workspace/gexfoundry_device-mqtt-go_PR-424:/w/workspace/gexfoundry_device-mqtt-go_PR-424:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-424@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-17T01:32:26.063Z] $ docker top 1ed60bc8a4f35023d742512dfd7c668bccdae0bc5e80b25832113ed20de47cde -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T01:32:26.456Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-424 [Pipeline] fileExists [Pipeline] sh [2022-10-17T01:32:26.819Z] + make test [2022-10-17T01:32:26.819Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-10-17T01:32:27.076Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-10-17T01:32:35.177Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-10-17T01:32:36.111Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.017s coverage: 21.8% of statements [2022-10-17T01:32:36.111Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-10-17T01:32:42.673Z] 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-17T01:32:42.673Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-10-17T01:32:45.207Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-17T01:32:45.207Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-17T01:32:45.207Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-17T01:32:45.248Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-17T01:32:45.276Z] $ docker stop --time=1 1ed60bc8a4f35023d742512dfd7c668bccdae0bc5e80b25832113ed20de47cde [2022-10-17T01:32:47.602Z] $ docker rm -f 1ed60bc8a4f35023d742512dfd7c668bccdae0bc5e80b25832113ed20de47cde [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-17T01:32:48.137Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-17T01:32:48.206Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-17T01:32:48.856Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-17T01:32:49.169Z] + ls -al . [2022-10-17T01:32:49.169Z] total 184 [2022-10-17T01:32:49.169Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 17 01:32 . [2022-10-17T01:32:49.169Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 01:31 .. [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 17 01:31 .dockerignore [2022-10-17T01:32:49.169Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 17 01:32 .git [2022-10-17T01:32:49.169Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:31 .github [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 329 Oct 17 01:31 .gitignore [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 17 01:31 .golangci.yml [2022-10-17T01:32:49.169Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 01:31 .semver [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 9293 Oct 17 01:31 Attribution.txt [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 11365 Oct 17 01:31 CHANGELOG.md [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 1988 Oct 17 01:31 Dockerfile [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 17 01:31 GOVERNANCE.md [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 678 Oct 17 01:31 Jenkinsfile [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 17 01:31 LICENSE [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 2126 Oct 17 01:31 Makefile [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 17 01:31 OWNERS.md [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 3165 Oct 17 01:31 README.md [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 17 01:31 VERSION [2022-10-17T01:32:49.169Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 17 01:31 bin [2022-10-17T01:32:49.169Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:31 cmd [2022-10-17T01:32:49.169Z] -rw-r--r-- 1 jenkins jenkins 17887 Oct 17 01:32 coverage.out [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 3523 Oct 17 01:31 go.mod [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 37946 Oct 17 01:31 go.sum [2022-10-17T01:32:49.169Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:31 internal [2022-10-17T01:32:49.169Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 17 01:31 mock [2022-10-17T01:32:49.169Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 01:31 snap [2022-10-17T01:32:49.169Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 17 01:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:32:49.561Z] + 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=828c5b54421745e9ff2685973fa7512273dacbf2 --label arch=amd64 --label version=0.0.0 . [2022-10-17T01:32:49.561Z] Sending build context to Docker daemon 6.188MB [2022-10-17T01:32:49.561Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-17T01:32:49.561Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-17T01:32:49.561Z] ---> e62379ef32fe [2022-10-17T01:32:49.561Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-17T01:32:49.561Z] ---> Running in 60155b5d0506 [2022-10-17T01:32:49.820Z] Removing intermediate container 60155b5d0506 [2022-10-17T01:32:49.820Z] ---> 731c2a6272eb [2022-10-17T01:32:49.820Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-17T01:32:49.820Z] ---> Running in 8a5566e734d4 [2022-10-17T01:32:49.820Z] Removing intermediate container 8a5566e734d4 [2022-10-17T01:32:49.820Z] ---> 6b728a8cdbd1 [2022-10-17T01:32:49.820Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-17T01:32:49.820Z] ---> Running in 5100a669bf3b [2022-10-17T01:32:49.820Z] Removing intermediate container 5100a669bf3b [2022-10-17T01:32:49.820Z] ---> 24ddfa044eab [2022-10-17T01:32:49.820Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2022-10-17T01:32:49.820Z] ---> Running in 1fb20699afd1 [2022-10-17T01:32:50.079Z] Removing intermediate container 1fb20699afd1 [2022-10-17T01:32:50.079Z] ---> 9b075c26abf0 [2022-10-17T01:32:50.079Z] Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T01:32:50.079Z] ---> Running in b299c79c035e [2022-10-17T01:32:50.647Z] Removing intermediate container b299c79c035e [2022-10-17T01:32:50.647Z] ---> 4d66490d05a0 [2022-10-17T01:32:50.647Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-17T01:32:50.647Z] ---> Running in b86b8e1bce84 [2022-10-17T01:32:50.906Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T01:32:51.845Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T01:32:52.103Z] OK: 216 MiB in 55 packages [2022-10-17T01:32:52.361Z] Removing intermediate container b86b8e1bce84 [2022-10-17T01:32:52.361Z] ---> 17221692c1ac [2022-10-17T01:32:52.361Z] Step 9/25 : WORKDIR /device-mqtt-go [2022-10-17T01:32:52.361Z] ---> Running in 785892967ec8 [2022-10-17T01:32:52.361Z] Removing intermediate container 785892967ec8 [2022-10-17T01:32:52.361Z] ---> 6f2b45e082ff [2022-10-17T01:32:52.361Z] Step 10/25 : COPY go.mod vendor* ./ [2022-10-17T01:32:52.620Z] ---> f586bcee2558 [2022-10-17T01:32:52.620Z] Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T01:32:52.620Z] ---> Running in 0a13b43dda82 [2022-10-17T01:32:53.189Z] Removing intermediate container 0a13b43dda82 [2022-10-17T01:32:53.189Z] ---> 82befeec8e93 [2022-10-17T01:32:53.189Z] Step 12/25 : COPY . . [2022-10-17T01:32:53.448Z] ---> c703904bb916 [2022-10-17T01:32:53.448Z] Step 13/25 : RUN $MAKE [2022-10-17T01:32:53.448Z] ---> Running in 868e6f3a4ece [2022-10-17T01:32:53.709Z] 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-17T01:33:15.632Z] Removing intermediate container 868e6f3a4ece [2022-10-17T01:33:15.632Z] ---> 164766167411 [2022-10-17T01:33:15.632Z] Step 14/25 : FROM alpine:3.16 [2022-10-17T01:33:15.632Z] 3.16: Pulling from library/alpine [2022-10-17T01:33:15.632Z] 213ec9aee27d: Already exists [2022-10-17T01:33:15.632Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-17T01:33:15.632Z] Status: Downloaded newer image for alpine:3.16 [2022-10-17T01:33:15.632Z] ---> 9c6f07244728 [2022-10-17T01:33:15.632Z] Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-10-17T01:33:15.632Z] ---> Running in 2c1490deb21e [2022-10-17T01:33:15.632Z] Removing intermediate container 2c1490deb21e [2022-10-17T01:33:15.632Z] ---> c1b3489d908b [2022-10-17T01:33:15.632Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-17T01:33:15.632Z] ---> Running in 9f4d58fc41af [2022-10-17T01:33:15.632Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T01:33:15.632Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T01:33:15.632Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-17T01:33:15.632Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-17T01:33:15.632Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-17T01:33:15.632Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-17T01:33:15.632Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-17T01:33:15.632Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-17T01:33:15.632Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T01:33:15.632Z] OK: 8 MiB in 20 packages [2022-10-17T01:33:15.889Z] Removing intermediate container 9f4d58fc41af [2022-10-17T01:33:15.889Z] ---> 002508af62fd [2022-10-17T01:33:15.889Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2022-10-17T01:33:16.823Z] ---> 5013af284c23 [2022-10-17T01:33:16.823Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-10-17T01:33:17.082Z] ---> e54857091815 [2022-10-17T01:33:17.082Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-10-17T01:33:17.082Z] ---> e7cb1a5f7100 [2022-10-17T01:33:17.082Z] Step 20/25 : EXPOSE 59982 [2022-10-17T01:33:17.082Z] ---> Running in 27ae454fa158 [2022-10-17T01:33:17.341Z] Removing intermediate container 27ae454fa158 [2022-10-17T01:33:17.341Z] ---> 6bedde4c13e3 [2022-10-17T01:33:17.341Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2022-10-17T01:33:17.341Z] ---> Running in f0e247698029 [2022-10-17T01:33:17.341Z] Removing intermediate container f0e247698029 [2022-10-17T01:33:17.341Z] ---> 4d3f511dfa8f [2022-10-17T01:33:17.341Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T01:33:17.341Z] ---> Running in 2ba1559d85ee [2022-10-17T01:33:17.341Z] Removing intermediate container 2ba1559d85ee [2022-10-17T01:33:17.341Z] ---> 39542ec58be3 [2022-10-17T01:33:17.341Z] Step 23/25 : LABEL arch=amd64 [2022-10-17T01:33:17.341Z] ---> Running in c0dd627d2a9f [2022-10-17T01:33:17.599Z] Removing intermediate container c0dd627d2a9f [2022-10-17T01:33:17.599Z] ---> 0bdb15bee2cf [2022-10-17T01:33:17.599Z] Step 24/25 : LABEL git_sha=828c5b54421745e9ff2685973fa7512273dacbf2 [2022-10-17T01:33:17.599Z] ---> Running in b2593533d1c1 [2022-10-17T01:33:17.599Z] Removing intermediate container b2593533d1c1 [2022-10-17T01:33:17.599Z] ---> 1d6b430702be [2022-10-17T01:33:17.599Z] Step 25/25 : LABEL version=0.0.0 [2022-10-17T01:33:17.599Z] ---> Running in 2a9980177ba0 [2022-10-17T01:33:17.599Z] Removing intermediate container 2a9980177ba0 [2022-10-17T01:33:17.599Z] ---> b67851af26e4 [2022-10-17T01:33:17.599Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-17T01:33:17.599Z] Successfully built b67851af26e4 [2022-10-17T01:33:17.599Z] 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-17T01:33:18.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-17T01:33:18.499Z] [2022-10-17T01:33:18.499Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:33:18.882Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-17T01:33:18.882Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-17T01:33:18.882Z] 5eb5b503b376: Pulling fs layer [2022-10-17T01:33:18.882Z] 5c69ac0246d0: Pulling fs layer [2022-10-17T01:33:18.882Z] ec43610c2a17: Pulling fs layer [2022-10-17T01:33:18.882Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-17T01:33:18.882Z] 33b1e0a273af: Pulling fs layer [2022-10-17T01:33:18.882Z] 5d3b04190fa2: Pulling fs layer [2022-10-17T01:33:18.882Z] 33b1e0a273af: Waiting [2022-10-17T01:33:18.882Z] 3a2ae6a8a46f: Waiting [2022-10-17T01:33:18.882Z] 2f39f015ded8: Pulling fs layer [2022-10-17T01:33:18.882Z] 5d3b04190fa2: Waiting [2022-10-17T01:33:18.882Z] 2f39f015ded8: Waiting [2022-10-17T01:33:18.882Z] 5c69ac0246d0: Download complete [2022-10-17T01:33:18.882Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-17T01:33:18.882Z] 3a2ae6a8a46f: Download complete [2022-10-17T01:33:18.882Z] ec43610c2a17: Verifying Checksum [2022-10-17T01:33:18.882Z] ec43610c2a17: Download complete [2022-10-17T01:33:18.882Z] 33b1e0a273af: Verifying Checksum [2022-10-17T01:33:18.882Z] 33b1e0a273af: Download complete [2022-10-17T01:33:19.142Z] 5d3b04190fa2: Verifying Checksum [2022-10-17T01:33:19.142Z] 5d3b04190fa2: Download complete [2022-10-17T01:33:19.142Z] 5eb5b503b376: Verifying Checksum [2022-10-17T01:33:19.142Z] 5eb5b503b376: Download complete [2022-10-17T01:33:19.718Z] 2f39f015ded8: Download complete [2022-10-17T01:33:20.285Z] 5eb5b503b376: Pull complete [2022-10-17T01:33:20.544Z] 5c69ac0246d0: Pull complete [2022-10-17T01:33:20.802Z] ec43610c2a17: Pull complete [2022-10-17T01:33:21.060Z] 3a2ae6a8a46f: Pull complete [2022-10-17T01:33:21.060Z] 33b1e0a273af: Pull complete [2022-10-17T01:33:21.317Z] 5d3b04190fa2: Pull complete [2022-10-17T01:33:25.505Z] 2f39f015ded8: Pull complete [2022-10-17T01:33:25.505Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-17T01:33:25.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-17T01:33:25.505Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T01:33:25.717Z] prd-ubuntu20.04-docker-8c-8g-7991 does not seem to be running inside a container [2022-10-17T01:33:25.743Z] $ 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-424 -v /w/workspace/gexfoundry_device-mqtt-go_PR-424:/w/workspace/gexfoundry_device-mqtt-go_PR-424:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-424@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-17T01:33:28.894Z] $ docker top 5146f7efc00461a91360242c10307267826451d986bea57e1c8cdf254e30ebaf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:33:29.353Z] ---> job-cost.sh [2022-10-17T01:33:29.353Z] lf-activate-venv: SKIPPING [2022-10-17T01:33:29.353Z] INFO: No Stack... [2022-10-17T01:33:29.611Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-17T01:33:30.180Z] INFO: Archiving Costs [Pipeline] sh [2022-10-17T01:33:30.504Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives/cost.csv [2022-10-17T01:33:30.504Z] + cut -d, -f6 [Pipeline] lock [2022-10-17T01:33:30.539Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] [2022-10-17T01:33:30.544Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] did not exist. Created. [2022-10-17T01:33:30.544Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-17T01:33:30.931Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-17T01:33:30.981Z] Stashed 1 file(s) [Pipeline] } [2022-10-17T01:33:31.009Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-17T01:33:31.087Z] $ docker stop --time=1 5146f7efc00461a91360242c10307267826451d986bea57e1c8cdf254e30ebaf [2022-10-17T01:33:32.237Z] $ docker rm -f 5146f7efc00461a91360242c10307267826451d986bea57e1c8cdf254e30ebaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-17T01:34:08.813Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7994 in /w/workspace/gexfoundry_device-mqtt-go_PR-424 [Pipeline] { [Pipeline] ws [2022-10-17T01:34:08.852Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2022-10-17T01:34:08.926Z] Selected Git installation does not exist. Using Default [2022-10-17T01:34:08.927Z] The recommended git tool is: NONE [2022-10-17T01:34:15.091Z] using credential edgex-jenkins-ssh [2022-10-17T01:34:15.110Z] Cloning the remote Git repository [2022-10-17T01:34:15.164Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2022-10-17T01:34:15.267Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2022-10-17T01:34:15.447Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-10-17T01:34:15.448Z] > git --version # timeout=10 [2022-10-17T01:34:15.474Z] > git --version # 'git version 2.25.1' [2022-10-17T01:34:15.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-17T01:34:15.533Z] Verifying host key using known hosts file [2022-10-17T01:34:15.810Z] 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-17T01:34:15.827Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-17T01:34:17.996Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-10-17T01:34:18.019Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-17T01:34:18.946Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-10-17T01:34:18.994Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-10-17T01:34:18.996Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-17T01:34:19.004Z] Verifying host key using known hosts file [2022-10-17T01:34:19.012Z] 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-17T01:34:19.027Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/424/head:refs/remotes/origin/PR-424 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-17T01:34:19.575Z] Merging remotes/origin/main commit 1ae20365080d91ee65f801e150a6fed247e9201d into PR head commit 828c5b54421745e9ff2685973fa7512273dacbf2 [2022-10-17T01:34:19.851Z] Merge succeeded, producing 828c5b54421745e9ff2685973fa7512273dacbf2 [2022-10-17T01:34:19.852Z] Checking out Revision 828c5b54421745e9ff2685973fa7512273dacbf2 (PR-424) [2022-10-17T01:34:20.409Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" [2022-10-17T01:34:20.469Z] > git --version # timeout=10 [2022-10-17T01:34:20.482Z] > git --version # 'git version 2.25.1' [2022-10-17T01:34:20.507Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-17T01:34:19.597Z] > git config core.sparsecheckout # timeout=10 [2022-10-17T01:34:19.621Z] > git checkout -f 828c5b54421745e9ff2685973fa7512273dacbf2 # timeout=10 [2022-10-17T01:34:19.732Z] > git remote # timeout=10 [2022-10-17T01:34:19.754Z] > git config --get remote.origin.url # timeout=10 [2022-10-17T01:34:19.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-17T01:34:19.789Z] Verifying host key using known hosts file [2022-10-17T01:34:19.794Z] 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-17T01:34:19.803Z] > git merge 1ae20365080d91ee65f801e150a6fed247e9201d # timeout=10 [2022-10-17T01:34:19.832Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-17T01:34:19.860Z] > git config core.sparsecheckout # timeout=10 [2022-10-17T01:34:19.875Z] > git checkout -f 828c5b54421745e9ff2685973fa7512273dacbf2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-17T01:34:21.605Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-17T01:34:21.605Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-17T01:34:21.605Z] Dload Upload Total Spent Left Speed [2022-10-17T01:34:21.605Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 84577 0 --:--:-- --:--:-- --:--:-- 84577 [Pipeline] sh [2022-10-17T01:34:22.313Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-17T01:34:22.679Z] + sudo tee /etc/docker/daemon.new [2022-10-17T01:34:22.679Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-17T01:34:22.679Z] { [2022-10-17T01:34:22.679Z] "registry-mirrors": [ [2022-10-17T01:34:22.679Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-17T01:34:22.679Z] ], [2022-10-17T01:34:22.679Z] "bip": "10.250.0.254/24", [2022-10-17T01:34:22.679Z] "hosts": [ [2022-10-17T01:34:22.679Z] "tcp://0.0.0.0:5555", [2022-10-17T01:34:22.679Z] "unix:///var/run/docker.sock" [2022-10-17T01:34:22.679Z] ], [2022-10-17T01:34:22.679Z] "mtu": 1458, [2022-10-17T01:34:22.679Z] "selinux-enabled": true, [2022-10-17T01:34:22.679Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-17T01:34:22.679Z] } [Pipeline] sh [2022-10-17T01:34:23.052Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-17T01:34:23.436Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-17T01:34:41.799Z] provisioning config files... [2022-10-17T01:34:41.836Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config17456343132097606324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:34:42.241Z] ---> docker-login.sh [2022-10-17T01:34:42.241Z] nexus3.edgexfoundry.org:10001 [2022-10-17T01:34:42.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:34:42.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:34:42.843Z] Configure a credential helper to remove this warning. See [2022-10-17T01:34:42.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:34:42.843Z] [2022-10-17T01:34:42.843Z] Login Succeeded [2022-10-17T01:34:42.843Z] nexus3.edgexfoundry.org:10002 [2022-10-17T01:34:43.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:34:43.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:34:43.390Z] Configure a credential helper to remove this warning. See [2022-10-17T01:34:43.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:34:43.390Z] [2022-10-17T01:34:43.390Z] Login Succeeded [2022-10-17T01:34:43.390Z] nexus3.edgexfoundry.org:10003 [2022-10-17T01:34:43.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:34:43.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:34:43.661Z] Configure a credential helper to remove this warning. See [2022-10-17T01:34:43.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:34:43.661Z] [2022-10-17T01:34:43.661Z] Login Succeeded [2022-10-17T01:34:43.661Z] nexus3.edgexfoundry.org:10004 [2022-10-17T01:34:43.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:34:43.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:34:43.933Z] Configure a credential helper to remove this warning. See [2022-10-17T01:34:43.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:34:43.933Z] [2022-10-17T01:34:43.933Z] Login Succeeded [2022-10-17T01:34:44.214Z] docker.io [2022-10-17T01:34:44.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T01:34:44.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T01:34:44.808Z] Configure a credential helper to remove this warning. See [2022-10-17T01:34:44.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T01:34:44.808Z] [2022-10-17T01:34:44.808Z] Login Succeeded [2022-10-17T01:34:44.808Z] ---> docker-login.sh ends [Pipeline] } [2022-10-17T01:34:44.839Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-17T01:34:45.140Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-17T01:34:45.174Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-17T01:34:45.207Z] ========================================================= [2022-10-17T01:34:45.207Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-17T01:34:45.207Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:34:45.708Z] + 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-17T01:34:45.977Z] Sending build context to Docker daemon 3.194MB [2022-10-17T01:34:45.977Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-10-17T01:34:45.977Z] Step 2/13 : FROM ${BASE} AS builder [2022-10-17T01:34:46.257Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-17T01:34:46.257Z] 9b18e9b68314: Pulling fs layer [2022-10-17T01:34:46.257Z] d32db5db7311: Pulling fs layer [2022-10-17T01:34:46.257Z] d0c4b47475fc: Pulling fs layer [2022-10-17T01:34:46.257Z] 5831b945b038: Pulling fs layer [2022-10-17T01:34:46.257Z] 86bbec2aaacd: Pulling fs layer [2022-10-17T01:34:46.257Z] e10730c5d714: Pulling fs layer [2022-10-17T01:34:46.257Z] 5dd5c2283517: Pulling fs layer [2022-10-17T01:34:46.257Z] d5ac0230b979: Pulling fs layer [2022-10-17T01:34:46.257Z] 5831b945b038: Waiting [2022-10-17T01:34:46.257Z] 86bbec2aaacd: Waiting [2022-10-17T01:34:46.257Z] e10730c5d714: Waiting [2022-10-17T01:34:46.257Z] 5dd5c2283517: Waiting [2022-10-17T01:34:46.257Z] d5ac0230b979: Waiting [2022-10-17T01:34:46.257Z] d0c4b47475fc: Download complete [2022-10-17T01:34:46.257Z] d32db5db7311: Verifying Checksum [2022-10-17T01:34:46.257Z] d32db5db7311: Download complete [2022-10-17T01:34:46.257Z] 86bbec2aaacd: Verifying Checksum [2022-10-17T01:34:46.257Z] 86bbec2aaacd: Download complete [2022-10-17T01:34:46.257Z] e10730c5d714: Verifying Checksum [2022-10-17T01:34:46.257Z] e10730c5d714: Download complete [2022-10-17T01:34:46.257Z] 9b18e9b68314: Verifying Checksum [2022-10-17T01:34:46.257Z] 9b18e9b68314: Download complete [2022-10-17T01:34:47.256Z] 9b18e9b68314: Pull complete [2022-10-17T01:34:47.256Z] d5ac0230b979: Verifying Checksum [2022-10-17T01:34:47.944Z] d32db5db7311: Pull complete [2022-10-17T01:34:48.571Z] d0c4b47475fc: Pull complete [2022-10-17T01:34:48.874Z] 5dd5c2283517: Verifying Checksum [2022-10-17T01:34:48.874Z] 5dd5c2283517: Download complete [2022-10-17T01:34:49.473Z] 5831b945b038: Verifying Checksum [2022-10-17T01:34:49.473Z] 5831b945b038: Download complete [2022-10-17T01:35:01.866Z] 5831b945b038: Pull complete [2022-10-17T01:35:01.866Z] 86bbec2aaacd: Pull complete [2022-10-17T01:35:01.866Z] e10730c5d714: Pull complete [2022-10-17T01:35:08.568Z] 5dd5c2283517: Pull complete [2022-10-17T01:35:09.985Z] d5ac0230b979: Pull complete [2022-10-17T01:35:10.256Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-17T01:35:10.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-17T01:35:10.256Z] ---> 59b3b1a385d4 [2022-10-17T01:35:10.256Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2022-10-17T01:35:11.677Z] ---> Running in b16b71b57180 [2022-10-17T01:35:11.949Z] Removing intermediate container b16b71b57180 [2022-10-17T01:35:11.949Z] ---> 4978aacc2d0a [2022-10-17T01:35:11.949Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-17T01:35:11.949Z] ---> Running in 7e6a1008e44d [2022-10-17T01:35:12.218Z] Removing intermediate container 7e6a1008e44d [2022-10-17T01:35:12.218Z] ---> 6abcd5834dc7 [2022-10-17T01:35:12.218Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-17T01:35:12.490Z] ---> Running in 8d6348642b27 [2022-10-17T01:35:12.759Z] Removing intermediate container 8d6348642b27 [2022-10-17T01:35:12.759Z] ---> 602468c363b7 [2022-10-17T01:35:12.759Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2022-10-17T01:35:12.759Z] ---> Running in c964c8e8a89f [2022-10-17T01:35:13.029Z] Removing intermediate container c964c8e8a89f [2022-10-17T01:35:13.029Z] ---> 1d81156dc5ef [2022-10-17T01:35:13.029Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T01:35:13.301Z] ---> Running in 47c5503b6403 [2022-10-17T01:35:15.271Z] Removing intermediate container 47c5503b6403 [2022-10-17T01:35:15.271Z] ---> f0cfc409c36a [2022-10-17T01:35:15.271Z] Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-17T01:35:15.271Z] ---> Running in 38f35533c29c [2022-10-17T01:35:16.234Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T01:35:17.197Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T01:35:18.159Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-10-17T01:35:18.159Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-10-17T01:35:18.427Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-10-17T01:35:18.695Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-10-17T01:35:18.695Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T01:35:18.695Z] OK: 226 MiB in 55 packages [2022-10-17T01:35:19.675Z] Removing intermediate container 38f35533c29c [2022-10-17T01:35:19.675Z] ---> 6f63b8f33cae [2022-10-17T01:35:19.675Z] Step 9/13 : WORKDIR /device-mqtt-go [2022-10-17T01:35:19.943Z] ---> Running in 2b80f30b109d [2022-10-17T01:35:20.210Z] Removing intermediate container 2b80f30b109d [2022-10-17T01:35:20.210Z] ---> 27a1fb0afba0 [2022-10-17T01:35:20.210Z] Step 10/13 : COPY go.mod vendor* ./ [2022-10-17T01:35:20.797Z] ---> dc25cd387577 [2022-10-17T01:35:20.797Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T01:35:20.797Z] ---> Running in 7de12d41db45 [2022-10-17T01:36:17.232Z] Removing intermediate container 7de12d41db45 [2022-10-17T01:36:17.232Z] ---> e49bcfa3f13f [2022-10-17T01:36:17.232Z] Step 12/13 : COPY . . [2022-10-17T01:36:17.232Z] ---> 1b79e387ab7c [2022-10-17T01:36:17.232Z] Step 13/13 : RUN $MAKE [2022-10-17T01:36:17.232Z] ---> Running in 7e8acd734cbb [2022-10-17T01:36:17.232Z] noop [2022-10-17T01:36:17.232Z] Removing intermediate container 7e8acd734cbb [2022-10-17T01:36:17.232Z] ---> 2901ac21d26b [2022-10-17T01:36:17.232Z] Successfully built 2901ac21d26b [2022-10-17T01:36:17.232Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:36:17.722Z] + docker inspect -f . ci-base-image-arm64 [2022-10-17T01:36:17.722Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T01:36:18.003Z] prd-ubuntu20.04-docker-arm64-4c-16g-7994 does not seem to be running inside a container [2022-10-17T01:36:18.077Z] $ 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-17T01:36:19.247Z] $ docker top 68ac9c6fe471ad9cc7dd3f276657d48dc619fee13a83bd07f871031df2024575 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T01:36:20.138Z] + go version [2022-10-17T01:36:20.138Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-17T01:36:20.172Z] $ docker stop --time=1 68ac9c6fe471ad9cc7dd3f276657d48dc619fee13a83bd07f871031df2024575 [2022-10-17T01:36:21.740Z] $ docker rm -f 68ac9c6fe471ad9cc7dd3f276657d48dc619fee13a83bd07f871031df2024575 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:36:22.583Z] + docker inspect -f . ci-base-image-arm64 [2022-10-17T01:36:22.583Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T01:36:22.837Z] prd-ubuntu20.04-docker-arm64-4c-16g-7994 does not seem to be running inside a container [2022-10-17T01:36:22.899Z] $ 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-17T01:36:24.117Z] $ docker top 1cd5ac7c3d60457813bc6507e552dabe80e402d7a03f6f736f6e3bcab8462e6f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T01:36:25.019Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-17T01:36:25.408Z] + make test [2022-10-17T01:36:25.674Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-10-17T01:36:27.624Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-10-17T01:38:04.311Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-10-17T01:38:04.311Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.079s coverage: 21.8% of statements [2022-10-17T01:38:04.311Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-10-17T01:38:04.311Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-17T01:38:04.311Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-10-17T01:38:26.390Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-17T01:38:26.390Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-17T01:38:26.390Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-17T01:38:26.464Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-17T01:38:26.499Z] $ docker stop --time=1 1cd5ac7c3d60457813bc6507e552dabe80e402d7a03f6f736f6e3bcab8462e6f [2022-10-17T01:38:28.251Z] $ docker rm -f 1cd5ac7c3d60457813bc6507e552dabe80e402d7a03f6f736f6e3bcab8462e6f [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-17T01:38:29.286Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-17T01:38:29.320Z] Warning: overwriting stash ‘coverage-report’ [2022-10-17T01:38:29.763Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-17T01:38:30.358Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-17T01:38:30.708Z] + ls -al . [2022-10-17T01:38:30.708Z] total 180 [2022-10-17T01:38:30.708Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 17 01:36 . [2022-10-17T01:38:30.708Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 01:34 .. [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 17 01:34 .dockerignore [2022-10-17T01:38:30.708Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 17 01:34 .git [2022-10-17T01:38:30.708Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:34 .github [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 329 Oct 17 01:34 .gitignore [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 17 01:34 .golangci.yml [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 9293 Oct 17 01:34 Attribution.txt [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 11365 Oct 17 01:34 CHANGELOG.md [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 1988 Oct 17 01:34 Dockerfile [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 17 01:34 GOVERNANCE.md [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 678 Oct 17 01:34 Jenkinsfile [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 17 01:34 LICENSE [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 2126 Oct 17 01:34 Makefile [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 17 01:34 OWNERS.md [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 3165 Oct 17 01:34 README.md [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 17 01:31 VERSION [2022-10-17T01:38:30.708Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 17 01:34 bin [2022-10-17T01:38:30.708Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:34 cmd [2022-10-17T01:38:30.708Z] -rw-r--r-- 1 jenkins jenkins 17887 Oct 17 01:38 coverage.out [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 3523 Oct 17 01:34 go.mod [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 37946 Oct 17 01:34 go.sum [2022-10-17T01:38:30.708Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:34 internal [2022-10-17T01:38:30.708Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 17 01:34 mock [2022-10-17T01:38:30.708Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 01:34 snap [2022-10-17T01:38:30.708Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 17 01:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:38:31.136Z] + 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=828c5b54421745e9ff2685973fa7512273dacbf2 --label arch=arm64 --label version=0.0.0 . [2022-10-17T01:38:31.406Z] Sending build context to Docker daemon 3.213MB [2022-10-17T01:38:31.406Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-17T01:38:31.406Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-17T01:38:31.406Z] ---> 2901ac21d26b [2022-10-17T01:38:31.406Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-17T01:38:31.675Z] ---> Running in 0d291f138334 [2022-10-17T01:38:31.945Z] Removing intermediate container 0d291f138334 [2022-10-17T01:38:31.945Z] ---> ae8fb416ff77 [2022-10-17T01:38:31.945Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-17T01:38:32.214Z] ---> Running in cf56707e2ae9 [2022-10-17T01:38:32.483Z] Removing intermediate container cf56707e2ae9 [2022-10-17T01:38:32.483Z] ---> 3fe06a5b93f8 [2022-10-17T01:38:32.483Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-17T01:38:32.483Z] ---> Running in 5031e32a7593 [2022-10-17T01:38:32.751Z] Removing intermediate container 5031e32a7593 [2022-10-17T01:38:32.751Z] ---> 8f8e4c984526 [2022-10-17T01:38:32.751Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2022-10-17T01:38:33.018Z] ---> Running in 46b64c62689e [2022-10-17T01:38:33.290Z] Removing intermediate container 46b64c62689e [2022-10-17T01:38:33.290Z] ---> 3bc0850f5a69 [2022-10-17T01:38:33.290Z] Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T01:38:33.290Z] ---> Running in b546709bec65 [2022-10-17T01:38:35.239Z] Removing intermediate container b546709bec65 [2022-10-17T01:38:35.239Z] ---> d7f205a5cc38 [2022-10-17T01:38:35.239Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-17T01:38:35.239Z] ---> Running in 3d759fd36322 [2022-10-17T01:38:36.654Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T01:38:37.249Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T01:38:38.677Z] OK: 226 MiB in 55 packages [2022-10-17T01:38:39.641Z] Removing intermediate container 3d759fd36322 [2022-10-17T01:38:39.641Z] ---> 19471313d67a [2022-10-17T01:38:39.641Z] Step 9/25 : WORKDIR /device-mqtt-go [2022-10-17T01:38:39.641Z] ---> Running in ddc477721c35 [2022-10-17T01:38:39.907Z] Removing intermediate container ddc477721c35 [2022-10-17T01:38:39.907Z] ---> a0fc94864b38 [2022-10-17T01:38:39.907Z] Step 10/25 : COPY go.mod vendor* ./ [2022-10-17T01:38:40.878Z] ---> 7e94e1f30e92 [2022-10-17T01:38:40.878Z] Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T01:38:41.147Z] ---> Running in 2ba92a0c96f3 [2022-10-17T01:38:43.745Z] Removing intermediate container 2ba92a0c96f3 [2022-10-17T01:38:43.745Z] ---> dcf23f1067fd [2022-10-17T01:38:43.745Z] Step 12/25 : COPY . . [2022-10-17T01:38:44.713Z] ---> 8e7895d13443 [2022-10-17T01:38:44.713Z] Step 13/25 : RUN $MAKE [2022-10-17T01:38:44.995Z] ---> Running in 9b3a1fdc1ec2 [2022-10-17T01:38:45.975Z] 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-17T01:41:37.796Z] Removing intermediate container 9b3a1fdc1ec2 [2022-10-17T01:41:37.796Z] ---> d0fce327afbe [2022-10-17T01:41:37.796Z] Step 14/25 : FROM alpine:3.16 [2022-10-17T01:41:37.796Z] 3.16: Pulling from library/alpine [2022-10-17T01:41:37.796Z] 9b18e9b68314: Already exists [2022-10-17T01:41:37.796Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-17T01:41:37.796Z] Status: Downloaded newer image for alpine:3.16 [2022-10-17T01:41:37.796Z] ---> a6215f271958 [2022-10-17T01:41:37.796Z] Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-10-17T01:41:37.796Z] ---> Running in 25cd2137fdf0 [2022-10-17T01:41:37.796Z] Removing intermediate container 25cd2137fdf0 [2022-10-17T01:41:37.796Z] ---> a0f760806674 [2022-10-17T01:41:37.796Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-17T01:41:37.796Z] ---> Running in c766d70a8e89 [2022-10-17T01:41:37.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T01:41:37.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T01:41:37.796Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-17T01:41:37.796Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-17T01:41:37.796Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-17T01:41:37.796Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-17T01:41:37.796Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-17T01:41:37.796Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-17T01:41:37.796Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T01:41:37.796Z] OK: 8 MiB in 20 packages [2022-10-17T01:41:37.796Z] Removing intermediate container c766d70a8e89 [2022-10-17T01:41:37.796Z] ---> 9d97e22a77e3 [2022-10-17T01:41:37.796Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2022-10-17T01:41:37.796Z] ---> e107ffc9e72f [2022-10-17T01:41:37.796Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-10-17T01:41:37.796Z] ---> c427a0e89620 [2022-10-17T01:41:37.796Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-10-17T01:41:37.796Z] ---> c98f03757248 [2022-10-17T01:41:37.796Z] Step 20/25 : EXPOSE 59982 [2022-10-17T01:41:37.796Z] ---> Running in 9915b5d52d86 [2022-10-17T01:41:37.796Z] Removing intermediate container 9915b5d52d86 [2022-10-17T01:41:37.796Z] ---> 88e8f07f5001 [2022-10-17T01:41:37.796Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2022-10-17T01:41:37.796Z] ---> Running in 7e45df1f0ef3 [2022-10-17T01:41:37.796Z] Removing intermediate container 7e45df1f0ef3 [2022-10-17T01:41:37.796Z] ---> 93c37d375c5b [2022-10-17T01:41:37.796Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T01:41:37.796Z] ---> Running in cd64bf1d269e [2022-10-17T01:41:37.796Z] Removing intermediate container cd64bf1d269e [2022-10-17T01:41:37.796Z] ---> aa5cb0308ca0 [2022-10-17T01:41:37.796Z] Step 23/25 : LABEL arch=arm64 [2022-10-17T01:41:37.796Z] ---> Running in a19fb250e95d [2022-10-17T01:41:37.796Z] Removing intermediate container a19fb250e95d [2022-10-17T01:41:37.796Z] ---> 87444072917a [2022-10-17T01:41:37.796Z] Step 24/25 : LABEL git_sha=828c5b54421745e9ff2685973fa7512273dacbf2 [2022-10-17T01:41:37.796Z] ---> Running in 9e80c6606923 [2022-10-17T01:41:37.796Z] Removing intermediate container 9e80c6606923 [2022-10-17T01:41:37.796Z] ---> f832fd7062ba [2022-10-17T01:41:37.796Z] Step 25/25 : LABEL version=0.0.0 [2022-10-17T01:41:37.796Z] ---> Running in d51982761e53 [2022-10-17T01:41:37.796Z] Removing intermediate container d51982761e53 [2022-10-17T01:41:37.796Z] ---> 5088d35e874d [2022-10-17T01:41:37.796Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-17T01:41:37.796Z] Successfully built 5088d35e874d [2022-10-17T01:41:37.796Z] 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-17T01:41:38.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-17T01:41:38.618Z] [2022-10-17T01:41:38.618Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:41:39.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-17T01:41:39.034Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-17T01:41:39.034Z] 8998bd30e6a1: Pulling fs layer [2022-10-17T01:41:39.034Z] 04944245beec: Pulling fs layer [2022-10-17T01:41:39.034Z] 699f458cf7ca: Pulling fs layer [2022-10-17T01:41:39.034Z] 765212b225bb: Pulling fs layer [2022-10-17T01:41:39.034Z] f23df028b6ca: Pulling fs layer [2022-10-17T01:41:39.034Z] d65c8cfc05b1: Pulling fs layer [2022-10-17T01:41:39.034Z] 2437ff75d9bd: Pulling fs layer [2022-10-17T01:41:39.034Z] f23df028b6ca: Waiting [2022-10-17T01:41:39.034Z] d65c8cfc05b1: Waiting [2022-10-17T01:41:39.034Z] 2437ff75d9bd: Waiting [2022-10-17T01:41:39.034Z] 765212b225bb: Waiting [2022-10-17T01:41:39.308Z] 04944245beec: Verifying Checksum [2022-10-17T01:41:39.308Z] 04944245beec: Download complete [2022-10-17T01:41:39.308Z] 765212b225bb: Verifying Checksum [2022-10-17T01:41:39.308Z] 765212b225bb: Download complete [2022-10-17T01:41:39.308Z] f23df028b6ca: Verifying Checksum [2022-10-17T01:41:39.308Z] f23df028b6ca: Download complete [2022-10-17T01:41:39.308Z] d65c8cfc05b1: Verifying Checksum [2022-10-17T01:41:39.308Z] d65c8cfc05b1: Download complete [2022-10-17T01:41:39.587Z] 699f458cf7ca: Verifying Checksum [2022-10-17T01:41:39.587Z] 699f458cf7ca: Download complete [2022-10-17T01:41:39.858Z] 8998bd30e6a1: Verifying Checksum [2022-10-17T01:41:39.858Z] 8998bd30e6a1: Download complete [2022-10-17T01:41:42.455Z] 2437ff75d9bd: Verifying Checksum [2022-10-17T01:41:42.455Z] 2437ff75d9bd: Download complete [2022-10-17T01:41:43.869Z] 8998bd30e6a1: Pull complete [2022-10-17T01:41:44.459Z] 04944245beec: Pull complete [2022-10-17T01:41:45.868Z] 699f458cf7ca: Pull complete [2022-10-17T01:41:45.868Z] 765212b225bb: Pull complete [2022-10-17T01:41:46.830Z] f23df028b6ca: Pull complete [2022-10-17T01:41:46.830Z] d65c8cfc05b1: Pull complete [2022-10-17T01:42:01.964Z] 2437ff75d9bd: Pull complete [2022-10-17T01:42:01.964Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-17T01:42:01.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-17T01:42:01.964Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T01:42:02.302Z] prd-ubuntu20.04-docker-arm64-4c-16g-7994 does not seem to be running inside a container [2022-10-17T01:42:02.383Z] $ 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-17T01:42:05.105Z] $ docker top 64cdb42e4bd82bf453bd6ee3b0818076b0d4195b349f4955296de17228a898bd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:42:06.074Z] ---> job-cost.sh [2022-10-17T01:42:06.074Z] lf-activate-venv: SKIPPING [2022-10-17T01:42:06.074Z] INFO: No Stack... [2022-10-17T01:42:06.341Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-17T01:42:07.306Z] INFO: Archiving Costs [Pipeline] sh [2022-10-17T01:42:07.979Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2022-10-17T01:42:07.979Z] + cut -d, -f6 [Pipeline] lock [2022-10-17T01:42:08.078Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] [2022-10-17T01:42:08.083Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] did not exist. Created. [2022-10-17T01:42:08.083Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-17T01:42:08.811Z] /w/workspace/device-mqtt-go/1@tmp/durable-a939f306/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-17T01:42:09.492Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-17T01:42:09.529Z] Warning: overwriting stash ‘stack-cost’ [2022-10-17T01:42:09.580Z] Stashed 1 file(s) [Pipeline] } [2022-10-17T01:42:09.595Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-17T01:42:09.665Z] $ docker stop --time=1 64cdb42e4bd82bf453bd6ee3b0818076b0d4195b349f4955296de17228a898bd [2022-10-17T01:42:11.217Z] $ docker rm -f 64cdb42e4bd82bf453bd6ee3b0818076b0d4195b349f4955296de17228a898bd [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-17T01:42:12.266Z] provisioning config files... [2022-10-17T01:42:12.273Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/config16432637424200159370tmp [Pipeline] { [Pipeline] sh [2022-10-17T01:42:12.621Z] + set +x [2022-10-17T01:42:12.622Z] + bash -s -- [2022-10-17T01:42:12.622Z] + curl -s https://codecov.io/bash [2022-10-17T01:42:12.622Z] [2022-10-17T01:42:12.622Z] _____ _ [2022-10-17T01:42:12.622Z] / ____| | | [2022-10-17T01:42:12.622Z] | | ___ __| | ___ ___ _____ __ [2022-10-17T01:42:12.622Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-17T01:42:12.622Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-17T01:42:12.622Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-17T01:42:12.622Z] Bash-1.0.6 [2022-10-17T01:42:12.622Z] [2022-10-17T01:42:12.622Z] [2022-10-17T01:42:12.622Z] ==> git version 2.25.1 found [2022-10-17T01:42:12.622Z] ==> 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-17T01:42:12.622Z] Release-Date: 2020-01-08 [2022-10-17T01:42:12.622Z] 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-17T01:42:12.622Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-17T01:42:12.622Z] ==> Jenkins CI detected. [2022-10-17T01:42:12.622Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-424 [2022-10-17T01:42:12.622Z] project root: . [2022-10-17T01:42:12.622Z] --> token set from env [2022-10-17T01:42:12.622Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-17T01:42:12.622Z] ==> Running gcov in . (disable via -X gcov) [2022-10-17T01:42:12.622Z] ==> Python coveragepy not found [2022-10-17T01:42:12.622Z] ==> Searching for coverage reports in: [2022-10-17T01:42:12.622Z] + . [2022-10-17T01:42:12.622Z] -> Found 1 reports [2022-10-17T01:42:12.622Z] ==> Detecting git/mercurial file structure [2022-10-17T01:42:12.622Z] ==> Reading reports [2022-10-17T01:42:12.622Z] + ./coverage.out bytes=17887 [2022-10-17T01:42:12.622Z] ==> Appending adjustments [2022-10-17T01:42:12.622Z] https://docs.codecov.io/docs/fixing-reports [2022-10-17T01:42:12.881Z] + Found adjustments [2022-10-17T01:42:12.881Z] ==> Gzipping contents [2022-10-17T01:42:12.881Z] 4.0K /tmp/codecov.7NRRnV.gz [2022-10-17T01:42:12.881Z] ==> Uploading reports [2022-10-17T01:42:12.881Z] url: https://codecov.io [2022-10-17T01:42:12.881Z] query: branch=PR-424&commit=828c5b54421745e9ff2685973fa7512273dacbf2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-424%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=424&job=&cmd_args= [2022-10-17T01:42:12.881Z] -> Pinging Codecov [2022-10-17T01:42:12.881Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-424&commit=828c5b54421745e9ff2685973fa7512273dacbf2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-424%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=424&job=&cmd_args= [2022-10-17T01:42:13.142Z] -> Uploading to [2022-10-17T01:42:13.142Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-17/7D719EC7BBE17E464838252E33014C33/828c5b54421745e9ff2685973fa7512273dacbf2/3ee8e739-356b-434b-b10a-15e137e0dd30.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221017%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221017T014213Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=386db0c4e2bc781291859fa9e863409abc668998a07b8e64c329449573ad86f3 [2022-10-17T01:42:13.142Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-17T01:42:13.142Z] Dload Upload Total Spent Left Speed [2022-10-17T01:42:13.402Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3208 0 0 100 3208 0 14070 --:--:-- --:--:-- --:--:-- 14008 [2022-10-17T01:42:13.402Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/828c5b54421745e9ff2685973fa7512273dacbf2 [Pipeline] } [2022-10-17T01:42:13.430Z] 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-17T01:42:15.272Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives ] [2022-10-17T01:42:15.272Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives [2022-10-17T01:42:15.272Z] total 16 [2022-10-17T01:42:15.272Z] drwxr-xr-x 3 root root 4096 Oct 17 01:33 . [2022-10-17T01:42:15.272Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 17 01:33 .. [2022-10-17T01:42:15.272Z] drwxr-xr-x 2 root root 4096 Oct 17 01:33 cost [2022-10-17T01:42:15.272Z] -rw-r--r-- 1 root root 86 Oct 17 01:33 cost.csv [2022-10-17T01:42:15.272Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives [2022-10-17T01:42:15.272Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives [2022-10-17T01:42:15.272Z] total 16 [2022-10-17T01:42:15.272Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 01:33 . [2022-10-17T01:42:15.272Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 17 01:33 .. [2022-10-17T01:42:15.272Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 01:33 cost [2022-10-17T01:42:15.272Z] -rw-r--r-- 1 jenkins jenkins 86 Oct 17 01:33 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:42:15.603Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:42:16.489Z] ---> package-listing.sh [2022-10-17T01:42:16.489Z] ++ facter osfamily [2022-10-17T01:42:16.489Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-17T01:42:16.747Z] + OS_FAMILY=debian [2022-10-17T01:42:16.747Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-424 [2022-10-17T01:42:16.747Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-17T01:42:16.747Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-17T01:42:16.747Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-17T01:42:16.747Z] + PACKAGES=/tmp/packages_start.txt [2022-10-17T01:42:16.747Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-424 ']' [2022-10-17T01:42:16.747Z] + PACKAGES=/tmp/packages_end.txt [2022-10-17T01:42:16.747Z] + case "${OS_FAMILY}" in [2022-10-17T01:42:16.747Z] + dpkg -l [2022-10-17T01:42:16.747Z] + grep '^ii' [2022-10-17T01:42:16.747Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-17T01:42:16.747Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-17T01:42:16.747Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-17T01:42:16.747Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-424 ']' [2022-10-17T01:42:16.747Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives/ [2022-10-17T01:42:16.747Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives/ [Pipeline] echo [2022-10-17T01:42:16.777Z] 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-424/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-17T01:42:17.070Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T01:42:17.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-17T01:42:17.689Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T01:42:17.824Z] prd-ubuntu20.04-docker-8c-8g-7991 does not seem to be running inside a container [2022-10-17T01:42:17.857Z] $ 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-424/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-424 -v /w/workspace/gexfoundry_device-mqtt-go_PR-424:/w/workspace/gexfoundry_device-mqtt-go_PR-424:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-424@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-17T01:42:18.058Z] $ docker top 434a4e3a348c0e6fb3d13daeda036c3b16af8a80e75b93cef4befe5c5fbfc106 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T01:42:18.440Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-17T01:42:18.752Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-17T01:42:19.064Z] + ls /var/log/sa-host [2022-10-17T01:42:19.065Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-17T01:42:19.210Z] provisioning config files... [2022-10-17T01:42:19.219Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/config13148759324904101059tmp [Pipeline] { [Pipeline] echo [2022-10-17T01:42:19.265Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:42:19.579Z] ---> create-netrc.sh [Pipeline] } [2022-10-17T01:42:19.601Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:42:20.003Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-17T01:42:20.038Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:42:20.348Z] ---> sudo-logs.sh [2022-10-17T01:42:20.348Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-17T01:42:20.426Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:42:20.736Z] ---> job-cost.sh [2022-10-17T01:42:20.736Z] lf-activate-venv: SKIPPING [2022-10-17T01:42:20.736Z] DEBUG: total: 0.2199999988079071 [2022-10-17T01:42:20.736Z] INFO: Retrieving Stack Cost... [2022-10-17T01:42:20.995Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-17T01:42:21.562Z] INFO: Archiving Costs [Pipeline] echo [2022-10-17T01:42:21.596Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-17T01:42:21.917Z] ---> logs-deploy.sh [2022-10-17T01:42:21.918Z] lf-activate-venv: SKIPPING [2022-10-17T01:42:21.918Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-424/1 [2022-10-17T01:42:21.918Z] INFO: archiving workspace using pattern(s): [2022-10-17T01:42:22.853Z] Archives upload complete. [2022-10-17T01:42:23.112Z] INFO: archiving logs to Nexus [2022-10-17T01:42:23.681Z] ---> uname -a: [2022-10-17T01:42:23.681Z] Linux prd-ubuntu20-04-docker-8c-8g-7991 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-17T01:42:23.681Z] [2022-10-17T01:42:23.681Z] [2022-10-17T01:42:23.681Z] ---> lscpu: [2022-10-17T01:42:23.681Z] Architecture: x86_64 [2022-10-17T01:42:23.681Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-17T01:42:23.681Z] Byte Order: Little Endian [2022-10-17T01:42:23.681Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-17T01:42:23.681Z] CPU(s): 8 [2022-10-17T01:42:23.681Z] On-line CPU(s) list: 0-7 [2022-10-17T01:42:23.681Z] Thread(s) per core: 1 [2022-10-17T01:42:23.681Z] Core(s) per socket: 1 [2022-10-17T01:42:23.681Z] Socket(s): 8 [2022-10-17T01:42:23.681Z] NUMA node(s): 1 [2022-10-17T01:42:23.681Z] Vendor ID: AuthenticAMD [2022-10-17T01:42:23.681Z] CPU family: 23 [2022-10-17T01:42:23.681Z] Model: 49 [2022-10-17T01:42:23.681Z] Model name: AMD EPYC-Rome Processor [2022-10-17T01:42:23.681Z] Stepping: 0 [2022-10-17T01:42:23.681Z] CPU MHz: 2799.998 [2022-10-17T01:42:23.681Z] BogoMIPS: 5599.99 [2022-10-17T01:42:23.681Z] Virtualization: AMD-V [2022-10-17T01:42:23.681Z] Hypervisor vendor: KVM [2022-10-17T01:42:23.681Z] Virtualization type: full [2022-10-17T01:42:23.681Z] L1d cache: 256 KiB [2022-10-17T01:42:23.681Z] L1i cache: 256 KiB [2022-10-17T01:42:23.681Z] L2 cache: 4 MiB [2022-10-17T01:42:23.681Z] L3 cache: 128 MiB [2022-10-17T01:42:23.681Z] NUMA node0 CPU(s): 0-7 [2022-10-17T01:42:23.681Z] Vulnerability Itlb multihit: Not affected [2022-10-17T01:42:23.681Z] Vulnerability L1tf: Not affected [2022-10-17T01:42:23.681Z] Vulnerability Mds: Not affected [2022-10-17T01:42:23.681Z] Vulnerability Meltdown: Not affected [2022-10-17T01:42:23.681Z] Vulnerability Mmio stale data: Not affected [2022-10-17T01:42:23.681Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-17T01:42:23.681Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-17T01:42:23.681Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-17T01:42:23.681Z] Vulnerability Srbds: Not affected [2022-10-17T01:42:23.681Z] Vulnerability Tsx async abort: Not affected [2022-10-17T01:42:23.681Z] 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-17T01:42:23.681Z] [2022-10-17T01:42:23.681Z] [2022-10-17T01:42:23.681Z] ---> nproc: [2022-10-17T01:42:23.681Z] 8 [2022-10-17T01:42:23.681Z] [2022-10-17T01:42:23.681Z] [2022-10-17T01:42:23.681Z] ---> df -h: [2022-10-17T01:42:23.681Z] Filesystem Size Used Avail Use% Mounted on [2022-10-17T01:42:23.681Z] overlay 155G 12G 144G 8% / [2022-10-17T01:42:23.681Z] tmpfs 64M 0 64M 0% /dev [2022-10-17T01:42:23.681Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-17T01:42:23.681Z] shm 64M 0 64M 0% /dev/shm [2022-10-17T01:42:23.681Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-10-17T01:42:23.681Z] [2022-10-17T01:42:23.681Z] [2022-10-17T01:42:23.681Z] ---> sar -b -r -n DEV: [2022-10-17T01:42:23.682Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7991) 10/17/22 _x86_64_ (8 CPU) [2022-10-17T01:42:23.682Z] [2022-10-17T01:42:23.682Z] 01:30:45 LINUX RESTART (8 CPU) [2022-10-17T01:42:23.682Z] [2022-10-17T01:42:23.682Z] 01:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-17T01:42:23.682Z] 01:32:02 200.43 47.81 152.62 0.00 5377.64 74188.30 0.00 [2022-10-17T01:42:23.682Z] 01:33:01 165.48 0.90 164.58 0.00 21.42 44525.06 0.00 [2022-10-17T01:42:23.682Z] 01:34:01 112.85 0.03 112.81 0.00 3.87 32977.30 0.00 [2022-10-17T01:42:23.682Z] 01:35:01 1.75 0.00 1.75 0.00 0.00 20.55 0.00 [2022-10-17T01:42:23.682Z] 01:36:01 39.18 9.33 29.85 0.00 2884.32 4783.74 0.00 [2022-10-17T01:42:23.682Z] 01:37:01 2.48 0.00 2.48 0.00 0.00 27.86 0.00 [2022-10-17T01:42:23.682Z] 01:38:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 [2022-10-17T01:42:23.682Z] 01:39:01 1.63 0.00 1.63 0.00 0.00 17.59 0.00 [2022-10-17T01:42:23.682Z] 01:40:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 [2022-10-17T01:42:23.682Z] 01:41:01 1.30 0.00 1.30 0.00 0.00 26.40 0.00 [2022-10-17T01:42:23.682Z] 01:42:01 1.30 0.00 1.30 0.00 0.00 13.73 0.00 [2022-10-17T01:42:23.682Z] Average: 47.86 5.29 42.57 0.00 754.48 14190.45 0.00 [2022-10-17T01:42:23.682Z] [2022-10-17T01:42:23.682Z] 01:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-17T01:42:23.682Z] 01:32:02 29178976 31590704 730008 2.22 75804 2609488 1974916 5.82 1000312 2349552 1860 [2022-10-17T01:42:23.682Z] 01:33:01 28211040 31411096 891124 2.71 135720 3268904 2338676 6.89 1417808 2809928 187056 [2022-10-17T01:42:23.682Z] 01:34:01 27855296 31590716 714336 2.17 145616 3751512 1739000 5.13 1196832 3343036 144 [2022-10-17T01:42:23.682Z] 01:35:01 27854588 31590128 714408 2.17 145648 3751504 1739000 5.13 1196960 3343036 44 [2022-10-17T01:42:23.682Z] 01:36:01 27562184 31572104 716768 2.18 164004 4000156 1786844 5.27 1356020 3454684 148 [2022-10-17T01:42:23.682Z] 01:37:01 27573512 31583452 705840 2.15 164064 4000160 1804444 5.32 1342996 3454640 12 [2022-10-17T01:42:23.682Z] 01:38:01 27576552 31586540 702736 2.14 164096 4000164 1804444 5.32 1338448 3454644 12 [2022-10-17T01:42:23.682Z] 01:39:01 27576744 31586932 702608 2.14 164152 4000164 1804444 5.32 1338388 3454812 44 [2022-10-17T01:42:23.682Z] 01:40:01 27576768 31587016 702528 2.14 164172 4000168 1804444 5.32 1338368 3454816 8 [2022-10-17T01:42:23.682Z] 01:41:01 27577160 31588140 701832 2.13 164260 4000256 1804444 5.32 1338052 3455464 180 [2022-10-17T01:42:23.682Z] 01:42:01 27576924 31587996 701928 2.13 164292 4000304 1804444 5.32 1338044 3455468 12 [2022-10-17T01:42:23.682Z] Average: 27829068 31570439 725829 2.21 150166 3762071 1855009 5.47 1291112 3275462 17229 [2022-10-17T01:42:23.682Z] [2022-10-17T01:42:23.682Z] 01:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-17T01:42:23.682Z] 01:32:02 lo 6.93 6.93 0.67 0.67 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:32:02 vethd4db90b 46.86 57.44 4.51 48.45 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:32:02 docker0 60.12 72.94 4.80 159.73 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:32:02 ens3 710.76 484.94 6544.38 96.07 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:33:01 veth42334e1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:33:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:33:01 docker0 112.47 146.96 8.45 1657.95 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:33:01 ens3 198.36 158.67 1701.73 104.37 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:34:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:34:01 docker0 2.40 5.05 0.16 57.95 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:34:01 ens3 118.38 75.10 2583.83 13.25 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:35:01 ens3 1.35 0.85 4.35 0.31 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:36:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:36:01 ens3 71.69 40.68 1298.58 3.21 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:37:01 ens3 0.52 0.30 0.10 0.08 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:38:01 ens3 0.12 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:39:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:40:01 ens3 0.63 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:41:01 ens3 0.78 0.50 0.36 0.28 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] 01:42:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] Average: lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] Average: docker0 15.76 20.26 1.21 168.25 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] Average: ens3 100.12 69.07 1102.12 19.66 0.00 0.00 0.00 0.00 [2022-10-17T01:42:23.682Z] [2022-10-17T01:42:23.682Z] [2022-10-17T01:42:23.682Z] ---> sar -P ALL: [2022-10-17T01:42:23.682Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7991) 10/17/22 _x86_64_ (8 CPU) [2022-10-17T01:42:23.682Z] [2022-10-17T01:42:23.682Z] 01:30:45 LINUX RESTART (8 CPU) [2022-10-17T01:42:23.682Z] [2022-10-17T01:42:23.682Z] 01:31:01 CPU %user %nice %system %iowait %steal %idle [2022-10-17T01:42:23.682Z] 01:32:02 all 9.69 0.00 3.52 2.19 0.06 84.54 [2022-10-17T01:42:23.682Z] 01:32:02 0 7.82 0.00 4.57 1.85 0.05 85.70 [2022-10-17T01:42:23.682Z] 01:32:02 1 10.41 0.00 2.65 0.44 0.05 86.45 [2022-10-17T01:42:23.682Z] 01:32:02 2 10.96 0.00 3.75 12.81 0.07 72.42 [2022-10-17T01:42:23.682Z] 01:32:02 3 9.90 0.00 3.93 0.69 0.07 85.41 [2022-10-17T01:42:23.682Z] 01:32:02 4 9.50 0.00 3.09 0.56 0.05 86.79 [2022-10-17T01:42:23.682Z] 01:32:02 5 10.09 0.00 4.07 0.34 0.05 85.45 [2022-10-17T01:42:23.682Z] 01:32:02 6 9.37 0.00 2.46 0.38 0.05 87.73 [2022-10-17T01:42:23.682Z] 01:32:02 7 9.48 0.00 3.60 0.52 0.07 86.33 [2022-10-17T01:42:23.682Z] 01:33:01 all 31.05 0.00 5.94 1.88 0.08 61.05 [2022-10-17T01:42:23.682Z] 01:33:01 0 31.45 0.00 6.72 5.14 0.09 56.59 [2022-10-17T01:42:23.682Z] 01:33:01 1 32.50 0.00 5.83 1.56 0.09 60.03 [2022-10-17T01:42:23.682Z] 01:33:01 2 30.68 0.00 5.40 0.10 0.07 63.75 [2022-10-17T01:42:23.682Z] 01:33:01 3 31.34 0.00 6.03 2.12 0.07 60.44 [2022-10-17T01:42:23.682Z] 01:33:01 4 30.82 0.00 5.86 0.45 0.07 62.80 [2022-10-17T01:42:23.682Z] 01:33:01 5 31.11 0.00 6.20 0.24 0.07 62.38 [2022-10-17T01:42:23.682Z] 01:33:01 6 30.60 0.00 5.53 4.96 0.07 58.84 [2022-10-17T01:42:23.682Z] 01:33:01 7 29.90 0.00 5.98 0.46 0.09 63.57 [2022-10-17T01:42:23.682Z] 01:34:01 all 9.26 0.00 2.25 1.57 0.04 86.88 [2022-10-17T01:42:23.682Z] 01:34:01 0 8.84 0.00 2.01 0.02 0.03 89.10 [2022-10-17T01:42:23.682Z] 01:34:01 1 9.62 0.00 2.33 4.81 0.03 83.20 [2022-10-17T01:42:23.682Z] 01:34:01 2 9.17 0.00 2.43 0.64 0.03 87.73 [2022-10-17T01:42:23.682Z] 01:34:01 3 8.74 0.00 1.83 2.33 0.03 87.07 [2022-10-17T01:42:23.682Z] 01:34:01 4 8.88 0.00 2.29 0.84 0.03 87.96 [2022-10-17T01:42:23.682Z] 01:34:01 5 9.06 0.00 2.74 3.51 0.03 84.66 [2022-10-17T01:42:23.682Z] 01:34:01 6 10.94 0.00 2.16 0.10 0.03 86.76 [2022-10-17T01:42:23.682Z] 01:34:01 7 8.85 0.00 2.22 0.27 0.07 88.59 [2022-10-17T01:42:23.682Z] 01:35:01 all 0.03 0.00 0.02 0.01 0.00 99.95 [2022-10-17T01:42:23.682Z] 01:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-17T01:42:23.682Z] 01:35:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2022-10-17T01:42:23.682Z] 01:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-17T01:42:23.682Z] 01:35:01 3 0.00 0.00 0.03 0.03 0.00 99.93 [2022-10-17T01:42:23.682Z] 01:35:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-17T01:42:23.682Z] 01:35:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-17T01:42:23.682Z] 01:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.682Z] 01:35:01 7 0.08 0.00 0.02 0.00 0.02 99.88 [2022-10-17T01:42:23.682Z] 01:36:01 all 1.37 0.00 0.80 0.37 0.01 97.44 [2022-10-17T01:42:23.682Z] 01:36:01 0 1.32 0.00 0.83 0.68 0.02 97.15 [2022-10-17T01:42:23.682Z] 01:36:01 1 1.20 0.00 0.35 0.03 0.02 98.40 [2022-10-17T01:42:23.682Z] 01:36:01 2 3.41 0.00 0.83 0.03 0.02 95.71 [2022-10-17T01:42:23.682Z] 01:36:01 3 1.52 0.00 0.77 1.18 0.02 96.51 [2022-10-17T01:42:23.682Z] 01:36:01 4 0.90 0.00 0.53 0.42 0.00 98.15 [2022-10-17T01:42:23.682Z] 01:36:01 5 0.57 0.00 1.18 0.02 0.02 98.22 [2022-10-17T01:42:23.682Z] 01:36:01 6 1.35 0.00 0.85 0.33 0.00 97.46 [2022-10-17T01:42:23.682Z] 01:36:01 7 0.70 0.00 1.07 0.27 0.02 97.94 [2022-10-17T01:42:23.682Z] 01:37:01 all 0.18 0.00 0.01 0.02 0.00 99.78 [2022-10-17T01:42:23.682Z] 01:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-17T01:42:23.682Z] 01:37:01 1 1.29 0.00 0.03 0.00 0.00 98.68 [2022-10-17T01:42:23.682Z] 01:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.682Z] 01:37:01 3 0.03 0.00 0.00 0.10 0.00 99.87 [2022-10-17T01:42:23.682Z] 01:37:01 4 0.03 0.00 0.02 0.08 0.02 99.85 [2022-10-17T01:42:23.682Z] 01:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-17T01:42:23.682Z] 01:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-17T01:42:23.682Z] 01:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.682Z] 01:38:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-17T01:42:23.682Z] 01:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-17T01:42:23.682Z] 01:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-17T01:42:23.682Z] 01:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.682Z] 01:38:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2022-10-17T01:42:23.682Z] 01:38:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-17T01:42:23.682Z] 01:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-17T01:42:23.682Z] 01:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.682Z] 01:38:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-17T01:42:23.683Z] 01:39:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-10-17T01:42:23.683Z] 01:39:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2022-10-17T01:42:23.683Z] 01:39:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-17T01:42:23.683Z] 01:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-17T01:42:23.683Z] 01:39:01 3 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-17T01:42:23.683Z] 01:39:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-17T01:42:23.683Z] 01:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.683Z] 01:39:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-17T01:42:23.683Z] 01:39:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-17T01:42:23.683Z] 01:40:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2022-10-17T01:42:23.683Z] 01:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-17T01:42:23.683Z] 01:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-17T01:42:23.683Z] 01:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.683Z] 01:40:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-17T01:42:23.683Z] 01:40:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-17T01:42:23.683Z] 01:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.683Z] 01:40:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-17T01:42:23.683Z] 01:40:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-17T01:42:23.683Z] 01:41:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-10-17T01:42:23.683Z] 01:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-17T01:42:23.683Z] 01:41:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-17T01:42:23.683Z] 01:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-17T01:42:23.683Z] 01:41:01 3 0.05 0.00 0.03 0.05 0.00 99.87 [2022-10-17T01:42:23.683Z] 01:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-17T01:42:23.683Z] 01:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.683Z] 01:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.683Z] 01:41:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-17T01:42:23.683Z] 01:42:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-17T01:42:23.683Z] 01:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-17T01:42:23.683Z] 01:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-17T01:42:23.683Z] 01:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.683Z] 01:42:01 3 0.05 0.00 0.00 0.02 0.02 99.92 [2022-10-17T01:42:23.683Z] 01:42:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-17T01:42:23.683Z] 01:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-17T01:42:23.683Z] 01:42:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-17T01:42:23.683Z] 01:42:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-17T01:42:23.683Z] [2022-10-17T01:42:23.683Z] Average: CPU %user %nice %system %iowait %steal %idle [2022-10-17T01:42:23.683Z] Average: all 4.62 0.00 1.13 0.55 0.02 93.68 [2022-10-17T01:42:23.683Z] Average: 0 4.44 0.00 1.28 0.69 0.02 93.57 [2022-10-17T01:42:23.683Z] Average: 1 4.95 0.00 1.01 0.62 0.02 93.40 [2022-10-17T01:42:23.683Z] Average: 2 4.87 0.00 1.11 1.22 0.02 92.78 [2022-10-17T01:42:23.683Z] Average: 3 4.63 0.00 1.14 0.59 0.02 93.63 [2022-10-17T01:42:23.683Z] Average: 4 4.48 0.00 1.06 0.21 0.02 94.22 [2022-10-17T01:42:23.683Z] Average: 5 4.56 0.00 1.28 0.37 0.02 93.78 [2022-10-17T01:42:23.683Z] Average: 6 4.68 0.00 0.99 0.51 0.02 93.80 [2022-10-17T01:42:23.683Z] Average: 7 4.39 0.00 1.16 0.14 0.02 94.29 [2022-10-17T01:42:23.683Z] [2022-10-17T01:42:23.683Z] [2022-10-17T01:42:23.683Z]