Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d49a116a4400a5a79f2ee23114687d65ed5c637c Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-383’ Running on prd-centos7-docker-4c-2g-385 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d49a116a4400a5a79f2ee23114687d65ed5c637c (master) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d49a116a4400a5a79f2ee23114687d65ed5c637c # timeout=10 Commit message: "Merge pull request #185 from hahattan/issue-184" > git rev-list --no-walk da362e705d612364b9ef4673b63e3c918421e784 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-16T04:18:27.146Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-16T04:18:27.244Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-16T04:18:27.273Z] ========================================================= [2021-04-16T04:18:27.273Z] EdgeX Global Pipelines Version Info [2021-04-16T04:18:27.273Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:18:28.836Z] ------------------- [2021-04-16T04:18:28.836Z] stable info: [2021-04-16T04:18:28.836Z] ------------------- [2021-04-16T04:18:28.836Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-16T04:18:28.836Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-16T04:18:28.836Z] Message: update stable to v1.0.186 [2021-04-16T04:18:29.789Z] ------------------- [2021-04-16T04:18:29.789Z] experimental info: [2021-04-16T04:18:29.789Z] ------------------- [2021-04-16T04:18:29.789Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-16T04:18:29.789Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-16T04:18:29.789Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-16T04:18:29.923Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-04-16T04:18:29.947Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-04-16T04:18:29.971Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-16T04:18:29.994Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-16T04:18:30.017Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-16T04:18:30.055Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-16T04:18:30.080Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-16T04:18:30.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-16T04:18:30.139Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-16T04:18:30.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-16T04:18:30.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-16T04:18:30.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-04-16T04:18:30.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-16T04:18:30.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-16T04:18:30.315Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-16T04:18:30.367Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-16T04:18:30.390Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-16T04:18:30.412Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-16T04:18:30.434Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-16T04:18:30.457Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-16T04:18:30.497Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-16T04:18:30.525Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-16T04:18:30.549Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-16T04:18:30.579Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-16T04:18:30.603Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-16T04:18:30.646Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-16T04:18:30.674Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-16T04:18:30.697Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-16T04:18:30.722Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-16T04:18:30.744Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d49a116a4400a5a79f2ee23114687d65ed5c637c [Pipeline] echo [2021-04-16T04:18:30.787Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d49a116 [Pipeline] echo [2021-04-16T04:18:30.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T04:18:30.879Z] provisioning config files... [2021-04-16T04:18:30.926Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2166515369672882777tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:18:31.249Z] ---> docker-login.sh [2021-04-16T04:18:31.249Z] nexus3.edgexfoundry.org:10001 [2021-04-16T04:18:31.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:18:31.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:18:31.780Z] Configure a credential helper to remove this warning. See [2021-04-16T04:18:31.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:18:31.780Z] [2021-04-16T04:18:31.780Z] Login Succeeded [2021-04-16T04:18:31.780Z] nexus3.edgexfoundry.org:10002 [2021-04-16T04:18:31.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:18:32.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:18:32.044Z] Configure a credential helper to remove this warning. See [2021-04-16T04:18:32.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:18:32.044Z] [2021-04-16T04:18:32.044Z] Login Succeeded [2021-04-16T04:18:32.044Z] nexus3.edgexfoundry.org:10003 [2021-04-16T04:18:32.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:18:32.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:18:32.044Z] Configure a credential helper to remove this warning. See [2021-04-16T04:18:32.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:18:32.044Z] [2021-04-16T04:18:32.044Z] Login Succeeded [2021-04-16T04:18:32.044Z] nexus3.edgexfoundry.org:10004 [2021-04-16T04:18:32.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:18:32.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:18:32.307Z] Configure a credential helper to remove this warning. See [2021-04-16T04:18:32.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:18:32.307Z] [2021-04-16T04:18:32.307Z] Login Succeeded [2021-04-16T04:18:32.307Z] docker.io [2021-04-16T04:18:32.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:18:32.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:18:32.835Z] Configure a credential helper to remove this warning. See [2021-04-16T04:18:32.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:18:32.835Z] [2021-04-16T04:18:32.835Z] Login Succeeded [2021-04-16T04:18:32.835Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T04:18:32.845Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T04:18:33.307Z] + git log --format=format:%s -1 d49a116a4400a5a79f2ee23114687d65ed5c637c [Pipeline] echo [2021-04-16T04:18:33.392Z] GIT_COMMIT: d49a116a4400a5a79f2ee23114687d65ed5c637c, Commit Message: Merge pull request #185 from hahattan/issue-184 [Pipeline] echo [2021-04-16T04:18:33.425Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:18:33.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:18:33.976Z] [2021-04-16T04:18:33.976Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:18:34.296Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:18:34.296Z] latest: Pulling from edgex-devops/git-semver [2021-04-16T04:18:34.296Z] 31603596830f: Pulling fs layer [2021-04-16T04:18:34.296Z] 2a8b12db71e7: Pulling fs layer [2021-04-16T04:18:34.296Z] 6ca5941a6612: Pulling fs layer [2021-04-16T04:18:34.296Z] ecc8261a40a4: Pulling fs layer [2021-04-16T04:18:34.296Z] ecc8261a40a4: Waiting [2021-04-16T04:18:34.296Z] 2a8b12db71e7: Verifying Checksum [2021-04-16T04:18:34.296Z] 2a8b12db71e7: Download complete [2021-04-16T04:18:34.562Z] 31603596830f: Verifying Checksum [2021-04-16T04:18:34.562Z] 31603596830f: Download complete [2021-04-16T04:18:34.562Z] ecc8261a40a4: Verifying Checksum [2021-04-16T04:18:34.562Z] ecc8261a40a4: Download complete [2021-04-16T04:18:34.562Z] 6ca5941a6612: Verifying Checksum [2021-04-16T04:18:34.562Z] 6ca5941a6612: Download complete [2021-04-16T04:18:34.825Z] 31603596830f: Pull complete [2021-04-16T04:18:35.089Z] 2a8b12db71e7: Pull complete [2021-04-16T04:18:36.039Z] 6ca5941a6612: Pull complete [2021-04-16T04:18:36.039Z] ecc8261a40a4: Pull complete [2021-04-16T04:18:36.039Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-16T04:18:36.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:18:36.302Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-16T04:18:36.420Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2021-04-16T04:18:36.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-16T04:18:38.588Z] $ docker top a9990137dd06f6d0a95391645749d250a441aa5cc6153245ba748104a0094f14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T04:18:38.734Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T04:18:38.734Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T04:18:38.962Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T04:18:38.966Z] $ docker exec a9990137dd06f6d0a95391645749d250a441aa5cc6153245ba748104a0094f14 ssh-agent [2021-04-16T04:18:39.139Z] SSH_AUTH_SOCK=/tmp/ssh-pgP4louHvHDJ/agent.11 [2021-04-16T04:18:39.139Z] SSH_AGENT_PID=16 [2021-04-16T04:18:39.152Z] Running ssh-add (command line suppressed) [2021-04-16T04:18:39.274Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3390026896426908859.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3390026896426908859.key) [2021-04-16T04:18:39.325Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T04:18:39.629Z] + git tag --points-at HEAD [Pipeline] } [2021-04-16T04:18:39.652Z] $ docker exec --env ******** --env ******** a9990137dd06f6d0a95391645749d250a441aa5cc6153245ba748104a0094f14 ssh-agent -k [2021-04-16T04:18:39.769Z] unset SSH_AUTH_SOCK; [2021-04-16T04:18:39.770Z] unset SSH_AGENT_PID; [2021-04-16T04:18:39.770Z] echo Agent pid 16 killed; [2021-04-16T04:18:39.822Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-16T04:18:39.881Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T04:18:39.881Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T04:18:40.049Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T04:18:40.053Z] $ docker exec a9990137dd06f6d0a95391645749d250a441aa5cc6153245ba748104a0094f14 ssh-agent [2021-04-16T04:18:40.219Z] SSH_AUTH_SOCK=/tmp/ssh-kJrGgTnxmTXW/agent.45 [2021-04-16T04:18:40.219Z] SSH_AGENT_PID=51 [2021-04-16T04:18:40.226Z] Running ssh-add (command line suppressed) [2021-04-16T04:18:40.345Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6891312972802492118.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6891312972802492118.key) [2021-04-16T04:18:40.397Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T04:18:40.704Z] + git semver init [2021-04-16T04:18:40.704Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T04:18:40.704Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-16T04:18:40.704Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-16T04:18:40.704Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T04:18:40.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T04:18:40.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T04:18:40.704Z] # $SEMVER_BRANCH = master [2021-04-16T04:18:40.704Z] # $SEMVER_TEMP = /tmp/semver-951961098 [2021-04-16T04:18:40.704Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-04-16T04:18:41.281Z] # '/tmp/semver-951961098' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-04-16T04:18:41.281Z] # -> Force: false [2021-04-16T04:18:41.281Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-04-16T04:18:41.300Z] $ docker exec --env ******** --env ******** a9990137dd06f6d0a95391645749d250a441aa5cc6153245ba748104a0094f14 ssh-agent -k [2021-04-16T04:18:41.420Z] unset SSH_AUTH_SOCK; [2021-04-16T04:18:41.420Z] unset SSH_AGENT_PID; [2021-04-16T04:18:41.421Z] echo Agent pid 51 killed; [2021-04-16T04:18:41.472Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T04:18:41.808Z] + git semver [Pipeline] } [2021-04-16T04:18:41.827Z] $ docker stop --time=1 a9990137dd06f6d0a95391645749d250a441aa5cc6153245ba748104a0094f14 [2021-04-16T04:18:43.364Z] $ docker rm -f a9990137dd06f6d0a95391645749d250a441aa5cc6153245ba748104a0094f14 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T04:18:43.852Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-16T04:18:44.220Z] Stashed 1 file(s) [Pipeline] echo [2021-04-16T04:18:44.224Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.8 [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] node [Pipeline] node [2021-04-16T04:18:59.404Z] Still waiting to schedule task [2021-04-16T04:18:59.404Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-16T04:18:59.407Z] Still waiting to schedule task [2021-04-16T04:18:59.408Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-384’ [2021-04-16T04:20:52.507Z] Running on prd-centos7-docker-4c-2g-387 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-04-16T04:20:52.522Z] Running in /w/workspace/device-virtual-go/47 [Pipeline] { [Pipeline] checkout [2021-04-16T04:20:55.424Z] using credential edgex-jenkins-ssh [2021-04-16T04:20:55.441Z] Cloning the remote Git repository [2021-04-16T04:20:55.473Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-16T04:20:55.541Z] > git init /w/workspace/device-virtual-go/47 # timeout=10 [2021-04-16T04:20:55.610Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-16T04:20:55.611Z] > git --version # timeout=10 [2021-04-16T04:20:55.622Z] > git --version # 'git version 2.24.3' [2021-04-16T04:20:55.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T04:20:55.666Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T04:20:56.730Z] Checking out Revision d49a116a4400a5a79f2ee23114687d65ed5c637c (master) [2021-04-16T04:20:56.262Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-16T04:20:56.281Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T04:20:56.304Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-16T04:20:56.322Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-16T04:20:56.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T04:20:56.330Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T04:20:56.737Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T04:20:56.746Z] > git checkout -f d49a116a4400a5a79f2ee23114687d65ed5c637c # timeout=10 [2021-04-16T04:21:00.417Z] Commit message: "Merge pull request #185 from hahattan/issue-184" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T04:21:01.437Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-16T04:21:01.770Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T04:21:02.074Z] + sudo service docker restart [2021-04-16T04:21:02.074Z] + true [2021-04-16T04:21:02.074Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T04:21:03.056Z] provisioning config files... [2021-04-16T04:21:03.099Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/47@tmp/config6530984424644353134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:21:03.444Z] ---> docker-login.sh [2021-04-16T04:21:03.444Z] nexus3.edgexfoundry.org:10001 [2021-04-16T04:21:03.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:21:03.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:21:03.708Z] Configure a credential helper to remove this warning. See [2021-04-16T04:21:03.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:21:03.708Z] [2021-04-16T04:21:03.708Z] Login Succeeded [2021-04-16T04:21:03.708Z] nexus3.edgexfoundry.org:10002 [2021-04-16T04:21:03.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:21:03.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:21:03.972Z] Configure a credential helper to remove this warning. See [2021-04-16T04:21:03.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:21:03.972Z] [2021-04-16T04:21:03.972Z] Login Succeeded [2021-04-16T04:21:03.972Z] nexus3.edgexfoundry.org:10003 [2021-04-16T04:21:04.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:21:04.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:21:04.234Z] Configure a credential helper to remove this warning. See [2021-04-16T04:21:04.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:21:04.234Z] [2021-04-16T04:21:04.234Z] Login Succeeded [2021-04-16T04:21:04.234Z] nexus3.edgexfoundry.org:10004 [2021-04-16T04:21:04.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:21:04.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:21:04.499Z] Configure a credential helper to remove this warning. See [2021-04-16T04:21:04.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:21:04.499Z] [2021-04-16T04:21:04.499Z] Login Succeeded [2021-04-16T04:21:04.499Z] docker.io [2021-04-16T04:21:04.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:21:04.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:21:04.775Z] Configure a credential helper to remove this warning. See [2021-04-16T04:21:04.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:21:04.775Z] [2021-04-16T04:21:04.775Z] Login Succeeded [2021-04-16T04:21:04.775Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T04:21:04.787Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-16T04:21:04.992Z] ========================================================= [2021-04-16T04:21:04.992Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-16T04:21:04.992Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:21:05.301Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-16T04:21:05.301Z] Sending build context to Docker daemon 501.8kB [2021-04-16T04:21:05.301Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T04:21:05.301Z] Step 2/8 : FROM ${BASE} [2021-04-16T04:21:05.301Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-16T04:21:05.301Z] 188c0c94c7c5: Pulling fs layer [2021-04-16T04:21:05.301Z] 0ef7d3d256c8: Pulling fs layer [2021-04-16T04:21:05.301Z] de9db76c5a1d: Pulling fs layer [2021-04-16T04:21:05.301Z] bca2f99d35d6: Pulling fs layer [2021-04-16T04:21:05.301Z] 93359f2a8cfa: Pulling fs layer [2021-04-16T04:21:05.301Z] 7c6f9722023f: Pulling fs layer [2021-04-16T04:21:05.301Z] a35cf1a2eb13: Pulling fs layer [2021-04-16T04:21:05.301Z] 93359f2a8cfa: Waiting [2021-04-16T04:21:05.301Z] 7c6f9722023f: Waiting [2021-04-16T04:21:05.301Z] a35cf1a2eb13: Waiting [2021-04-16T04:21:05.301Z] bca2f99d35d6: Waiting [2021-04-16T04:21:05.571Z] de9db76c5a1d: Verifying Checksum [2021-04-16T04:21:05.571Z] de9db76c5a1d: Download complete [2021-04-16T04:21:05.571Z] 0ef7d3d256c8: Verifying Checksum [2021-04-16T04:21:05.571Z] 0ef7d3d256c8: Download complete [2021-04-16T04:21:05.571Z] 93359f2a8cfa: Verifying Checksum [2021-04-16T04:21:05.571Z] 93359f2a8cfa: Download complete [2021-04-16T04:21:05.571Z] 7c6f9722023f: Verifying Checksum [2021-04-16T04:21:05.571Z] 7c6f9722023f: Download complete [2021-04-16T04:21:05.571Z] 188c0c94c7c5: Verifying Checksum [2021-04-16T04:21:05.571Z] 188c0c94c7c5: Download complete [2021-04-16T04:21:05.835Z] 188c0c94c7c5: Pull complete [2021-04-16T04:21:06.098Z] 0ef7d3d256c8: Pull complete [2021-04-16T04:21:06.098Z] de9db76c5a1d: Pull complete [2021-04-16T04:21:10.335Z] a35cf1a2eb13: Verifying Checksum [2021-04-16T04:21:10.336Z] a35cf1a2eb13: Download complete [2021-04-16T04:21:10.917Z] bca2f99d35d6: Verifying Checksum [2021-04-16T04:21:10.917Z] bca2f99d35d6: Download complete [2021-04-16T04:21:16.293Z] bca2f99d35d6: Pull complete [2021-04-16T04:21:16.293Z] 93359f2a8cfa: Pull complete [2021-04-16T04:21:16.293Z] 7c6f9722023f: Pull complete [2021-04-16T04:21:21.620Z] a35cf1a2eb13: Pull complete [2021-04-16T04:21:21.620Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-16T04:21:21.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-16T04:21:21.620Z] ---> a62c8e92a672 [2021-04-16T04:21:21.620Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-16T04:21:22.200Z] ---> Running in a8aeb0b0c25a [2021-04-16T04:21:22.200Z] Removing intermediate container a8aeb0b0c25a [2021-04-16T04:21:22.200Z] ---> d6629c13732d [2021-04-16T04:21:22.200Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:21:22.468Z] ---> Running in d2bc69f4c8f0 [2021-04-16T04:21:23.423Z] Removing intermediate container d2bc69f4c8f0 [2021-04-16T04:21:23.423Z] ---> 705deacdf9d6 [2021-04-16T04:21:23.423Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-16T04:21:23.686Z] ---> Running in 06097e079ead [2021-04-16T04:21:24.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T04:21:25.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T04:21:25.812Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-16T04:21:25.812Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-16T04:21:25.812Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-16T04:21:25.812Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-16T04:21:26.076Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-16T04:21:26.076Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-16T04:21:26.076Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-16T04:21:26.355Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-16T04:21:26.621Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-16T04:21:26.621Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-16T04:21:26.621Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-16T04:21:26.883Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-16T04:21:26.883Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-16T04:21:26.883Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T04:21:26.883Z] OK: 173 MiB in 52 packages [2021-04-16T04:21:27.836Z] Removing intermediate container 06097e079ead [2021-04-16T04:21:27.836Z] ---> f07792a01f30 [2021-04-16T04:21:27.836Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-16T04:21:27.836Z] ---> Running in 9a71bdc1c1c6 [2021-04-16T04:21:28.098Z] Removing intermediate container 9a71bdc1c1c6 [2021-04-16T04:21:28.098Z] ---> dde1d3b98ad6 [2021-04-16T04:21:28.098Z] Step 7/8 : COPY . . [2021-04-16T04:21:28.671Z] ---> 188b55ba2b26 [2021-04-16T04:21:28.671Z] Step 8/8 : RUN go mod download [2021-04-16T04:21:28.938Z] ---> Running in 9ffbbf4ae4e0 [2021-04-16T04:21:55.593Z] Removing intermediate container 9ffbbf4ae4e0 [2021-04-16T04:21:55.593Z] ---> 7dcf9b7d4a05 [2021-04-16T04:21:55.593Z] Successfully built 7dcf9b7d4a05 [2021-04-16T04:21:55.593Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:21:55.914Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T04:21:55.914Z] . [Pipeline] withDockerContainer [2021-04-16T04:21:56.037Z] prd-centos7-docker-4c-2g-387 does not seem to be running inside a container [2021-04-16T04:21:56.090Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/47 -v /w/workspace/device-virtual-go/47:/w/workspace/device-virtual-go/47:rw,z -v /w/workspace/device-virtual-go/47@tmp:/w/workspace/device-virtual-go/47@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 ******** ci-base-image-x86_64 cat [2021-04-16T04:21:57.005Z] $ docker top f3a69eddb62d4e76a5ef4395d90c1c598a530b0b9e7e3e7b0eaa71dc7cf5a43a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T04:21:57.443Z] + go version [2021-04-16T04:21:57.444Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-16T04:21:57.458Z] $ docker stop --time=1 f3a69eddb62d4e76a5ef4395d90c1c598a530b0b9e7e3e7b0eaa71dc7cf5a43a [2021-04-16T04:21:58.811Z] $ docker rm -f f3a69eddb62d4e76a5ef4395d90c1c598a530b0b9e7e3e7b0eaa71dc7cf5a43a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:21:59.373Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T04:21:59.373Z] . [Pipeline] withDockerContainer [2021-04-16T04:21:59.475Z] prd-centos7-docker-4c-2g-387 does not seem to be running inside a container [2021-04-16T04:21:59.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/47 -v /w/workspace/device-virtual-go/47:/w/workspace/device-virtual-go/47:rw,z -v /w/workspace/device-virtual-go/47@tmp:/w/workspace/device-virtual-go/47@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 ******** ci-base-image-x86_64 cat [2021-04-16T04:22:00.100Z] $ docker top a06a531c4be4194c6fc9ee9403e0ef78291c5413869232c64258233201e045cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T04:22:00.521Z] + make test [2021-04-16T04:22:00.521Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-16T04:22:01.934Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-16T04:22:16.379Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-388 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-04-16T04:22:16.398Z] Running in /w/workspace/device-virtual-go/47 [Pipeline] { [Pipeline] checkout [2021-04-16T04:22:21.922Z] using credential edgex-jenkins-ssh [2021-04-16T04:22:21.942Z] Cloning the remote Git repository [2021-04-16T04:22:21.996Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-16T04:22:22.098Z] > git init /w/workspace/device-virtual-go/47 # timeout=10 [2021-04-16T04:22:22.173Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-16T04:22:22.174Z] > git --version # timeout=10 [2021-04-16T04:22:22.192Z] > git --version # 'git version 2.17.1' [2021-04-16T04:22:22.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T04:22:22.246Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T04:22:23.654Z] Checking out Revision d49a116a4400a5a79f2ee23114687d65ed5c637c (master) [2021-04-16T04:22:23.125Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-16T04:22:23.143Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T04:22:23.173Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-16T04:22:23.202Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-16T04:22:23.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T04:22:23.215Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T04:22:23.675Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T04:22:23.694Z] > git checkout -f d49a116a4400a5a79f2ee23114687d65ed5c637c # timeout=10 [2021-04-16T04:22:24.142Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-16T04:22:24.142Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.332s coverage: 63.8% of statements [2021-04-16T04:22:24.142Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-16T04:22:25.684Z] gofmt -l . [2021-04-16T04:22:25.684Z] [ "`gofmt -l .`" = "" ] [2021-04-16T04:22:25.684Z] ./bin/test-attribution-txt.sh [2021-04-16T04:22:27.092Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-16T04:22:27.108Z] $ docker stop --time=1 a06a531c4be4194c6fc9ee9403e0ef78291c5413869232c64258233201e045cc [2021-04-16T04:22:27.864Z] Commit message: "Merge pull request #185 from hahattan/issue-184" [2021-04-16T04:22:28.897Z] $ docker rm -f a06a531c4be4194c6fc9ee9403e0ef78291c5413869232c64258233201e045cc [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T04:22:29.461Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-16T04:22:30.328Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-04-16T04:22:30.380Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [2021-04-16T04:22:30.757Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2021-04-16T04:22:32.852Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-16T04:22:32.921Z] + sudo service docker+ restart [2021-04-16T04:22:32.921Z] true [2021-04-16T04:22:33.150Z] + ls -al . [2021-04-16T04:22:33.150Z] total 132 [2021-04-16T04:22:33.150Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 16 04:22 . [2021-04-16T04:22:33.150Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 16 04:20 .. [2021-04-16T04:22:33.150Z] -rw-rw-r--. 1 jenkins jenkins 8039 Apr 16 04:20 Attribution.txt [2021-04-16T04:22:33.150Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 16 04:20 bin [2021-04-16T04:22:33.150Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 16 04:20 cmd [2021-04-16T04:22:33.150Z] -rw-r--r--. 1 jenkins jenkins 47247 Apr 16 04:22 coverage.out [2021-04-16T04:22:33.150Z] -rw-rw-r--. 1 jenkins jenkins 1905 Apr 16 04:20 Dockerfile [2021-04-16T04:22:33.150Z] -rw-rw-r--. 1 jenkins jenkins 998 Apr 16 04:20 Dockerfile.build [2021-04-16T04:22:33.150Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 16 04:21 .git [2021-04-16T04:22:33.150Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 16 04:20 .github [2021-04-16T04:22:33.150Z] -rw-rw-r--. 1 jenkins jenkins 277 Apr 16 04:20 .gitignore [2021-04-16T04:22:33.150Z] -rw-r--r--. 1 jenkins jenkins 809 Apr 16 04:22 go.mod [2021-04-16T04:22:33.150Z] -rw-r--r--. 1 jenkins jenkins 23363 Apr 16 04:22 go.sum [2021-04-16T04:22:33.150Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 16 04:20 internal [2021-04-16T04:22:33.150Z] -rw-rw-r--. 1 jenkins jenkins 660 Apr 16 04:20 Jenkinsfile [2021-04-16T04:22:33.150Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 16 04:20 LICENSE [2021-04-16T04:22:33.150Z] -rw-rw-r--. 1 jenkins jenkins 921 Apr 16 04:20 Makefile [2021-04-16T04:22:33.150Z] -rw-rw-r--. 1 jenkins jenkins 918 Apr 16 04:20 README.md [2021-04-16T04:22:33.150Z] -rw-rw-r--. 1 jenkins jenkins 11 Apr 16 04:18 VERSION [2021-04-16T04:22:33.150Z] -rw-rw-r--. 1 jenkins jenkins 235 Apr 16 04:20 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:22:33.457Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=d49a116a4400a5a79f2ee23114687d65ed5c637c --label arch=amd64 --label version=1.3.2-dev.8 . [2021-04-16T04:22:33.457Z] Sending build context to Docker daemon 574kB [2021-04-16T04:22:33.457Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T04:22:33.457Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-16T04:22:33.457Z] ---> 7dcf9b7d4a05 [2021-04-16T04:22:33.457Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-16T04:22:33.721Z] ---> Running in 467c37a6bbf5 [2021-04-16T04:22:33.983Z] Removing intermediate container 467c37a6bbf5 [2021-04-16T04:22:33.983Z] ---> c05a22d6c245 [2021-04-16T04:22:33.983Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-16T04:22:33.983Z] ---> Running in 7ab27819ebb4 [2021-04-16T04:22:34.245Z] Removing intermediate container 7ab27819ebb4 [2021-04-16T04:22:34.245Z] ---> 57abe06ab12f [2021-04-16T04:22:34.245Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-16T04:22:34.245Z] ---> Running in fed208dc5ac2 [2021-04-16T04:22:34.510Z] Removing intermediate container fed208dc5ac2 [2021-04-16T04:22:34.510Z] ---> ba2af1972240 [2021-04-16T04:22:34.510Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:22:34.510Z] ---> Running in cc3623e90316 [2021-04-16T04:22:35.470Z] Removing intermediate container cc3623e90316 [2021-04-16T04:22:35.470Z] ---> 60ed4681735b [2021-04-16T04:22:35.470Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-16T04:22:35.470Z] ---> Running in 1cdff37999b3 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T04:22:35.591Z] provisioning config files... [2021-04-16T04:22:35.654Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/47@tmp/config3189928331938548899tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:22:36.034Z] ---> docker-login.sh [2021-04-16T04:22:36.034Z] nexus3.edgexfoundry.org:10001 [2021-04-16T04:22:36.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T04:22:36.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T04:22:36.883Z] OK: 173 MiB in 52 packages [2021-04-16T04:22:37.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:22:37.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:22:37.297Z] Configure a credential helper to remove this warning. See [2021-04-16T04:22:37.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:22:37.297Z] [2021-04-16T04:22:37.297Z] Login Succeeded [2021-04-16T04:22:37.297Z] nexus3.edgexfoundry.org:10002 [2021-04-16T04:22:37.457Z] Removing intermediate container 1cdff37999b3 [2021-04-16T04:22:37.457Z] ---> aabc8e60f8e6 [2021-04-16T04:22:37.457Z] Step 8/25 : COPY . . [2021-04-16T04:22:37.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:22:37.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:22:37.844Z] Configure a credential helper to remove this warning. See [2021-04-16T04:22:37.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:22:37.844Z] [2021-04-16T04:22:37.844Z] Login Succeeded [2021-04-16T04:22:37.844Z] nexus3.edgexfoundry.org:10003 [2021-04-16T04:22:38.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:22:38.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:22:38.394Z] Configure a credential helper to remove this warning. See [2021-04-16T04:22:38.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:22:38.394Z] [2021-04-16T04:22:38.394Z] Login Succeeded [2021-04-16T04:22:38.394Z] nexus3.edgexfoundry.org:10004 [2021-04-16T04:22:38.409Z] ---> 46e09f90cec3 [2021-04-16T04:22:38.409Z] Step 9/25 : RUN go mod download [2021-04-16T04:22:38.409Z] ---> Running in 1f2c811e62ae [2021-04-16T04:22:38.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:22:38.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:22:38.945Z] Configure a credential helper to remove this warning. See [2021-04-16T04:22:38.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:22:38.945Z] [2021-04-16T04:22:38.945Z] Login Succeeded [2021-04-16T04:22:38.945Z] docker.io [2021-04-16T04:22:39.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:22:39.372Z] Removing intermediate container 1f2c811e62ae [2021-04-16T04:22:39.372Z] ---> 3c3112579605 [2021-04-16T04:22:39.372Z] Step 10/25 : ARG MAKE='make build' [2021-04-16T04:22:39.372Z] ---> Running in 10f4960c983f [2021-04-16T04:22:39.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:22:39.490Z] Configure a credential helper to remove this warning. See [2021-04-16T04:22:39.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:22:39.490Z] [2021-04-16T04:22:39.490Z] Login Succeeded [2021-04-16T04:22:39.639Z] Removing intermediate container 10f4960c983f [2021-04-16T04:22:39.639Z] ---> be979c96b076 [2021-04-16T04:22:39.639Z] Step 11/25 : RUN $MAKE [2021-04-16T04:22:39.639Z] ---> Running in e909f6a96317 [2021-04-16T04:22:39.762Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T04:22:39.779Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-16T04:22:40.082Z] ========================================================= [2021-04-16T04:22:40.082Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-16T04:22:40.082Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:22:40.222Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.8" -o cmd/device-virtual ./cmd [2021-04-16T04:22:40.422Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-16T04:22:40.698Z] Sending build context to Docker daemon 500.7kB [2021-04-16T04:22:40.698Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T04:22:40.698Z] Step 2/8 : FROM ${BASE} [2021-04-16T04:22:40.971Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-16T04:22:40.971Z] 5f621e34cdf4: Pulling fs layer [2021-04-16T04:22:40.971Z] a4357932f1b6: Pulling fs layer [2021-04-16T04:22:40.971Z] 18c013af1878: Pulling fs layer [2021-04-16T04:22:40.971Z] 00ac8860ef70: Pulling fs layer [2021-04-16T04:22:40.971Z] 63d7cb157983: Pulling fs layer [2021-04-16T04:22:40.971Z] b116817d02f9: Pulling fs layer [2021-04-16T04:22:40.971Z] 745a02a5169b: Pulling fs layer [2021-04-16T04:22:40.971Z] 00ac8860ef70: Waiting [2021-04-16T04:22:40.971Z] 63d7cb157983: Waiting [2021-04-16T04:22:40.971Z] b116817d02f9: Waiting [2021-04-16T04:22:40.971Z] 745a02a5169b: Waiting [2021-04-16T04:22:40.971Z] 18c013af1878: Download complete [2021-04-16T04:22:40.971Z] a4357932f1b6: Verifying Checksum [2021-04-16T04:22:40.971Z] a4357932f1b6: Download complete [2021-04-16T04:22:40.971Z] 63d7cb157983: Verifying Checksum [2021-04-16T04:22:40.971Z] 63d7cb157983: Download complete [2021-04-16T04:22:40.971Z] b116817d02f9: Verifying Checksum [2021-04-16T04:22:40.971Z] b116817d02f9: Download complete [2021-04-16T04:22:40.971Z] 5f621e34cdf4: Verifying Checksum [2021-04-16T04:22:40.971Z] 5f621e34cdf4: Download complete [2021-04-16T04:22:41.573Z] 5f621e34cdf4: Pull complete [2021-04-16T04:22:42.178Z] a4357932f1b6: Pull complete [2021-04-16T04:22:42.455Z] 18c013af1878: Pull complete [2021-04-16T04:22:43.056Z] 745a02a5169b: Verifying Checksum [2021-04-16T04:22:43.056Z] 745a02a5169b: Download complete [2021-04-16T04:22:44.502Z] 00ac8860ef70: Verifying Checksum [2021-04-16T04:22:44.502Z] 00ac8860ef70: Download complete [2021-04-16T04:22:54.694Z] 00ac8860ef70: Pull complete [2021-04-16T04:22:54.968Z] 63d7cb157983: Pull complete [2021-04-16T04:22:55.239Z] b116817d02f9: Pull complete [2021-04-16T04:22:58.531Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-16T04:22:59.553Z] 745a02a5169b: Pull complete [2021-04-16T04:22:59.553Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-16T04:22:59.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-16T04:22:59.553Z] ---> b7e6874047d6 [2021-04-16T04:22:59.553Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-16T04:23:01.087Z] Removing intermediate container e909f6a96317 [2021-04-16T04:23:01.087Z] ---> 3e16f13c563c [2021-04-16T04:23:01.087Z] Step 12/25 : FROM alpine:3.12 [2021-04-16T04:23:01.519Z] ---> Running in 0ac2cbf9c02e [2021-04-16T04:23:01.665Z] 3.12: Pulling from library/alpine [2021-04-16T04:23:01.665Z] 339de151aab4: Pulling fs layer [2021-04-16T04:23:01.789Z] Removing intermediate container 0ac2cbf9c02e [2021-04-16T04:23:01.789Z] ---> 0853049c4d81 [2021-04-16T04:23:01.789Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:23:01.927Z] 339de151aab4: Verifying Checksum [2021-04-16T04:23:01.927Z] 339de151aab4: Download complete [2021-04-16T04:23:02.059Z] ---> Running in be83f828e731 [2021-04-16T04:23:02.188Z] 339de151aab4: Pull complete [2021-04-16T04:23:02.188Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T04:23:02.188Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T04:23:02.188Z] ---> 13621d1b12d4 [2021-04-16T04:23:02.188Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-16T04:23:02.450Z] ---> Running in 43640cfee352 [2021-04-16T04:23:02.715Z] Removing intermediate container 43640cfee352 [2021-04-16T04:23:02.715Z] ---> 18d201a7a1f7 [2021-04-16T04:23:02.715Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:23:02.715Z] ---> Running in e8298c782670 [2021-04-16T04:23:03.668Z] Removing intermediate container e8298c782670 [2021-04-16T04:23:03.668Z] ---> 0299158a4bee [2021-04-16T04:23:03.668Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-16T04:23:03.668Z] ---> Running in 91ea3849e199 [2021-04-16T04:23:04.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T04:23:04.672Z] Removing intermediate container be83f828e731 [2021-04-16T04:23:04.672Z] ---> 347a668ac15c [2021-04-16T04:23:04.672Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-16T04:23:04.672Z] ---> Running in b24e30a85e4e [2021-04-16T04:23:04.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T04:23:05.085Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-16T04:23:05.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T04:23:05.347Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-16T04:23:05.347Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-16T04:23:05.347Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-16T04:23:06.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T04:23:06.296Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T04:23:06.296Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-16T04:23:06.562Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T04:23:06.562Z] OK: 8 MiB in 20 packages [2021-04-16T04:23:06.842Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-16T04:23:06.842Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-16T04:23:06.842Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-16T04:23:07.112Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-16T04:23:07.112Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-16T04:23:07.112Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-16T04:23:07.140Z] Removing intermediate container 91ea3849e199 [2021-04-16T04:23:07.140Z] ---> d0226dc375b7 [2021-04-16T04:23:07.140Z] Step 16/25 : WORKDIR / [2021-04-16T04:23:07.140Z] ---> Running in 050273889a7a [2021-04-16T04:23:07.383Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-16T04:23:07.401Z] Removing intermediate container 050273889a7a [2021-04-16T04:23:07.401Z] ---> 73fb98c7f90a [2021-04-16T04:23:07.401Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-16T04:23:07.654Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-16T04:23:07.654Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-16T04:23:07.662Z] ---> d6a050764229 [2021-04-16T04:23:07.662Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-16T04:23:07.924Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-16T04:23:07.924Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-16T04:23:07.924Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-16T04:23:07.925Z] ---> 13e02f858158 [2021-04-16T04:23:07.925Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-16T04:23:08.193Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-16T04:23:08.193Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T04:23:08.193Z] OK: 149 MiB in 52 packages [2021-04-16T04:23:08.505Z] ---> 2098364e9ba9 [2021-04-16T04:23:08.505Z] Step 20/25 : EXPOSE 49990 [2021-04-16T04:23:08.505Z] ---> Running in 8e416e1ab594 [2021-04-16T04:23:08.767Z] Removing intermediate container 8e416e1ab594 [2021-04-16T04:23:08.767Z] ---> acb0f8ba0b8e [2021-04-16T04:23:08.767Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-16T04:23:09.030Z] ---> Running in 81c11ca4a3ac [2021-04-16T04:23:09.030Z] Removing intermediate container 81c11ca4a3ac [2021-04-16T04:23:09.030Z] ---> d2995b53adef [2021-04-16T04:23:09.030Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T04:23:09.030Z] ---> Running in 11069fade88e [2021-04-16T04:23:09.295Z] Removing intermediate container 11069fade88e [2021-04-16T04:23:09.295Z] ---> 90f2d10bac49 [2021-04-16T04:23:09.295Z] Step 23/25 : LABEL arch=amd64 [2021-04-16T04:23:09.295Z] ---> Running in d98ab6d781b7 [2021-04-16T04:23:09.562Z] Removing intermediate container d98ab6d781b7 [2021-04-16T04:23:09.562Z] ---> cd4b25a40b79 [2021-04-16T04:23:09.562Z] Step 24/25 : LABEL git_sha=d49a116a4400a5a79f2ee23114687d65ed5c637c [2021-04-16T04:23:09.562Z] ---> Running in 86caa2784035 [2021-04-16T04:23:09.647Z] Removing intermediate container b24e30a85e4e [2021-04-16T04:23:09.647Z] ---> 4b8f008ad7d3 [2021-04-16T04:23:09.647Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-16T04:23:09.825Z] Removing intermediate container 86caa2784035 [2021-04-16T04:23:09.825Z] ---> 00b0cfb95157 [2021-04-16T04:23:09.825Z] Step 25/25 : LABEL version=1.3.2-dev.8 [2021-04-16T04:23:09.825Z] ---> Running in 6360c00578a9 [2021-04-16T04:23:09.919Z] ---> Running in 94236dca40f6 [2021-04-16T04:23:10.090Z] Removing intermediate container 6360c00578a9 [2021-04-16T04:23:10.090Z] ---> 6bf1da6a6a18 [2021-04-16T04:23:10.090Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-16T04:23:10.090Z] Successfully built 6bf1da6a6a18 [2021-04-16T04:23:10.090Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-04-16T04:23:10.193Z] Removing intermediate container 94236dca40f6 [2021-04-16T04:23:10.194Z] ---> 3c5f765464ec [2021-04-16T04:23:10.194Z] Step 7/8 : COPY . . [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T04:23:10.250Z] provisioning config files... [2021-04-16T04:23:10.293Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/47@tmp/config3192736061472750171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:23:10.621Z] ---> docker-login.sh [2021-04-16T04:23:10.621Z] nexus3.edgexfoundry.org:10001 [2021-04-16T04:23:10.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:23:10.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:23:10.886Z] Configure a credential helper to remove this warning. See [2021-04-16T04:23:10.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:23:10.886Z] [2021-04-16T04:23:10.886Z] Login Succeeded [2021-04-16T04:23:10.886Z] nexus3.edgexfoundry.org:10002 [2021-04-16T04:23:10.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:23:11.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:23:11.148Z] Configure a credential helper to remove this warning. See [2021-04-16T04:23:11.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:23:11.148Z] [2021-04-16T04:23:11.148Z] Login Succeeded [2021-04-16T04:23:11.148Z] nexus3.edgexfoundry.org:10003 [2021-04-16T04:23:11.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:23:11.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:23:11.148Z] Configure a credential helper to remove this warning. See [2021-04-16T04:23:11.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:23:11.148Z] [2021-04-16T04:23:11.148Z] Login Succeeded [2021-04-16T04:23:11.148Z] nexus3.edgexfoundry.org:10004 [2021-04-16T04:23:11.168Z] ---> f76da041a863 [2021-04-16T04:23:11.168Z] Step 8/8 : RUN go mod download [2021-04-16T04:23:11.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:23:11.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:23:11.410Z] Configure a credential helper to remove this warning. See [2021-04-16T04:23:11.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:23:11.410Z] [2021-04-16T04:23:11.410Z] Login Succeeded [2021-04-16T04:23:11.410Z] docker.io [2021-04-16T04:23:11.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:23:11.448Z] ---> Running in a094e558397a [2021-04-16T04:23:11.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:23:11.672Z] Configure a credential helper to remove this warning. See [2021-04-16T04:23:11.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:23:11.672Z] [2021-04-16T04:23:11.672Z] Login Succeeded [2021-04-16T04:23:11.672Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T04:23:11.681Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-16T04:23:11.765Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-04-16T04:23:11.765Z] d49a116a4400a5a79f2ee23114687d65ed5c637c [2021-04-16T04:23:11.765Z] latest [2021-04-16T04:23:11.765Z] 1.3.2-dev.8 [2021-04-16T04:23:11.765Z] d49a116a4400a5a79f2ee23114687d65ed5c637c-1.3.2-dev.8 [2021-04-16T04:23:11.765Z] master [2021-04-16T04:23:11.765Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:12.119Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d49a116a4400a5a79f2ee23114687d65ed5c637c [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:12.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d49a116a4400a5a79f2ee23114687d65ed5c637c [2021-04-16T04:23:12.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-16T04:23:12.425Z] 656cb7613a07: Preparing [2021-04-16T04:23:12.425Z] 42d4593c9087: Preparing [2021-04-16T04:23:12.425Z] 2f1547345aa4: Preparing [2021-04-16T04:23:12.425Z] 779cd41dc2bc: Preparing [2021-04-16T04:23:12.425Z] 92dcce4b33aa: Preparing [2021-04-16T04:23:12.425Z] 32f366d666a5: Preparing [2021-04-16T04:23:12.425Z] 32f366d666a5: Waiting [2021-04-16T04:23:12.688Z] 42d4593c9087: Pushed [2021-04-16T04:23:12.688Z] 2f1547345aa4: Pushed [2021-04-16T04:23:12.688Z] 92dcce4b33aa: Pushed [2021-04-16T04:23:12.688Z] 32f366d666a5: Layer already exists [2021-04-16T04:23:12.688Z] 779cd41dc2bc: Pushed [2021-04-16T04:23:14.089Z] 656cb7613a07: Pushed [2021-04-16T04:23:14.089Z] d49a116a4400a5a79f2ee23114687d65ed5c637c: digest: sha256:6b25a77d23dc7373b11e4e8a91426069e18423c5be77c1e113a64e7c7694ec73 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:14.398Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:14.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-04-16T04:23:14.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-16T04:23:14.700Z] 656cb7613a07: Preparing [2021-04-16T04:23:14.700Z] 42d4593c9087: Preparing [2021-04-16T04:23:14.700Z] 2f1547345aa4: Preparing [2021-04-16T04:23:14.700Z] 779cd41dc2bc: Preparing [2021-04-16T04:23:14.700Z] 92dcce4b33aa: Preparing [2021-04-16T04:23:14.700Z] 32f366d666a5: Preparing [2021-04-16T04:23:14.700Z] 32f366d666a5: Waiting [2021-04-16T04:23:14.700Z] 42d4593c9087: Layer already exists [2021-04-16T04:23:14.700Z] 779cd41dc2bc: Layer already exists [2021-04-16T04:23:14.700Z] 2f1547345aa4: Layer already exists [2021-04-16T04:23:14.700Z] 92dcce4b33aa: Layer already exists [2021-04-16T04:23:14.700Z] 656cb7613a07: Layer already exists [2021-04-16T04:23:14.700Z] 32f366d666a5: Layer already exists [2021-04-16T04:23:14.700Z] latest: digest: sha256:6b25a77d23dc7373b11e4e8a91426069e18423c5be77c1e113a64e7c7694ec73 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:15.073Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:15.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.8 [2021-04-16T04:23:15.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-16T04:23:15.950Z] 656cb7613a07: Preparing [2021-04-16T04:23:15.950Z] 42d4593c9087: Preparing [2021-04-16T04:23:15.950Z] 2f1547345aa4: Preparing [2021-04-16T04:23:15.950Z] 779cd41dc2bc: Preparing [2021-04-16T04:23:15.950Z] 92dcce4b33aa: Preparing [2021-04-16T04:23:15.950Z] 32f366d666a5: Preparing [2021-04-16T04:23:15.950Z] 32f366d666a5: Waiting [2021-04-16T04:23:15.950Z] 656cb7613a07: Layer already exists [2021-04-16T04:23:15.950Z] 42d4593c9087: Layer already exists [2021-04-16T04:23:15.950Z] 2f1547345aa4: Layer already exists [2021-04-16T04:23:15.950Z] 92dcce4b33aa: Layer already exists [2021-04-16T04:23:15.950Z] 779cd41dc2bc: Layer already exists [2021-04-16T04:23:15.950Z] 32f366d666a5: Layer already exists [2021-04-16T04:23:15.950Z] 1.3.2-dev.8: digest: sha256:6b25a77d23dc7373b11e4e8a91426069e18423c5be77c1e113a64e7c7694ec73 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:16.261Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d49a116a4400a5a79f2ee23114687d65ed5c637c-1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:16.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d49a116a4400a5a79f2ee23114687d65ed5c637c-1.3.2-dev.8 [2021-04-16T04:23:16.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-16T04:23:16.573Z] 656cb7613a07: Preparing [2021-04-16T04:23:16.573Z] 42d4593c9087: Preparing [2021-04-16T04:23:16.573Z] 2f1547345aa4: Preparing [2021-04-16T04:23:16.573Z] 779cd41dc2bc: Preparing [2021-04-16T04:23:16.573Z] 92dcce4b33aa: Preparing [2021-04-16T04:23:16.573Z] 32f366d666a5: Preparing [2021-04-16T04:23:16.573Z] 32f366d666a5: Waiting [2021-04-16T04:23:16.573Z] 92dcce4b33aa: Layer already exists [2021-04-16T04:23:16.573Z] 656cb7613a07: Layer already exists [2021-04-16T04:23:16.573Z] 2f1547345aa4: Layer already exists [2021-04-16T04:23:16.573Z] 779cd41dc2bc: Layer already exists [2021-04-16T04:23:16.573Z] 42d4593c9087: Layer already exists [2021-04-16T04:23:16.573Z] 32f366d666a5: Layer already exists [2021-04-16T04:23:16.573Z] d49a116a4400a5a79f2ee23114687d65ed5c637c-1.3.2-dev.8: digest: sha256:6b25a77d23dc7373b11e4e8a91426069e18423c5be77c1e113a64e7c7694ec73 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:16.885Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:17.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-04-16T04:23:17.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-16T04:23:17.190Z] 656cb7613a07: Preparing [2021-04-16T04:23:17.190Z] 42d4593c9087: Preparing [2021-04-16T04:23:17.190Z] 2f1547345aa4: Preparing [2021-04-16T04:23:17.190Z] 779cd41dc2bc: Preparing [2021-04-16T04:23:17.190Z] 92dcce4b33aa: Preparing [2021-04-16T04:23:17.190Z] 32f366d666a5: Preparing [2021-04-16T04:23:17.190Z] 32f366d666a5: Waiting [2021-04-16T04:23:17.190Z] 42d4593c9087: Layer already exists [2021-04-16T04:23:17.190Z] 656cb7613a07: Layer already exists [2021-04-16T04:23:17.190Z] 92dcce4b33aa: Layer already exists [2021-04-16T04:23:17.190Z] 2f1547345aa4: Layer already exists [2021-04-16T04:23:17.190Z] 779cd41dc2bc: Layer already exists [2021-04-16T04:23:17.190Z] 32f366d666a5: Layer already exists [2021-04-16T04:23:17.190Z] master: digest: sha256:6b25a77d23dc7373b11e4e8a91426069e18423c5be77c1e113a64e7c7694ec73 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-16T04:23:17.247Z] ===================================================== [Pipeline] echo [2021-04-16T04:23:17.262Z] taggedImages: [2021-04-16T04:23:17.262Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d49a116a4400a5a79f2ee23114687d65ed5c637c [2021-04-16T04:23:17.262Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-04-16T04:23:17.262Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.8 [2021-04-16T04:23:17.262Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d49a116a4400a5a79f2ee23114687d65ed5c637c-1.3.2-dev.8 [2021-04-16T04:23:17.262Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:23:17.888Z] ---> job-cost.sh [2021-04-16T04:23:17.888Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-b3Vq [2021-04-16T04:23:32.844Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-16T04:23:38.242Z] Removing intermediate container a094e558397a [2021-04-16T04:23:38.242Z] ---> 0b7c091c402b [2021-04-16T04:23:38.242Z] Successfully built 0b7c091c402b [2021-04-16T04:23:38.242Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:38.583Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T04:23:38.583Z] . [Pipeline] withDockerContainer [2021-04-16T04:23:38.859Z] prd-ubuntu18.04-docker-arm64-4c-16g-388 does not seem to be running inside a container [2021-04-16T04:23:38.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/47 -v /w/workspace/device-virtual-go/47:/w/workspace/device-virtual-go/47:rw,z -v /w/workspace/device-virtual-go/47@tmp:/w/workspace/device-virtual-go/47@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 ******** ci-base-image-arm64 cat [2021-04-16T04:23:40.483Z] $ docker top 3c05965c6aaa51a16781b4175f2a4ef03cd2b7a2a45d286a47ffc816aef08100 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T04:23:41.412Z] + go version [2021-04-16T04:23:41.412Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-16T04:23:41.438Z] $ docker stop --time=1 3c05965c6aaa51a16781b4175f2a4ef03cd2b7a2a45d286a47ffc816aef08100 [2021-04-16T04:23:43.344Z] $ docker rm -f 3c05965c6aaa51a16781b4175f2a4ef03cd2b7a2a45d286a47ffc816aef08100 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:23:44.035Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T04:23:44.036Z] . [Pipeline] withDockerContainer [2021-04-16T04:23:44.268Z] prd-ubuntu18.04-docker-arm64-4c-16g-388 does not seem to be running inside a container [2021-04-16T04:23:44.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/47 -v /w/workspace/device-virtual-go/47:/w/workspace/device-virtual-go/47:rw,z -v /w/workspace/device-virtual-go/47@tmp:/w/workspace/device-virtual-go/47@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 ******** ci-base-image-arm64 cat [2021-04-16T04:23:45.869Z] $ docker top a6afe9f7a4908c463e681a798b4b7530b767da934d9433818e375afbb72cb242 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T04:23:46.796Z] + make test [2021-04-16T04:23:46.796Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-16T04:23:48.254Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-16T04:23:59.526Z] lf-activate-venv(): INFO: Adding /tmp/venv-b3Vq/bin to PATH [2021-04-16T04:23:59.526Z] INFO: No Stack... [2021-04-16T04:24:00.473Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-16T04:24:01.047Z] INFO: Archiving Costs [Pipeline] sh [2021-04-16T04:24:01.378Z] + cat /w/workspace/device-virtual-go/47/archives/cost.csv [2021-04-16T04:24:01.379Z] + cut -d, -f6 [Pipeline] lock [2021-04-16T04:24:01.472Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-47-stack-cost] [2021-04-16T04:24:01.492Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-47-stack-cost] did not exist. Created. [2021-04-16T04:24:01.493Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-47-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-16T04:24:01.824Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-16T04:24:01.985Z] Stashed 1 file(s) [Pipeline] } [2021-04-16T04:24:01.999Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-47-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T04:24:45.007Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-16T04:24:45.007Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.366s coverage: 63.8% of statements [2021-04-16T04:24:45.007Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-16T04:24:53.329Z] gofmt -l . [2021-04-16T04:24:53.329Z] [ "`gofmt -l .`" = "" ] [2021-04-16T04:24:53.329Z] ./bin/test-attribution-txt.sh [2021-04-16T04:24:53.602Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-16T04:24:54.224Z] $ docker stop --time=1 a6afe9f7a4908c463e681a798b4b7530b767da934d9433818e375afbb72cb242 [2021-04-16T04:24:56.356Z] $ docker rm -f a6afe9f7a4908c463e681a798b4b7530b767da934d9433818e375afbb72cb242 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T04:24:57.253Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-16T04:24:57.285Z] Warning: overwriting stash ‘coverage-report’ [2021-04-16T04:24:57.984Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T04:24:58.435Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-16T04:24:58.773Z] + ls -al . [2021-04-16T04:24:58.774Z] total 156 [2021-04-16T04:24:58.774Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 16 04:24 . [2021-04-16T04:24:58.774Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:22 .. [2021-04-16T04:24:58.774Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 16 04:22 .git [2021-04-16T04:24:58.774Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:22 .github [2021-04-16T04:24:58.774Z] -rw-rw-r-- 1 jenkins jenkins 277 Apr 16 04:22 .gitignore [2021-04-16T04:24:58.774Z] -rw-rw-r-- 1 jenkins jenkins 8039 Apr 16 04:22 Attribution.txt [2021-04-16T04:24:58.774Z] -rw-rw-r-- 1 jenkins jenkins 1905 Apr 16 04:22 Dockerfile [2021-04-16T04:24:58.774Z] -rw-rw-r-- 1 jenkins jenkins 998 Apr 16 04:22 Dockerfile.build [2021-04-16T04:24:58.774Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 16 04:22 Jenkinsfile [2021-04-16T04:24:58.774Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 16 04:22 LICENSE [2021-04-16T04:24:58.774Z] -rw-rw-r-- 1 jenkins jenkins 921 Apr 16 04:22 Makefile [2021-04-16T04:24:58.774Z] -rw-rw-r-- 1 jenkins jenkins 918 Apr 16 04:22 README.md [2021-04-16T04:24:58.774Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 16 04:18 VERSION [2021-04-16T04:24:58.774Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:22 bin [2021-04-16T04:24:58.774Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 16 04:22 cmd [2021-04-16T04:24:58.774Z] -rw-r--r-- 1 jenkins jenkins 47247 Apr 16 04:24 coverage.out [2021-04-16T04:24:58.774Z] -rw-r--r-- 1 jenkins jenkins 809 Apr 16 04:24 go.mod [2021-04-16T04:24:58.774Z] -rw-r--r-- 1 jenkins jenkins 23363 Apr 16 04:24 go.sum [2021-04-16T04:24:58.774Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 16 04:22 internal [2021-04-16T04:24:58.774Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 16 04:22 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:24:59.119Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d49a116a4400a5a79f2ee23114687d65ed5c637c --label arch=arm64 --label version=1.3.2-dev.8 . [2021-04-16T04:24:59.399Z] Sending build context to Docker daemon 572.9kB [2021-04-16T04:24:59.399Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T04:24:59.399Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-16T04:24:59.399Z] ---> 0b7c091c402b [2021-04-16T04:24:59.399Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-16T04:24:59.674Z] ---> Running in e6aeb09366ad [2021-04-16T04:25:00.268Z] Removing intermediate container e6aeb09366ad [2021-04-16T04:25:00.268Z] ---> a68814882d84 [2021-04-16T04:25:00.268Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-16T04:25:00.268Z] ---> Running in fd82daa57f33 [2021-04-16T04:25:00.865Z] Removing intermediate container fd82daa57f33 [2021-04-16T04:25:00.865Z] ---> e72078b66ca8 [2021-04-16T04:25:00.865Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-16T04:25:00.865Z] ---> Running in 3f9c63c0f784 [2021-04-16T04:25:01.465Z] Removing intermediate container 3f9c63c0f784 [2021-04-16T04:25:01.465Z] ---> 937867eeb2b3 [2021-04-16T04:25:01.465Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:25:01.465Z] ---> Running in 3cdbcc1f32f8 [2021-04-16T04:25:03.435Z] Removing intermediate container 3cdbcc1f32f8 [2021-04-16T04:25:03.435Z] ---> 385d99d1a2c6 [2021-04-16T04:25:03.435Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-16T04:25:03.728Z] ---> Running in ccaed3d8129b [2021-04-16T04:25:04.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T04:25:05.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T04:25:06.717Z] OK: 149 MiB in 52 packages [2021-04-16T04:25:07.700Z] Removing intermediate container ccaed3d8129b [2021-04-16T04:25:07.700Z] ---> 3b4704a38881 [2021-04-16T04:25:07.700Z] Step 8/25 : COPY . . [2021-04-16T04:25:08.686Z] ---> 9b8d7b2c462d [2021-04-16T04:25:08.686Z] Step 9/25 : RUN go mod download [2021-04-16T04:25:08.686Z] ---> Running in 7ff887ffcdc4 [2021-04-16T04:25:11.321Z] Removing intermediate container 7ff887ffcdc4 [2021-04-16T04:25:11.321Z] ---> 847a22d3b2ba [2021-04-16T04:25:11.321Z] Step 10/25 : ARG MAKE='make build' [2021-04-16T04:25:11.321Z] ---> Running in cbc6a8515227 [2021-04-16T04:25:11.597Z] Removing intermediate container cbc6a8515227 [2021-04-16T04:25:11.597Z] ---> 8f31018fd33e [2021-04-16T04:25:11.597Z] Step 11/25 : RUN $MAKE [2021-04-16T04:25:11.597Z] ---> Running in a33a5f8f0d99 [2021-04-16T04:25:12.588Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.8" -o cmd/device-virtual ./cmd [2021-04-16T04:25:59.615Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-16T04:26:12.006Z] Removing intermediate container a33a5f8f0d99 [2021-04-16T04:26:12.006Z] ---> cbd5ae5f4a82 [2021-04-16T04:26:12.006Z] Step 12/25 : FROM alpine:3.12 [2021-04-16T04:26:12.006Z] 3.12: Pulling from library/alpine [2021-04-16T04:26:12.006Z] d2f70382dc9a: Pulling fs layer [2021-04-16T04:26:12.007Z] d2f70382dc9a: Verifying Checksum [2021-04-16T04:26:12.007Z] d2f70382dc9a: Download complete [2021-04-16T04:26:12.007Z] d2f70382dc9a: Pull complete [2021-04-16T04:26:12.007Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T04:26:12.007Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T04:26:12.007Z] ---> 9852663dfa18 [2021-04-16T04:26:12.007Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-16T04:26:12.007Z] ---> Running in 3bee525e4478 [2021-04-16T04:26:12.598Z] Removing intermediate container 3bee525e4478 [2021-04-16T04:26:12.598Z] ---> 7582e969b481 [2021-04-16T04:26:12.598Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:26:12.598Z] ---> Running in 8581ff26a25a [2021-04-16T04:26:15.205Z] Removing intermediate container 8581ff26a25a [2021-04-16T04:26:15.205Z] ---> f3c4c953f1db [2021-04-16T04:26:15.205Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-16T04:26:15.205Z] ---> Running in 92a9388ef308 [2021-04-16T04:26:16.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T04:26:16.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T04:26:17.366Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-16T04:26:17.366Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-16T04:26:17.636Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-16T04:26:17.636Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-16T04:26:17.907Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T04:26:17.907Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-16T04:26:17.907Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T04:26:18.179Z] OK: 8 MiB in 20 packages [2021-04-16T04:26:19.152Z] Removing intermediate container 92a9388ef308 [2021-04-16T04:26:19.152Z] ---> ac6cc401e585 [2021-04-16T04:26:19.152Z] Step 16/25 : WORKDIR / [2021-04-16T04:26:19.430Z] ---> Running in 0c9c593293aa [2021-04-16T04:26:20.025Z] Removing intermediate container 0c9c593293aa [2021-04-16T04:26:20.025Z] ---> 2486ec65a44d [2021-04-16T04:26:20.025Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-16T04:26:20.620Z] ---> 5936f22edaa3 [2021-04-16T04:26:20.620Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-16T04:26:21.595Z] ---> 33e33fbec049 [2021-04-16T04:26:21.595Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-16T04:26:23.020Z] ---> 9c21f6a74263 [2021-04-16T04:26:23.020Z] Step 20/25 : EXPOSE 49990 [2021-04-16T04:26:23.020Z] ---> Running in b25a02358929 [2021-04-16T04:26:23.292Z] Removing intermediate container b25a02358929 [2021-04-16T04:26:23.292Z] ---> 10598cc1aaf2 [2021-04-16T04:26:23.292Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-16T04:26:23.565Z] ---> Running in 25983d46617d [2021-04-16T04:26:23.842Z] Removing intermediate container 25983d46617d [2021-04-16T04:26:23.842Z] ---> 2e54b976cef9 [2021-04-16T04:26:23.842Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T04:26:24.115Z] ---> Running in 656a9a439b04 [2021-04-16T04:26:24.711Z] Removing intermediate container 656a9a439b04 [2021-04-16T04:26:24.711Z] ---> 8b62a12e430f [2021-04-16T04:26:24.711Z] Step 23/25 : LABEL arch=arm64 [2021-04-16T04:26:24.711Z] ---> Running in 133831db5df9 [2021-04-16T04:26:25.303Z] Removing intermediate container 133831db5df9 [2021-04-16T04:26:25.303Z] ---> b7f204aad4dc [2021-04-16T04:26:25.303Z] Step 24/25 : LABEL git_sha=d49a116a4400a5a79f2ee23114687d65ed5c637c [2021-04-16T04:26:25.303Z] ---> Running in b6c9263f1ae9 [2021-04-16T04:26:25.896Z] Removing intermediate container b6c9263f1ae9 [2021-04-16T04:26:25.896Z] ---> 7642ef41e790 [2021-04-16T04:26:25.896Z] Step 25/25 : LABEL version=1.3.2-dev.8 [2021-04-16T04:26:25.896Z] ---> Running in c23c1999fb7d [2021-04-16T04:26:26.487Z] Removing intermediate container c23c1999fb7d [2021-04-16T04:26:26.487Z] ---> ce2dc920cb55 [2021-04-16T04:26:26.487Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-16T04:26:26.487Z] Successfully built ce2dc920cb55 [2021-04-16T04:26:26.487Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T04:26:26.635Z] provisioning config files... [2021-04-16T04:26:26.685Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/47@tmp/config6454968856401991147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:26:27.043Z] ---> docker-login.sh [2021-04-16T04:26:27.043Z] nexus3.edgexfoundry.org:10001 [2021-04-16T04:26:27.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:26:27.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:26:27.591Z] Configure a credential helper to remove this warning. See [2021-04-16T04:26:27.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:26:27.591Z] [2021-04-16T04:26:27.591Z] Login Succeeded [2021-04-16T04:26:27.591Z] nexus3.edgexfoundry.org:10002 [2021-04-16T04:26:27.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:26:28.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:26:28.139Z] Configure a credential helper to remove this warning. See [2021-04-16T04:26:28.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:26:28.139Z] [2021-04-16T04:26:28.139Z] Login Succeeded [2021-04-16T04:26:28.139Z] nexus3.edgexfoundry.org:10003 [2021-04-16T04:26:28.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:26:28.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:26:28.683Z] Configure a credential helper to remove this warning. See [2021-04-16T04:26:28.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:26:28.683Z] [2021-04-16T04:26:28.683Z] Login Succeeded [2021-04-16T04:26:28.683Z] nexus3.edgexfoundry.org:10004 [2021-04-16T04:26:28.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:26:29.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:26:29.227Z] Configure a credential helper to remove this warning. See [2021-04-16T04:26:29.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:26:29.227Z] [2021-04-16T04:26:29.227Z] Login Succeeded [2021-04-16T04:26:29.227Z] docker.io [2021-04-16T04:26:29.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:26:30.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:26:30.088Z] Configure a credential helper to remove this warning. See [2021-04-16T04:26:30.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:26:30.088Z] [2021-04-16T04:26:30.088Z] Login Succeeded [2021-04-16T04:26:30.088Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T04:26:30.103Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-16T04:26:30.197Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-04-16T04:26:30.197Z] d49a116a4400a5a79f2ee23114687d65ed5c637c [2021-04-16T04:26:30.197Z] latest [2021-04-16T04:26:30.197Z] 1.3.2-dev.8 [2021-04-16T04:26:30.197Z] d49a116a4400a5a79f2ee23114687d65ed5c637c-1.3.2-dev.8 [2021-04-16T04:26:30.197Z] master [2021-04-16T04:26:30.197Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:26:30.594Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d49a116a4400a5a79f2ee23114687d65ed5c637c [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:26:30.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d49a116a4400a5a79f2ee23114687d65ed5c637c [2021-04-16T04:26:30.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-16T04:26:30.926Z] 51934bc89b11: Preparing [2021-04-16T04:26:30.926Z] f4414b7b4b93: Preparing [2021-04-16T04:26:30.926Z] fc84307283a8: Preparing [2021-04-16T04:26:30.926Z] 94e21b5a4eb7: Preparing [2021-04-16T04:26:30.926Z] 99991c6de9af: Preparing [2021-04-16T04:26:30.926Z] 3fbe34a1663b: Preparing [2021-04-16T04:26:30.926Z] 3fbe34a1663b: Waiting [2021-04-16T04:26:31.249Z] 99991c6de9af: Pushed [2021-04-16T04:26:31.249Z] f4414b7b4b93: Pushed [2021-04-16T04:26:31.249Z] fc84307283a8: Pushed [2021-04-16T04:26:31.249Z] 3fbe34a1663b: Layer already exists [2021-04-16T04:26:31.844Z] 94e21b5a4eb7: Pushed [2021-04-16T04:26:35.215Z] 51934bc89b11: Pushed [2021-04-16T04:26:35.215Z] d49a116a4400a5a79f2ee23114687d65ed5c637c: digest: sha256:e1a315f1bd912d1126489e781155c244ac2362354a5b595d5c44d07c2a91a367 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:26:35.555Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:26:35.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-04-16T04:26:35.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-16T04:26:35.897Z] 51934bc89b11: Preparing [2021-04-16T04:26:35.897Z] f4414b7b4b93: Preparing [2021-04-16T04:26:35.897Z] fc84307283a8: Preparing [2021-04-16T04:26:35.897Z] 94e21b5a4eb7: Preparing [2021-04-16T04:26:35.897Z] 99991c6de9af: Preparing [2021-04-16T04:26:35.897Z] 3fbe34a1663b: Preparing [2021-04-16T04:26:35.897Z] 3fbe34a1663b: Waiting [2021-04-16T04:26:35.897Z] fc84307283a8: Layer already exists [2021-04-16T04:26:35.897Z] 94e21b5a4eb7: Layer already exists [2021-04-16T04:26:35.897Z] 99991c6de9af: Layer already exists [2021-04-16T04:26:35.897Z] 51934bc89b11: Layer already exists [2021-04-16T04:26:35.897Z] f4414b7b4b93: Layer already exists [2021-04-16T04:26:36.168Z] 3fbe34a1663b: Layer already exists [2021-04-16T04:26:36.168Z] latest: digest: sha256:e1a315f1bd912d1126489e781155c244ac2362354a5b595d5c44d07c2a91a367 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:26:36.506Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:26:36.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.8 [2021-04-16T04:26:36.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-16T04:26:36.844Z] 51934bc89b11: Preparing [2021-04-16T04:26:36.844Z] f4414b7b4b93: Preparing [2021-04-16T04:26:36.844Z] fc84307283a8: Preparing [2021-04-16T04:26:36.844Z] 94e21b5a4eb7: Preparing [2021-04-16T04:26:36.844Z] 99991c6de9af: Preparing [2021-04-16T04:26:36.844Z] 3fbe34a1663b: Preparing [2021-04-16T04:26:36.844Z] 3fbe34a1663b: Waiting [2021-04-16T04:26:36.844Z] fc84307283a8: Layer already exists [2021-04-16T04:26:36.844Z] 99991c6de9af: Layer already exists [2021-04-16T04:26:36.844Z] f4414b7b4b93: Layer already exists [2021-04-16T04:26:36.844Z] 94e21b5a4eb7: Layer already exists [2021-04-16T04:26:37.116Z] 51934bc89b11: Layer already exists [2021-04-16T04:26:37.116Z] 3fbe34a1663b: Layer already exists [2021-04-16T04:26:37.116Z] 1.3.2-dev.8: digest: sha256:e1a315f1bd912d1126489e781155c244ac2362354a5b595d5c44d07c2a91a367 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:26:37.453Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d49a116a4400a5a79f2ee23114687d65ed5c637c-1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:26:37.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d49a116a4400a5a79f2ee23114687d65ed5c637c-1.3.2-dev.8 [2021-04-16T04:26:37.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-16T04:26:37.791Z] 51934bc89b11: Preparing [2021-04-16T04:26:37.791Z] f4414b7b4b93: Preparing [2021-04-16T04:26:37.791Z] fc84307283a8: Preparing [2021-04-16T04:26:37.791Z] 94e21b5a4eb7: Preparing [2021-04-16T04:26:37.791Z] 99991c6de9af: Preparing [2021-04-16T04:26:37.791Z] 3fbe34a1663b: Preparing [2021-04-16T04:26:37.791Z] 3fbe34a1663b: Waiting [2021-04-16T04:26:37.791Z] fc84307283a8: Layer already exists [2021-04-16T04:26:37.791Z] 51934bc89b11: Layer already exists [2021-04-16T04:26:37.791Z] f4414b7b4b93: Layer already exists [2021-04-16T04:26:37.791Z] 99991c6de9af: Layer already exists [2021-04-16T04:26:37.791Z] 94e21b5a4eb7: Layer already exists [2021-04-16T04:26:38.065Z] 3fbe34a1663b: Layer already exists [2021-04-16T04:26:38.065Z] d49a116a4400a5a79f2ee23114687d65ed5c637c-1.3.2-dev.8: digest: sha256:e1a315f1bd912d1126489e781155c244ac2362354a5b595d5c44d07c2a91a367 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:26:38.409Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:26:38.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-04-16T04:26:38.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-16T04:26:38.747Z] 51934bc89b11: Preparing [2021-04-16T04:26:38.747Z] f4414b7b4b93: Preparing [2021-04-16T04:26:38.747Z] fc84307283a8: Preparing [2021-04-16T04:26:38.747Z] 94e21b5a4eb7: Preparing [2021-04-16T04:26:38.747Z] 99991c6de9af: Preparing [2021-04-16T04:26:38.747Z] 3fbe34a1663b: Preparing [2021-04-16T04:26:38.747Z] 3fbe34a1663b: Waiting [2021-04-16T04:26:39.018Z] 94e21b5a4eb7: Layer already exists [2021-04-16T04:26:39.018Z] fc84307283a8: Layer already exists [2021-04-16T04:26:39.018Z] 51934bc89b11: Layer already exists [2021-04-16T04:26:39.018Z] f4414b7b4b93: Layer already exists [2021-04-16T04:26:39.018Z] 99991c6de9af: Layer already exists [2021-04-16T04:26:39.018Z] 3fbe34a1663b: Layer already exists [2021-04-16T04:26:39.018Z] master: digest: sha256:e1a315f1bd912d1126489e781155c244ac2362354a5b595d5c44d07c2a91a367 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-16T04:26:39.096Z] ===================================================== [Pipeline] echo [2021-04-16T04:26:39.111Z] taggedImages: [2021-04-16T04:26:39.111Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d49a116a4400a5a79f2ee23114687d65ed5c637c [2021-04-16T04:26:39.111Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-04-16T04:26:39.111Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.8 [2021-04-16T04:26:39.111Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d49a116a4400a5a79f2ee23114687d65ed5c637c-1.3.2-dev.8 [2021-04-16T04:26:39.111Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:26:39.498Z] ---> job-cost.sh [2021-04-16T04:26:39.498Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LRow [2021-04-16T04:27:18.453Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-16T04:28:55.323Z] lf-activate-venv(): INFO: Adding /tmp/venv-LRow/bin to PATH [2021-04-16T04:28:55.323Z] INFO: No Stack... [2021-04-16T04:28:55.323Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-16T04:28:55.323Z] INFO: Archiving Costs [Pipeline] sh [2021-04-16T04:28:55.655Z] + cut -d, -f6 [2021-04-16T04:28:55.655Z] + cat /w/workspace/device-virtual-go/47/archives/cost.csv [Pipeline] lock [2021-04-16T04:28:55.761Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-47-stack-cost] [2021-04-16T04:28:55.770Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-47-stack-cost] did not exist. Created. [2021-04-16T04:28:55.770Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-47-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-16T04:28:56.132Z] /w/workspace/device-virtual-go/47@tmp/durable-633a302b/script.sh: 1: /w/workspace/device-virtual-go/47@tmp/durable-633a302b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-16T04:28:56.470Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-16T04:28:56.500Z] Warning: overwriting stash ‘stack-cost’ [2021-04-16T04:28:56.649Z] Stashed 1 file(s) [Pipeline] } [2021-04-16T04:28:56.663Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-47-stack-cost] [Pipeline] // lock [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] wrap [2021-04-16T04:28:57.054Z] provisioning config files... [2021-04-16T04:28:57.064Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3966850593086575390tmp [Pipeline] { [Pipeline] sh [2021-04-16T04:28:57.390Z] + set +x [2021-04-16T04:28:57.390Z] + curl -s https://codecov.io/bash [2021-04-16T04:28:57.390Z] + bash -s -- [2021-04-16T04:28:57.656Z] [2021-04-16T04:28:57.656Z] _____ _ [2021-04-16T04:28:57.656Z] / ____| | | [2021-04-16T04:28:57.656Z] | | ___ __| | ___ ___ _____ __ [2021-04-16T04:28:57.656Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-16T04:28:57.656Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-16T04:28:57.656Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-16T04:28:57.656Z] Bash-1.0.1 [2021-04-16T04:28:57.656Z] [2021-04-16T04:28:57.656Z] [2021-04-16T04:28:57.656Z] ==> git version 2.24.3 found [2021-04-16T04:28:57.656Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-16T04:28:57.656Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-16T04:28:57.657Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-16T04:28:57.657Z] ==> Jenkins CI detected. [2021-04-16T04:28:57.657Z] project root: . [2021-04-16T04:28:57.657Z] --> token set from env [2021-04-16T04:28:57.657Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-16T04:28:57.657Z] ==> Running gcov in . (disable via -X gcov) [2021-04-16T04:28:57.657Z] ==> Python coveragepy not found [2021-04-16T04:28:57.657Z] ==> Searching for coverage reports in: [2021-04-16T04:28:57.657Z] + . [2021-04-16T04:28:57.657Z] -> Found 1 reports [2021-04-16T04:28:57.657Z] ==> Detecting git/mercurial file structure [2021-04-16T04:28:57.657Z] ==> Reading reports [2021-04-16T04:28:57.657Z] + ./coverage.out bytes=47247 [2021-04-16T04:28:57.657Z] ==> Appending adjustments [2021-04-16T04:28:57.657Z] https://docs.codecov.io/docs/fixing-reports [2021-04-16T04:28:57.657Z] + Found adjustments [2021-04-16T04:28:57.921Z] ==> Gzipping contents [2021-04-16T04:28:57.921Z] 8.0K /tmp/codecov.Kkijws.gz [2021-04-16T04:28:57.921Z] ==> Uploading reports [2021-04-16T04:28:57.921Z] url: https://codecov.io [2021-04-16T04:28:57.921Z] query: branch=master&commit=d49a116a4400a5a79f2ee23114687d65ed5c637c&build=47&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F47%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-16T04:28:57.921Z] -> Pinging Codecov [2021-04-16T04:28:57.921Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=d49a116a4400a5a79f2ee23114687d65ed5c637c&build=47&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F47%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-16T04:28:58.498Z] -> Uploading to [2021-04-16T04:28:58.498Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-16/5E52B4B073DB2E39498172D8E973AA87/d49a116a4400a5a79f2ee23114687d65ed5c637c/e381b8b7-f708-41eb-9e41-c4859c55de18.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T042858Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=20c00dc51a8c17241af1ff35e28b3365bb83fee7a215129cbe771385aecd9ec6 [2021-04-16T04:28:58.498Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-16T04:28:58.498Z] Dload Upload Total Spent Left Speed [2021-04-16T04:28:59.075Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5754 0 0 100 5754 0 12163 --:--:-- --:--:-- --:--:-- 12164 100 5754 0 0 100 5754 0 12157 --:--:-- --:--:-- --:--:-- 12139 [2021-04-16T04:28:59.075Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/d49a116a4400a5a79f2ee23114687d65ed5c637c [Pipeline] } [2021-04-16T04:28:59.089Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-16T04:28:59.317Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-16T04:28:59.363Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:28:59.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-16T04:28:59.988Z] [2021-04-16T04:28:59.988Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:29:00.442Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-16T04:29:00.442Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-16T04:29:00.442Z] 188c0c94c7c5: Pulling fs layer [2021-04-16T04:29:00.442Z] 0ef7d3d256c8: Pulling fs layer [2021-04-16T04:29:00.442Z] de9db76c5a1d: Pulling fs layer [2021-04-16T04:29:00.442Z] 0eba1c9be4d2: Pulling fs layer [2021-04-16T04:29:00.442Z] 0d57e429df01: Pulling fs layer [2021-04-16T04:29:00.442Z] 4e4be7b47b0d: Pulling fs layer [2021-04-16T04:29:00.442Z] e1f770b5df2f: Pulling fs layer [2021-04-16T04:29:00.442Z] 85a0685a4137: Pulling fs layer [2021-04-16T04:29:00.442Z] 0d57e429df01: Waiting [2021-04-16T04:29:00.442Z] 4e4be7b47b0d: Waiting [2021-04-16T04:29:00.442Z] e1f770b5df2f: Waiting [2021-04-16T04:29:00.442Z] 85a0685a4137: Waiting [2021-04-16T04:29:00.442Z] 0eba1c9be4d2: Waiting [2021-04-16T04:29:00.442Z] de9db76c5a1d: Verifying Checksum [2021-04-16T04:29:00.442Z] de9db76c5a1d: Download complete [2021-04-16T04:29:00.442Z] 0ef7d3d256c8: Verifying Checksum [2021-04-16T04:29:00.442Z] 0ef7d3d256c8: Download complete [2021-04-16T04:29:00.442Z] 0d57e429df01: Verifying Checksum [2021-04-16T04:29:00.442Z] 0d57e429df01: Download complete [2021-04-16T04:29:00.442Z] 188c0c94c7c5: Download complete [2021-04-16T04:29:00.442Z] 4e4be7b47b0d: Verifying Checksum [2021-04-16T04:29:00.442Z] 4e4be7b47b0d: Download complete [2021-04-16T04:29:01.034Z] 188c0c94c7c5: Pull complete [2021-04-16T04:29:01.303Z] 0ef7d3d256c8: Pull complete [2021-04-16T04:29:01.303Z] de9db76c5a1d: Pull complete [2021-04-16T04:29:01.569Z] e1f770b5df2f: Verifying Checksum [2021-04-16T04:29:01.569Z] e1f770b5df2f: Download complete [2021-04-16T04:29:04.149Z] 0eba1c9be4d2: Verifying Checksum [2021-04-16T04:29:04.149Z] 0eba1c9be4d2: Download complete [2021-04-16T04:29:04.149Z] 85a0685a4137: Verifying Checksum [2021-04-16T04:29:04.149Z] 85a0685a4137: Download complete [2021-04-16T04:29:10.842Z] 0eba1c9be4d2: Pull complete [2021-04-16T04:29:10.842Z] 0d57e429df01: Pull complete [2021-04-16T04:29:10.842Z] 4e4be7b47b0d: Pull complete [2021-04-16T04:29:12.774Z] e1f770b5df2f: Pull complete [2021-04-16T04:29:19.407Z] 85a0685a4137: Pull complete [2021-04-16T04:29:19.670Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-16T04:29:19.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-16T04:29:19.670Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-16T04:29:19.892Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2021-04-16T04:29:19.943Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-16T04:29:21.233Z] $ docker top 6aba4b3ab20713a31555c7cdf235b719aa1f25f59232fbb0ac0e8f9d08aef0b3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-16T04:29:21.430Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-16T04:29:21.728Z] + set -o pipefail [2021-04-16T04:29:21.728Z] + snyk monitor '--org=edgex-jenkins' [2021-04-16T04:29:36.717Z] [2021-04-16T04:29:36.717Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-04-16T04:29:36.717Z] [2021-04-16T04:29:36.717Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/edc46cdc-4751-4a58-8a29-f66c829ef10a [2021-04-16T04:29:36.717Z] [2021-04-16T04:29:36.717Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-16T04:29:36.717Z] [2021-04-16T04:29:36.717Z] [2021-04-16T04:29:36.717Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-16T04:29:36.717Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-16T04:29:36.734Z] $ docker stop --time=1 6aba4b3ab20713a31555c7cdf235b719aa1f25f59232fbb0ac0e8f9d08aef0b3 [2021-04-16T04:29:40.065Z] $ docker rm -f 6aba4b3ab20713a31555c7cdf235b719aa1f25f59232fbb0ac0e8f9d08aef0b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-16T04:29:41.275Z] + git log --format=format:%s -1 d49a116a4400a5a79f2ee23114687d65ed5c637c [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:29:41.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:29:41.613Z] . [Pipeline] withDockerContainer [2021-04-16T04:29:41.714Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2021-04-16T04:29:41.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-16T04:29:42.570Z] $ docker top 4ca965356eaab1a3874142e84c228cedb703dcfa34c770e25a20d044a7027e7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T04:29:42.732Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T04:29:42.732Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T04:29:42.988Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T04:29:42.993Z] $ docker exec 4ca965356eaab1a3874142e84c228cedb703dcfa34c770e25a20d044a7027e7f ssh-agent [2021-04-16T04:29:43.175Z] SSH_AUTH_SOCK=/tmp/ssh-hB0V30a4mKxG/agent.12 [2021-04-16T04:29:43.175Z] SSH_AGENT_PID=17 [2021-04-16T04:29:43.183Z] Running ssh-add (command line suppressed) [2021-04-16T04:29:43.310Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3075116985068028254.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3075116985068028254.key) [2021-04-16T04:29:43.373Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T04:29:43.678Z] + git semver tag [2021-04-16T04:29:43.678Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T04:29:43.678Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-16T04:29:43.678Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-16T04:29:43.678Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T04:29:43.678Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T04:29:43.678Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T04:29:43.678Z] # $SEMVER_BRANCH = master [2021-04-16T04:29:43.678Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-04-16T04:29:43.678Z] # d49a116a4400a5a79f2ee23114687d65ed5c637c HEAD [2021-04-16T04:29:43.678Z] # -> Force: false [2021-04-16T04:29:43.678Z] # da6ab0551502652b4938c4d6ee285957afcaaf08 refs/tags/v1.3.2-dev.8 [Pipeline] } [2021-04-16T04:29:43.693Z] $ docker exec --env ******** --env ******** 4ca965356eaab1a3874142e84c228cedb703dcfa34c770e25a20d044a7027e7f ssh-agent -k [2021-04-16T04:29:43.814Z] unset SSH_AUTH_SOCK; [2021-04-16T04:29:43.814Z] unset SSH_AGENT_PID; [2021-04-16T04:29:43.814Z] echo Agent pid 17 killed; [2021-04-16T04:29:43.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T04:29:44.210Z] + git semver [Pipeline] } [2021-04-16T04:29:44.228Z] $ docker stop --time=1 4ca965356eaab1a3874142e84c228cedb703dcfa34c770e25a20d044a7027e7f [2021-04-16T04:29:45.614Z] $ docker rm -f 4ca965356eaab1a3874142e84c228cedb703dcfa34c770e25a20d044a7027e7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:29:46.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-16T04:29:46.098Z] [2021-04-16T04:29:46.098Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:29:46.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-16T04:29:46.439Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-16T04:29:46.439Z] ab5ef0e58194: Pulling fs layer [2021-04-16T04:29:46.439Z] 9712f1f96733: Pulling fs layer [2021-04-16T04:29:46.439Z] 63f879dbbcfc: Pulling fs layer [2021-04-16T04:29:46.439Z] 0d9ebad4ef96: Pulling fs layer [2021-04-16T04:29:46.439Z] e9a5061849ea: Pulling fs layer [2021-04-16T04:29:46.439Z] d747dcd14b5f: Pulling fs layer [2021-04-16T04:29:46.439Z] 2de7ff778b66: Pulling fs layer [2021-04-16T04:29:46.439Z] e9a5061849ea: Waiting [2021-04-16T04:29:46.439Z] d747dcd14b5f: Waiting [2021-04-16T04:29:46.439Z] 2de7ff778b66: Waiting [2021-04-16T04:29:46.439Z] 0d9ebad4ef96: Waiting [2021-04-16T04:29:46.439Z] 9712f1f96733: Verifying Checksum [2021-04-16T04:29:46.439Z] 9712f1f96733: Download complete [2021-04-16T04:29:47.845Z] 63f879dbbcfc: Verifying Checksum [2021-04-16T04:29:47.845Z] 63f879dbbcfc: Download complete [2021-04-16T04:29:48.114Z] e9a5061849ea: Verifying Checksum [2021-04-16T04:29:48.114Z] e9a5061849ea: Download complete [2021-04-16T04:29:48.114Z] d747dcd14b5f: Verifying Checksum [2021-04-16T04:29:48.114Z] d747dcd14b5f: Download complete [2021-04-16T04:29:48.380Z] 2de7ff778b66: Verifying Checksum [2021-04-16T04:29:48.380Z] 2de7ff778b66: Download complete [2021-04-16T04:29:48.959Z] ab5ef0e58194: Verifying Checksum [2021-04-16T04:29:48.959Z] ab5ef0e58194: Download complete [2021-04-16T04:29:48.959Z] 0d9ebad4ef96: Verifying Checksum [2021-04-16T04:29:48.959Z] 0d9ebad4ef96: Download complete [2021-04-16T04:29:54.306Z] ab5ef0e58194: Pull complete [2021-04-16T04:29:54.306Z] 9712f1f96733: Pull complete [2021-04-16T04:29:56.246Z] 63f879dbbcfc: Pull complete [2021-04-16T04:30:02.917Z] 0d9ebad4ef96: Pull complete [2021-04-16T04:30:03.868Z] e9a5061849ea: Pull complete [2021-04-16T04:30:04.131Z] d747dcd14b5f: Pull complete [2021-04-16T04:30:06.704Z] 2de7ff778b66: Pull complete [2021-04-16T04:30:06.704Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-16T04:30:06.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-16T04:30:06.704Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-16T04:30:06.954Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2021-04-16T04:30:07.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-16T04:30:11.024Z] $ docker top 9073ec44f67789eb882984f29b6fe22a84bddfe66eee824629225087f41badc6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-16T04:30:11.179Z] provisioning config files... [2021-04-16T04:30:11.189Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1363850610519380234tmp [2021-04-16T04:30:11.205Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2880816189863180649tmp [2021-04-16T04:30:11.220Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7441420525867852153tmp [Pipeline] { [Pipeline] echo [2021-04-16T04:30:11.244Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:30:11.546Z] ---> sigul-configuration.sh [2021-04-16T04:30:11.546Z] gpg: directory `/root/.gnupg' created [2021-04-16T04:30:11.546Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-16T04:30:11.546Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-16T04:30:11.546Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-16T04:30:11.546Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-16T04:30:11.546Z] gpg: CAST5 encrypted data [2021-04-16T04:30:11.808Z] gpg: encrypted with 1 passphrase [2021-04-16T04:30:11.808Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-16T04:30:12.112Z] + mkdir /home/jenkins [2021-04-16T04:30:12.112Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-16T04:30:12.418Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-16T04:30:12.430Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:30:12.735Z] ---> sigul-install.sh [2021-04-16T04:30:19.353Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-16T04:30:19.654Z] + git tag --list [2021-04-16T04:30:19.654Z] v1.0.0 [2021-04-16T04:30:19.654Z] v1.1.0 [2021-04-16T04:30:19.654Z] v1.1.1 [2021-04-16T04:30:19.654Z] v1.2.1 [2021-04-16T04:30:19.654Z] v1.2.2 [2021-04-16T04:30:19.654Z] v1.2.3 [2021-04-16T04:30:19.654Z] v1.3.0 [2021-04-16T04:30:19.654Z] v1.3.1 [2021-04-16T04:30:19.654Z] v1.3.1-dev.1 [2021-04-16T04:30:19.654Z] v1.3.1-dev.2 [2021-04-16T04:30:19.654Z] v1.3.1-dev.3 [2021-04-16T04:30:19.654Z] v1.3.1-dev.4 [2021-04-16T04:30:19.654Z] v1.3.1-dev.5 [2021-04-16T04:30:19.654Z] v1.3.2-dev.1 [2021-04-16T04:30:19.654Z] v1.3.2-dev.2 [2021-04-16T04:30:19.654Z] v1.3.2-dev.3 [2021-04-16T04:30:19.654Z] v1.3.2-dev.4 [2021-04-16T04:30:19.654Z] v1.3.2-dev.5 [2021-04-16T04:30:19.654Z] v1.3.2-dev.6 [2021-04-16T04:30:19.654Z] v1.3.2-dev.7 [2021-04-16T04:30:19.654Z] v1.3.2-dev.8 [Pipeline] sh [2021-04-16T04:30:19.958Z] + lftools sign git-tag v1.3.2-dev.8 [2021-04-16T04:30:21.354Z] Signing Git tag with Sigul... [2021-04-16T04:30:21.354Z] Signing v1.3.2-dev.8 [Pipeline] echo [2021-04-16T04:30:22.313Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:30:22.614Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-16T04:30:22.624Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-16T04:30:22.666Z] $ docker stop --time=1 9073ec44f67789eb882984f29b6fe22a84bddfe66eee824629225087f41badc6 [2021-04-16T04:30:24.901Z] $ docker rm -f 9073ec44f67789eb882984f29b6fe22a84bddfe66eee824629225087f41badc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:30:25.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:30:25.751Z] . [Pipeline] withDockerContainer [2021-04-16T04:30:25.917Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2021-04-16T04:30:25.965Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-16T04:30:26.805Z] $ docker top 756fffa797e8b864cd32fb1e52de4c2df8f4391a570b9dd7d5fb4daa0868fdf6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T04:30:27.052Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T04:30:27.052Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T04:30:27.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T04:30:27.317Z] $ docker exec 756fffa797e8b864cd32fb1e52de4c2df8f4391a570b9dd7d5fb4daa0868fdf6 ssh-agent [2021-04-16T04:30:27.512Z] SSH_AUTH_SOCK=/tmp/ssh-fICeWSUfBkXx/agent.11 [2021-04-16T04:30:27.513Z] SSH_AGENT_PID=16 [2021-04-16T04:30:27.521Z] Running ssh-add (command line suppressed) [2021-04-16T04:30:27.664Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2529205428050857138.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2529205428050857138.key) [2021-04-16T04:30:27.725Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T04:30:28.043Z] + git semver bump pre [2021-04-16T04:30:28.043Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T04:30:28.043Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-16T04:30:28.043Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-16T04:30:28.043Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T04:30:28.043Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T04:30:28.043Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T04:30:28.043Z] # $SEMVER_BRANCH = master [2021-04-16T04:30:28.043Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-04-16T04:30:28.043Z] 1.3.2-dev.9 [Pipeline] } [2021-04-16T04:30:28.058Z] $ docker exec --env ******** --env ******** 756fffa797e8b864cd32fb1e52de4c2df8f4391a570b9dd7d5fb4daa0868fdf6 ssh-agent -k [2021-04-16T04:30:28.187Z] unset SSH_AUTH_SOCK; [2021-04-16T04:30:28.188Z] unset SSH_AGENT_PID; [2021-04-16T04:30:28.188Z] echo Agent pid 16 killed; [2021-04-16T04:30:28.248Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T04:30:28.646Z] + git semver [Pipeline] } [2021-04-16T04:30:28.664Z] $ docker stop --time=1 756fffa797e8b864cd32fb1e52de4c2df8f4391a570b9dd7d5fb4daa0868fdf6 [2021-04-16T04:30:30.035Z] $ docker rm -f 756fffa797e8b864cd32fb1e52de4c2df8f4391a570b9dd7d5fb4daa0868fdf6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:30:30.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:30:30.448Z] . [Pipeline] withDockerContainer [2021-04-16T04:30:30.550Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2021-04-16T04:30:30.595Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-16T04:30:31.181Z] $ docker top ee5d9106613197ec536540aa9c96cbab21496f12304c5b368d67404051d1557a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T04:30:31.330Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T04:30:31.330Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T04:30:31.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T04:30:31.520Z] $ docker exec ee5d9106613197ec536540aa9c96cbab21496f12304c5b368d67404051d1557a ssh-agent [2021-04-16T04:30:31.697Z] SSH_AUTH_SOCK=/tmp/ssh-zQHnHVJ7KCR1/agent.13 [2021-04-16T04:30:31.697Z] SSH_AGENT_PID=19 [2021-04-16T04:30:31.704Z] Running ssh-add (command line suppressed) [2021-04-16T04:30:31.844Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7979534727242787256.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7979534727242787256.key) [2021-04-16T04:30:31.906Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T04:30:32.209Z] + git semver push [2021-04-16T04:30:32.209Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T04:30:32.209Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-16T04:30:32.209Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-16T04:30:32.209Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T04:30:32.209Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T04:30:32.209Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T04:30:32.209Z] # $SEMVER_BRANCH = master [2021-04-16T04:30:32.209Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-04-16T04:30:36.446Z] $ docker exec --env ******** --env ******** ee5d9106613197ec536540aa9c96cbab21496f12304c5b368d67404051d1557a ssh-agent -k [2021-04-16T04:30:36.589Z] unset SSH_AUTH_SOCK; [2021-04-16T04:30:36.589Z] unset SSH_AGENT_PID; [2021-04-16T04:30:36.589Z] echo Agent pid 19 killed; [2021-04-16T04:30:36.653Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T04:30:37.014Z] + git semver [Pipeline] } [2021-04-16T04:30:37.030Z] $ docker stop --time=1 ee5d9106613197ec536540aa9c96cbab21496f12304c5b368d67404051d1557a [2021-04-16T04:30:38.405Z] $ docker rm -f ee5d9106613197ec536540aa9c96cbab21496f12304c5b368d67404051d1557a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:30:39.143Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:30:39.712Z] ---> package-listing.sh [2021-04-16T04:30:39.712Z] ++ facter osfamily [2021-04-16T04:30:39.712Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-16T04:30:39.712Z] + OS_FAMILY=redhat [2021-04-16T04:30:39.712Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-04-16T04:30:39.712Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-16T04:30:39.712Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-16T04:30:39.712Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-16T04:30:39.712Z] + PACKAGES=/tmp/packages_start.txt [2021-04-16T04:30:39.712Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-04-16T04:30:39.712Z] + PACKAGES=/tmp/packages_end.txt [2021-04-16T04:30:39.712Z] + case "${OS_FAMILY}" in [2021-04-16T04:30:39.712Z] + rpm -qa [2021-04-16T04:30:39.712Z] + sort [2021-04-16T04:30:45.026Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-16T04:30:45.026Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-16T04:30:45.026Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-16T04:30:45.026Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-04-16T04:30:45.026Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-04-16T04:30:45.026Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo [2021-04-16T04:30:45.039Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-16T04:30:45.336Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:30:45.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T04:30:45.671Z] [2021-04-16T04:30:45.671Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:30:46.003Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T04:30:46.003Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-16T04:30:46.003Z] df20fa9351a1: Pulling fs layer [2021-04-16T04:30:46.003Z] 36b3adc4ff6f: Pulling fs layer [2021-04-16T04:30:46.003Z] 8ad3a11d3b57: Pulling fs layer [2021-04-16T04:30:46.003Z] 46f8f816bc3b: Pulling fs layer [2021-04-16T04:30:46.003Z] 93b61091891f: Pulling fs layer [2021-04-16T04:30:46.003Z] 93b9cdb0e59b: Pulling fs layer [2021-04-16T04:30:46.003Z] 5e14af77c1be: Pulling fs layer [2021-04-16T04:30:46.003Z] 01666e4c0597: Pulling fs layer [2021-04-16T04:30:46.003Z] aa168da1d23b: Pulling fs layer [2021-04-16T04:30:46.003Z] 46f8f816bc3b: Waiting [2021-04-16T04:30:46.003Z] 93b9cdb0e59b: Waiting [2021-04-16T04:30:46.003Z] 5e14af77c1be: Waiting [2021-04-16T04:30:46.003Z] 93b61091891f: Waiting [2021-04-16T04:30:46.003Z] aa168da1d23b: Waiting [2021-04-16T04:30:46.003Z] 36b3adc4ff6f: Download complete [2021-04-16T04:30:46.003Z] 46f8f816bc3b: Verifying Checksum [2021-04-16T04:30:46.003Z] 46f8f816bc3b: Download complete [2021-04-16T04:30:46.267Z] df20fa9351a1: Download complete [2021-04-16T04:30:46.267Z] 93b9cdb0e59b: Verifying Checksum [2021-04-16T04:30:46.267Z] 93b9cdb0e59b: Download complete [2021-04-16T04:30:46.267Z] 93b61091891f: Verifying Checksum [2021-04-16T04:30:46.267Z] 93b61091891f: Download complete [2021-04-16T04:30:46.267Z] 5e14af77c1be: Download complete [2021-04-16T04:30:46.267Z] 01666e4c0597: Verifying Checksum [2021-04-16T04:30:46.267Z] 01666e4c0597: Download complete [2021-04-16T04:30:46.535Z] 8ad3a11d3b57: Verifying Checksum [2021-04-16T04:30:46.535Z] 8ad3a11d3b57: Download complete [2021-04-16T04:30:46.535Z] df20fa9351a1: Pull complete [2021-04-16T04:30:46.798Z] 36b3adc4ff6f: Pull complete [2021-04-16T04:30:48.212Z] 8ad3a11d3b57: Pull complete [2021-04-16T04:30:48.473Z] aa168da1d23b: Verifying Checksum [2021-04-16T04:30:48.473Z] aa168da1d23b: Download complete [2021-04-16T04:30:48.474Z] 46f8f816bc3b: Pull complete [2021-04-16T04:30:49.046Z] 93b61091891f: Pull complete [2021-04-16T04:30:49.313Z] 93b9cdb0e59b: Pull complete [2021-04-16T04:30:49.313Z] 5e14af77c1be: Pull complete [2021-04-16T04:30:49.578Z] 01666e4c0597: Pull complete [2021-04-16T04:30:56.225Z] aa168da1d23b: Pull complete [2021-04-16T04:30:56.225Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-16T04:30:56.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T04:30:56.225Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-16T04:30:56.382Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2021-04-16T04:30:56.434Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-16T04:30:59.446Z] $ docker top de2220e82d8261456e8125e8981aeb40275419f6f8d130992aac7aa8232b61f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T04:30:59.924Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-16T04:31:00.231Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-16T04:31:00.538Z] + ls /var/log/sa-host [2021-04-16T04:31:00.539Z] + sadf -c /var/log/sa-host/sa16 [2021-04-16T04:31:00.539Z] file_magic: OK [2021-04-16T04:31:00.539Z] HZ: Using current value: 100 [2021-04-16T04:31:00.539Z] file_header: OK [2021-04-16T04:31:00.539Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-16T04:31:00.539Z] Statistics: [2021-04-16T04:31:00.539Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-16T04:31:00.539Z] File successfully converted to sysstat format version 12.2.1 [2021-04-16T04:31:00.539Z] + sadf -c /var/log/sa-host/sa23 [2021-04-16T04:31:00.539Z] file_magic: OK [2021-04-16T04:31:00.539Z] HZ: Using current value: 100 [2021-04-16T04:31:00.539Z] file_header: OK [2021-04-16T04:31:00.539Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-16T04:31:00.539Z] Statistics: [2021-04-16T04:31:00.539Z] Hnuu...uuuununununu... [2021-04-16T04:31:00.539Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-16T04:31:00.755Z] provisioning config files... [2021-04-16T04:31:00.771Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2828034355252921853tmp [Pipeline] { [Pipeline] echo [2021-04-16T04:31:00.794Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:31:01.233Z] ---> create-netrc.sh [Pipeline] } [2021-04-16T04:31:01.265Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-16T04:31:01.288Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:31:01.605Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-16T04:31:01.621Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:31:01.930Z] ---> sudo-logs.sh [2021-04-16T04:31:01.930Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-16T04:31:01.962Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:31:02.268Z] ---> job-cost.sh [2021-04-16T04:31:02.268Z] lf-activate-venv: SKIPPING [2021-04-16T04:31:02.268Z] DEBUG: total: 0.20999999344348907 [2021-04-16T04:31:02.268Z] INFO: Retrieving Stack Cost... [2021-04-16T04:31:03.224Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-16T04:31:03.800Z] INFO: Archiving Costs [Pipeline] echo [2021-04-16T04:31:03.816Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:31:04.121Z] ---> logs-deploy.sh [2021-04-16T04:31:04.121Z] lf-activate-venv: SKIPPING [2021-04-16T04:31:04.121Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/47 [2021-04-16T04:31:04.121Z] INFO: archiving workspace using pattern(s): [2021-04-16T04:31:06.048Z] Archives upload complete. [2021-04-16T04:31:06.048Z] INFO: archiving logs to Nexus [2021-04-16T04:31:07.006Z] ---> uname -a: [2021-04-16T04:31:07.006Z] Linux prd-centos7-docker-4c-2g-385.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-16T04:31:07.006Z] [2021-04-16T04:31:07.006Z] [2021-04-16T04:31:07.006Z] ---> lscpu: [2021-04-16T04:31:07.006Z] Architecture: x86_64 [2021-04-16T04:31:07.006Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-16T04:31:07.006Z] Byte Order: Little Endian [2021-04-16T04:31:07.006Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-16T04:31:07.006Z] CPU(s): 4 [2021-04-16T04:31:07.006Z] On-line CPU(s) list: 0-3 [2021-04-16T04:31:07.006Z] Thread(s) per core: 1 [2021-04-16T04:31:07.006Z] Core(s) per socket: 1 [2021-04-16T04:31:07.006Z] Socket(s): 4 [2021-04-16T04:31:07.006Z] NUMA node(s): 1 [2021-04-16T04:31:07.006Z] Vendor ID: GenuineIntel [2021-04-16T04:31:07.006Z] CPU family: 6 [2021-04-16T04:31:07.006Z] Model: 44 [2021-04-16T04:31:07.006Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-16T04:31:07.006Z] Stepping: 1 [2021-04-16T04:31:07.006Z] CPU MHz: 2933.442 [2021-04-16T04:31:07.006Z] BogoMIPS: 5866.88 [2021-04-16T04:31:07.006Z] Virtualization: VT-x [2021-04-16T04:31:07.006Z] Hypervisor vendor: KVM [2021-04-16T04:31:07.006Z] Virtualization type: full [2021-04-16T04:31:07.006Z] L1d cache: 128 KiB [2021-04-16T04:31:07.006Z] L1i cache: 128 KiB [2021-04-16T04:31:07.006Z] L2 cache: 16 MiB [2021-04-16T04:31:07.006Z] L3 cache: 64 MiB [2021-04-16T04:31:07.006Z] NUMA node0 CPU(s): 0-3 [2021-04-16T04:31:07.006Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-16T04:31:07.006Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-16T04:31:07.006Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-16T04:31:07.006Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-16T04:31:07.006Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-16T04:31:07.006Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-16T04:31:07.006Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-16T04:31:07.006Z] Vulnerability Srbds: Not affected [2021-04-16T04:31:07.006Z] Vulnerability Tsx async abort: Not affected [2021-04-16T04:31:07.007Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] ---> nproc: [2021-04-16T04:31:07.007Z] 4 [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] ---> df -h: [2021-04-16T04:31:07.007Z] Filesystem Size Used Available Use% Mounted on [2021-04-16T04:31:07.007Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-16T04:31:07.007Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-16T04:31:07.007Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-16T04:31:07.007Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-16T04:31:07.007Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-16T04:31:07.007Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-16T04:31:07.007Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-16T04:31:07.007Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-16T04:31:07.007Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master [2021-04-16T04:31:07.007Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp [2021-04-16T04:31:07.007Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-16T04:31:07.007Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-16T04:31:07.007Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-16T04:31:07.007Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] ---> free -m: [2021-04-16T04:31:07.007Z] total used free shared buff/cache available [2021-04-16T04:31:07.007Z] Mem: 1837 831 141 0 865 940 [2021-04-16T04:31:07.007Z] Swap: 1023 2 1021 [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] ---> ip addr: [2021-04-16T04:31:07.007Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-16T04:31:07.007Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-16T04:31:07.007Z] inet 127.0.0.1/8 scope host lo [2021-04-16T04:31:07.007Z] valid_lft forever preferred_lft forever [2021-04-16T04:31:07.007Z] inet6 ::1/128 scope host [2021-04-16T04:31:07.007Z] valid_lft forever preferred_lft forever [2021-04-16T04:31:07.007Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-16T04:31:07.007Z] link/ether fa:16:3e:41:75:a8 brd ff:ff:ff:ff:ff:ff [2021-04-16T04:31:07.007Z] inet 10.30.123.42/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-16T04:31:07.007Z] valid_lft 85608sec preferred_lft 85608sec [2021-04-16T04:31:07.007Z] inet6 fe80::f816:3eff:fe41:75a8/64 scope link [2021-04-16T04:31:07.007Z] valid_lft forever preferred_lft forever [2021-04-16T04:31:07.007Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-16T04:31:07.007Z] link/ether 02:42:76:d9:52:77 brd ff:ff:ff:ff:ff:ff [2021-04-16T04:31:07.007Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-16T04:31:07.007Z] valid_lft forever preferred_lft forever [2021-04-16T04:31:07.007Z] inet6 fe80::42:76ff:fed9:5277/64 scope link [2021-04-16T04:31:07.007Z] valid_lft forever preferred_lft forever [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] ---> sar -b -r -n DEV: [2021-04-16T04:31:07.007Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] 04:17:43 LINUX RESTART (4 CPU) [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] 04:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-16T04:31:07.007Z] 04:19:01 172.35 86.51 85.84 0.00 9436.94 39156.04 0.00 [2021-04-16T04:31:07.007Z] 04:20:01 2.38 0.00 2.38 0.00 0.00 49.13 0.00 [2021-04-16T04:31:07.007Z] 04:21:01 0.47 0.00 0.47 0.00 0.00 6.90 0.00 [2021-04-16T04:31:07.007Z] 04:22:01 0.35 0.00 0.35 0.00 0.00 3.96 0.00 [2021-04-16T04:31:07.007Z] 04:23:01 0.17 0.00 0.17 0.00 0.00 2.05 0.00 [2021-04-16T04:31:07.007Z] 04:24:01 0.35 0.00 0.35 0.00 0.00 4.63 0.00 [2021-04-16T04:31:07.007Z] 04:25:02 0.22 0.00 0.22 0.00 0.00 3.28 0.00 [2021-04-16T04:31:07.007Z] 04:26:01 0.29 0.00 0.29 0.00 0.00 3.27 0.00 [2021-04-16T04:31:07.007Z] 04:27:01 0.25 0.00 0.25 0.00 0.00 2.46 0.00 [2021-04-16T04:31:07.007Z] 04:28:01 0.50 0.00 0.50 0.00 0.00 4.45 0.00 [2021-04-16T04:31:07.007Z] 04:29:01 1.70 0.37 1.33 0.00 160.35 27.52 0.00 [2021-04-16T04:31:07.007Z] 04:30:01 403.44 206.18 197.26 0.00 9539.70 59270.58 0.00 [2021-04-16T04:31:07.007Z] Average: 48.70 24.50 24.20 0.00 1599.48 8237.40 0.00 [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] 04:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-16T04:31:07.007Z] 04:19:01 168812 0 614980 32.68 2620 1095132 1108728 37.84 451104 1064240 128 [2021-04-16T04:31:07.007Z] 04:20:01 175000 0 608656 32.35 2620 1095268 1079500 36.84 450108 1059732 16 [2021-04-16T04:31:07.007Z] 04:21:01 172488 0 611160 32.48 2620 1095276 1079716 36.85 448384 1064548 12 [2021-04-16T04:31:07.007Z] 04:22:01 173316 0 610332 32.44 2620 1095276 1079500 36.84 461612 1050044 12 [2021-04-16T04:31:07.007Z] 04:23:01 172212 0 611428 32.50 2620 1095284 1079716 36.85 459184 1053668 8 [2021-04-16T04:31:07.007Z] 04:24:01 170212 0 613424 32.60 2620 1095288 1079584 36.84 472448 1042476 16 [2021-04-16T04:31:07.007Z] 04:25:02 170828 0 612800 32.57 2620 1095296 1079500 36.84 471860 1042476 8 [2021-04-16T04:31:07.007Z] 04:26:01 170912 0 612712 32.56 2620 1095300 1079500 36.84 472112 1042476 8 [2021-04-16T04:31:07.007Z] 04:27:01 171004 0 612616 32.56 2620 1095304 1079500 36.84 471992 1042476 8 [2021-04-16T04:31:07.007Z] 04:28:01 170652 0 612960 32.58 2620 1095312 1079500 36.84 472000 1042476 8 [2021-04-16T04:31:07.007Z] 04:29:01 109240 0 658176 34.98 2620 1111508 1293984 44.16 512000 1058164 50432 [2021-04-16T04:31:07.007Z] 04:30:01 127400 0 824940 43.84 1684 927520 1527792 52.14 593452 843156 85524 [2021-04-16T04:31:07.007Z] Average: 162673 0 633682 33.68 2542 1082647 1137210 38.81 478021 1033828 11348 [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] 04:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-16T04:31:07.007Z] 04:19:01 eth0 594.54 353.16 1095.25 85.90 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:19:01 docker0 2.60 2.26 0.46 4.25 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:20:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:21:01 eth0 1.60 0.50 0.59 0.39 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:22:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:23:01 eth0 0.53 0.50 0.27 0.21 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:24:01 eth0 0.32 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:25:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:26:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:28:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:29:01 eth0 105.18 87.81 796.89 36.35 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:30:01 eth0 828.87 707.54 6759.66 64.04 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] 04:30:01 docker0 57.28 57.73 5.08 276.54 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] Average: eth0 128.11 96.16 723.63 15.62 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] Average: docker0 5.01 5.02 0.46 23.49 0.00 0.00 0.00 0.00 [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] ---> sar -P ALL: [2021-04-16T04:31:07.007Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] 04:17:43 LINUX RESTART (4 CPU) [2021-04-16T04:31:07.007Z] [2021-04-16T04:31:07.007Z] 04:18:01 CPU %user %nice %system %iowait %steal %idle [2021-04-16T04:31:07.007Z] 04:19:01 all 14.83 0.00 9.26 4.69 0.06 71.16 [2021-04-16T04:31:07.007Z] 04:19:01 0 12.60 0.00 11.40 4.96 0.08 70.96 [2021-04-16T04:31:07.007Z] 04:19:01 1 15.81 0.00 7.08 5.98 0.05 71.08 [2021-04-16T04:31:07.007Z] 04:19:01 2 17.27 0.00 8.02 3.56 0.05 71.10 [2021-04-16T04:31:07.007Z] 04:19:01 3 13.65 0.00 10.55 4.24 0.07 71.49 [2021-04-16T04:31:07.007Z] 04:20:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-04-16T04:31:07.007Z] 04:20:01 0 0.22 0.00 0.05 0.00 0.00 99.73 [2021-04-16T04:31:07.007Z] 04:20:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-16T04:31:07.007Z] 04:20:01 2 0.37 0.00 0.05 0.00 0.00 99.58 [2021-04-16T04:31:07.007Z] 04:20:01 3 0.07 0.00 0.08 0.00 0.00 99.85 [2021-04-16T04:31:07.007Z] 04:21:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2021-04-16T04:31:07.007Z] 04:21:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-16T04:31:07.007Z] 04:21:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-16T04:31:07.007Z] 04:21:01 2 0.53 0.00 0.03 0.00 0.02 99.42 [2021-04-16T04:31:07.007Z] 04:21:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-16T04:31:07.007Z] 04:22:01 all 0.14 0.00 0.05 0.00 0.00 99.80 [2021-04-16T04:31:07.007Z] 04:22:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-16T04:31:07.007Z] 04:22:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-16T04:31:07.007Z] 04:22:01 2 0.45 0.00 0.03 0.00 0.00 99.52 [2021-04-16T04:31:07.007Z] 04:22:01 3 0.03 0.00 0.10 0.00 0.00 99.87 [2021-04-16T04:31:07.007Z] 04:23:01 all 0.16 0.00 0.07 0.00 0.00 99.77 [2021-04-16T04:31:07.007Z] 04:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-16T04:31:07.007Z] 04:23:01 1 0.48 0.00 0.10 0.00 0.02 99.40 [2021-04-16T04:31:07.007Z] 04:23:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-16T04:31:07.007Z] 04:23:01 3 0.05 0.00 0.10 0.00 0.00 99.85 [2021-04-16T04:31:07.007Z] 04:24:01 all 0.15 0.00 0.06 0.00 0.00 99.78 [2021-04-16T04:31:07.007Z] 04:24:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-16T04:31:07.007Z] 04:24:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-04-16T04:31:07.007Z] 04:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-16T04:31:07.007Z] 04:24:01 3 0.03 0.00 0.13 0.00 0.00 99.83 [2021-04-16T04:31:07.007Z] 04:25:02 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-04-16T04:31:07.007Z] 04:25:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-16T04:31:07.007Z] 04:25:02 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-16T04:31:07.007Z] 04:25:02 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-16T04:31:07.007Z] 04:25:02 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-16T04:31:07.007Z] 04:26:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-04-16T04:31:07.007Z] 04:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-16T04:31:07.007Z] 04:26:01 1 0.54 0.00 0.05 0.00 0.00 99.41 [2021-04-16T04:31:07.007Z] 04:26:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-16T04:31:07.007Z] 04:26:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-16T04:31:07.007Z] 04:27:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-04-16T04:31:07.007Z] 04:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-16T04:31:07.007Z] 04:27:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-16T04:31:07.007Z] 04:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-16T04:31:07.007Z] 04:27:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-16T04:31:07.007Z] 04:28:01 all 0.13 0.00 0.06 0.00 0.00 99.82 [2021-04-16T04:31:07.007Z] 04:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-16T04:31:07.008Z] 04:28:01 1 0.42 0.00 0.10 0.00 0.00 99.48 [2021-04-16T04:31:07.008Z] 04:28:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-16T04:31:07.008Z] 04:28:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-16T04:31:07.008Z] 04:29:01 all 1.19 0.00 0.85 0.01 0.03 97.93 [2021-04-16T04:31:07.008Z] 04:29:01 0 1.20 0.00 1.02 0.00 0.03 97.75 [2021-04-16T04:31:07.008Z] 04:29:01 1 1.21 0.00 0.52 0.00 0.03 98.24 [2021-04-16T04:31:07.008Z] 04:29:01 2 1.19 0.00 1.22 0.02 0.03 97.55 [2021-04-16T04:31:07.008Z] 04:29:01 3 1.17 0.00 0.63 0.02 0.00 98.18 [2021-04-16T04:31:07.008Z] [2021-04-16T04:31:07.008Z] 04:29:01 CPU %user %nice %system %iowait %steal %idle [2021-04-16T04:31:07.008Z] 04:30:01 all 17.09 0.00 12.51 5.05 0.12 65.22 [2021-04-16T04:31:07.008Z] 04:30:01 0 16.17 0.00 13.65 5.23 0.09 64.85 [2021-04-16T04:31:07.008Z] 04:30:01 1 17.24 0.00 11.73 4.01 0.14 66.88 [2021-04-16T04:31:07.008Z] 04:30:01 2 17.03 0.00 12.38 4.87 0.12 65.59 [2021-04-16T04:31:07.008Z] 04:30:01 3 17.93 0.00 12.28 6.11 0.14 63.54 [2021-04-16T04:31:07.008Z] Average: all 2.82 0.00 1.88 0.79 0.02 94.49 [2021-04-16T04:31:07.008Z] Average: 0 2.48 0.00 2.15 0.83 0.02 94.53 [2021-04-16T04:31:07.008Z] Average: 1 3.07 0.00 1.62 0.82 0.02 94.46 [2021-04-16T04:31:07.008Z] Average: 2 3.04 0.00 1.80 0.69 0.02 94.46 [2021-04-16T04:31:07.008Z] Average: 3 2.69 0.00 1.96 0.84 0.02 94.49 [2021-04-16T04:31:07.008Z] [2021-04-16T04:31:07.008Z] [2021-04-16T04:31:07.008Z]