Pull request #197 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 1a2760fa6122ae150650b2f9957aae7e9389bd59+cdd6c33d41f01dc10b68606080ac8b6263924bf1 (e273b911408ca4cf73ee0d415a72050b3befddf3) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19812 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-197 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 1a2760fa6122ae150650b2f9957aae7e9389bd59 Merge succeeded, producing 1a2760fa6122ae150650b2f9957aae7e9389bd59 Checking out Revision 1a2760fa6122ae150650b2f9957aae7e9389bd59 (PR-197) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 Commit message: "feat: Enable use of secret via SecretProvider for MQTT broker credentials" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:18:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:18:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:18:36 ========================================================= 21:18:36 EdgeX Global Pipelines Version Info 21:18:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ed994a61a1cf4092a753e57c49bd3f2cb8daf410 # timeout=10 21:18:37 ------------------- 21:18:37 stable info: 21:18:37 ------------------- 21:18:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:18:37 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:18:37 Message: update stable to v1.0.173 21:18:38 ------------------- 21:18:38 experimental info: 21:18:38 ------------------- 21:18:38 Commited By: **** collab-it+edgex@linuxfoundation.org 21:18:38 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:18:38 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:18:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 21:18:39 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 21:18:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:18:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:18:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:18:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:18:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:18:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:18:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:18:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 21:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:18:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:18:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:18:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:18:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-197 [Pipeline] echo 21:18:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-197 [Pipeline] echo 21:18:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-197 [Pipeline] echo 21:18:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1a2760fa6122ae150650b2f9957aae7e9389bd59 [Pipeline] echo 21:18:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1a2760f [Pipeline] echo 21:18:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:18:42 provisioning config files... 21:18:42 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/config5179963921913063354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:18:43 ---> docker-login.sh 21:18:43 nexus3.edgexfoundry.org:10001 21:18:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:43 Configure a credential helper to remove this warning. See 21:18:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:43 21:18:43 Login Succeeded 21:18:43 nexus3.edgexfoundry.org:10002 21:18:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:43 Configure a credential helper to remove this warning. See 21:18:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:43 21:18:43 Login Succeeded 21:18:43 nexus3.edgexfoundry.org:10003 21:18:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:44 Configure a credential helper to remove this warning. See 21:18:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:44 21:18:44 Login Succeeded 21:18:44 nexus3.edgexfoundry.org:10004 21:18:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:44 Configure a credential helper to remove this warning. See 21:18:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:44 21:18:44 Login Succeeded 21:18:44 docker.io 21:18:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:44 Configure a credential helper to remove this warning. See 21:18:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:44 21:18:44 Login Succeeded 21:18:44 ---> docker-login.sh ends [Pipeline] } 21:18:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:18:45 + git log --format=format:%s -1 1a2760fa6122ae150650b2f9957aae7e9389bd59 [Pipeline] echo 21:18:45 GIT_COMMIT: 1a2760fa6122ae150650b2f9957aae7e9389bd59, Commit Message: feat: Enable use of secret via SecretProvider for MQTT broker credentials [Pipeline] echo 21:18:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:18:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:18:46 21:18:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:18:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:18:47 latest: Pulling from edgex-devops/git-semver 21:18:47 31603596830f: Pulling fs layer 21:18:47 2a8b12db71e7: Pulling fs layer 21:18:47 6ca5941a6612: Pulling fs layer 21:18:47 ecc8261a40a4: Pulling fs layer 21:18:47 ecc8261a40a4: Waiting 21:18:47 2a8b12db71e7: Download complete 21:18:47 31603596830f: Verifying Checksum 21:18:47 31603596830f: Download complete 21:18:47 6ca5941a6612: Verifying Checksum 21:18:47 6ca5941a6612: Download complete 21:18:47 ecc8261a40a4: Verifying Checksum 21:18:47 ecc8261a40a4: Download complete 21:18:47 31603596830f: Pull complete 21:18:47 2a8b12db71e7: Pull complete 21:18:48 6ca5941a6612: Pull complete 21:18:48 ecc8261a40a4: Pull complete 21:18:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:18:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:18:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:18:49 prd-centos7-docker-4c-2g-19812 does not seem to be running inside a container 21:18:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-197 -v /w/workspace/gexfoundry_device-mqtt-go_PR-197:/w/workspace/gexfoundry_device-mqtt-go_PR-197:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:18:51 $ docker top 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:18:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:18:51 [ssh-agent] Looking for ssh-agent implementation... 21:18:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:18:51 $ docker exec 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 ssh-agent 21:18:51 SSH_AUTH_SOCK=/tmp/ssh-XH3ULmjwE5rU/agent.12 21:18:51 SSH_AGENT_PID=17 21:18:51 Running ssh-add (command line suppressed) 21:18:51 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_3065710565114772539.key (/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_3065710565114772539.key) 21:18:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:18:52 + git tag --points-at HEAD [Pipeline] } 21:18:52 $ docker exec --env ******** --env ******** 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 ssh-agent -k 21:18:52 unset SSH_AUTH_SOCK; 21:18:52 unset SSH_AGENT_PID; 21:18:52 echo Agent pid 17 killed; 21:18:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:18:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:18:52 [ssh-agent] Looking for ssh-agent implementation... 21:18:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:18:52 $ docker exec 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 ssh-agent 21:18:52 SSH_AUTH_SOCK=/tmp/ssh-1Rux6bMonqub/agent.47 21:18:52 SSH_AGENT_PID=53 21:18:52 Running ssh-add (command line suppressed) 21:18:53 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_7501870620984182951.key (/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_7501870620984182951.key) 21:18:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:18:53 + git semver init 21:18:53 # -> Open(): unable to determine branch for HEAD 21:18:53 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-197/.git 21:18:53 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-197 21:18:53 # $SEMVER_REMOTE_NAME = origin 21:18:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:18:53 # $SEMVER_USER_NAME = edgex-jenkins 21:18:53 # $SEMVER_BRANCH = PR-197 21:18:53 # $SEMVER_TEMP = /tmp/semver-244801273 21:18:53 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 21:18:53 # '/tmp/semver-244801273' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-197/.semver' 21:18:53 # -> Force: false 21:18:53 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-197/.semver [Pipeline] } 21:18:53 $ docker exec --env ******** --env ******** 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 ssh-agent -k 21:18:54 unset SSH_AUTH_SOCK; 21:18:54 unset SSH_AGENT_PID; 21:18:54 echo Agent pid 53 killed; 21:18:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:18:54 + git semver [Pipeline] } 21:18:54 $ docker stop --time=1 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 21:18:56 $ docker rm -f 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 [Pipeline] // withDockerContainer [Pipeline] sh 21:18:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:18:57 Stashed 1 file(s) [Pipeline] echo 21:18:57 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 21:19:12 Still waiting to schedule task 21:19:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:19:12 Still waiting to schedule task 21:19:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 21:20:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19813 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws 21:20:48 Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout 21:20:53 using credential edgex-jenkins-ssh 21:20:53 Cloning the remote Git repository 21:20:53 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 21:20:54 > git init /w/workspace/device-mqtt-go/6 # timeout=10 21:20:54 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:20:54 > git --version # timeout=10 21:20:54 > git --version # 'git version 2.17.1' 21:20:54 using GIT_SSH to set credentials SSH Credentials for GitHub 21:20:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:20:55 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 1a2760fa6122ae150650b2f9957aae7e9389bd59 21:20:56 Merge succeeded, producing 1a2760fa6122ae150650b2f9957aae7e9389bd59 21:20:56 Checking out Revision 1a2760fa6122ae150650b2f9957aae7e9389bd59 (PR-197) 21:20:55 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:20:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:20:55 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:20:55 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:20:55 using GIT_SSH to set credentials SSH Credentials for GitHub 21:20:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:20:55 > git config core.sparsecheckout # timeout=10 21:20:55 > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 21:20:55 > git remote # timeout=10 21:20:55 > git config --get remote.origin.url # timeout=10 21:20:55 using GIT_SSH to set credentials SSH Credentials for GitHub 21:20:55 > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 21:20:56 > git rev-parse HEAD^{commit} # timeout=10 21:20:56 > git config core.sparsecheckout # timeout=10 21:20:56 > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 21:21:00 Commit message: "feat: Enable use of secret via SecretProvider for MQTT broker credentials" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:21:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:21:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:21:03 + sudo service docker restart 21:21:03 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:21:05 provisioning config files... 21:21:05 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/6@tmp/config9216692660305757093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:21:05 ---> docker-login.sh 21:21:05 nexus3.edgexfoundry.org:10001 21:21:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:07 Configure a credential helper to remove this warning. See 21:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:07 21:21:07 Login Succeeded 21:21:07 nexus3.edgexfoundry.org:10002 21:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:07 Configure a credential helper to remove this warning. See 21:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:07 21:21:07 Login Succeeded 21:21:07 nexus3.edgexfoundry.org:10003 21:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:07 Configure a credential helper to remove this warning. See 21:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:07 21:21:07 Login Succeeded 21:21:07 nexus3.edgexfoundry.org:10004 21:21:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:08 Configure a credential helper to remove this warning. See 21:21:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:08 21:21:08 Login Succeeded 21:21:08 docker.io 21:21:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:09 Configure a credential helper to remove this warning. See 21:21:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:09 21:21:09 Login Succeeded 21:21:09 ---> docker-login.sh ends [Pipeline] } 21:21:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:21:09 ========================================================= 21:21:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:21:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:21:09 + 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 . 21:21:10 Sending build context to Docker daemon 542.7kB 21:21:10 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:21:10 Step 2/8 : FROM ${BASE} 21:21:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:21:10 5f621e34cdf4: Pulling fs layer 21:21:10 a4357932f1b6: Pulling fs layer 21:21:10 18c013af1878: Pulling fs layer 21:21:10 00ac8860ef70: Pulling fs layer 21:21:10 63d7cb157983: Pulling fs layer 21:21:10 b116817d02f9: Pulling fs layer 21:21:10 745a02a5169b: Pulling fs layer 21:21:10 63d7cb157983: Waiting 21:21:10 00ac8860ef70: Waiting 21:21:10 b116817d02f9: Waiting 21:21:10 745a02a5169b: Waiting 21:21:10 18c013af1878: Download complete 21:21:10 a4357932f1b6: Verifying Checksum 21:21:10 a4357932f1b6: Download complete 21:21:10 63d7cb157983: Verifying Checksum 21:21:10 63d7cb157983: Download complete 21:21:10 b116817d02f9: Download complete 21:21:10 5f621e34cdf4: Verifying Checksum 21:21:10 5f621e34cdf4: Download complete 21:21:11 5f621e34cdf4: Pull complete 21:21:11 a4357932f1b6: Pull complete 21:21:11 18c013af1878: Pull complete 21:21:13 745a02a5169b: Verifying Checksum 21:21:13 745a02a5169b: Download complete 21:21:14 00ac8860ef70: Verifying Checksum 21:21:14 00ac8860ef70: Download complete 21:21:24 00ac8860ef70: Pull complete 21:21:24 63d7cb157983: Pull complete 21:21:24 b116817d02f9: Pull complete 21:21:29 745a02a5169b: Pull complete 21:21:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:21:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:21:29 ---> b7e6874047d6 21:21:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 21:21:31 ---> Running in 8c0910b61ffc 21:21:31 Removing intermediate container 8c0910b61ffc 21:21:31 ---> dbe0135b27a1 21:21:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:32 ---> Running in f29461165d29 21:21:32 Running on prd-centos7-docker-4c-2g-19814 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws 21:21:32 Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout 21:21:34 Removing intermediate container f29461165d29 21:21:34 ---> af860f7dd259 21:21:34 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 21:21:34 ---> Running in f95c80f72245 21:21:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:21:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:21:38 (1/14) Installing libmagic (5.38-r0) 21:21:38 (2/14) Installing file (5.38-r0) 21:21:38 (3/14) Installing libc-dev (0.7.2-r3) 21:21:38 (4/14) Installing g++ (9.3.0-r2) 21:21:38 using credential edgex-jenkins-ssh 21:21:38 Cloning the remote Git repository 21:21:38 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 21:21:39 > git init /w/workspace/device-mqtt-go/6 # timeout=10 21:21:39 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:21:39 > git --version # timeout=10 21:21:39 > git --version # 'git version 2.24.3' 21:21:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:21:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:21:40 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 1a2760fa6122ae150650b2f9957aae7e9389bd59 21:21:40 Merge succeeded, producing 1a2760fa6122ae150650b2f9957aae7e9389bd59 21:21:40 Checking out Revision 1a2760fa6122ae150650b2f9957aae7e9389bd59 (PR-197) 21:21:39 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:21:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:21:39 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:21:39 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:21:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:21:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:21:40 > git config core.sparsecheckout # timeout=10 21:21:40 > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 21:21:40 > git remote # timeout=10 21:21:40 > git config --get remote.origin.url # timeout=10 21:21:40 using GIT_SSH to set credentials SSH Credentials for GitHub 21:21:40 > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 21:21:40 > git rev-parse HEAD^{commit} # timeout=10 21:21:40 > git config core.sparsecheckout # timeout=10 21:21:40 > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 21:21:44 Commit message: "feat: Enable use of secret via SecretProvider for MQTT broker credentials" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:21:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:21:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:21:46 + sudo service docker restart 21:21:46 + true 21:21:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:21:48 provisioning config files... 21:21:48 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/6@tmp/config5204589497510797436tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:21:48 ---> docker-login.sh 21:21:48 nexus3.edgexfoundry.org:10001 21:21:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:49 Configure a credential helper to remove this warning. See 21:21:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:49 21:21:49 Login Succeeded 21:21:49 nexus3.edgexfoundry.org:10002 21:21:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:49 Configure a credential helper to remove this warning. See 21:21:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:49 21:21:49 Login Succeeded 21:21:50 nexus3.edgexfoundry.org:10003 21:21:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:50 Configure a credential helper to remove this warning. See 21:21:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:50 21:21:50 Login Succeeded 21:21:50 nexus3.edgexfoundry.org:10004 21:21:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:50 Configure a credential helper to remove this warning. See 21:21:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:50 21:21:50 Login Succeeded 21:21:50 docker.io 21:21:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:51 Configure a credential helper to remove this warning. See 21:21:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:51 21:21:51 Login Succeeded 21:21:51 ---> docker-login.sh ends 21:21:51 (5/14) Installing fortify-headers (1.1-r0) 21:21:51 (6/14) Installing patch (2.7.6-r6) 21:21:51 (7/14) Installing build-base (0.5-r2) 21:21:51 (8/14) Installing openssh-keygen (8.3_p1-r1) 21:21:51 (9/14) Installing libedit (20191231.3.1-r0) 21:21:51 (10/14) Installing openssh-client (8.3_p1-r1) 21:21:51 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 21:21:51 (12/14) Installing openssh-server-common (8.3_p1-r1) [Pipeline] } 21:21:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 21:21:51 (13/14) Installing openssh-server (8.3_p1-r1) 21:21:51 (14/14) Installing openssh (8.3_p1-r1) [Pipeline] echo 21:21:51 ========================================================= 21:21:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:21:51 ========================================================= 21:21:51 Executing busybox-1.31.1-r19.trigger 21:21:51 OK: 221 MiB in 53 packages [Pipeline] isUnix [Pipeline] sh 21:21:52 + 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 . 21:21:52 Sending build context to Docker daemon 543.7kB 21:21:52 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:21:52 Step 2/8 : FROM ${BASE} 21:21:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:21:52 188c0c94c7c5: Pulling fs layer 21:21:52 0ef7d3d256c8: Pulling fs layer 21:21:52 de9db76c5a1d: Pulling fs layer 21:21:52 bca2f99d35d6: Pulling fs layer 21:21:52 93359f2a8cfa: Pulling fs layer 21:21:52 7c6f9722023f: Pulling fs layer 21:21:52 a35cf1a2eb13: Pulling fs layer 21:21:52 93359f2a8cfa: Waiting 21:21:52 bca2f99d35d6: Waiting 21:21:52 7c6f9722023f: Waiting 21:21:52 a35cf1a2eb13: Waiting 21:21:52 de9db76c5a1d: Verifying Checksum 21:21:52 de9db76c5a1d: Download complete 21:21:52 0ef7d3d256c8: Verifying Checksum 21:21:52 0ef7d3d256c8: Download complete 21:21:52 93359f2a8cfa: Verifying Checksum 21:21:52 93359f2a8cfa: Download complete 21:21:52 7c6f9722023f: Verifying Checksum 21:21:52 7c6f9722023f: Download complete 21:21:52 188c0c94c7c5: Verifying Checksum 21:21:52 188c0c94c7c5: Download complete 21:21:53 188c0c94c7c5: Pull complete 21:21:53 0ef7d3d256c8: Pull complete 21:21:53 de9db76c5a1d: Pull complete 21:21:55 a35cf1a2eb13: Verifying Checksum 21:21:55 a35cf1a2eb13: Download complete 21:21:56 Removing intermediate container f95c80f72245 21:21:56 ---> 0a12c03ce3cd 21:21:56 Step 6/8 : WORKDIR /device-mqtt-go 21:21:56 ---> Running in 36dcf415dcf6 21:21:56 Removing intermediate container 36dcf415dcf6 21:21:56 ---> ffa871da97d1 21:21:56 Step 7/8 : COPY . . 21:21:57 ---> 06b6514d19de 21:21:57 Step 8/8 : RUN go mod download 21:21:57 ---> Running in 898588889faa 21:21:57 bca2f99d35d6: Verifying Checksum 21:21:57 bca2f99d35d6: Download complete 21:22:08 bca2f99d35d6: Pull complete 21:22:08 93359f2a8cfa: Pull complete 21:22:08 7c6f9722023f: Pull complete 21:22:13 a35cf1a2eb13: Pull complete 21:22:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:22:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:22:13 ---> a62c8e92a672 21:22:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 21:22:13 ---> Running in 6dd54361e789 21:22:13 Removing intermediate container 6dd54361e789 21:22:13 ---> 852a16f45f6c 21:22:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:22:13 ---> Running in b7a95692ea02 21:22:15 Removing intermediate container b7a95692ea02 21:22:15 ---> 031037b4d490 21:22:15 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 21:22:15 ---> Running in 8002e1177dc8 21:22:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:16 (1/14) Installing libmagic (5.38-r0) 21:22:17 (2/14) Installing file (5.38-r0) 21:22:17 (3/14) Installing libc-dev (0.7.2-r3) 21:22:17 (4/14) Installing g++ (9.3.0-r2) 21:22:19 Removing intermediate container 898588889faa 21:22:19 ---> c90ac6a4b0f2 21:22:19 Successfully built c90ac6a4b0f2 21:22:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:22:20 + docker inspect -f . ci-base-image-arm64 21:22:20 . [Pipeline] withDockerContainer 21:22:20 prd-ubuntu18.04-docker-arm64-4c-16g-19813 does not seem to be running inside a container 21:22:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:22:21 $ docker top b5da962bd50fddcc06b1b59ec6434ddb40ceb83bd9cddbe866a3b971158172d3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:22 + go version 21:22:22 go version go1.15.5 linux/arm64 [Pipeline] } 21:22:22 $ docker stop --time=1 b5da962bd50fddcc06b1b59ec6434ddb40ceb83bd9cddbe866a3b971158172d3 21:22:24 (5/14) Installing fortify-headers (1.1-r0) 21:22:24 (6/14) Installing patch (2.7.6-r6) 21:22:24 (7/14) Installing build-base (0.5-r2) 21:22:24 (8/14) Installing openssh-keygen (8.3_p1-r1) 21:22:24 (9/14) Installing libedit (20191231.3.1-r0) 21:22:24 (10/14) Installing openssh-client (8.3_p1-r1) 21:22:24 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 21:22:24 (12/14) Installing openssh-server-common (8.3_p1-r1) 21:22:24 (13/14) Installing openssh-server (8.3_p1-r1) 21:22:24 (14/14) Installing openssh (8.3_p1-r1) 21:22:24 Executing busybox-1.31.1-r19.trigger 21:22:24 OK: 237 MiB in 53 packages 21:22:24 $ docker rm -f b5da962bd50fddcc06b1b59ec6434ddb40ceb83bd9cddbe866a3b971158172d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:22:25 + docker inspect -f . ci-base-image-arm64 21:22:25 . [Pipeline] withDockerContainer 21:22:25 prd-ubuntu18.04-docker-arm64-4c-16g-19813 does not seem to be running inside a container 21:22:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:22:27 $ docker top 3e66a302b48a070c8fa47bdf7643440460fb2bbe56130dfae97b8fbb4aa32239 -eo pid,comm [Pipeline] { 21:22:27 Removing intermediate container 8002e1177dc8 21:22:27 ---> ee66d850ce19 21:22:27 Step 6/8 : WORKDIR /device-mqtt-go 21:22:27 ---> Running in 873a9687ac7c [Pipeline] sh 21:22:28 Removing intermediate container 873a9687ac7c 21:22:28 ---> a36d1a141759 21:22:28 Step 7/8 : COPY . . 21:22:28 + make test 21:22:28 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:22:29 ---> 4293a406d8e8 21:22:29 Step 8/8 : RUN go mod download 21:22:29 ---> Running in 6203d446a82e 21:22:29 ? github.com/edgexfoundry/device-mqtt-go [no test files] 21:22:56 Removing intermediate container 6203d446a82e 21:22:56 ---> 03543d24c831 21:22:56 Successfully built 03543d24c831 21:22:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:22:56 + docker inspect -f . ci-base-image-x86_64 21:22:56 . [Pipeline] withDockerContainer 21:22:56 prd-centos7-docker-4c-2g-19814 does not seem to be running inside a container 21:22:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:22:58 $ docker top f25a12058a7d31d8e61a5666a30849ad0ae87fe6a2deea4da6fea7bbcd76b18a -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:59 + go version 21:22:59 go version go1.15.5 linux/amd64 [Pipeline] } 21:22:59 $ docker stop --time=1 f25a12058a7d31d8e61a5666a30849ad0ae87fe6a2deea4da6fea7bbcd76b18a 21:23:00 $ docker rm -f f25a12058a7d31d8e61a5666a30849ad0ae87fe6a2deea4da6fea7bbcd76b18a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:23:01 + docker inspect -f . ci-base-image-x86_64 21:23:01 . [Pipeline] withDockerContainer 21:23:01 prd-centos7-docker-4c-2g-19814 does not seem to be running inside a container 21:23:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:23:03 $ docker top b228e33f093f4da1f17eee7ec1f3d6d6d347274d5031d845ae0a5830cdb3fb48 -eo pid,comm [Pipeline] { [Pipeline] sh 21:23:03 + make test 21:23:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:23:06 ? github.com/edgexfoundry/device-mqtt-go [no test files] 21:23:08 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 21:23:08 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.038s coverage: 26.5% of statements 21:23:08 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 21:23:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:23:16 gofmt -l . 21:23:16 ["`gofmt -l .`" = ""] 21:23:16 ./bin/test-attribution-txt.sh 21:23:17 ./bin/test-go-mod-tidy.sh [Pipeline] } 21:23:18 $ docker stop --time=1 3e66a302b48a070c8fa47bdf7643440460fb2bbe56130dfae97b8fbb4aa32239 21:23:20 $ docker rm -f 3e66a302b48a070c8fa47bdf7643440460fb2bbe56130dfae97b8fbb4aa32239 [Pipeline] // withDockerContainer [Pipeline] sh 21:23:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:23:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:23:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:23:25 + ls -al . 21:23:25 total 132 21:23:25 drwxrwxr-x 9 jenkins jenkins 4096 Jan 12 21:23 . 21:23:25 drwxrwxr-x 4 jenkins jenkins 4096 Jan 12 21:20 .. 21:23:25 -rw-rw-r-- 1 jenkins jenkins 140 Jan 12 21:20 .dockerignore 21:23:25 drwxrwxr-x 8 jenkins jenkins 4096 Jan 12 21:21 .git 21:23:25 drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 21:20 .github 21:23:25 -rw-rw-r-- 1 jenkins jenkins 336 Jan 12 21:20 .gitignore 21:23:25 -rw-rw-r-- 1 jenkins jenkins 6044 Jan 12 21:20 Attribution.txt 21:23:25 -rw-rw-r-- 1 jenkins jenkins 1802 Jan 12 21:20 Dockerfile 21:23:25 -rw-rw-r-- 1 jenkins jenkins 957 Jan 12 21:20 Dockerfile.build 21:23:25 -rw-rw-r-- 1 jenkins jenkins 677 Jan 12 21:20 Jenkinsfile 21:23:25 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 12 21:20 LICENSE 21:23:25 -rw-rw-r-- 1 jenkins jenkins 902 Jan 12 21:20 Makefile 21:23:25 -rw-rw-r-- 1 jenkins jenkins 444 Jan 12 21:20 README.md 21:23:25 -rw-rw-r-- 1 jenkins jenkins 5 Jan 12 21:18 VERSION 21:23:25 drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 21:20 bin 21:23:25 drwxrwxr-x 3 jenkins jenkins 4096 Jan 12 21:20 cmd 21:23:25 -rw-r--r-- 1 jenkins jenkins 20211 Jan 12 21:23 coverage.out 21:23:25 -rw-r--r-- 1 jenkins jenkins 560 Jan 12 21:23 go.mod 21:23:25 -rw-r--r-- 1 jenkins jenkins 15493 Jan 12 21:23 go.sum 21:23:25 drwxrwxr-x 3 jenkins jenkins 4096 Jan 12 21:20 internal 21:23:25 drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 21:20 mock 21:23:25 drwxrwxr-x 4 jenkins jenkins 4096 Jan 12 21:20 snap 21:23:25 -rw-rw-r-- 1 jenkins jenkins 227 Jan 12 21:20 version.go [Pipeline] isUnix [Pipeline] sh 21:23:26 + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1a2760fa6122ae150650b2f9957aae7e9389bd59 --label arch=arm64 --label version=0.0.0 . 21:23:26 Sending build context to Docker daemon 563.7kB 21:23:26 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 21:23:26 Step 2/22 : FROM ${BASE} AS builder 21:23:26 ---> c90ac6a4b0f2 21:23:26 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 21:23:26 ---> Running in fbea01e878f1 21:23:27 Removing intermediate container fbea01e878f1 21:23:27 ---> b144d90f23f7 21:23:27 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 21:23:27 ---> Running in 3b9d01380372 21:23:28 Removing intermediate container 3b9d01380372 21:23:28 ---> 08c6bbdb76f2 21:23:28 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:28 ---> Running in ceec5c25a882 21:23:28 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 21:23:30 Removing intermediate container ceec5c25a882 21:23:30 ---> 4faf8931cf0f 21:23:30 Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:23:30 ---> Running in 4c8be83a32c0 21:23:30 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.029s coverage: 26.5% of statements 21:23:30 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 21:23:30 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:23:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:32 OK: 221 MiB in 53 packages 21:23:33 Removing intermediate container 4c8be83a32c0 21:23:33 ---> d7fe240c420f 21:23:33 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 21:23:33 ---> Running in cc41a57a413d 21:23:34 Removing intermediate container cc41a57a413d 21:23:34 ---> 9735d7b7d5ec 21:23:34 Step 8/22 : COPY . . 21:23:35 ---> 2544b9d6d35a 21:23:35 Step 9/22 : ARG MAKE='make build' 21:23:35 ---> Running in 0c1df5fccfc1 21:23:35 Removing intermediate container 0c1df5fccfc1 21:23:35 ---> 0ebda3787919 21:23:35 Step 10/22 : RUN $MAKE 21:23:36 ---> Running in 48b1654c4446 21:23:36 gofmt -l . 21:23:36 ["`gofmt -l .`" = ""] 21:23:36 ./bin/test-attribution-txt.sh 21:23:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 21:23:37 ./bin/test-go-mod-tidy.sh [Pipeline] } 21:23:38 $ docker stop --time=1 b228e33f093f4da1f17eee7ec1f3d6d6d347274d5031d845ae0a5830cdb3fb48 21:23:40 $ docker rm -f b228e33f093f4da1f17eee7ec1f3d6d6d347274d5031d845ae0a5830cdb3fb48 [Pipeline] // withDockerContainer [Pipeline] sh 21:23:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:23:41 Warning: overwriting stash ‘coverage-report’ 21:23:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:23:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:23:43 + ls -al . 21:23:43 total 100 21:23:43 drwxrwxr-x. 9 jenkins jenkins 4096 Jan 12 21:23 . 21:23:43 drwxrwxr-x. 4 jenkins jenkins 28 Jan 12 21:21 .. 21:23:43 -rw-rw-r--. 1 jenkins jenkins 6044 Jan 12 21:21 Attribution.txt 21:23:43 drwxrwxr-x. 2 jenkins jenkins 87 Jan 12 21:21 bin 21:23:43 drwxrwxr-x. 3 jenkins jenkins 32 Jan 12 21:21 cmd 21:23:43 -rw-r--r--. 1 jenkins jenkins 20211 Jan 12 21:23 coverage.out 21:23:43 -rw-rw-r--. 1 jenkins jenkins 1802 Jan 12 21:21 Dockerfile 21:23:43 -rw-rw-r--. 1 jenkins jenkins 957 Jan 12 21:21 Dockerfile.build 21:23:43 -rw-rw-r--. 1 jenkins jenkins 140 Jan 12 21:21 .dockerignore 21:23:43 drwxrwxr-x. 8 jenkins jenkins 179 Jan 12 21:21 .git 21:23:43 drwxrwxr-x. 2 jenkins jenkins 60 Jan 12 21:21 .github 21:23:43 -rw-rw-r--. 1 jenkins jenkins 336 Jan 12 21:21 .gitignore 21:23:43 -rw-r--r--. 1 jenkins jenkins 560 Jan 12 21:23 go.mod 21:23:43 -rw-r--r--. 1 jenkins jenkins 15493 Jan 12 21:23 go.sum 21:23:43 drwxrwxr-x. 3 jenkins jenkins 20 Jan 12 21:21 internal 21:23:43 -rw-rw-r--. 1 jenkins jenkins 677 Jan 12 21:21 Jenkinsfile 21:23:43 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 12 21:21 LICENSE 21:23:43 -rw-rw-r--. 1 jenkins jenkins 902 Jan 12 21:21 Makefile 21:23:43 drwxrwxr-x. 2 jenkins jenkins 23 Jan 12 21:21 mock 21:23:43 -rw-rw-r--. 1 jenkins jenkins 444 Jan 12 21:21 README.md 21:23:43 drwxrwxr-x. 4 jenkins jenkins 71 Jan 12 21:21 snap 21:23:43 -rw-rw-r--. 1 jenkins jenkins 5 Jan 12 21:18 VERSION 21:23:43 -rw-rw-r--. 1 jenkins jenkins 227 Jan 12 21:21 version.go [Pipeline] isUnix [Pipeline] sh 21:23:43 + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1a2760fa6122ae150650b2f9957aae7e9389bd59 --label arch=amd64 --label version=0.0.0 . 21:23:44 Sending build context to Docker daemon 564.7kB 21:23:44 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 21:23:44 Step 2/22 : FROM ${BASE} AS builder 21:23:44 ---> 03543d24c831 21:23:44 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 21:23:44 ---> Running in ce0f555830ad 21:23:44 Removing intermediate container ce0f555830ad 21:23:44 ---> 61d04c065970 21:23:44 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 21:23:44 ---> Running in acf3dc817ab1 21:23:44 Removing intermediate container acf3dc817ab1 21:23:44 ---> f76e1110bf4d 21:23:44 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:45 ---> Running in 546a2d1b89be 21:23:47 Removing intermediate container 546a2d1b89be 21:23:47 ---> fac6ff65a937 21:23:47 Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:23:47 ---> Running in 3aeab9b03592 21:23:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:48 OK: 237 MiB in 53 packages 21:23:49 Removing intermediate container 3aeab9b03592 21:23:49 ---> 0d834177fe03 21:23:49 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 21:23:49 ---> Running in 979abebf659b 21:23:49 Removing intermediate container 979abebf659b 21:23:49 ---> 9c6ab589fadf 21:23:49 Step 8/22 : COPY . . 21:23:50 ---> 5f0ea07921fa 21:23:50 Step 9/22 : ARG MAKE='make build' 21:23:50 ---> Running in 626d8f166621 21:23:51 Removing intermediate container 626d8f166621 21:23:51 ---> e5ab66c6a709 21:23:51 Step 10/22 : RUN $MAKE 21:23:51 ---> Running in eb4eaca22789 21:23:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 21:24:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 21:24:10 Removing intermediate container 48b1654c4446 21:24:10 ---> c76e645ae8b7 21:24:10 Step 11/22 : FROM alpine:3.12 21:24:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 21:24:11 3.12: Pulling from library/alpine 21:24:11 159e5727ea61: Pulling fs layer 21:24:11 159e5727ea61: Download complete 21:24:12 159e5727ea61: Pull complete 21:24:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:24:12 Status: Downloaded newer image for alpine:3.12 21:24:12 ---> afeebe901d6b 21:24:12 Step 12/22 : ENV APP_PORT=49982 21:24:12 ---> Running in 18a00281311c 21:24:12 Removing intermediate container 18a00281311c 21:24:12 ---> 42b3b85b1b43 21:24:12 Step 13/22 : EXPOSE $APP_PORT 21:24:12 ---> Running in 83bec57327dd 21:24:13 Removing intermediate container 83bec57327dd 21:24:13 ---> 8c2aa746f83c 21:24:13 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 21:24:14 ---> 50564d77ad51 21:24:14 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 21:24:15 Removing intermediate container eb4eaca22789 21:24:15 ---> 38823aed220e 21:24:15 Step 11/22 : FROM alpine:3.12 21:24:15 ---> af2938f99fe6 21:24:15 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 21:24:15 3.12: Pulling from library/alpine 21:24:15 ---> 8e05a85a3dc0 21:24:15 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 21:24:15 ---> Running in 746d05b6a95d 21:24:16 801bfaa63ef2: Pulling fs layer 21:24:16 801bfaa63ef2: Verifying Checksum 21:24:16 801bfaa63ef2: Download complete 21:24:16 Removing intermediate container 746d05b6a95d 21:24:16 ---> fc1d5a6ac3cf 21:24:16 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 21:24:16 ---> Running in 144c9299e420 21:24:16 801bfaa63ef2: Pull complete 21:24:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:24:16 Status: Downloaded newer image for alpine:3.12 21:24:16 ---> 389fef711851 21:24:16 Step 12/22 : ENV APP_PORT=49982 21:24:16 ---> Running in 2f176f2b1e5f 21:24:17 Removing intermediate container 144c9299e420 21:24:17 ---> ee1e99f14f85 21:24:17 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:24:17 ---> Running in 577a6dfa857a 21:24:17 Removing intermediate container 2f176f2b1e5f 21:24:17 ---> f8777ca35365 21:24:17 Step 13/22 : EXPOSE $APP_PORT 21:24:17 ---> Running in 9daa7dff4281 21:24:17 Removing intermediate container 9daa7dff4281 21:24:17 ---> a9a9a6a91690 21:24:17 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 21:24:17 Removing intermediate container 577a6dfa857a 21:24:17 ---> 4821784bff73 21:24:17 Step 20/22 : LABEL arch=arm64 21:24:17 ---> Running in 08a3ffafc031 21:24:18 Removing intermediate container 08a3ffafc031 21:24:18 ---> be0fb56d1bec 21:24:18 Step 21/22 : LABEL git_sha=1a2760fa6122ae150650b2f9957aae7e9389bd59 21:24:18 ---> Running in 1556150b1ad9 21:24:18 ---> 6022e6c04c91 21:24:18 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 21:24:18 ---> c2f46de475b4 21:24:18 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 21:24:18 Removing intermediate container 1556150b1ad9 21:24:18 ---> a761f6762f48 21:24:18 Step 22/22 : LABEL version=0.0.0 21:24:18 ---> Running in dae5cbbf9777 21:24:19 ---> a44b26d2371f 21:24:19 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 21:24:19 ---> Running in 8a749a01e874 21:24:19 Removing intermediate container dae5cbbf9777 21:24:19 ---> a1954a733832 21:24:19 [Warning] One or more build-args [ARCH] were not consumed 21:24:19 Successfully built a1954a733832 21:24:19 Successfully tagged docker-device-mqtt-go-arm64:latest 21:24:19 Removing intermediate container 8a749a01e874 21:24:19 ---> 80d5c26af65f 21:24:19 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 21:24:19 ---> Running in 2fdc37485795 [Pipeline] } [Pipeline] // script [Pipeline] } 21:24:19 Removing intermediate container 2fdc37485795 21:24:19 ---> 828d1f4cd477 21:24:19 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:24:19 ---> Running in 34a7d6c7bb0e 21:24:19 Removing intermediate container 34a7d6c7bb0e 21:24:19 ---> 1b9a3f2286bd 21:24:19 Step 20/22 : LABEL arch=amd64 21:24:19 ---> Running in 25107257eb32 21:24:20 Removing intermediate container 25107257eb32 21:24:20 ---> 46f0843f824b 21:24:20 Step 21/22 : LABEL git_sha=1a2760fa6122ae150650b2f9957aae7e9389bd59 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 21:24:20 ---> Running in b640e160b676 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:24:20 Removing intermediate container b640e160b676 21:24:20 ---> e492b5ac8d3a 21:24:20 Step 22/22 : LABEL version=0.0.0 21:24:20 ---> Running in dba35c3926f4 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 21:24:21 Removing intermediate container dba35c3926f4 21:24:21 ---> ae0a938b7e93 21:24:21 [Warning] One or more build-args [ARCH] were not consumed 21:24:21 Successfully built ae0a938b7e93 21:24:21 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:24:36 Still waiting to schedule task 21:24:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:25:28 Running on prd-ubuntu18.04-docker-8c-8g-19815 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws 21:25:28 Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout 21:25:30 using credential edgex-jenkins-ssh 21:25:30 Cloning the remote Git repository 21:25:30 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 21:25:30 > git init /w/workspace/device-mqtt-go/6 # timeout=10 21:25:30 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:25:30 > git --version # timeout=10 21:25:30 > git --version # 'git version 2.17.1' 21:25:30 using GIT_SSH to set credentials SSH Credentials for GitHub 21:25:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:25:31 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 1a2760fa6122ae150650b2f9957aae7e9389bd59 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 21:25:31 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:25:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:25:31 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:25:31 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:25:31 using GIT_SSH to set credentials SSH Credentials for GitHub 21:25:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:25:31 > git config core.sparsecheckout # timeout=10 21:25:31 > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:25:32 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:25:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:25:35 ---> package-listing.sh 21:25:35 ++ facter osfamily 21:25:35 ++ tr '[:upper:]' '[:lower:]' 21:25:35 + OS_FAMILY=redhat 21:25:35 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-197 21:25:35 + START_PACKAGES=/tmp/packages_start.txt 21:25:35 + END_PACKAGES=/tmp/packages_end.txt 21:25:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:25:35 + PACKAGES=/tmp/packages_start.txt 21:25:35 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-197 ']' 21:25:35 + PACKAGES=/tmp/packages_end.txt 21:25:35 + case "${OS_FAMILY}" in 21:25:35 + rpm -qa 21:25:35 + sort 21:25:41 + '[' -f /tmp/packages_start.txt ']' 21:25:41 + '[' -f /tmp/packages_end.txt ']' 21:25:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:25:41 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-197 ']' 21:25:41 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-197/archives/ 21:25:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-197/archives/ [Pipeline] echo 21:25:41 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/gexfoundry_device-mqtt-go_PR-197/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:25:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:25:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:41 21:25:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:25:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:42 alpine: Pulling from edgex-lftools-log-publisher 21:25:42 df20fa9351a1: Pulling fs layer 21:25:42 36b3adc4ff6f: Pulling fs layer 21:25:42 8ad3a11d3b57: Pulling fs layer 21:25:42 46f8f816bc3b: Pulling fs layer 21:25:42 93b61091891f: Pulling fs layer 21:25:42 93b9cdb0e59b: Pulling fs layer 21:25:42 5e14af77c1be: Pulling fs layer 21:25:42 01666e4c0597: Pulling fs layer 21:25:42 aa168da1d23b: Pulling fs layer 21:25:42 93b9cdb0e59b: Waiting 21:25:42 5e14af77c1be: Waiting 21:25:42 01666e4c0597: Waiting 21:25:42 aa168da1d23b: Waiting 21:25:42 46f8f816bc3b: Waiting 21:25:42 93b61091891f: Waiting 21:25:42 36b3adc4ff6f: Verifying Checksum 21:25:42 36b3adc4ff6f: Download complete 21:25:42 46f8f816bc3b: Verifying Checksum 21:25:42 46f8f816bc3b: Download complete 21:25:42 df20fa9351a1: Verifying Checksum 21:25:42 df20fa9351a1: Download complete 21:25:42 93b9cdb0e59b: Verifying Checksum 21:25:42 93b9cdb0e59b: Download complete 21:25:42 5e14af77c1be: Verifying Checksum 21:25:42 5e14af77c1be: Download complete 21:25:42 01666e4c0597: Verifying Checksum 21:25:42 01666e4c0597: Download complete 21:25:42 93b61091891f: Verifying Checksum 21:25:42 93b61091891f: Download complete 21:25:42 8ad3a11d3b57: Verifying Checksum 21:25:42 8ad3a11d3b57: Download complete 21:25:42 df20fa9351a1: Pull complete 21:25:43 36b3adc4ff6f: Pull complete 21:25:43 8ad3a11d3b57: Pull complete 21:25:43 46f8f816bc3b: Pull complete 21:25:44 93b61091891f: Pull complete 21:25:44 93b9cdb0e59b: Pull complete 21:25:44 aa168da1d23b: Verifying Checksum 21:25:44 aa168da1d23b: Download complete 21:25:44 5e14af77c1be: Pull complete 21:25:45 01666e4c0597: Pull complete 21:25:51 aa168da1d23b: Pull complete 21:25:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:25:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:25:52 prd-centos7-docker-4c-2g-19812 does not seem to be running inside a container 21:25:52 $ 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/gexfoundry_device-mqtt-go_PR-197/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-197 -v /w/workspace/gexfoundry_device-mqtt-go_PR-197:/w/workspace/gexfoundry_device-mqtt-go_PR-197:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:25:55 $ docker top 7fb491c68098ff623072b8190f9c4dfffbfb218055c22edc503aca704d1b1ce7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:25:56 + touch /tmp/pre-build-complete [Pipeline] sh 21:25:56 + mkdir -p /var/log/sa [Pipeline] sh 21:25:56 + ls /var/log/sa-host 21:25:56 + sadf -c /var/log/sa-host/sa12 21:25:56 file_magic: OK 21:25:56 HZ: Using current value: 100 21:25:56 file_header: OK 21:25:56 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 21:25:56 Statistics: 21:25:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:25:56 File successfully converted to sysstat format version 12.2.1 21:25:56 + sadf -c /var/log/sa-host/sa23 21:25:56 file_magic: OK 21:25:56 HZ: Using current value: 100 21:25:56 file_header: OK 21:25:56 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 21:25:56 Statistics: 21:25:56 Hnuu...uuuununununu... 21:25:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:25:57 provisioning config files... 21:25:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/config3807790021668718743tmp [Pipeline] { [Pipeline] echo 21:25:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:25:57 ---> create-netrc.sh [Pipeline] } 21:25:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:25:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:25:58 ---> python-tools-install.sh [Pipeline] echo 21:25:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:25:58 ---> sudo-logs.sh 21:25:58 Archiving 'sudo' log.. [Pipeline] echo 21:25:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:25:58 ---> job-cost.sh 21:25:58 lf-activate-venv: SKIPPING 21:25:58 INFO: No Stack... 21:25:59 INFO: Retrieving Pricing Info for: v1-standard-2 21:26:00 INFO: Archiving Costs [Pipeline] echo 21:26:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:26:00 ---> logs-deploy.sh 21:26:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-197/6 21:26:00 INFO: archiving workspace using pattern(s): 21:26:02 Archives upload complete. 21:26:02 INFO: archiving logs to Nexus