Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-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-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-26288 in /w/workspace/undry_app-functions-sdk-go_hanoi [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/app-functions-sdk-go.git > git init /w/workspace/undry_app-functions-sdk-go_hanoi # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-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/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 Checking out Revision cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 # timeout=10 Commit message: "feat: Hanoi: Add template for creating new App Service (#679)" > git rev-list --no-walk eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-12T15:14:59.938Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T15:15:00.263Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T15:15:00.449Z] ========================================================= [2021-02-12T15:15:00.450Z] EdgeX Global Pipelines Version Info [2021-02-12T15:15:00.450Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:15:02.458Z] ------------------- [2021-02-12T15:15:02.458Z] stable info: [2021-02-12T15:15:02.458Z] ------------------- [2021-02-12T15:15:02.458Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T15:15:02.458Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T15:15:02.458Z] Message: update stable to v1.0.179 [2021-02-12T15:15:03.415Z] ------------------- [2021-02-12T15:15:03.415Z] experimental info: [2021-02-12T15:15:03.415Z] ------------------- [2021-02-12T15:15:03.415Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T15:15:03.415Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T15:15:03.415Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T15:15:03.724Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-12T15:15:03.839Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-12T15:15:03.939Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T15:15:04.035Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T15:15:04.132Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T15:15:04.234Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T15:15:04.336Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T15:15:04.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T15:15:04.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-12T15:15:04.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T15:15:04.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T15:15:04.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-12T15:15:04.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T15:15:05.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T15:15:05.159Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-12T15:15:05.269Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-12T15:15:05.362Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-12T15:15:05.465Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-12T15:15:05.555Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T15:15:05.658Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-12T15:15:05.827Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-12T15:15:05.985Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-12T15:15:06.104Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-12T15:15:06.201Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-12T15:15:06.296Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-12T15:15:06.390Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T15:15:06.487Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T15:15:06.581Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo [2021-02-12T15:15:06.678Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo [2021-02-12T15:15:06.810Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo [2021-02-12T15:15:06.932Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 [Pipeline] echo [2021-02-12T15:15:07.026Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbc22c6 [Pipeline] echo [2021-02-12T15:15:07.124Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T15:15:08.008Z] + git log --format=format:%s -1 cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 [Pipeline] echo [2021-02-12T15:15:08.082Z] GIT_COMMIT: cbc22c6f1cbc49b021d3a08aab8f436f7e991a32, Commit Message: feat: Hanoi: Add template for creating new App Service (#679) [Pipeline] echo [2021-02-12T15:15:08.130Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:15:09.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T15:15:09.425Z] [2021-02-12T15:15:09.425Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:15:09.779Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T15:15:09.779Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T15:15:09.779Z] 31603596830f: Pulling fs layer [2021-02-12T15:15:09.779Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T15:15:09.779Z] 6ca5941a6612: Pulling fs layer [2021-02-12T15:15:09.779Z] ecc8261a40a4: Pulling fs layer [2021-02-12T15:15:09.779Z] ecc8261a40a4: Waiting [2021-02-12T15:15:10.053Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T15:15:10.053Z] 2a8b12db71e7: Download complete [2021-02-12T15:15:10.053Z] 31603596830f: Verifying Checksum [2021-02-12T15:15:10.053Z] 31603596830f: Download complete [2021-02-12T15:15:10.053Z] 6ca5941a6612: Verifying Checksum [2021-02-12T15:15:10.053Z] 6ca5941a6612: Download complete [2021-02-12T15:15:10.053Z] ecc8261a40a4: Verifying Checksum [2021-02-12T15:15:10.053Z] ecc8261a40a4: Download complete [2021-02-12T15:15:10.646Z] 31603596830f: Pull complete [2021-02-12T15:15:10.646Z] 2a8b12db71e7: Pull complete [2021-02-12T15:15:11.595Z] 6ca5941a6612: Pull complete [2021-02-12T15:15:11.595Z] ecc8261a40a4: Pull complete [2021-02-12T15:15:11.595Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T15:15:11.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T15:15:11.595Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T15:15:11.708Z] prd-centos7-docker-4c-2g-26288 does not seem to be running inside a container [2021-02-12T15:15:11.762Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T15:15:14.293Z] $ docker top 75c511ffe5bec0aab5fa884da5302c725d1302fc1683ce2f32d5c6a0ce2c0272 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T15:15:14.636Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T15:15:14.636Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T15:15:14.870Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T15:15:14.870Z] $ docker exec 75c511ffe5bec0aab5fa884da5302c725d1302fc1683ce2f32d5c6a0ce2c0272 ssh-agent [2021-02-12T15:15:15.049Z] SSH_AUTH_SOCK=/tmp/ssh-8ApvPVYqxzne/agent.11 [2021-02-12T15:15:15.049Z] SSH_AGENT_PID=17 [2021-02-12T15:15:15.062Z] Running ssh-add (command line suppressed) [2021-02-12T15:15:15.181Z] Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_6903117041467366970.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_6903117041467366970.key) [2021-02-12T15:15:15.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T15:15:15.588Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T15:15:15.641Z] $ docker exec --env ******** --env ******** 75c511ffe5bec0aab5fa884da5302c725d1302fc1683ce2f32d5c6a0ce2c0272 ssh-agent -k [2021-02-12T15:15:15.759Z] unset SSH_AUTH_SOCK; [2021-02-12T15:15:15.759Z] unset SSH_AGENT_PID; [2021-02-12T15:15:15.759Z] echo Agent pid 17 killed; [2021-02-12T15:15:15.837Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T15:15:15.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T15:15:15.981Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T15:15:16.190Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T15:15:16.195Z] $ docker exec 75c511ffe5bec0aab5fa884da5302c725d1302fc1683ce2f32d5c6a0ce2c0272 ssh-agent [2021-02-12T15:15:16.399Z] SSH_AUTH_SOCK=/tmp/ssh-BwvFKN7EppVe/agent.47 [2021-02-12T15:15:16.399Z] SSH_AGENT_PID=53 [2021-02-12T15:15:16.423Z] Running ssh-add (command line suppressed) [2021-02-12T15:15:16.554Z] Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_8103685734615826271.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_8103685734615826271.key) [2021-02-12T15:15:16.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T15:15:16.950Z] + git semver init [2021-02-12T15:15:16.951Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T15:15:16.951Z] # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git [2021-02-12T15:15:16.951Z] # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi [2021-02-12T15:15:16.951Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T15:15:16.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T15:15:16.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T15:15:16.951Z] # $SEMVER_BRANCH = hanoi [2021-02-12T15:15:16.951Z] # $SEMVER_TEMP = /tmp/semver-728824670 [2021-02-12T15:15:16.951Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-12T15:15:20.299Z] # '/tmp/semver-728824670' -> '/w/workspace/undry_app-functions-sdk-go_hanoi/.semver' [2021-02-12T15:15:20.299Z] # -> Force: false [2021-02-12T15:15:20.299Z] # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver [Pipeline] } [2021-02-12T15:15:20.308Z] $ docker exec --env ******** --env ******** 75c511ffe5bec0aab5fa884da5302c725d1302fc1683ce2f32d5c6a0ce2c0272 ssh-agent -k [2021-02-12T15:15:20.428Z] unset SSH_AUTH_SOCK; [2021-02-12T15:15:20.429Z] unset SSH_AGENT_PID; [2021-02-12T15:15:20.429Z] echo Agent pid 53 killed; [2021-02-12T15:15:20.485Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T15:15:20.998Z] + git semver [Pipeline] } [2021-02-12T15:15:21.013Z] $ docker stop --time=1 75c511ffe5bec0aab5fa884da5302c725d1302fc1683ce2f32d5c6a0ce2c0272 [2021-02-12T15:15:22.507Z] $ docker rm -f 75c511ffe5bec0aab5fa884da5302c725d1302fc1683ce2f32d5c6a0ce2c0272 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T15:15:22.988Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T15:15:23.447Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T15:15:23.450Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.1 [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-02-12T15:15:39.007Z] Still waiting to schedule task [2021-02-12T15:15:39.007Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26288’ [2021-02-12T15:15:39.009Z] Still waiting to schedule task [2021-02-12T15:15:39.009Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-12T15:17:34.397Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26297 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] ws [2021-02-12T15:17:34.450Z] Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-02-12T15:17:40.113Z] using credential edgex-jenkins-ssh [2021-02-12T15:17:40.297Z] Cloning the remote Git repository [2021-02-12T15:17:40.355Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-12T15:17:40.472Z] > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 [2021-02-12T15:17:40.571Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-12T15:17:40.572Z] > git --version # timeout=10 [2021-02-12T15:17:40.592Z] > git --version # 'git version 2.17.1' [2021-02-12T15:17:40.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T15:17:40.653Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T15:17:44.563Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-12T15:17:44.596Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T15:17:44.626Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-12T15:17:44.664Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-12T15:17:44.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T15:17:44.676Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-12T15:17:45.117Z] Checking out Revision cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 (hanoi) [2021-02-12T15:17:45.132Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T15:17:45.143Z] > git checkout -f cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 # timeout=10 [2021-02-12T15:17:49.452Z] Commit message: "feat: Hanoi: Add template for creating new App Service (#679)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T15:17:51.404Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-12T15:17:51.801Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T15:17:52.171Z] + sudo service docker restart [2021-02-12T15:17:52.171Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-12T15:17:55.050Z] ========================================================= [2021-02-12T15:17:55.050Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T15:17:55.050Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:17:55.431Z] + 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-02-12T15:17:56.871Z] Sending build context to Docker daemon 19.31MB [2021-02-12T15:17:56.872Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-02-12T15:17:56.872Z] Step 2/8 : FROM ${BASE} [2021-02-12T15:17:56.872Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T15:17:56.872Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T15:17:56.872Z] a4357932f1b6: Pulling fs layer [2021-02-12T15:17:56.872Z] 18c013af1878: Pulling fs layer [2021-02-12T15:17:56.872Z] 00ac8860ef70: Pulling fs layer [2021-02-12T15:17:56.872Z] 63d7cb157983: Pulling fs layer [2021-02-12T15:17:56.872Z] b116817d02f9: Pulling fs layer [2021-02-12T15:17:56.872Z] 745a02a5169b: Pulling fs layer [2021-02-12T15:17:56.872Z] 00ac8860ef70: Waiting [2021-02-12T15:17:56.872Z] 63d7cb157983: Waiting [2021-02-12T15:17:56.872Z] b116817d02f9: Waiting [2021-02-12T15:17:56.872Z] 745a02a5169b: Waiting [2021-02-12T15:17:57.144Z] 18c013af1878: Download complete [2021-02-12T15:17:57.144Z] a4357932f1b6: Verifying Checksum [2021-02-12T15:17:57.144Z] a4357932f1b6: Download complete [2021-02-12T15:17:57.144Z] 63d7cb157983: Verifying Checksum [2021-02-12T15:17:57.144Z] 63d7cb157983: Download complete [2021-02-12T15:17:57.733Z] b116817d02f9: Download complete [2021-02-12T15:17:57.733Z] 5f621e34cdf4: Verifying Checksum [2021-02-12T15:17:57.733Z] 5f621e34cdf4: Download complete [2021-02-12T15:17:58.715Z] 5f621e34cdf4: Pull complete [2021-02-12T15:17:59.000Z] a4357932f1b6: Pull complete [2021-02-12T15:17:59.595Z] 18c013af1878: Pull complete [2021-02-12T15:18:00.190Z] 745a02a5169b: Download complete [2021-02-12T15:18:01.175Z] 00ac8860ef70: Verifying Checksum [2021-02-12T15:18:01.175Z] 00ac8860ef70: Download complete [2021-02-12T15:18:11.368Z] 00ac8860ef70: Pull complete [2021-02-12T15:18:11.368Z] 63d7cb157983: Pull complete [2021-02-12T15:18:11.643Z] b116817d02f9: Pull complete [2021-02-12T15:18:15.966Z] 745a02a5169b: Pull complete [2021-02-12T15:18:15.966Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T15:18:15.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T15:18:15.966Z] ---> b7e6874047d6 [2021-02-12T15:18:15.966Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-02-12T15:18:15.966Z] latest: Pulling from library/docker [2021-02-12T15:18:15.966Z] 2914792bc417: Pulling fs layer [2021-02-12T15:18:15.966Z] 756c677dae0e: Pulling fs layer [2021-02-12T15:18:15.966Z] 318712088e33: Pulling fs layer [2021-02-12T15:18:15.966Z] be4ea4215e87: Pulling fs layer [2021-02-12T15:18:15.966Z] 0afbccbf4e53: Pulling fs layer [2021-02-12T15:18:15.966Z] 3b11151c2bc8: Pulling fs layer [2021-02-12T15:18:15.966Z] 46a6a033d54e: Pulling fs layer [2021-02-12T15:18:15.966Z] 0afbccbf4e53: Waiting [2021-02-12T15:18:15.966Z] 3b11151c2bc8: Waiting [2021-02-12T15:18:15.966Z] 46a6a033d54e: Waiting [2021-02-12T15:18:15.966Z] be4ea4215e87: Waiting [2021-02-12T15:18:15.966Z] 318712088e33: Verifying Checksum [2021-02-12T15:18:15.966Z] 318712088e33: Download complete [2021-02-12T15:18:15.966Z] 756c677dae0e: Verifying Checksum [2021-02-12T15:18:15.966Z] 756c677dae0e: Download complete [2021-02-12T15:18:16.240Z] 2914792bc417: Download complete [2021-02-12T15:18:16.240Z] 0afbccbf4e53: Download complete [2021-02-12T15:18:16.240Z] 3b11151c2bc8: Verifying Checksum [2021-02-12T15:18:16.240Z] 3b11151c2bc8: Download complete [2021-02-12T15:18:16.240Z] 46a6a033d54e: Verifying Checksum [2021-02-12T15:18:16.240Z] 46a6a033d54e: Download complete [2021-02-12T15:18:16.855Z] 2914792bc417: Pull complete [2021-02-12T15:18:17.448Z] 756c677dae0e: Pull complete [2021-02-12T15:18:18.040Z] 318712088e33: Pull complete [2021-02-12T15:18:18.040Z] be4ea4215e87: Verifying Checksum [2021-02-12T15:18:18.040Z] be4ea4215e87: Download complete [2021-02-12T15:18:21.449Z] be4ea4215e87: Pull complete [2021-02-12T15:18:21.721Z] 0afbccbf4e53: Pull complete [2021-02-12T15:18:22.001Z] 3b11151c2bc8: Pull complete [2021-02-12T15:18:22.286Z] 46a6a033d54e: Pull complete [2021-02-12T15:18:22.286Z] Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba [2021-02-12T15:18:22.286Z] Status: Downloaded newer image for docker:latest [2021-02-12T15:18:29.036Z] ---> 089f3d5fcaa7 [2021-02-12T15:18:29.036Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-12T15:18:29.036Z] ---> Running in 008310ce4f03 [2021-02-12T15:18:29.036Z] Removing intermediate container 008310ce4f03 [2021-02-12T15:18:29.036Z] ---> fbe180e6894f [2021-02-12T15:18:29.036Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-12T15:18:29.036Z] ---> Running in 21d709bc241c [2021-02-12T15:18:30.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T15:18:30.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T15:18:31.282Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-12T15:18:31.554Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-12T15:18:31.554Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-12T15:18:31.554Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-12T15:18:31.824Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-12T15:18:31.824Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T15:18:31.824Z] OK: 144 MiB in 44 packages [2021-02-12T15:18:33.275Z] Removing intermediate container 21d709bc241c [2021-02-12T15:18:33.275Z] ---> 94f1af7d0b82 [2021-02-12T15:18:33.275Z] Step 6/8 : WORKDIR /build [2021-02-12T15:18:33.275Z] ---> Running in 90a187f7c509 [2021-02-12T15:18:33.871Z] Removing intermediate container 90a187f7c509 [2021-02-12T15:18:33.871Z] ---> 6bed4914d2f0 [2021-02-12T15:18:33.871Z] Step 7/8 : COPY go.mod . [2021-02-12T15:18:34.466Z] ---> 1495f01381e2 [2021-02-12T15:18:34.466Z] Step 8/8 : RUN go mod download [2021-02-12T15:18:34.466Z] ---> Running in a1a51779ff5a [2021-02-12T15:19:01.375Z] Removing intermediate container a1a51779ff5a [2021-02-12T15:19:01.375Z] ---> 70de4a1a18d4 [2021-02-12T15:19:01.375Z] Successfully built 70de4a1a18d4 [2021-02-12T15:19:01.375Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:19:01.739Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T15:19:01.739Z] . [Pipeline] withDockerContainer [2021-02-12T15:19:02.032Z] prd-ubuntu18.04-docker-arm64-4c-16g-26297 does not seem to be running inside a container [2021-02-12T15:19:02.261Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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-02-12T15:19:03.907Z] $ docker top 664b8c22d6ad779dbdb7e5b1fe947d647c2da1d99554df8cf1151aa191e5d622 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T15:19:11.324Z] + go version [2021-02-12T15:19:11.324Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T15:19:11.350Z] $ docker stop --time=1 664b8c22d6ad779dbdb7e5b1fe947d647c2da1d99554df8cf1151aa191e5d622 [2021-02-12T15:19:13.298Z] $ docker rm -f 664b8c22d6ad779dbdb7e5b1fe947d647c2da1d99554df8cf1151aa191e5d622 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:19:14.348Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T15:19:14.348Z] . [Pipeline] withDockerContainer [2021-02-12T15:19:14.590Z] prd-ubuntu18.04-docker-arm64-4c-16g-26297 does not seem to be running inside a container [2021-02-12T15:19:14.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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-02-12T15:19:16.236Z] $ docker top e5accf9fb0e3ac9e1c17d664369900e77004a63bcc450db59010562546330259 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T15:19:17.232Z] + make test [2021-02-12T15:19:17.233Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-12T15:19:19.227Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-02-12T15:19:36.704Z] Running on prd-centos7-docker-4c-2g-26298 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] ws [2021-02-12T15:19:36.785Z] Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-02-12T15:19:39.653Z] using credential edgex-jenkins-ssh [2021-02-12T15:19:39.707Z] Cloning the remote Git repository [2021-02-12T15:19:39.736Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-12T15:19:39.814Z] > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 [2021-02-12T15:19:39.879Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-12T15:19:39.880Z] > git --version # timeout=10 [2021-02-12T15:19:39.892Z] > git --version # 'git version 2.24.3' [2021-02-12T15:19:39.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T15:19:39.930Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T15:19:41.457Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.057s coverage: 86.2% of statements [2021-02-12T15:19:42.272Z] Checking out Revision cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 (hanoi) [2021-02-12T15:19:41.882Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-12T15:19:41.889Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T15:19:41.903Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-12T15:19:41.917Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-12T15:19:41.917Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T15:19:41.922Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-12T15:19:42.283Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T15:19:42.289Z] > git checkout -f cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 # timeout=10 [2021-02-12T15:19:46.159Z] Commit message: "feat: Hanoi: Add template for creating new App Service (#679)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T15:19:47.738Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-12T15:19:48.123Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T15:19:48.424Z] + sudo service docker restart [2021-02-12T15:19:48.424Z] + true [2021-02-12T15:19:48.424Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-12T15:19:49.999Z] ========================================================= [2021-02-12T15:19:49.999Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T15:19:49.999Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:19:50.346Z] + 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-02-12T15:19:50.927Z] Sending build context to Docker daemon 19.31MB [2021-02-12T15:19:50.927Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-02-12T15:19:50.927Z] Step 2/8 : FROM ${BASE} [2021-02-12T15:19:50.927Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T15:19:50.927Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T15:19:50.927Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T15:19:50.927Z] de9db76c5a1d: Pulling fs layer [2021-02-12T15:19:50.927Z] bca2f99d35d6: Pulling fs layer [2021-02-12T15:19:50.927Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T15:19:50.927Z] 7c6f9722023f: Pulling fs layer [2021-02-12T15:19:50.927Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T15:19:50.927Z] 93359f2a8cfa: Waiting [2021-02-12T15:19:50.927Z] 7c6f9722023f: Waiting [2021-02-12T15:19:50.927Z] a35cf1a2eb13: Waiting [2021-02-12T15:19:50.927Z] bca2f99d35d6: Waiting [2021-02-12T15:19:50.927Z] de9db76c5a1d: Verifying Checksum [2021-02-12T15:19:50.927Z] de9db76c5a1d: Download complete [2021-02-12T15:19:50.927Z] 0ef7d3d256c8: Verifying Checksum [2021-02-12T15:19:50.927Z] 0ef7d3d256c8: Download complete [2021-02-12T15:19:51.191Z] 93359f2a8cfa: Verifying Checksum [2021-02-12T15:19:51.191Z] 93359f2a8cfa: Download complete [2021-02-12T15:19:51.191Z] 7c6f9722023f: Verifying Checksum [2021-02-12T15:19:51.191Z] 7c6f9722023f: Download complete [2021-02-12T15:19:51.191Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T15:19:51.191Z] 188c0c94c7c5: Download complete [2021-02-12T15:19:51.456Z] 188c0c94c7c5: Pull complete [2021-02-12T15:19:51.456Z] 0ef7d3d256c8: Pull complete [2021-02-12T15:19:51.722Z] de9db76c5a1d: Pull complete [2021-02-12T15:19:53.657Z] a35cf1a2eb13: Verifying Checksum [2021-02-12T15:19:53.657Z] a35cf1a2eb13: Download complete [2021-02-12T15:19:54.238Z] bca2f99d35d6: Verifying Checksum [2021-02-12T15:19:54.238Z] bca2f99d35d6: Download complete [2021-02-12T15:19:59.613Z] bca2f99d35d6: Pull complete [2021-02-12T15:19:59.613Z] 93359f2a8cfa: Pull complete [2021-02-12T15:19:59.881Z] 7c6f9722023f: Pull complete [2021-02-12T15:20:04.160Z] a35cf1a2eb13: Pull complete [2021-02-12T15:20:04.160Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T15:20:04.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T15:20:04.160Z] ---> a62c8e92a672 [2021-02-12T15:20:04.160Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-02-12T15:20:04.160Z] latest: Pulling from library/docker [2021-02-12T15:20:04.160Z] 4c0d98bf9879: Pulling fs layer [2021-02-12T15:20:04.160Z] e2f804d31884: Pulling fs layer [2021-02-12T15:20:04.160Z] 1a73bd8bacd2: Pulling fs layer [2021-02-12T15:20:04.160Z] b102489fa576: Pulling fs layer [2021-02-12T15:20:04.160Z] db0085121e3c: Pulling fs layer [2021-02-12T15:20:04.160Z] 9b35ed1592a3: Pulling fs layer [2021-02-12T15:20:04.160Z] 88fabd309798: Pulling fs layer [2021-02-12T15:20:04.160Z] db0085121e3c: Waiting [2021-02-12T15:20:04.160Z] 88fabd309798: Waiting [2021-02-12T15:20:04.160Z] 9b35ed1592a3: Waiting [2021-02-12T15:20:04.160Z] b102489fa576: Waiting [2021-02-12T15:20:04.160Z] 1a73bd8bacd2: Download complete [2021-02-12T15:20:04.160Z] 4c0d98bf9879: Download complete [2021-02-12T15:20:04.160Z] db0085121e3c: Download complete [2021-02-12T15:20:04.439Z] e2f804d31884: Verifying Checksum [2021-02-12T15:20:04.439Z] e2f804d31884: Download complete [2021-02-12T15:20:04.439Z] 9b35ed1592a3: Verifying Checksum [2021-02-12T15:20:04.439Z] 9b35ed1592a3: Download complete [2021-02-12T15:20:04.439Z] 88fabd309798: Verifying Checksum [2021-02-12T15:20:04.439Z] 88fabd309798: Download complete [2021-02-12T15:20:04.726Z] 4c0d98bf9879: Pull complete [2021-02-12T15:20:04.995Z] e2f804d31884: Pull complete [2021-02-12T15:20:04.995Z] 1a73bd8bacd2: Pull complete [2021-02-12T15:20:05.574Z] b102489fa576: Verifying Checksum [2021-02-12T15:20:05.574Z] b102489fa576: Download complete [2021-02-12T15:20:08.929Z] b102489fa576: Pull complete [2021-02-12T15:20:08.929Z] db0085121e3c: Pull complete [2021-02-12T15:20:08.929Z] 9b35ed1592a3: Pull complete [2021-02-12T15:20:08.929Z] 88fabd309798: Pull complete [2021-02-12T15:20:08.929Z] Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba [2021-02-12T15:20:08.929Z] Status: Downloaded newer image for docker:latest [2021-02-12T15:20:10.883Z] ---> 0e61d3e3b8cc [2021-02-12T15:20:10.883Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-12T15:20:10.883Z] ---> Running in c1575cb85825 [2021-02-12T15:20:10.883Z] Removing intermediate container c1575cb85825 [2021-02-12T15:20:10.883Z] ---> b8a04e503c57 [2021-02-12T15:20:10.883Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-12T15:20:10.883Z] ---> Running in f9bd61776f9c [2021-02-12T15:20:11.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T15:20:12.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T15:20:12.691Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-12T15:20:12.691Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-12T15:20:12.955Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-12T15:20:12.955Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-12T15:20:12.955Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-12T15:20:13.220Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T15:20:13.220Z] OK: 167 MiB in 44 packages [2021-02-12T15:20:13.799Z] Removing intermediate container f9bd61776f9c [2021-02-12T15:20:13.799Z] ---> 6940278a2714 [2021-02-12T15:20:13.799Z] Step 6/8 : WORKDIR /build [2021-02-12T15:20:14.062Z] ---> Running in ac62fa800f64 [2021-02-12T15:20:14.326Z] Removing intermediate container ac62fa800f64 [2021-02-12T15:20:14.326Z] ---> 80e9bf8d7d32 [2021-02-12T15:20:14.326Z] Step 7/8 : COPY go.mod . [2021-02-12T15:20:14.589Z] ---> 6a8b8e037d00 [2021-02-12T15:20:14.589Z] Step 8/8 : RUN go mod download [2021-02-12T15:20:14.589Z] ---> Running in b9e030eb8151 [2021-02-12T15:20:20.613Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.063s coverage: 52.0% of statements [2021-02-12T15:20:20.613Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-02-12T15:20:20.613Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-02-12T15:20:20.613Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.095s coverage: 54.7% of statements [2021-02-12T15:20:20.613Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-02-12T15:20:20.613Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.061s coverage: 69.1% of statements [2021-02-12T15:20:30.769Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.444s coverage: 61.6% of statements [2021-02-12T15:20:30.769Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.015s coverage: 89.5% of statements [2021-02-12T15:20:30.769Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.015s coverage: 100.0% of statements [2021-02-12T15:20:30.769Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.038s coverage: 100.0% of statements [2021-02-12T15:20:30.769Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements [2021-02-12T15:20:30.769Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements [2021-02-12T15:20:30.769Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2021-02-12T15:20:30.769Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-02-12T15:20:30.769Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-02-12T15:20:30.769Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-02-12T15:20:30.769Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-02-12T15:20:30.769Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-02-12T15:20:30.769Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2021-02-12T15:20:30.769Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements [2021-02-12T15:20:30.769Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-02-12T15:20:30.769Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements [2021-02-12T15:20:30.769Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-02-12T15:20:30.769Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2021-02-12T15:20:30.769Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 8.8% of statements [2021-02-12T15:20:31.743Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.961s coverage: 75.0% of statements [2021-02-12T15:20:31.743Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-02-12T15:20:31.743Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.043s coverage: 89.7% of statements [2021-02-12T15:20:31.743Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.026s coverage: 88.9% of statements [2021-02-12T15:20:31.743Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.035s coverage: 80.5% of statements [2021-02-12T15:20:31.743Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.025s coverage: 71.7% of statements [2021-02-12T15:20:41.422Z] Removing intermediate container b9e030eb8151 [2021-02-12T15:20:41.422Z] ---> ee97b9de0a0e [2021-02-12T15:20:41.422Z] Successfully built ee97b9de0a0e [2021-02-12T15:20:41.422Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:20:41.742Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T15:20:41.742Z] . [Pipeline] withDockerContainer [2021-02-12T15:20:41.871Z] prd-centos7-docker-4c-2g-26298 does not seem to be running inside a container [2021-02-12T15:20:41.930Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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-x86_64 cat [2021-02-12T15:20:42.720Z] $ docker top 7645cbacdd8c6b4ce0d98a5f7d96c0c5b6a0f5484f200235e474a09c2e2163e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T15:20:43.247Z] + go version [2021-02-12T15:20:43.247Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-12T15:20:43.268Z] $ docker stop --time=1 7645cbacdd8c6b4ce0d98a5f7d96c0c5b6a0f5484f200235e474a09c2e2163e9 [2021-02-12T15:20:44.638Z] $ docker rm -f 7645cbacdd8c6b4ce0d98a5f7d96c0c5b6a0f5484f200235e474a09c2e2163e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:20:45.549Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T15:20:45.549Z] . [Pipeline] withDockerContainer [2021-02-12T15:20:45.653Z] prd-centos7-docker-4c-2g-26298 does not seem to be running inside a container [2021-02-12T15:20:45.742Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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-x86_64 cat [2021-02-12T15:20:46.495Z] $ docker top 643acb54dee5b1152084a5727398fd82b5697b27aef7b08aa6cb548efcc49565 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T15:20:47.072Z] + make test [2021-02-12T15:20:47.072Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-12T15:20:49.656Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-02-12T15:20:57.943Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.026s coverage: 86.2% of statements [2021-02-12T15:20:58.517Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.062s coverage: 71.0% of statements [2021-02-12T15:20:58.517Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements [2021-02-12T15:20:58.517Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-12T15:21:11.078Z] gofmt -l . [2021-02-12T15:21:11.078Z] [ "`gofmt -l .`" = "" ] [2021-02-12T15:21:11.078Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-12T15:21:11.101Z] $ docker stop --time=1 e5accf9fb0e3ac9e1c17d664369900e77004a63bcc450db59010562546330259 [2021-02-12T15:21:13.112Z] $ docker rm -f e5accf9fb0e3ac9e1c17d664369900e77004a63bcc450db59010562546330259 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T15:21:14.087Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-12T15:21:15.038Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-12T15:21:16.322Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.047s coverage: 52.0% of statements [2021-02-12T15:21:16.322Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-02-12T15:21:16.322Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-02-12T15:21:16.322Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.071s coverage: 54.7% of statements [2021-02-12T15:21:16.322Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-02-12T15:21:16.322Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.025s coverage: 69.1% of statements [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.424s coverage: 61.6% of statements [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.017s coverage: 100.0% of statements [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.007s coverage: 100.0% of statements [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.007s coverage: 96.6% of statements [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.009s coverage: 97.7% of statements [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.010s coverage: 8.8% of statements [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.920s coverage: 75.0% of statements [2021-02-12T15:21:28.622Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.015s coverage: 89.7% of statements [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.012s coverage: 88.9% of statements [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements [2021-02-12T15:21:28.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements [2021-02-12T15:21:46.788Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.052s coverage: 71.0% of statements [2021-02-12T15:21:46.788Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.007s coverage: 94.4% of statements [2021-02-12T15:21:46.788Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-12T15:21:48.746Z] gofmt -l . [2021-02-12T15:21:48.746Z] [ "`gofmt -l .`" = "" ] [2021-02-12T15:21:48.746Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-12T15:21:49.341Z] $ docker stop --time=1 643acb54dee5b1152084a5727398fd82b5697b27aef7b08aa6cb548efcc49565 [2021-02-12T15:21:51.032Z] $ docker rm -f 643acb54dee5b1152084a5727398fd82b5697b27aef7b08aa6cb548efcc49565 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T15:21:51.749Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-12T15:21:51.762Z] Warning: overwriting stash ‘coverage-report’ [2021-02-12T15:21:52.120Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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-02-12T15:21:54.198Z] provisioning config files... [2021-02-12T15:21:54.217Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config3771152285358226352tmp [Pipeline] { [Pipeline] sh [2021-02-12T15:21:54.585Z] + set +x [2021-02-12T15:21:54.585Z] + curl -s https://codecov.io/bash [2021-02-12T15:21:54.585Z] + bash -s -- [2021-02-12T15:21:54.849Z] [2021-02-12T15:21:54.849Z] _____ _ [2021-02-12T15:21:54.849Z] / ____| | | [2021-02-12T15:21:54.849Z] | | ___ __| | ___ ___ _____ __ [2021-02-12T15:21:54.849Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-12T15:21:54.849Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-12T15:21:54.849Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-12T15:21:54.849Z] Bash-20210129-7c25fce [2021-02-12T15:21:54.849Z] [2021-02-12T15:21:54.849Z] [2021-02-12T15:21:54.849Z] ==> git version 2.24.3 found [2021-02-12T15:21:54.849Z] ==> 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-02-12T15:21:54.849Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-12T15:21:54.849Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-12T15:21:54.849Z] ==> Jenkins CI detected. [2021-02-12T15:21:54.849Z] project root: . [2021-02-12T15:21:54.849Z] --> token set from env [2021-02-12T15:21:54.849Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-12T15:21:54.849Z] ==> Running gcov in . (disable via -X gcov) [2021-02-12T15:21:54.849Z] ==> Python coveragepy not found [2021-02-12T15:21:54.849Z] ==> Searching for coverage reports in: [2021-02-12T15:21:54.849Z] + . [2021-02-12T15:21:54.849Z] -> Found 1 reports [2021-02-12T15:21:54.849Z] ==> Detecting git/mercurial file structure [2021-02-12T15:21:54.849Z] ==> Reading reports [2021-02-12T15:21:54.849Z] + ./coverage.out bytes=90550 [2021-02-12T15:21:54.849Z] ==> Appending adjustments [2021-02-12T15:21:54.849Z] https://docs.codecov.io/docs/fixing-reports [2021-02-12T15:21:55.428Z] + Found adjustments [2021-02-12T15:21:55.428Z] ==> Gzipping contents [2021-02-12T15:21:55.428Z] 16K /tmp/codecov.oqcQza.gz [2021-02-12T15:21:55.428Z] ==> Uploading reports [2021-02-12T15:21:55.428Z] url: https://codecov.io [2021-02-12T15:21:55.428Z] query: branch=hanoi&commit=cbc22c6f1cbc49b021d3a08aab8f436f7e991a32&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fhanoi%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-12T15:21:55.428Z] -> Pinging Codecov [2021-02-12T15:21:55.428Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=hanoi&commit=cbc22c6f1cbc49b021d3a08aab8f436f7e991a32&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fhanoi%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-12T15:21:56.003Z] -> Uploading to [2021-02-12T15:21:56.003Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-12/3D8B5DFFC46A037C893635FACE044666/cbc22c6f1cbc49b021d3a08aab8f436f7e991a32/9ed2ebdd-66f8-4a66-9705-55d8afab90e8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T152155Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b262c8ebecfa45a18efddc0b79bb06f99c92c4df6efadc948387f1bebe2c831f [2021-02-12T15:21:56.003Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T15:21:56.004Z] Dload Upload Total Spent Left Speed [2021-02-12T15:21:56.266Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16262 0 0 100 16262 0 33047 --:--:-- --:--:-- --:--:-- 33120 [2021-02-12T15:21:56.266Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 [Pipeline] } [2021-02-12T15:21:56.276Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-12T15:21:57.134Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-12T15:21:57.195Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:21:57.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-12T15:21:57.539Z] [2021-02-12T15:21:57.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:21:57.902Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-12T15:21:57.902Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-12T15:21:57.902Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T15:21:57.902Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T15:21:57.902Z] de9db76c5a1d: Pulling fs layer [2021-02-12T15:21:57.902Z] 0eba1c9be4d2: Pulling fs layer [2021-02-12T15:21:57.902Z] 0d57e429df01: Pulling fs layer [2021-02-12T15:21:57.902Z] 4e4be7b47b0d: Pulling fs layer [2021-02-12T15:21:57.902Z] e1f770b5df2f: Pulling fs layer [2021-02-12T15:21:57.902Z] 85a0685a4137: Pulling fs layer [2021-02-12T15:21:57.902Z] 0d57e429df01: Waiting [2021-02-12T15:21:57.902Z] 4e4be7b47b0d: Waiting [2021-02-12T15:21:57.902Z] e1f770b5df2f: Waiting [2021-02-12T15:21:57.902Z] 85a0685a4137: Waiting [2021-02-12T15:21:57.902Z] 0eba1c9be4d2: Waiting [2021-02-12T15:21:57.902Z] de9db76c5a1d: Verifying Checksum [2021-02-12T15:21:57.902Z] de9db76c5a1d: Download complete [2021-02-12T15:21:57.902Z] 0ef7d3d256c8: Verifying Checksum [2021-02-12T15:21:57.902Z] 0ef7d3d256c8: Download complete [2021-02-12T15:21:57.902Z] 0d57e429df01: Verifying Checksum [2021-02-12T15:21:57.902Z] 0d57e429df01: Download complete [2021-02-12T15:21:57.902Z] 4e4be7b47b0d: Verifying Checksum [2021-02-12T15:21:57.902Z] 4e4be7b47b0d: Download complete [2021-02-12T15:21:57.902Z] 188c0c94c7c5: Download complete [2021-02-12T15:21:58.494Z] 188c0c94c7c5: Pull complete [2021-02-12T15:21:58.494Z] 0ef7d3d256c8: Pull complete [2021-02-12T15:21:58.757Z] de9db76c5a1d: Pull complete [2021-02-12T15:22:00.150Z] e1f770b5df2f: Verifying Checksum [2021-02-12T15:22:00.150Z] e1f770b5df2f: Download complete [2021-02-12T15:22:02.724Z] 0eba1c9be4d2: Verifying Checksum [2021-02-12T15:22:02.724Z] 0eba1c9be4d2: Download complete [2021-02-12T15:22:02.724Z] 85a0685a4137: Verifying Checksum [2021-02-12T15:22:02.724Z] 85a0685a4137: Download complete [2021-02-12T15:22:08.041Z] 0eba1c9be4d2: Pull complete [2021-02-12T15:22:08.304Z] 0d57e429df01: Pull complete [2021-02-12T15:22:08.564Z] 4e4be7b47b0d: Pull complete [2021-02-12T15:22:10.485Z] e1f770b5df2f: Pull complete [2021-02-12T15:22:18.667Z] 85a0685a4137: Pull complete [2021-02-12T15:22:18.667Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-12T15:22:18.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-12T15:22:18.667Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-12T15:22:18.904Z] prd-centos7-docker-4c-2g-26288 does not seem to be running inside a container [2021-02-12T15:22:18.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-12T15:22:20.160Z] $ docker top 21343140be526ec9e7d96d37a6bb0c74833df86c414d81d054eec4c6b0c94f29 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T15:22:20.544Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-12T15:22:20.848Z] + set -o pipefail [2021-02-12T15:22:20.848Z] + snyk monitor '--org=edgex-jenkins' [2021-02-12T15:22:39.026Z] [2021-02-12T15:22:39.026Z] Monitoring /w/workspace/undry_app-functions-sdk-go_hanoi (github.com/edgexfoundry/app-functions-sdk-go)... [2021-02-12T15:22:39.026Z] [2021-02-12T15:22:39.026Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/cd386c4c-579d-4d29-9d15-841677e1319c [2021-02-12T15:22:39.026Z] [2021-02-12T15:22:39.026Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-02-12T15:22:39.026Z] [2021-02-12T15:22:39.026Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-12T15:22:39.026Z] [2021-02-12T15:22:39.026Z] [Pipeline] } [2021-02-12T15:22:39.040Z] $ docker stop --time=1 21343140be526ec9e7d96d37a6bb0c74833df86c414d81d054eec4c6b0c94f29 [2021-02-12T15:22:41.139Z] $ docker rm -f 21343140be526ec9e7d96d37a6bb0c74833df86c414d81d054eec4c6b0c94f29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-12T15:22:42.748Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T15:22:42.826Z] provisioning config files... [2021-02-12T15:22:42.836Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config100961806560606041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:22:43.220Z] --> edgex-publish-swagger.sh [2021-02-12T15:22:43.220Z] === Publish openapi/v2 API === [2021-02-12T15:22:43.220Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-12T15:22:43.220Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/undry_app-functions-sdk-go_hanoi/openapi/v2/app-functions-sdk.yaml] [2021-02-12T15:22:43.220Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T15:22:43.220Z] Dload Upload Total Spent Left Speed [2021-02-12T15:22:44.615Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13026 0 0 100 13026 0 10896 0:00:01 0:00:01 --:--:-- 10909 100 13026 0 0 100 13026 0 10893 0:00:01 0:00:01 --:--:-- 10900 [2021-02-12T15:22:44.615Z] [2021-02-12T15:22:44.615Z] [Pipeline] } [2021-02-12T15:22:44.625Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-12T15:22:45.812Z] + git log --format=format:%s -1 cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:22:46.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T15:22:46.121Z] . [Pipeline] withDockerContainer [2021-02-12T15:22:46.229Z] prd-centos7-docker-4c-2g-26288 does not seem to be running inside a container [2021-02-12T15:22:46.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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:10004/edgex-devops/git-semver:latest cat [2021-02-12T15:22:47.095Z] $ docker top de2834398b0e66534ca766b485e7f8bbaa0e57ff686e5b1e887ef502605c4214 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T15:22:47.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T15:22:47.389Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T15:22:47.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T15:22:47.639Z] $ docker exec de2834398b0e66534ca766b485e7f8bbaa0e57ff686e5b1e887ef502605c4214 ssh-agent [2021-02-12T15:22:47.833Z] SSH_AUTH_SOCK=/tmp/ssh-i1Q6wND52c9T/agent.11 [2021-02-12T15:22:47.833Z] SSH_AGENT_PID=16 [2021-02-12T15:22:47.841Z] Running ssh-add (command line suppressed) [2021-02-12T15:22:47.979Z] Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_5856065289933476177.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_5856065289933476177.key) [2021-02-12T15:22:48.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T15:22:48.374Z] + git semver tag [2021-02-12T15:22:48.374Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T15:22:48.374Z] # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git [2021-02-12T15:22:48.374Z] # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi [2021-02-12T15:22:48.374Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T15:22:48.374Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T15:22:48.374Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T15:22:48.374Z] # $SEMVER_BRANCH = hanoi [2021-02-12T15:22:48.374Z] # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver [2021-02-12T15:22:48.374Z] # cbc22c6f1cbc49b021d3a08aab8f436f7e991a32 HEAD [2021-02-12T15:22:48.374Z] # -> Force: false [2021-02-12T15:22:48.374Z] # ded7146a1239cc5f82b2b081350479d5547ea4bf refs/tags/v1.3.2-dev.1 [Pipeline] } [2021-02-12T15:22:48.384Z] $ docker exec --env ******** --env ******** de2834398b0e66534ca766b485e7f8bbaa0e57ff686e5b1e887ef502605c4214 ssh-agent -k [2021-02-12T15:22:48.523Z] unset SSH_AUTH_SOCK; [2021-02-12T15:22:48.524Z] unset SSH_AGENT_PID; [2021-02-12T15:22:48.524Z] echo Agent pid 16 killed; [2021-02-12T15:22:48.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T15:22:49.063Z] + git semver [Pipeline] } [2021-02-12T15:22:49.085Z] $ docker stop --time=1 de2834398b0e66534ca766b485e7f8bbaa0e57ff686e5b1e887ef502605c4214 [2021-02-12T15:22:50.465Z] $ docker rm -f de2834398b0e66534ca766b485e7f8bbaa0e57ff686e5b1e887ef502605c4214 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:22:51.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-12T15:22:51.112Z] [2021-02-12T15:22:51.112Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:22:51.508Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-12T15:22:51.508Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-12T15:22:51.508Z] ab5ef0e58194: Pulling fs layer [2021-02-12T15:22:51.508Z] 9712f1f96733: Pulling fs layer [2021-02-12T15:22:51.508Z] 63f879dbbcfc: Pulling fs layer [2021-02-12T15:22:51.508Z] 0d9ebad4ef96: Pulling fs layer [2021-02-12T15:22:51.508Z] e9a5061849ea: Pulling fs layer [2021-02-12T15:22:51.508Z] d747dcd14b5f: Pulling fs layer [2021-02-12T15:22:51.508Z] 2de7ff778b66: Pulling fs layer [2021-02-12T15:22:51.508Z] e9a5061849ea: Waiting [2021-02-12T15:22:51.508Z] d747dcd14b5f: Waiting [2021-02-12T15:22:51.508Z] 2de7ff778b66: Waiting [2021-02-12T15:22:51.508Z] 0d9ebad4ef96: Waiting [2021-02-12T15:22:51.508Z] 9712f1f96733: Verifying Checksum [2021-02-12T15:22:51.508Z] 9712f1f96733: Download complete [2021-02-12T15:22:53.519Z] 63f879dbbcfc: Verifying Checksum [2021-02-12T15:22:53.519Z] 63f879dbbcfc: Download complete [2021-02-12T15:22:53.788Z] e9a5061849ea: Verifying Checksum [2021-02-12T15:22:53.789Z] e9a5061849ea: Download complete [2021-02-12T15:22:53.789Z] d747dcd14b5f: Download complete [2021-02-12T15:22:54.060Z] 2de7ff778b66: Verifying Checksum [2021-02-12T15:22:54.060Z] 2de7ff778b66: Download complete [2021-02-12T15:22:54.324Z] 0d9ebad4ef96: Verifying Checksum [2021-02-12T15:22:54.324Z] 0d9ebad4ef96: Download complete [2021-02-12T15:22:54.324Z] ab5ef0e58194: Verifying Checksum [2021-02-12T15:22:54.324Z] ab5ef0e58194: Download complete [2021-02-12T15:23:00.938Z] ab5ef0e58194: Pull complete [2021-02-12T15:23:00.938Z] 9712f1f96733: Pull complete [2021-02-12T15:23:02.882Z] 63f879dbbcfc: Pull complete [2021-02-12T15:23:09.493Z] 0d9ebad4ef96: Pull complete [2021-02-12T15:23:12.824Z] e9a5061849ea: Pull complete [2021-02-12T15:23:12.824Z] d747dcd14b5f: Pull complete [2021-02-12T15:23:15.431Z] 2de7ff778b66: Pull complete [2021-02-12T15:23:15.431Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-12T15:23:15.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-12T15:23:15.431Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-12T15:23:15.649Z] prd-centos7-docker-4c-2g-26288 does not seem to be running inside a container [2021-02-12T15:23:15.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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-lftools:0.23.1-centos7 cat [2021-02-12T15:23:19.472Z] $ docker top 0d93a76b86d54a144c2bf8acd3a8cc264ab635ac1f58b26d8afedd2922a3a538 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-12T15:23:19.714Z] provisioning config files... [2021-02-12T15:23:19.732Z] copy managed file [sigul-config] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config5581117119285066952tmp [2021-02-12T15:23:19.750Z] copy managed file [sigul-password] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config2711390936921679272tmp [2021-02-12T15:23:19.766Z] copy managed file [sigul-pki] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config8052749209809403618tmp [Pipeline] { [Pipeline] echo [2021-02-12T15:23:19.842Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:23:20.143Z] ---> sigul-configuration.sh [2021-02-12T15:23:20.143Z] gpg: directory `/root/.gnupg' created [2021-02-12T15:23:20.143Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-12T15:23:20.143Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-12T15:23:20.143Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-12T15:23:20.143Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-12T15:23:20.143Z] gpg: CAST5 encrypted data [2021-02-12T15:23:20.405Z] gpg: encrypted with 1 passphrase [2021-02-12T15:23:20.405Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-12T15:23:20.707Z] + mkdir /home/jenkins [2021-02-12T15:23:20.707Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-12T15:23:21.010Z] + 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-02-12T15:23:21.020Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:23:21.318Z] ---> sigul-install.sh [2021-02-12T15:23:27.941Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-12T15:23:28.243Z] + git tag --list [2021-02-12T15:23:28.244Z] v0.1.0 [2021-02-12T15:23:28.244Z] v0.1.1 [2021-02-12T15:23:28.244Z] v1.0.0 [2021-02-12T15:23:28.244Z] v1.1.0 [2021-02-12T15:23:28.244Z] v1.2.0 [2021-02-12T15:23:28.244Z] v1.3.0 [2021-02-12T15:23:28.244Z] v1.3.1 [2021-02-12T15:23:28.244Z] v1.3.1-dev.1 [2021-02-12T15:23:28.244Z] v1.3.2-dev.1 [2021-02-12T15:23:28.244Z] v2.0.0-dev.1 [2021-02-12T15:23:28.244Z] v2.0.0-dev.10 [2021-02-12T15:23:28.244Z] v2.0.0-dev.11 [2021-02-12T15:23:28.244Z] v2.0.0-dev.2 [2021-02-12T15:23:28.244Z] v2.0.0-dev.3 [2021-02-12T15:23:28.244Z] v2.0.0-dev.4 [2021-02-12T15:23:28.244Z] v2.0.0-dev.5 [2021-02-12T15:23:28.244Z] v2.0.0-dev.6 [2021-02-12T15:23:28.244Z] v2.0.0-dev.7 [2021-02-12T15:23:28.244Z] v2.0.0-dev.8 [2021-02-12T15:23:28.244Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-12T15:23:28.545Z] + lftools sign git-tag v1.3.2-dev.1 [2021-02-12T15:23:29.935Z] Signing Git tag with Sigul... [2021-02-12T15:23:29.935Z] Signing v1.3.2-dev.1 [Pipeline] echo [2021-02-12T15:23:30.896Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:23:31.194Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-12T15:23:31.205Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-12T15:23:31.309Z] $ docker stop --time=1 0d93a76b86d54a144c2bf8acd3a8cc264ab635ac1f58b26d8afedd2922a3a538 [2021-02-12T15:23:33.447Z] $ docker rm -f 0d93a76b86d54a144c2bf8acd3a8cc264ab635ac1f58b26d8afedd2922a3a538 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:23:34.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T15:23:34.415Z] . [Pipeline] withDockerContainer [2021-02-12T15:23:34.513Z] prd-centos7-docker-4c-2g-26288 does not seem to be running inside a container [2021-02-12T15:23:34.565Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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:10004/edgex-devops/git-semver:latest cat [2021-02-12T15:23:35.223Z] $ docker top 2e986dda8c80f71949053555b1b447abb2d9d299b18a4db40ab268882390af87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T15:23:35.553Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T15:23:35.553Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T15:23:35.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T15:23:35.747Z] $ docker exec 2e986dda8c80f71949053555b1b447abb2d9d299b18a4db40ab268882390af87 ssh-agent [2021-02-12T15:23:35.936Z] SSH_AUTH_SOCK=/tmp/ssh-9SMDkhdAwzdw/agent.12 [2021-02-12T15:23:35.937Z] SSH_AGENT_PID=18 [2021-02-12T15:23:35.945Z] Running ssh-add (command line suppressed) [2021-02-12T15:23:36.072Z] Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_7405413111514922902.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_7405413111514922902.key) [2021-02-12T15:23:36.138Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T15:23:36.499Z] + git semver bump pre [2021-02-12T15:23:36.499Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T15:23:36.499Z] # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git [2021-02-12T15:23:36.499Z] # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi [2021-02-12T15:23:36.499Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T15:23:36.499Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T15:23:36.499Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T15:23:36.499Z] # $SEMVER_BRANCH = hanoi [2021-02-12T15:23:36.499Z] # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver [2021-02-12T15:23:36.499Z] 1.3.2-dev.2 [Pipeline] } [2021-02-12T15:23:36.507Z] $ docker exec --env ******** --env ******** 2e986dda8c80f71949053555b1b447abb2d9d299b18a4db40ab268882390af87 ssh-agent -k [2021-02-12T15:23:36.627Z] unset SSH_AUTH_SOCK; [2021-02-12T15:23:36.627Z] unset SSH_AGENT_PID; [2021-02-12T15:23:36.627Z] echo Agent pid 18 killed; [2021-02-12T15:23:36.682Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T15:23:37.165Z] + git semver [Pipeline] } [2021-02-12T15:23:37.180Z] $ docker stop --time=1 2e986dda8c80f71949053555b1b447abb2d9d299b18a4db40ab268882390af87 [2021-02-12T15:23:38.567Z] $ docker rm -f 2e986dda8c80f71949053555b1b447abb2d9d299b18a4db40ab268882390af87 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:23:39.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T15:23:39.157Z] . [Pipeline] withDockerContainer [2021-02-12T15:23:39.257Z] prd-centos7-docker-4c-2g-26288 does not seem to be running inside a container [2021-02-12T15:23:39.306Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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:10004/edgex-devops/git-semver:latest cat [2021-02-12T15:23:39.988Z] $ docker top 86e58a630b28fbfa99f9601517fa3a58186bdf3741899edc2a63fd1cae92423e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T15:23:40.345Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T15:23:40.345Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T15:23:40.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T15:23:40.541Z] $ docker exec 86e58a630b28fbfa99f9601517fa3a58186bdf3741899edc2a63fd1cae92423e ssh-agent [2021-02-12T15:23:40.723Z] SSH_AUTH_SOCK=/tmp/ssh-bpBlt703JMK5/agent.11 [2021-02-12T15:23:40.723Z] SSH_AGENT_PID=16 [2021-02-12T15:23:40.731Z] Running ssh-add (command line suppressed) [2021-02-12T15:23:40.856Z] Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_3668116815048533972.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_3668116815048533972.key) [2021-02-12T15:23:40.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T15:23:41.265Z] + git semver push [2021-02-12T15:23:41.265Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T15:23:41.265Z] # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git [2021-02-12T15:23:41.265Z] # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi [2021-02-12T15:23:41.265Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T15:23:41.265Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T15:23:41.265Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T15:23:41.265Z] # $SEMVER_BRANCH = hanoi [2021-02-12T15:23:41.265Z] # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver [Pipeline] } [2021-02-12T15:23:47.944Z] $ docker exec --env ******** --env ******** 86e58a630b28fbfa99f9601517fa3a58186bdf3741899edc2a63fd1cae92423e ssh-agent -k [2021-02-12T15:23:48.111Z] unset SSH_AUTH_SOCK; [2021-02-12T15:23:48.112Z] unset SSH_AGENT_PID; [2021-02-12T15:23:48.112Z] echo Agent pid 16 killed; [2021-02-12T15:23:48.175Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T15:23:48.649Z] + git semver [Pipeline] } [2021-02-12T15:23:48.663Z] $ docker stop --time=1 86e58a630b28fbfa99f9601517fa3a58186bdf3741899edc2a63fd1cae92423e [2021-02-12T15:23:50.032Z] $ docker rm -f 86e58a630b28fbfa99f9601517fa3a58186bdf3741899edc2a63fd1cae92423e [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-02-12T15:23:51.806Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:23:52.707Z] ---> package-listing.sh [2021-02-12T15:23:52.707Z] ++ facter osfamily [2021-02-12T15:23:52.707Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T15:23:52.707Z] + OS_FAMILY=redhat [2021-02-12T15:23:52.707Z] + workspace=/w/workspace/undry_app-functions-sdk-go_hanoi [2021-02-12T15:23:52.707Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T15:23:52.707Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T15:23:52.707Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T15:23:52.707Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T15:23:52.707Z] + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' [2021-02-12T15:23:52.707Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T15:23:52.707Z] + case "${OS_FAMILY}" in [2021-02-12T15:23:52.707Z] + rpm -qa [2021-02-12T15:23:52.707Z] + sort [2021-02-12T15:23:58.022Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T15:23:58.022Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T15:23:58.022Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T15:23:58.022Z] + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' [2021-02-12T15:23:58.022Z] + mkdir -p /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ [2021-02-12T15:23:58.022Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ [Pipeline] echo [2021-02-12T15:23:58.035Z] 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/undry_app-functions-sdk-go_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-12T15:23:58.329Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:23:58.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T15:23:58.632Z] [2021-02-12T15:23:58.632Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T15:23:58.992Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T15:23:58.992Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T15:23:58.992Z] df20fa9351a1: Pulling fs layer [2021-02-12T15:23:58.992Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T15:23:58.992Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T15:23:58.992Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T15:23:58.992Z] 93b61091891f: Pulling fs layer [2021-02-12T15:23:58.992Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T15:23:58.992Z] 5e14af77c1be: Pulling fs layer [2021-02-12T15:23:58.992Z] 01666e4c0597: Pulling fs layer [2021-02-12T15:23:58.992Z] aa168da1d23b: Pulling fs layer [2021-02-12T15:23:58.992Z] 93b61091891f: Waiting [2021-02-12T15:23:58.992Z] 93b9cdb0e59b: Waiting [2021-02-12T15:23:58.992Z] 5e14af77c1be: Waiting [2021-02-12T15:23:58.992Z] 01666e4c0597: Waiting [2021-02-12T15:23:58.992Z] aa168da1d23b: Waiting [2021-02-12T15:23:58.992Z] 46f8f816bc3b: Waiting [2021-02-12T15:23:58.992Z] 36b3adc4ff6f: Download complete [2021-02-12T15:23:58.992Z] 46f8f816bc3b: Verifying Checksum [2021-02-12T15:23:58.992Z] 46f8f816bc3b: Download complete [2021-02-12T15:23:59.259Z] df20fa9351a1: Verifying Checksum [2021-02-12T15:23:59.259Z] 93b9cdb0e59b: Verifying Checksum [2021-02-12T15:23:59.259Z] 93b9cdb0e59b: Download complete [2021-02-12T15:23:59.259Z] 93b61091891f: Verifying Checksum [2021-02-12T15:23:59.259Z] 93b61091891f: Download complete [2021-02-12T15:23:59.259Z] 8ad3a11d3b57: Verifying Checksum [2021-02-12T15:23:59.259Z] 8ad3a11d3b57: Download complete [2021-02-12T15:23:59.259Z] 5e14af77c1be: Verifying Checksum [2021-02-12T15:23:59.259Z] 5e14af77c1be: Download complete [2021-02-12T15:23:59.259Z] 01666e4c0597: Verifying Checksum [2021-02-12T15:23:59.259Z] 01666e4c0597: Download complete [2021-02-12T15:23:59.840Z] df20fa9351a1: Pull complete [2021-02-12T15:24:00.103Z] 36b3adc4ff6f: Pull complete [2021-02-12T15:24:01.059Z] 8ad3a11d3b57: Pull complete [2021-02-12T15:24:01.059Z] 46f8f816bc3b: Pull complete [2021-02-12T15:24:02.018Z] aa168da1d23b: Verifying Checksum [2021-02-12T15:24:02.018Z] aa168da1d23b: Download complete [2021-02-12T15:24:02.018Z] 93b61091891f: Pull complete [2021-02-12T15:24:02.281Z] 93b9cdb0e59b: Pull complete [2021-02-12T15:24:02.281Z] 5e14af77c1be: Pull complete [2021-02-12T15:24:02.544Z] 01666e4c0597: Pull complete [2021-02-12T15:24:10.764Z] aa168da1d23b: Pull complete [2021-02-12T15:24:10.764Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T15:24:10.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T15:24:10.764Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T15:24:10.943Z] prd-centos7-docker-4c-2g-26288 does not seem to be running inside a container [2021-02-12T15:24:10.988Z] $ 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/undry_app-functions-sdk-go_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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-lftools-log-publisher:alpine cat [2021-02-12T15:24:14.353Z] $ docker top b9ac2da540843dc8e455af382bcb3f9f853a3b5568262b671b249498d9491f53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T15:24:14.857Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T15:24:15.159Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T15:24:15.463Z] + ls /var/log/sa-host [2021-02-12T15:24:15.463Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T15:24:15.463Z] file_magic: OK [2021-02-12T15:24:15.463Z] HZ: Using current value: 100 [2021-02-12T15:24:15.463Z] file_header: OK [2021-02-12T15:24:15.463Z] 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-02-12T15:24:15.463Z] Statistics: [2021-02-12T15:24:15.463Z] 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...Hnuu...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...Hnuu...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...Hnuu...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...Hnuu...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...Hnuu...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...Hnuu...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...Hnuu...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...Hnuu...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...Hnuu...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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-12T15:24:15.463Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T15:24:15.463Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T15:24:15.463Z] file_magic: OK [2021-02-12T15:24:15.463Z] HZ: Using current value: 100 [2021-02-12T15:24:15.463Z] file_header: OK [2021-02-12T15:24:15.463Z] 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-02-12T15:24:15.463Z] Statistics: [2021-02-12T15:24:15.463Z] Hnuu...uuuununununu... [2021-02-12T15:24:15.463Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T15:24:16.111Z] provisioning config files... [2021-02-12T15:24:16.127Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config8036296115452086554tmp [Pipeline] { [Pipeline] echo [2021-02-12T15:24:16.204Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:24:16.501Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T15:24:16.511Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T15:24:16.610Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:24:16.909Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T15:24:16.920Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:24:17.224Z] ---> sudo-logs.sh [2021-02-12T15:24:17.224Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T15:24:17.235Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:24:17.535Z] ---> job-cost.sh [2021-02-12T15:24:17.535Z] lf-activate-venv: SKIPPING [2021-02-12T15:24:17.535Z] INFO: No Stack... [2021-02-12T15:24:18.928Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T15:24:19.190Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T15:24:19.204Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T15:24:19.500Z] ---> logs-deploy.sh [2021-02-12T15:24:19.500Z] lf-activate-venv: SKIPPING [2021-02-12T15:24:19.500Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/hanoi/5 [2021-02-12T15:24:19.500Z] INFO: archiving workspace using pattern(s): [2021-02-12T15:24:21.419Z] Archives upload complete. [2021-02-12T15:24:21.419Z] INFO: archiving logs to Nexus [2021-02-12T15:24:22.369Z] ---> uname -a: [2021-02-12T15:24:22.369Z] Linux prd-centos7-docker-4c-2g-26288.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-02-12T15:24:22.369Z] [2021-02-12T15:24:22.369Z] [2021-02-12T15:24:22.369Z] ---> lscpu: [2021-02-12T15:24:22.369Z] Architecture: x86_64 [2021-02-12T15:24:22.369Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-12T15:24:22.369Z] Byte Order: Little Endian [2021-02-12T15:24:22.369Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-12T15:24:22.369Z] CPU(s): 4 [2021-02-12T15:24:22.369Z] On-line CPU(s) list: 0-3 [2021-02-12T15:24:22.369Z] Thread(s) per core: 1 [2021-02-12T15:24:22.369Z] Core(s) per socket: 1 [2021-02-12T15:24:22.369Z] Socket(s): 4 [2021-02-12T15:24:22.369Z] NUMA node(s): 1 [2021-02-12T15:24:22.369Z] Vendor ID: GenuineIntel [2021-02-12T15:24:22.369Z] CPU family: 6 [2021-02-12T15:24:22.369Z] Model: 44 [2021-02-12T15:24:22.369Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-12T15:24:22.369Z] Stepping: 1 [2021-02-12T15:24:22.369Z] CPU MHz: 2933.436 [2021-02-12T15:24:22.369Z] BogoMIPS: 5866.87 [2021-02-12T15:24:22.369Z] Virtualization: VT-x [2021-02-12T15:24:22.369Z] Hypervisor vendor: KVM [2021-02-12T15:24:22.369Z] Virtualization type: full [2021-02-12T15:24:22.369Z] L1d cache: 128 KiB [2021-02-12T15:24:22.369Z] L1i cache: 128 KiB [2021-02-12T15:24:22.369Z] L2 cache: 16 MiB [2021-02-12T15:24:22.369Z] L3 cache: 64 MiB [2021-02-12T15:24:22.369Z] NUMA node0 CPU(s): 0-3 [2021-02-12T15:24:22.369Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-12T15:24:22.369Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-12T15:24:22.369Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-12T15:24:22.369Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-12T15:24:22.369Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-12T15:24:22.369Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-12T15:24:22.369Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-12T15:24:22.369Z] Vulnerability Srbds: Not affected [2021-02-12T15:24:22.369Z] Vulnerability Tsx async abort: Not affected [2021-02-12T15:24:22.370Z] 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-02-12T15:24:22.370Z] [2021-02-12T15:24:22.370Z] [2021-02-12T15:24:22.370Z] ---> nproc: [2021-02-12T15:24:22.370Z] 4 [2021-02-12T15:24:22.370Z] [2021-02-12T15:24:22.370Z] [2021-02-12T15:24:22.370Z] ---> df -h: [2021-02-12T15:24:22.370Z] Filesystem Size Used Available Use% Mounted on [2021-02-12T15:24:22.370Z] overlay 50.0G 8.2G 41.8G 16% / [2021-02-12T15:24:22.370Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-12T15:24:22.370Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-12T15:24:22.370Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-12T15:24:22.370Z] /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os [2021-02-12T15:24:22.370Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2021-02-12T15:24:22.370Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2021-02-12T15:24:22.370Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2021-02-12T15:24:22.370Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log [2021-02-12T15:24:22.370Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/undry_app-functions-sdk-go_hanoi [2021-02-12T15:24:22.370Z] /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json [2021-02-12T15:24:22.370Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/undry_app-functions-sdk-go_hanoi@tmp [2021-02-12T15:24:22.370Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2021-02-12T15:24:22.370Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure [2021-02-12T15:24:22.370Z] [2021-02-12T15:24:22.370Z] [2021-02-12T15:24:22.370Z] ---> free -m: [2021-02-12T15:24:22.370Z] total used free shared buff/cache available [2021-02-12T15:24:22.370Z] Mem: 1837 835 150 0 851 941 [2021-02-12T15:24:22.370Z] Swap: 1023 3 1020 [2021-02-12T15:24:22.370Z] [2021-02-12T15:24:22.370Z] [2021-02-12T15:24:22.370Z] ---> ip addr: [2021-02-12T15:24:22.370Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-12T15:24:22.370Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-12T15:24:22.370Z] inet 127.0.0.1/8 scope host lo [2021-02-12T15:24:22.370Z] valid_lft forever preferred_lft forever [2021-02-12T15:24:22.370Z] inet6 ::1/128 scope host [2021-02-12T15:24:22.370Z] valid_lft forever preferred_lft forever [2021-02-12T15:24:22.370Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-12T15:24:22.370Z] link/ether fa:16:3e:1f:bd:d2 brd ff:ff:ff:ff:ff:ff [2021-02-12T15:24:22.370Z] inet 10.30.122.51/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-12T15:24:22.370Z] valid_lft 78092sec preferred_lft 78092sec [2021-02-12T15:24:22.370Z] inet6 fe80::f816:3eff:fe1f:bdd2/64 scope link [2021-02-12T15:24:22.370Z] valid_lft forever preferred_lft forever [2021-02-12T15:24:22.370Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-12T15:24:22.370Z] link/ether 02:42:89:5d:3a:c1 brd ff:ff:ff:ff:ff:ff [2021-02-12T15:24:22.370Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-12T15:24:22.370Z] valid_lft forever preferred_lft forever [2021-02-12T15:24:22.370Z] inet6 fe80::42:89ff:fe5d:3ac1/64 scope link [2021-02-12T15:24:22.370Z] valid_lft forever preferred_lft forever [2021-02-12T15:24:22.370Z] [2021-02-12T15:24:22.370Z]