Pull request #3040 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 57833167145affc62033509b974725e85080a4be+cc81cd9a60941bde415ebdc6eaf205dd7f209524 (f2e0fbf5b1eb4cd21e83d3a415ba74ac2d329531) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21094 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 57833167145affc62033509b974725e85080a4be > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 > git remote # timeout=10 Merge succeeded, producing 57833167145affc62033509b974725e85080a4be Checking out Revision 57833167145affc62033509b974725e85080a4be (PR-3040) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" First time build. Skipping changelog. > git rev-list --no-walk 02e6eaf9507db6f5db445f0a9830c11d83da64f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:20:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:20:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:20:51 ========================================================= 03:20:51 EdgeX Global Pipelines Version Info 03:20:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:20:53 ------------------- 03:20:53 stable info: 03:20:53 ------------------- 03:20:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:20:53 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 03:20:53 Message: update stable to v1.0.177 03:20:54 ------------------- 03:20:54 experimental info: 03:20:54 ------------------- 03:20:54 Commited By: **** collab-it+edgex@linuxfoundation.org 03:20:54 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 03:20:54 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:20:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:20:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:20:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:20:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:20:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:20:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:20:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:20:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3040 [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3040 [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3040 [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57833167145affc62033509b974725e85080a4be [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5783316 [Pipeline] echo 03:20:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:20:57 provisioning config files... 03:20:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1643151756428773638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:20:57 ---> docker-login.sh 03:20:57 nexus3.edgexfoundry.org:10001 03:20:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:58 Configure a credential helper to remove this warning. See 03:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:58 03:20:58 Login Succeeded 03:20:58 nexus3.edgexfoundry.org:10002 03:20:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:58 Configure a credential helper to remove this warning. See 03:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:58 03:20:58 Login Succeeded 03:20:58 nexus3.edgexfoundry.org:10003 03:20:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:58 Configure a credential helper to remove this warning. See 03:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:58 03:20:58 Login Succeeded 03:20:58 nexus3.edgexfoundry.org:10004 03:20:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:58 Configure a credential helper to remove this warning. See 03:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:58 03:20:58 Login Succeeded 03:20:58 docker.io 03:20:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:59 Configure a credential helper to remove this warning. See 03:20:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:59 03:20:59 Login Succeeded 03:20:59 ---> docker-login.sh ends [Pipeline] } 03:20:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:20:59 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 03:20:59 + for file in '`ls cmd/**/Dockerfile`' 03:20:59 ++ dirname cmd/core-command/Dockerfile 03:20:59 ++ cut -d/ -f2 03:20:59 + echo core-command,cmd/core-command/Dockerfile 03:20:59 + for file in '`ls cmd/**/Dockerfile`' 03:20:59 ++ dirname cmd/core-data/Dockerfile 03:20:59 ++ cut -d/ -f2 03:20:59 + echo core-data,cmd/core-data/Dockerfile 03:20:59 + for file in '`ls cmd/**/Dockerfile`' 03:20:59 ++ dirname cmd/core-metadata/Dockerfile 03:20:59 ++ cut -d/ -f2 03:20:59 + echo core-metadata,cmd/core-metadata/Dockerfile 03:20:59 + for file in '`ls cmd/**/Dockerfile`' 03:20:59 ++ dirname cmd/security-bootstrap-redis/Dockerfile 03:20:59 ++ cut -d/ -f2 03:20:59 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 03:20:59 + for file in '`ls cmd/**/Dockerfile`' 03:20:59 ++ dirname cmd/security-proxy-setup/Dockerfile 03:20:59 ++ cut -d/ -f2 03:20:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:20:59 + for file in '`ls cmd/**/Dockerfile`' 03:20:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:20:59 ++ cut -d/ -f2 03:20:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:20:59 + for file in '`ls cmd/**/Dockerfile`' 03:20:59 ++ dirname cmd/support-notifications/Dockerfile 03:20:59 ++ cut -d/ -f2 03:20:59 + echo support-notifications,cmd/support-notifications/Dockerfile 03:20:59 + for file in '`ls cmd/**/Dockerfile`' 03:20:59 ++ dirname cmd/support-scheduler/Dockerfile 03:20:59 ++ cut -d/ -f2 03:20:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:20:59 + for file in '`ls cmd/**/Dockerfile`' 03:20:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:20:59 ++ cut -d/ -f2 03:20:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:20:59 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 03:21:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:21:00 03:21:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:21:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:21:01 latest: Pulling from edgex-devops/git-semver 03:21:01 31603596830f: Pulling fs layer 03:21:01 2a8b12db71e7: Pulling fs layer 03:21:01 6ca5941a6612: Pulling fs layer 03:21:01 ecc8261a40a4: Pulling fs layer 03:21:01 ecc8261a40a4: Waiting 03:21:01 2a8b12db71e7: Verifying Checksum 03:21:01 2a8b12db71e7: Download complete 03:21:01 31603596830f: Verifying Checksum 03:21:01 31603596830f: Download complete 03:21:01 ecc8261a40a4: Verifying Checksum 03:21:01 ecc8261a40a4: Download complete 03:21:01 6ca5941a6612: Verifying Checksum 03:21:01 6ca5941a6612: Download complete 03:21:01 31603596830f: Pull complete 03:21:01 2a8b12db71e7: Pull complete 03:21:02 6ca5941a6612: Pull complete 03:21:03 ecc8261a40a4: Pull complete 03:21:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:21:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:21:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:21:03 prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container 03:21:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:21:06 $ docker top ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:21:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:21:06 [ssh-agent] Looking for ssh-agent implementation... 03:21:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:21:07 $ docker exec ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c ssh-agent 03:21:07 SSH_AUTH_SOCK=/tmp/ssh-epi1MXsc2mZp/agent.11 03:21:07 SSH_AGENT_PID=17 03:21:07 Running ssh-add (command line suppressed) 03:21:07 Identity added: /w/workspace/edgex-go/6@tmp/private_key_1526354010275722527.key (/w/workspace/edgex-go/6@tmp/private_key_1526354010275722527.key) 03:21:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:21:07 + git tag --points-at HEAD [Pipeline] } 03:21:08 $ docker exec --env ******** --env ******** ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c ssh-agent -k 03:21:08 unset SSH_AUTH_SOCK; 03:21:08 unset SSH_AGENT_PID; 03:21:08 echo Agent pid 17 killed; 03:21:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:21:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:21:08 [ssh-agent] Looking for ssh-agent implementation... 03:21:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:21:08 $ docker exec ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c ssh-agent 03:21:09 SSH_AUTH_SOCK=/tmp/ssh-NRBopeeDLx3I/agent.47 03:21:09 SSH_AGENT_PID=52 03:21:09 Running ssh-add (command line suppressed) 03:21:09 Identity added: /w/workspace/edgex-go/6@tmp/private_key_1056541039449901500.key (/w/workspace/edgex-go/6@tmp/private_key_1056541039449901500.key) 03:21:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:21:09 + git semver init 03:21:09 # -> Open(): unable to determine branch for HEAD 03:21:09 # $GIT_DIR = /w/workspace/edgex-go/6/.git 03:21:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 03:21:09 # $SEMVER_REMOTE_NAME = origin 03:21:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:21:09 # $SEMVER_USER_NAME = edgex-jenkins 03:21:09 # $SEMVER_BRANCH = PR-3040 03:21:09 # $SEMVER_TEMP = /tmp/semver-374352781 03:21:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:22:06 # '/tmp/semver-374352781' -> '/w/workspace/edgex-go/6/.semver' 03:22:06 # -> Force: false 03:22:06 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 03:22:06 $ docker exec --env ******** --env ******** ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c ssh-agent -k 03:22:06 unset SSH_AUTH_SOCK; 03:22:06 unset SSH_AGENT_PID; 03:22:06 echo Agent pid 52 killed; 03:22:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:22:07 + git semver [Pipeline] } 03:22:07 $ docker stop --time=1 ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c 03:22:09 $ docker rm -f ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c [Pipeline] // withDockerContainer [Pipeline] sh 03:22:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:22:10 Stashed 1 file(s) [Pipeline] echo 03:22:10 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:22:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:22:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:22:12 + sudo service docker restart 03:22:12 + true 03:22:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:22:12 ========================================================= 03:22:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:22:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:22:13 + 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 . 03:22:17 Sending build context to Docker daemon 326.6MB 03:22:17 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:22:17 Step 2/6 : FROM ${BASE} 03:22:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:22:17 188c0c94c7c5: Pulling fs layer 03:22:17 0ef7d3d256c8: Pulling fs layer 03:22:17 de9db76c5a1d: Pulling fs layer 03:22:17 bca2f99d35d6: Pulling fs layer 03:22:17 93359f2a8cfa: Pulling fs layer 03:22:17 7c6f9722023f: Pulling fs layer 03:22:17 a35cf1a2eb13: Pulling fs layer 03:22:17 93359f2a8cfa: Waiting 03:22:17 7c6f9722023f: Waiting 03:22:17 a35cf1a2eb13: Waiting 03:22:17 bca2f99d35d6: Waiting 03:22:17 de9db76c5a1d: Verifying Checksum 03:22:17 de9db76c5a1d: Download complete 03:22:17 0ef7d3d256c8: Verifying Checksum 03:22:17 0ef7d3d256c8: Download complete 03:22:17 93359f2a8cfa: Verifying Checksum 03:22:17 93359f2a8cfa: Download complete 03:22:17 7c6f9722023f: Verifying Checksum 03:22:17 7c6f9722023f: Download complete 03:22:17 188c0c94c7c5: Verifying Checksum 03:22:17 188c0c94c7c5: Download complete 03:22:17 188c0c94c7c5: Pull complete 03:22:18 0ef7d3d256c8: Pull complete 03:22:18 de9db76c5a1d: Pull complete 03:22:19 a35cf1a2eb13: Verifying Checksum 03:22:19 a35cf1a2eb13: Download complete 03:22:19 bca2f99d35d6: Download complete 03:22:26 Still waiting to schedule task 03:22:26 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:22:26 bca2f99d35d6: Pull complete 03:22:26 93359f2a8cfa: Pull complete 03:22:26 7c6f9722023f: Pull complete 03:22:30 a35cf1a2eb13: Pull complete 03:22:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:22:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:22:30 ---> a62c8e92a672 03:22:30 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:22:30 ---> Running in 0e855ce1000b 03:22:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:22:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:22:33 (1/12) Installing libmagic (5.38-r0) 03:22:33 (2/12) Installing file (5.38-r0) 03:22:33 (3/12) Installing libc-dev (0.7.2-r3) 03:22:33 (4/12) Installing g++ (9.3.0-r2) 03:23:05 (5/12) Installing fortify-headers (1.1-r0) 03:23:05 (6/12) Installing patch (2.7.6-r6) 03:23:05 (7/12) Installing build-base (0.5-r2) 03:23:05 (8/12) Installing libsodium (1.0.18-r0) 03:23:05 (9/12) Installing pkgconf (1.7.2-r0) 03:23:05 (10/12) Installing libsodium-dev (1.0.18-r0) 03:23:05 (11/12) Installing libzmq (4.3.3-r0) 03:23:06 (12/12) Installing zeromq-dev (4.3.3-r0) 03:23:06 Executing busybox-1.31.1-r19.trigger 03:23:06 OK: 233 MiB in 51 packages 03:23:09 Removing intermediate container 0e855ce1000b 03:23:09 ---> 44f99a181a70 03:23:09 Step 4/6 : WORKDIR /edgex-go 03:23:09 ---> Running in 37d13edc4745 03:23:09 Removing intermediate container 37d13edc4745 03:23:09 ---> 85c9061b1f62 03:23:09 Step 5/6 : COPY go.mod . 03:23:09 ---> 79f829a17109 03:23:09 Step 6/6 : RUN go mod download 03:23:09 ---> Running in 292f3dcaee24 03:23:31 Removing intermediate container 292f3dcaee24 03:23:31 ---> 75e5c550a731 03:23:31 Successfully built 75e5c550a731 03:23:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:23:31 + docker inspect -f . ci-base-image-x86_64 03:23:31 . [Pipeline] withDockerContainer 03:23:31 prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container 03:23:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-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 ******** ci-base-image-x86_64 cat 03:23:32 $ docker top d0655ddc2ad1fa279c8ef767de4b1fd917dd32efbce627c28a5155ca416d4192 -eo pid,comm [Pipeline] { [Pipeline] sh 03:23:33 + go version 03:23:33 go version go1.15.5 linux/amd64 [Pipeline] } 03:23:33 $ docker stop --time=1 d0655ddc2ad1fa279c8ef767de4b1fd917dd32efbce627c28a5155ca416d4192 03:23:34 $ docker rm -f d0655ddc2ad1fa279c8ef767de4b1fd917dd32efbce627c28a5155ca416d4192 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:23:35 + docker inspect -f . ci-base-image-x86_64 03:23:35 . [Pipeline] withDockerContainer 03:23:35 prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container 03:23:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-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 ******** ci-base-image-x86_64 cat 03:23:36 $ docker top 558af37fa2bb011dd6a1c3d5f22d8f8356351e0b7608665927cea049006479a7 -eo pid,comm [Pipeline] { [Pipeline] echo 03:23:36 ========================================================= 03:23:36 [edgeXBuildGoParallel] Running Tests and Build... 03:23:36 ========================================================= [Pipeline] sh 03:23:37 + make test 03:23:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:23:47 ? github.com/edgexfoundry/edgex-go [no test files] 03:23:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:24:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:24:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:24:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:24:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 03:24:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:24:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:24:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:24:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:24:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:24:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:24:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:24:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.0% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 67.9% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.420s coverage: 82.3% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.351s coverage: 28.6% of statements 03:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 03:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 03:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements 03:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:24:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements 03:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:24:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 03:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:24:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.464s coverage: 92.8% of statements 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:24:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:24:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:24:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.024s coverage: 100.0% of statements 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:24:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements 03:24:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:24:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements 03:24:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements 03:24:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements 03:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 03:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements 03:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 03:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements 03:24:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 03:24:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements 03:24:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements 03:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 68.9% of statements 03:24:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:24:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:24:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 03:24:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 03:24:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 03:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 37.0% of statements 03:24:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:24:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.0% of statements 03:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements 03:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.1% of statements 03:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.096s coverage: 100.0% of statements 03:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 03:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:24:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.722s coverage: 29.1% of statements 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:24:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.058s coverage: 99.0% of statements 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:24:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:24:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:24:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:24:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:24:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:24:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 03:24:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 03:24:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 03:24:30 GO111MODULE=on go vet ./... 03:24:57 gofmt -l . 03:24:57 [ "`gofmt -l .`" = "" ] 03:24:57 ./bin/test-go-mod-tidy.sh 03:24:57 ./bin/test-attribution-txt.sh [Pipeline] sh 03:24:58 + ls -al . 03:24:58 total 656 03:24:58 drwxrwxr-x 10 1001 1001 4096 Jan 19 03:24 . 03:24:58 drwxr-xr-x 4 root root 28 Jan 19 03:23 .. 03:24:58 -rw-rw-r-- 1 1001 1001 11 Jan 19 03:20 .dockerignore 03:24:58 drwxrwxr-x 8 1001 1001 179 Jan 19 03:20 .git 03:24:58 drwxrwxr-x 3 1001 1001 125 Jan 19 03:20 .github 03:24:58 -rw-rw-r-- 1 1001 1001 824 Jan 19 03:20 .gitignore 03:24:58 drwx------ 3 1001 1001 47 Jan 19 03:22 .semver 03:24:58 -rw-rw-r-- 1 1001 1001 166 Jan 19 03:20 .sonarcloud.properties 03:24:58 -rw-rw-r-- 1 1001 1001 7744 Jan 19 03:20 Attribution.txt 03:24:58 -rw-rw-r-- 1 1001 1001 3804 Jan 19 03:20 CONTRIBUTING.md 03:24:58 -rw-rw-r-- 1 1001 1001 931 Jan 19 03:20 Dockerfile.build 03:24:58 -rw-rw-r-- 1 1001 1001 863 Jan 19 03:20 Jenkinsfile 03:24:58 -rw-rw-r-- 1 1001 1001 10775 Jan 19 03:20 LICENSE 03:24:58 -rw-rw-r-- 1 1001 1001 5750 Jan 19 03:20 Makefile 03:24:58 -rw-rw-r-- 1 1001 1001 6524 Jan 19 03:20 README.md 03:24:58 -rw-rw-r-- 1 1001 1001 6744 Jan 19 03:20 SECURITY.md 03:24:58 -rw-rw-r-- 1 1001 1001 5 Jan 19 03:22 VERSION 03:24:58 -rw-rw-r-- 1 1001 1001 4131 Jan 19 03:20 ZMQWindows.md 03:24:58 drwxrwxr-x 2 1001 1001 117 Jan 19 03:20 bin 03:24:58 drwxrwxr-x 14 1001 1001 4096 Jan 19 03:20 cmd 03:24:58 -rw-r--r-- 1 root root 550280 Jan 19 03:24 coverage.out 03:24:58 -rw-r--r-- 1 root root 981 Jan 19 03:24 go.mod 03:24:58 -rw-r--r-- 1 root root 19326 Jan 19 03:24 go.sum 03:24:58 drwxrwxr-x 8 1001 1001 127 Jan 19 03:20 internal 03:24:58 drwxrwxr-x 4 1001 1001 26 Jan 19 03:20 openapi 03:24:58 drwxrwxr-x 4 1001 1001 71 Jan 19 03:20 snap 03:24:58 -rw-rw-r-- 1 1001 1001 168 Jan 19 03:20 version.go [Pipeline] sh 03:24:58 + '[' -e coverage.out ] 03:24:58 + chown 1001:1001 coverage.out [Pipeline] stash 03:24:58 Stashed 1 file(s) [Pipeline] sh 03:24:58 + make build 03:24:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:25:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:25:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:25:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:25:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:25:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:25:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:25:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:25:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:25:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:25:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 03:25:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 03:25:21 $ docker stop --time=1 558af37fa2bb011dd6a1c3d5f22d8f8356351e0b7608665927cea049006479a7 03:25:23 $ docker rm -f 558af37fa2bb011dd6a1c3d5f22d8f8356351e0b7608665927cea049006479a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:25:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21104 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws 03:25:26 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 03:25:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:25:26 03:25:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:25:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:25:26 latest: Pulling from edgex-devops/edgex-compose 03:25:26 cbdbe7a5bc2a: Pulling fs layer 03:25:26 ca9280d653b3: Pulling fs layer 03:25:26 7e9c9ca2126c: Pulling fs layer 03:25:27 cbdbe7a5bc2a: Verifying Checksum 03:25:27 cbdbe7a5bc2a: Download complete 03:25:27 ca9280d653b3: Verifying Checksum 03:25:27 ca9280d653b3: Download complete 03:25:27 cbdbe7a5bc2a: Pull complete 03:25:28 ca9280d653b3: Pull complete 03:25:29 7e9c9ca2126c: Verifying Checksum 03:25:29 7e9c9ca2126c: Download complete 03:25:32 using credential edgex-jenkins-ssh 03:25:32 Cloning the remote Git repository 03:25:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:25:32 > git init /w/workspace/edgex-go/6 # timeout=10 03:25:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:25:32 > git --version # timeout=10 03:25:32 > git --version # 'git version 2.17.1' 03:25:32 using GIT_SSH to set credentials SSH Credentials for GitHub 03:25:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:25:35 7e9c9ca2126c: Pull complete 03:25:35 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:25:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:25:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:25:35 prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container 03:25:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:25:36 $ docker top 8b966728c68c75d64685e8f992d32956f0a9a9e9d72d15ad72b90f68387fa311 -eo pid,comm [Pipeline] { [Pipeline] sh 03:25:37 + docker-compose build --help 03:25:37 + grep parallel 03:25:38 --parallel Build images in parallel. [Pipeline] } 03:25:38 $ docker stop --time=1 8b966728c68c75d64685e8f992d32956f0a9a9e9d72d15ad72b90f68387fa311 03:25:39 $ docker rm -f 8b966728c68c75d64685e8f992d32956f0a9a9e9d72d15ad72b90f68387fa311 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:25:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:25:40 . [Pipeline] withDockerContainer 03:25:40 prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container 03:25:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:25:41 $ docker top 5f4de2e6a9ccbe690d96ed22e42c29b9692f8df423397374d512efa9ea468a10 -eo pid,comm [Pipeline] { [Pipeline] sh 03:25:41 + docker-compose -f ./docker-compose-build.yml build --parallel 03:25:42 Building docker-core-command-go ... 03:25:42 Building docker-core-data-go ... 03:25:42 Building docker-core-metadata-go ... 03:25:42 Building docker-security-bootstrap-redis-go ... 03:25:42 Building docker-security-proxy-setup-go ... 03:25:42 Building docker-security-secretstore-setup-go ... 03:25:42 Building docker-support-notifications-go ... 03:25:42 Building docker-support-scheduler-go ... 03:25:42 Building docker-sys-mgmt-agent-go ... 03:25:42 Building docker-support-scheduler-go 03:25:42 Building docker-security-bootstrap-redis-go 03:25:42 Building docker-core-data-go 03:25:42 Building docker-support-notifications-go 03:25:42 Building docker-security-secretstore-setup-go 03:26:08 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 57833167145affc62033509b974725e85080a4be 03:26:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:26:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:26:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:26:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:26:07 using GIT_SSH to set credentials SSH Credentials for GitHub 03:26:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:26:08 > git config core.sparsecheckout # timeout=10 03:26:08 > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 03:26:08 > git remote # timeout=10 03:26:08 > git config --get remote.origin.url # timeout=10 03:26:08 using GIT_SSH to set credentials SSH Credentials for GitHub 03:26:08 > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 03:26:08 Merge succeeded, producing 57833167145affc62033509b974725e85080a4be 03:26:08 Checking out Revision 57833167145affc62033509b974725e85080a4be (PR-3040) 03:26:08 > git rev-parse HEAD^{commit} # timeout=10 03:26:08 > git config core.sparsecheckout # timeout=10 03:26:08 > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 03:26:13 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:26:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:26:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:26:15 + + sudo servicetrue docker 03:26:15 restart 03:26:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:26:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:26:15 ---> 75e5c550a731 03:26:15 Step 3/21 : WORKDIR /edgex-go 03:26:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:26:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:26:15 ---> 75e5c550a731 03:26:15 Step 3/23 : WORKDIR /edgex-go 03:26:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:26:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:26:15 ---> 75e5c550a731 03:26:15 Step 3/22 : WORKDIR /edgex-go 03:26:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:26:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:26:15 ---> 75e5c550a731 03:26:15 Step 3/24 : WORKDIR /edgex-go 03:26:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:26:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:26:15 ---> 75e5c550a731 03:26:15 Step 3/24 : WORKDIR /edgex-go 03:26:15 ---> Running in c978ee038625 03:26:15 ---> Running in e2eb9122062b 03:26:15 ---> Running in dd57eec6614b 03:26:15 ---> Running in abeef61e0404 03:26:15 ---> Running in 0370fc1b8be3 03:26:15 Removing intermediate container 0370fc1b8be3 03:26:15 ---> 7f08e511acf6 03:26:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:15 Removing intermediate container dd57eec6614b 03:26:15 ---> 496608b9147b 03:26:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:15 Removing intermediate container c978ee038625 03:26:15 ---> 015cccb4b660 03:26:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:15 Removing intermediate container abeef61e0404 03:26:15 ---> f254468b9976 03:26:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:15 Removing intermediate container e2eb9122062b 03:26:15 ---> 7220d222a7e2 03:26:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:15 ---> Running in 988e66f752b8 03:26:15 ---> Running in a4893d98af11 03:26:15 ---> Running in c977e4b05ef9 03:26:15 ---> Running in 1aa9b8cf7147 03:26:15 ---> Running in d21f68a9c40b 03:26:17 Removing intermediate container a4893d98af11 03:26:17 ---> b9eced35ebe2 03:26:17 Step 5/22 : RUN apk add --update --no-cache make git 03:26:17 Removing intermediate container 988e66f752b8 03:26:17 ---> 68dac656d48d 03:26:17 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 03:26:17 ---> Running in dd6e734674f4 03:26:17 ---> Running in 42af2596850f [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:26:17 provisioning config files... 03:26:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1837918924902931258tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:26:17 Removing intermediate container 1aa9b8cf7147 03:26:17 ---> ffd40225f83d 03:26:17 Step 5/24 : RUN apk add --update --no-cache make git 03:26:17 Removing intermediate container d21f68a9c40b 03:26:17 ---> 520f697f3595 03:26:17 Step 5/21 : RUN apk add --update --no-cache make git 03:26:17 ---> Running in 053277cdc4fc 03:26:17 ---> Running in 3b51a8b69e55 03:26:18 ---> docker-login.sh 03:26:18 nexus3.edgexfoundry.org:10001 03:26:18 Removing intermediate container c977e4b05ef9 03:26:18 ---> e7f75236428c 03:26:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:26:18 ---> Running in 2077e74da63c 03:26:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:26:19 Configure a credential helper to remove this warning. See 03:26:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:26:19 03:26:19 Login Succeeded 03:26:19 nexus3.edgexfoundry.org:10002 03:26:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:26:19 Configure a credential helper to remove this warning. See 03:26:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:26:19 03:26:19 Login Succeeded 03:26:19 nexus3.edgexfoundry.org:10003 03:26:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:26:20 Configure a credential helper to remove this warning. See 03:26:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:26:20 03:26:20 Login Succeeded 03:26:20 nexus3.edgexfoundry.org:10004 03:26:20 OK: 233 MiB in 51 packages 03:26:20 OK: 233 MiB in 51 packages 03:26:20 OK: 233 MiB in 51 packages 03:26:21 Removing intermediate container 42af2596850f 03:26:21 ---> bce14a8ba71f 03:26:21 Step 6/24 : COPY go.mod . 03:26:21 Removing intermediate container dd6e734674f4 03:26:21 ---> d1f3edf58ab2 03:26:21 Step 6/22 : COPY go.mod . 03:26:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:26:21 Configure a credential helper to remove this warning. See 03:26:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:26:21 03:26:21 Login Succeeded 03:26:21 docker.io 03:26:21 ---> 72744db28067 03:26:21 Step 7/24 : RUN go mod download 03:26:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:21 ---> Running in 896c8ad3af38 03:26:21 ---> 99d5f67e33b1 03:26:21 Step 7/22 : RUN go mod download 03:26:21 Removing intermediate container 053277cdc4fc 03:26:21 ---> d72befd514fb 03:26:21 Step 6/21 : COPY go.mod . 03:26:21 OK: 233 MiB in 51 packages 03:26:21 ---> Running in 37e7cf511638 03:26:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:26:21 Configure a credential helper to remove this warning. See 03:26:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:26:21 03:26:21 Login Succeeded 03:26:21 ---> docker-login.sh ends [Pipeline] } 03:26:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 03:26:22 ---> 71ea47f1fadc 03:26:22 Step 7/21 : RUN go mod download 03:26:22 OK: 233 MiB in 51 packages 03:26:22 ---> Running in edb01c6822ed [Pipeline] // withEnv [Pipeline] unstash 03:26:22 Removing intermediate container 3b51a8b69e55 03:26:22 ---> 8f1b6b25f898 03:26:22 Step 6/24 : COPY go.mod . [Pipeline] echo 03:26:22 ========================================================= 03:26:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:26:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:26:22 ---> 5da31f13e1a3 03:26:22 Step 7/24 : RUN go mod download 03:26:22 Removing intermediate container 2077e74da63c 03:26:22 ---> 166208820ea6 03:26:22 Step 6/23 : COPY go.mod . 03:26:22 ---> Running in 3459b3b7e421 03:26:22 + 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 . 03:26:23 ---> 9100724a6e05 03:26:23 Step 7/23 : RUN go mod download 03:26:23 ---> Running in 64f850775216 03:26:23 Removing intermediate container 896c8ad3af38 03:26:23 ---> f26e70b018f9 03:26:23 Step 8/24 : COPY . . 03:26:23 Removing intermediate container 37e7cf511638 03:26:23 ---> 44a6cec89ca0 03:26:23 Step 8/22 : COPY . . 03:26:25 Removing intermediate container edb01c6822ed 03:26:25 ---> a76c85211704 03:26:25 Step 8/21 : COPY . . 03:26:25 Sending build context to Docker daemon 165.5MB 03:26:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:26:25 Step 2/6 : FROM ${BASE} 03:26:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:26:25 5f621e34cdf4: Pulling fs layer 03:26:25 a4357932f1b6: Pulling fs layer 03:26:25 18c013af1878: Pulling fs layer 03:26:25 00ac8860ef70: Pulling fs layer 03:26:25 63d7cb157983: Pulling fs layer 03:26:25 b116817d02f9: Pulling fs layer 03:26:25 745a02a5169b: Pulling fs layer 03:26:25 63d7cb157983: Waiting 03:26:25 00ac8860ef70: Waiting 03:26:25 b116817d02f9: Waiting 03:26:25 745a02a5169b: Waiting 03:26:25 18c013af1878: Verifying Checksum 03:26:25 18c013af1878: Download complete 03:26:25 a4357932f1b6: Verifying Checksum 03:26:25 a4357932f1b6: Download complete 03:26:25 5f621e34cdf4: Verifying Checksum 03:26:25 5f621e34cdf4: Download complete 03:26:25 b116817d02f9: Verifying Checksum 03:26:25 b116817d02f9: Download complete 03:26:25 63d7cb157983: Download complete 03:26:26 5f621e34cdf4: Pull complete 03:26:27 a4357932f1b6: Pull complete 03:26:27 18c013af1878: Pull complete 03:26:28 745a02a5169b: Verifying Checksum 03:26:28 745a02a5169b: Download complete 03:26:30 00ac8860ef70: Verifying Checksum 03:26:30 00ac8860ef70: Download complete 03:26:30 Removing intermediate container 3459b3b7e421 03:26:30 ---> a859e8b4788f 03:26:30 Step 8/24 : COPY . . 03:26:34 Removing intermediate container 64f850775216 03:26:34 ---> e63743f820b9 03:26:34 Step 8/23 : COPY . . 03:26:40 00ac8860ef70: Pull complete 03:26:40 63d7cb157983: Pull complete 03:26:40 b116817d02f9: Pull complete 03:26:43 745a02a5169b: Pull complete 03:26:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:26:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:26:43 ---> b7e6874047d6 03:26:43 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:26:47 ---> Running in b43a8b3426e0 03:26:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:50 (1/12) Installing libmagic (5.38-r0) 03:26:51 (2/12) Installing file (5.38-r0) 03:26:51 (3/12) Installing libc-dev (0.7.2-r3) 03:26:51 (4/12) Installing g++ (9.3.0-r2) 03:27:07 ---> d057752a2d10 03:27:07 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 03:27:07 ---> Running in 1be252c8a0d6 03:27:07 ---> f6f34ce9c537 03:27:07 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:27:07 ---> 793820279b3c 03:27:07 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:27:07 ---> 8928c22132a4 03:27:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:27:07 ---> 529a66a0d11b 03:27:07 Step 9/23 : RUN make cmd/core-data/core-data 03:27:07 ---> Running in c3fe6d839546 03:27:07 ---> Running in c8fbb6926912 03:27:07 ---> Running in 77bf08cc63d8 03:27:07 ---> Running in 74974fccdbb6 03:27:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 03:27:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:27:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:27:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:27:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:27:23 (5/12) Installing fortify-headers (1.1-r0) 03:27:23 (6/12) Installing patch (2.7.6-r6) 03:27:23 (7/12) Installing build-base (0.5-r2) 03:27:23 (8/12) Installing libsodium (1.0.18-r0) 03:27:23 (9/12) Installing pkgconf (1.7.2-r0) 03:27:23 (10/12) Installing libsodium-dev (1.0.18-r0) 03:27:23 (11/12) Installing libzmq (4.3.3-r0) 03:27:23 (12/12) Installing zeromq-dev (4.3.3-r0) 03:27:23 Executing busybox-1.31.1-r19.trigger 03:27:23 OK: 217 MiB in 51 packages 03:27:24 Removing intermediate container b43a8b3426e0 03:27:24 ---> ed8ab900ce5e 03:27:24 Step 4/6 : WORKDIR /edgex-go 03:27:24 ---> Running in 9b227506f589 03:27:24 Removing intermediate container 9b227506f589 03:27:24 ---> af8e7ad335e3 03:27:24 Step 5/6 : COPY go.mod . 03:27:25 ---> 1533e8d7c268 03:27:25 Step 6/6 : RUN go mod download 03:27:25 ---> Running in 97565aefa020 03:27:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:27:38 Removing intermediate container 1be252c8a0d6 03:27:38 ---> e0bc86b032f7 03:27:38 03:27:38 Step 10/22 : FROM alpine:3.12 03:27:38 3.12: Pulling from library/alpine 03:27:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:27:39 Status: Downloaded newer image for alpine:3.12 03:27:39 ---> 389fef711851 03:27:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:27:39 Removing intermediate container c3fe6d839546 03:27:39 ---> 87eb42c80ae9 03:27:39 03:27:39 Step 10/24 : FROM scratch 03:27:39 ---> 03:27:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:27:40 Removing intermediate container 77bf08cc63d8 03:27:40 ---> 96597bc559f0 03:27:40 03:27:40 Step 10/21 : FROM scratch 03:27:40 ---> 03:27:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:27:40 ---> Running in ffb8a0ccad79 03:27:40 ---> Running in f00a6d4a037a 03:27:40 ---> Running in fa93394437a3 03:27:41 Removing intermediate container 74974fccdbb6 03:27:41 ---> 2dd2c899e15b 03:27:41 03:27:41 Step 10/24 : FROM alpine:3.12 03:27:41 ---> 389fef711851 03:27:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:27:42 ---> Running in f767bfa4f2dd 03:27:42 Removing intermediate container f00a6d4a037a 03:27:42 ---> 9e32d6a770bc 03:27:42 Step 12/24 : ENV APP_PORT=48060 03:27:42 Removing intermediate container fa93394437a3 03:27:42 ---> 09b868f3b31c 03:27:42 Step 12/21 : ENV APP_PORT=48085 03:27:42 ---> Running in c1cb61130168 03:27:42 ---> Running in c29f5c19a9ca 03:27:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:27:42 Removing intermediate container c29f5c19a9ca 03:27:42 ---> e25afabe2e6d 03:27:42 Step 13/24 : EXPOSE $APP_PORT 03:27:42 Removing intermediate container c1cb61130168 03:27:42 ---> 2e7762bee5ab 03:27:42 Step 13/21 : EXPOSE $APP_PORT 03:27:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:27:42 ---> Running in 358cba245052 03:27:42 ---> Running in dbe3e9237610 03:27:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:27:42 (1/5) Installing ca-certificates (20191127-r4) 03:27:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:27:42 (3/5) Installing libcurl (7.69.1-r3) 03:27:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:27:42 (4/5) Installing curl (7.69.1-r3) 03:27:42 (5/5) Installing dumb-init (1.2.2-r1) 03:27:42 Executing busybox-1.31.1-r19.trigger 03:27:43 (1/5) Installing ca-certificates (20191127-r4) 03:27:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:27:43 Executing ca-certificates-20191127-r4.trigger 03:27:43 (3/5) Installing libcurl (7.69.1-r3) 03:27:43 (4/5) Installing curl (7.69.1-r3) 03:27:43 (5/5) Installing dumb-init (1.2.2-r1) 03:27:43 Executing busybox-1.31.1-r19.trigger 03:27:43 Executing ca-certificates-20191127-r4.trigger 03:27:43 OK: 7 MiB in 19 packages 03:27:43 OK: 7 MiB in 19 packages 03:27:44 Removing intermediate container 358cba245052 03:27:44 ---> 4002cfd4911e 03:27:44 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:27:44 Removing intermediate container dbe3e9237610 03:27:44 ---> 34de53510208 03:27:44 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 03:27:47 Removing intermediate container c8fbb6926912 03:27:47 ---> 7dc3b8b63e65 03:27:47 03:27:47 Step 10/23 : FROM alpine:3.12 03:27:47 ---> 389fef711851 03:27:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:27:47 ---> e894dba60eaa 03:27:47 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:27:47 ---> 9d9cfc579eee 03:27:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:27:47 ---> Running in fecace8143fd 03:27:47 Removing intermediate container ffb8a0ccad79 03:27:47 ---> a3a828fc16e5 03:27:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 03:27:47 Removing intermediate container f767bfa4f2dd 03:27:47 ---> 4518668cd78e 03:27:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:27:47 Removing intermediate container fecace8143fd 03:27:47 ---> 33e9dc0f70c9 03:27:47 Step 12/23 : ENV APP_PORT=48080 03:27:47 ---> Running in 0087b2dab642 03:27:47 ---> Running in 9da5a702f970 03:27:47 ---> 21e579cd9012 03:27:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:27:48 ---> 43d4fcff10bc 03:27:48 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:27:48 ---> Running in 25409f90778c 03:27:48 Removing intermediate container 0087b2dab642 03:27:48 ---> 968fb49a9499 03:27:48 Step 13/22 : WORKDIR / 03:27:48 Removing intermediate container 9da5a702f970 03:27:48 ---> 5e1ca3b5f79d 03:27:48 Step 13/24 : WORKDIR / 03:27:48 ---> Running in 136cd5c863b0 03:27:48 ---> 26abed0882a7 03:27:48 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:27:48 ---> Running in de90d44e23d0 03:27:48 Removing intermediate container 25409f90778c 03:27:48 ---> 832d27f86b6c 03:27:48 Step 13/23 : EXPOSE $APP_PORT 03:27:48 ---> Running in c26c333f1170 03:27:48 ---> 328791c3f18c 03:27:48 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:27:48 ---> Running in 26357d0fa1a2 03:27:48 Removing intermediate container 136cd5c863b0 03:27:48 ---> 1ff0b0a041d5 03:27:48 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:27:48 Removing intermediate container de90d44e23d0 03:27:48 ---> bfc615e280d6 03:27:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:27:48 Removing intermediate container c26c333f1170 03:27:48 ---> 13b859c25d7d 03:27:48 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:27:49 ---> bec7f9cb367d 03:27:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:27:49 Removing intermediate container 26357d0fa1a2 03:27:49 ---> f5badf910634 03:27:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:49 ---> Running in 96b4ac99fd61 03:27:49 ---> 170399e67c77 03:27:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 03:27:49 ---> Running in b968e86d44e3 03:27:49 ---> 4ca69fcd6ca7 03:27:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:27:49 Removing intermediate container 96b4ac99fd61 03:27:49 ---> a444375b6557 03:27:49 Step 19/21 : LABEL arch=x86_64 03:27:50 ---> Running in 5cbbd2562a6d 03:27:50 ---> 1a6d7c146375 03:27:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:27:50 ---> 6145a624ce7c 03:27:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:27:50 ---> 5ff9668aa60e 03:27:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 03:27:50 Removing intermediate container 5cbbd2562a6d 03:27:50 ---> d8bd72360f59 03:27:50 Step 20/21 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:27:50 ---> Running in e7f647ce85d7 03:27:50 ---> ae93b3b4f290 03:27:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:27:50 ---> 0790cbfabe7a 03:27:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 03:27:50 ---> 59b765d8dacf 03:27:50 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:27:51 ---> Running in 3ffab6b6020b 03:27:51 Removing intermediate container e7f647ce85d7 03:27:51 ---> 6f9c97a6c9d1 03:27:51 Step 21/21 : LABEL version=0.0.0 03:27:51 ---> a9abcfeac067 03:27:51 Step 18/22 : RUN chmod +x entrypoint.sh 03:27:51 ---> 7ce071edcb60 03:27:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:27:51 ---> Running in da2a1c81e597 03:27:51 ---> Running in c43c57d7af6b 03:27:52 Removing intermediate container 3ffab6b6020b 03:27:52 ---> c8e278cfdbd1 03:27:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:27:52 Removing intermediate container da2a1c81e597 03:27:52 ---> 49f03c6224da 03:27:52 03:27:52 ---> Running in b90090610ef9 03:27:52 Removing intermediate container b968e86d44e3 03:27:52 ---> 8917e525f8b4 03:27:52 Step 15/23 : RUN apk add --update --no-cache zeromq 03:27:52 Removing intermediate container 97565aefa020 03:27:52 ---> 5c80e39921fb 03:27:52 Successfully built 5c80e39921fb 03:27:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:27:52 Successfully built 49f03c6224da 03:27:52 ---> 01c93be3c3ec 03:27:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:27:52 Successfully tagged docker-support-scheduler-go:latest 03:27:52  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 03:27:52 ---> Running in af909ebb181d 03:27:52 Removing intermediate container b90090610ef9 03:27:52 ---> 95c6c4ce2d52 03:27:52 Step 22/24 : LABEL arch=x86_64 03:27:52 + docker inspect -f . ci-base-image-arm64 03:27:52 . [Pipeline] withDockerContainer 03:27:53 ---> d3ff621731e9 03:27:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 03:27:53 ---> Running in 5d81652cbf77 03:27:53 prd-ubuntu18.04-docker-arm64-4c-16g-21104 does not seem to be running inside a container 03:27:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-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 ******** ci-base-image-arm64 cat 03:27:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:27:53 ---> Running in 892359801cc4 03:27:53 Removing intermediate container 5d81652cbf77 03:27:53 ---> f16087f130b9 03:27:53 Step 23/24 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:27:53 ---> Running in c6d2f2e194bd 03:27:53 Removing intermediate container c43c57d7af6b 03:27:53 ---> 04fba9237883 03:27:53 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 03:27:54 ---> Running in 00d80b1c3ba3 03:27:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:27:54 $ docker top 77a93d4b7330b200467264508ddb3ec37af6f1e84db9ac24b3fb5fc71133a3d0 -eo pid,comm [Pipeline] { [Pipeline] sh 03:27:55 Removing intermediate container c6d2f2e194bd 03:27:55 ---> 367d07b61c1c 03:27:55 Step 24/24 : LABEL version=0.0.0 03:27:55 Removing intermediate container 00d80b1c3ba3 03:27:55 ---> 604b4444a9d0 03:27:55 Step 20/22 : LABEL arch=x86_64 03:27:55 ---> Running in adbbbf545887 03:27:55 (1/5) Installing libgcc (9.3.0-r2) 03:27:55 + go version 03:27:55 go version go1.15.5 linux/arm64 [Pipeline] } 03:27:55 $ docker stop --time=1 77a93d4b7330b200467264508ddb3ec37af6f1e84db9ac24b3fb5fc71133a3d0 03:27:55 (2/5) Installing libsodium (1.0.18-r0) 03:27:55 (3/5) Installing libstdc++ (9.3.0-r2) 03:27:55 ---> Running in ad42871d5d8c 03:27:56 (4/5) Installing libzmq (4.3.3-r0) 03:27:57 (5/5) Installing zeromq (4.3.3-r0) 03:27:57 Removing intermediate container adbbbf545887 03:27:57 ---> deef58925dc4 03:27:57 03:27:57 Executing busybox-1.31.1-r19.trigger 03:27:57 Removing intermediate container ad42871d5d8c 03:27:57 ---> a2d9b4b42232 03:27:57 Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:27:57 OK: 8 MiB in 19 packages 03:27:57 Removing intermediate container 892359801cc4 03:27:57 ---> 12804e2b5d00 03:27:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:27:57 ---> Running in c6f656131436 03:27:57 ---> Running in 6a0ef68d0630 03:27:57 Successfully built deef58925dc4 03:27:57 Successfully tagged docker-support-notifications-go:latest 03:27:57 Building docker-security-proxy-setup-go 03:27:57  Building docker-support-notifications-go ... done Removing intermediate container c6f656131436 03:27:57 ---> 8331904bc7e4 03:27:57 Step 22/22 : LABEL version=0.0.0 03:27:58 $ docker rm -f 77a93d4b7330b200467264508ddb3ec37af6f1e84db9ac24b3fb5fc71133a3d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:27:59 + docker inspect -f . ci-base-image-arm64 03:27:59 . 03:27:59 Removing intermediate container 6a0ef68d0630 03:27:59 ---> 183d154385dc 03:27:59 Step 22/24 : LABEL arch=x86_64 [Pipeline] withDockerContainer 03:27:59 prd-ubuntu18.04-docker-arm64-4c-16g-21104 does not seem to be running inside a container 03:27:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-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 ******** ci-base-image-arm64 cat 03:28:00 ---> Running in 54e1eeabc269 03:28:00 $ docker top 7d038046a14e4163618c956b3479bb92604bc5a6335d371d207e5dd640bb11cc -eo pid,comm [Pipeline] { [Pipeline] echo 03:28:01 ========================================================= 03:28:01 [edgeXBuildGoParallel] Running Tests and Build... 03:28:01 ========================================================= [Pipeline] sh 03:28:01 ---> Running in 6385fe1ead98 03:28:01 + make test 03:28:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:28:02 Removing intermediate container af909ebb181d 03:28:02 ---> 86aa32b89e0b 03:28:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:28:02 Removing intermediate container 54e1eeabc269 03:28:02 ---> 6ad9fa06904e 03:28:02 03:28:03 Successfully built 6ad9fa06904e 03:28:03 Successfully tagged docker-security-bootstrap-redis-go:latest 03:28:03 Building docker-core-metadata-go 03:28:03  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 6385fe1ead98 03:28:03 ---> 3a9052e26770 03:28:03 Step 23/24 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:28:03 ---> 51aeddfcd930 03:28:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:28:04 ---> Running in 0c9757974837 03:28:06 Removing intermediate container 0c9757974837 03:28:06 ---> a217fa2ccca5 03:28:06 Step 24/24 : LABEL version=0.0.0 03:28:07 ---> 96069e504ebe 03:28:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:28:07 ---> Running in 07fc95b003bd 03:28:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:28:09 ---> 75e5c550a731 03:28:09 Step 3/26 : WORKDIR /edgex-go 03:28:09 ---> Using cache 03:28:09 ---> 496608b9147b 03:28:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:09 ---> Using cache 03:28:09 ---> b9eced35ebe2 03:28:09 Step 5/26 : RUN apk add --update --no-cache make bash git 03:28:09 Removing intermediate container 07fc95b003bd 03:28:09 ---> da7a236d5bbc 03:28:09 03:28:09 ---> 0a2979785b25 03:28:09 Step 19/23 : ENTRYPOINT ["/core-data"] 03:28:09 Successfully built da7a236d5bbc 03:28:09 Successfully tagged docker-security-secretstore-setup-go:latest 03:28:09  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 03:28:09 ---> Running in 2c98322f98c2 03:28:09 ---> Running in 381279956e2d 03:28:12 Removing intermediate container 381279956e2d 03:28:12 ---> c25ef315ebe9 03:28:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:28:12 ---> Running in 01526894d90d 03:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:28:12 Removing intermediate container 01526894d90d 03:28:12 ---> 954a60ff2702 03:28:12 Step 21/23 : LABEL arch=x86_64 03:28:13 ---> Running in ffe126ba6759 03:28:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:28:14 OK: 233 MiB in 51 packages 03:28:14 Removing intermediate container ffe126ba6759 03:28:14 ---> 2fae4647deb2 03:28:14 Step 22/23 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:28:15 ---> Running in 39a0877766a1 03:28:16 Removing intermediate container 39a0877766a1 03:28:16 ---> f41a739c5dfc 03:28:16 Step 23/23 : LABEL version=0.0.0 03:28:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:28:17 ---> 75e5c550a731 03:28:17 Step 3/21 : WORKDIR /edgex-go 03:28:17 ---> Using cache 03:28:17 ---> 496608b9147b 03:28:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:17 ---> Using cache 03:28:17 ---> b9eced35ebe2 03:28:17 Step 5/21 : RUN apk add --update --no-cache make git 03:28:17 ---> Using cache 03:28:17 ---> d1f3edf58ab2 03:28:17 Step 6/21 : COPY go.mod . 03:28:17 ---> Using cache 03:28:17 ---> 99d5f67e33b1 03:28:17 Step 7/21 : RUN go mod download 03:28:17 ---> Using cache 03:28:17 ---> 44a6cec89ca0 03:28:17 Step 8/21 : COPY . . 03:28:17 ---> Using cache 03:28:17 ---> d057752a2d10 03:28:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:28:17 ---> Running in 7705685819a7 03:28:17 Removing intermediate container 2c98322f98c2 03:28:17 ---> 5b3037c7caae 03:28:17 Step 6/26 : COPY go.mod . 03:28:18 ---> Running in 6b24af048f90 03:28:18 Removing intermediate container 7705685819a7 03:28:18 ---> d9a6bc56327a 03:28:18 03:28:18 ---> d30dc2ca6530 03:28:18 Step 7/26 : RUN go mod download 03:28:18 Successfully built d9a6bc56327a 03:28:18 Successfully tagged docker-core-data-go:latest 03:28:18  Building docker-core-data-go ... done  ---> Running in 6d01c69b9869 03:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:28:24 ? github.com/edgexfoundry/edgex-go [no test files] 03:28:24 Removing intermediate container 6d01c69b9869 03:28:24 ---> 9debb4da734c 03:28:24 Step 8/26 : COPY . . 03:28:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:28:24 ---> 75e5c550a731 03:28:24 Step 3/22 : WORKDIR /edgex-go 03:28:24 ---> Using cache 03:28:24 ---> 496608b9147b 03:28:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:24 ---> Using cache 03:28:24 ---> b9eced35ebe2 03:28:24 Step 5/22 : RUN apk add --update --no-cache make git 03:28:24 ---> Using cache 03:28:24 ---> d1f3edf58ab2 03:28:24 Step 6/22 : COPY go.mod . 03:28:24 ---> Using cache 03:28:24 ---> 99d5f67e33b1 03:28:24 Step 7/22 : RUN go mod download 03:28:24 ---> Using cache 03:28:24 ---> 44a6cec89ca0 03:28:24 Step 8/22 : COPY . . 03:28:24 ---> Using cache 03:28:24 ---> d057752a2d10 03:28:24 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:28:25 ---> Running in d7a555cd481d 03:28:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:28:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:28:32 ---> 75e5c550a731 03:28:32 Step 3/22 : WORKDIR /edgex-go 03:28:32 ---> Using cache 03:28:32 ---> 496608b9147b 03:28:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:32 ---> Using cache 03:28:32 ---> b9eced35ebe2 03:28:32 Step 5/22 : RUN apk add --update --no-cache make git 03:28:32 ---> Using cache 03:28:32 ---> d1f3edf58ab2 03:28:32 Step 6/22 : COPY go.mod . 03:28:32 ---> Using cache 03:28:32 ---> 99d5f67e33b1 03:28:32 Step 7/22 : RUN go mod download 03:28:32 ---> Using cache 03:28:32 ---> 44a6cec89ca0 03:28:32 Step 8/22 : COPY . . 03:28:32 ---> Using cache 03:28:32 ---> d057752a2d10 03:28:32 Step 9/22 : RUN make cmd/core-command/core-command 03:28:33 ---> Running in 9b4031ef34f7 03:28:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:28:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:28:49 ---> 53ef1db49fd1 03:28:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:28:50 ---> Running in 0212f08c8d20 03:28:50 Removing intermediate container 6b24af048f90 03:28:50 ---> 7c5e9b805801 03:28:50 03:28:50 Step 10/21 : FROM alpine:3.12 03:28:50 ---> 389fef711851 03:28:50 Step 11/21 : RUN apk add --update --no-cache curl 03:28:50 ---> Running in af86d4a3fba0 03:28:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:28:51 (1/4) Installing ca-certificates (20191127-r4) 03:28:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:28:51 (3/4) Installing libcurl (7.69.1-r3) 03:28:51 (4/4) Installing curl (7.69.1-r3) 03:28:51 Executing busybox-1.31.1-r19.trigger 03:28:52 Executing ca-certificates-20191127-r4.trigger 03:28:52 OK: 7 MiB in 18 packages 03:28:54 Removing intermediate container af86d4a3fba0 03:28:54 ---> 3816f24052ce 03:28:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:28:54 ---> Running in 9f1cb3cef755 03:28:54 Removing intermediate container 9f1cb3cef755 03:28:54 ---> 34898dcf0199 03:28:54 Step 13/21 : WORKDIR /edgex 03:28:54 ---> Running in f2e87d503318 03:28:57 Removing intermediate container f2e87d503318 03:28:57 ---> d94121caaa57 03:28:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:28:58 Removing intermediate container 9b4031ef34f7 03:28:58 ---> 386eb979dab7 03:28:58 03:28:58 Step 10/22 : FROM scratch 03:28:58 ---> 03:28:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:28:58 ---> Using cache 03:28:58 ---> 09b868f3b31c 03:28:58 Step 12/22 : ENV APP_PORT=48082 03:28:58 ---> 2ee3edba0129 03:28:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:28:58 ---> Running in 15c9c9d441db 03:28:59 Removing intermediate container d7a555cd481d 03:28:59 ---> 8df8199b6737 03:28:59 03:28:59 Step 10/22 : FROM scratch 03:28:59 ---> 03:28:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:28:59 ---> Using cache 03:28:59 ---> 09b868f3b31c 03:28:59 Step 12/22 : ENV APP_PORT=48081 03:28:59 Removing intermediate container 15c9c9d441db 03:28:59 ---> 285da508047b 03:28:59 Step 13/22 : EXPOSE $APP_PORT 03:28:59 ---> Running in 0e370a8dd8e0 03:28:59 ---> Running in f7f288814412 03:28:59 ---> d791b2ab69f7 03:28:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:28:59 Removing intermediate container 0e370a8dd8e0 03:28:59 ---> b72e35521a85 03:28:59 Step 13/22 : EXPOSE $APP_PORT 03:28:59 ---> Running in 7a3850f97d78 03:28:59 Removing intermediate container f7f288814412 03:28:59 ---> bc5471556faa 03:28:59 Step 14/22 : WORKDIR / 03:29:00 ---> Running in bbcfe7ed35a3 03:29:00 ---> c1c4e564a924 03:29:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:29:00 Removing intermediate container 7a3850f97d78 03:29:00 ---> 08ae8864248d 03:29:00 Step 14/22 : WORKDIR / 03:29:00 ---> Running in 148dc0511893 03:29:00 Removing intermediate container bbcfe7ed35a3 03:29:00 ---> baf196ddb191 03:29:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:29:00 ---> Running in 11b0195cc096 03:29:00 Removing intermediate container 148dc0511893 03:29:00 ---> 56f5a81705c3 03:29:00 Step 18/21 : CMD ["--init=true"] 03:29:01 Removing intermediate container 11b0195cc096 03:29:01 ---> 64d6164efc56 03:29:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:29:01 ---> Running in 147306c5b3d0 03:29:01 ---> 77ccba635d81 03:29:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:29:01 Removing intermediate container 147306c5b3d0 03:29:01 ---> 969d43956044 03:29:01 Step 19/21 : LABEL arch=x86_64 03:29:01 ---> 6abe99893387 03:29:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:29:01 ---> Running in c717a5b4672f 03:29:02 ---> 72689d372903 03:29:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:29:03 Removing intermediate container c717a5b4672f 03:29:03 ---> b280a5441e30 03:29:03 Step 20/21 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:29:03 ---> 51ad9b0ff5c9 03:29:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:29:03 ---> Running in 9c0bf776808d 03:29:03 ---> c4df37d0475b 03:29:03 Step 18/22 : ENTRYPOINT ["/core-command"] 03:29:03 ---> Running in a71996c9200c 03:29:03 Removing intermediate container 9c0bf776808d 03:29:03 ---> b786ab609e9a 03:29:03 Step 21/21 : LABEL version=0.0.0 03:29:03 ---> 47f1e12c3218 03:29:03 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:29:03 ---> Running in 18e9216d7200 03:29:03 ---> Running in 85b3d5a1ff15 03:29:03 Removing intermediate container a71996c9200c 03:29:03 ---> 378b37b85be1 03:29:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:29:03 ---> Running in 527601c4b8f1 03:29:03 Removing intermediate container 85b3d5a1ff15 03:29:03 ---> 930814121366 03:29:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:29:03 Removing intermediate container 18e9216d7200 03:29:03 ---> 2abbaa8ac79d 03:29:03 03:29:04 ---> Running in 76915e45b583 03:29:04 Successfully built 2abbaa8ac79d 03:29:04 Successfully tagged docker-security-proxy-setup-go:latest 03:29:04  Building docker-security-proxy-setup-go ... done Removing intermediate container 527601c4b8f1 03:29:04 ---> 53c07ea45775 03:29:04 Step 20/22 : LABEL arch=x86_64 03:29:04 ---> Running in d39221fd0349 03:29:04 Removing intermediate container 76915e45b583 03:29:04 ---> 3b8d88bdc05f 03:29:04 Step 20/22 : LABEL arch=x86_64 03:29:04 ---> Running in 08001ef3cd28 03:29:04 Removing intermediate container d39221fd0349 03:29:04 ---> 9eeaffda5de3 03:29:04 Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:29:05 ---> Running in d81fc95e6bfe 03:29:05 Removing intermediate container 08001ef3cd28 03:29:05 ---> e0f3cce64c8e 03:29:05 Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:29:06 ---> Running in efde8ce2cfb6 03:29:06 Removing intermediate container 0212f08c8d20 03:29:06 ---> de79bbfca962 03:29:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:29:06 Removing intermediate container d81fc95e6bfe 03:29:06 ---> 5ef504640db3 03:29:06 Step 22/22 : LABEL version=0.0.0 03:29:06 ---> Running in eeb67ecbec1a 03:29:06 ---> Running in e647c148fd3c 03:29:06 Removing intermediate container efde8ce2cfb6 03:29:06 ---> c4d960923fe9 03:29:06 Step 22/22 : LABEL version=0.0.0 03:29:06 ---> Running in cb5e7c41cde1 03:29:06 Removing intermediate container e647c148fd3c 03:29:06 ---> 56601df9f911 03:29:06 03:29:06 Successfully built 56601df9f911 03:29:06 Successfully tagged docker-core-command-go:latest 03:29:07  Building docker-core-command-go ... done Removing intermediate container cb5e7c41cde1 03:29:07 ---> 1b7a819b600d 03:29:07 03:29:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:29:07 Successfully built 1b7a819b600d 03:29:07 Successfully tagged docker-core-metadata-go:latest 03:29:08  Building docker-core-metadata-go ... done Removing intermediate container eeb67ecbec1a 03:29:08 ---> fc589fc36875 03:29:08 03:29:08 Step 11/26 : FROM docker:20.10.0 03:29:08 20.10.0: Pulling from library/docker 03:29:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:29:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:29:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:29:18 Status: Downloaded newer image for docker:20.10.0 03:29:18 ---> aefe523efa57 03:29:18 Step 12/26 : RUN apk add --no-cache bash 03:29:18 ---> Running in 58c3bde0b52d 03:29:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:29:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:29:18 (1/2) Installing readline (8.0.4-r0) 03:29:18 (2/2) Installing bash (5.0.17-r0) 03:29:18 Executing bash-5.0.17-r0.post-install 03:29:18 Executing busybox-1.31.1-r19.trigger 03:29:18 OK: 12 MiB in 22 packages 03:29:18 Removing intermediate container 58c3bde0b52d 03:29:18 ---> 9f54be7287db 03:29:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:29:18 ---> Running in 25645acaf66e 03:29:18 Removing intermediate container 25645acaf66e 03:29:18 ---> 00c03ec21189 03:29:18 Step 14/26 : ENV APP_PORT=48090 03:29:18 ---> Running in 6f3a417d7620 03:29:19 Removing intermediate container 6f3a417d7620 03:29:19 ---> 3efb864c5a98 03:29:19 Step 15/26 : EXPOSE $APP_PORT 03:29:19 ---> Running in 44e5d8c8dad1 03:29:19 Removing intermediate container 44e5d8c8dad1 03:29:19 ---> c101329cace2 03:29:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:29:19 ---> d82f96126a37 03:29:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:29:19 ---> 3fe7f56a00a0 03:29:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:29:20 ---> 906afd216d5f 03:29:20 Step 19/26 : RUN apk --no-cache add py3-pip 03:29:20 ---> Running in d0f189a1d114 03:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:29:20 (1/33) Installing libbz2 (1.0.8-r1) 03:29:20 (2/33) Installing expat (2.2.9-r1) 03:29:20 (3/33) Installing libffi (3.3-r2) 03:29:20 (4/33) Installing gdbm (1.13-r1) 03:29:20 (5/33) Installing xz-libs (5.2.5-r0) 03:29:20 (6/33) Installing sqlite-libs (3.32.1-r0) 03:29:21 (7/33) Installing python3 (3.8.5-r0) 03:29:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:29:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:29:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 03:29:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:29:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:29:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:29:22 (8/33) Installing py3-appdirs (1.4.4-r1) 03:29:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:29:22 (10/33) Installing py3-parsing (2.4.7-r0) 03:29:22 (11/33) Installing py3-six (1.15.0-r0) 03:29:22 (12/33) Installing py3-packaging (20.4-r0) 03:29:22 (13/33) Installing py3-setuptools (47.0.0-r0) 03:29:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:29:22 (14/33) Installing py3-chardet (3.0.4-r4) 03:29:22 (15/33) Installing py3-idna (2.9-r0) 03:29:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:29:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:29:22 (18/33) Installing py3-requests (2.23.0-r0) 03:29:22 (19/33) Installing py3-msgpack (1.0.0-r0) 03:29:23 (20/33) Installing py3-lockfile (0.12.2-r3) 03:29:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:29:23 (22/33) Installing py3-colorama (0.4.3-r0) 03:29:23 (23/33) Installing py3-distlib (0.3.0-r0) 03:29:23 (24/33) Installing py3-distro (1.5.0-r1) 03:29:23 (25/33) Installing py3-webencodings (0.5.1-r3) 03:29:23 (26/33) Installing py3-html5lib (1.0.1-r4) 03:29:23 (27/33) Installing py3-pytoml (0.1.21-r0) 03:29:23 (28/33) Installing py3-pep517 (0.8.2-r0) 03:29:23 (29/33) Installing py3-progress (1.5-r0) 03:29:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:29:23 (30/33) Installing py3-toml (0.10.1-r0) 03:29:23 (31/33) Installing py3-retrying (1.3.3-r0) 03:29:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:29:23 (33/33) Installing py3-pip (20.1.1-r0) 03:29:24 Executing busybox-1.31.1-r19.trigger 03:29:24 OK: 71 MiB in 55 packages 03:29:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:29:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:29:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:29:32 Removing intermediate container d0f189a1d114 03:29:32 ---> d24b576b655a 03:29:32 Step 20/26 : RUN pip install docker-compose==1.23.2 03:29:32 ---> Running in d05b1c5be206 03:29:33 Collecting docker-compose==1.23.2 03:29:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:29:34 Collecting docker<4.0,>=3.6.0 03:29:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:29:34 Collecting cached-property<2,>=1.2.0 03:29:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:29:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:29:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:29:34 Collecting PyYAML<4,>=3.10 03:29:34 Downloading PyYAML-3.13.tar.gz (270 kB) 03:29:35 Collecting jsonschema<3,>=2.5.1 03:29:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:29:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:29:35 Collecting websocket-client<1.0,>=0.32.0 03:29:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:29:35 Collecting dockerpty<0.5,>=0.4.1 03:29:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:29:36 Collecting texttable<0.10,>=0.9.0 03:29:36 Downloading texttable-0.9.1.tar.gz (11 kB) 03:29:36 Collecting docopt<0.7,>=0.6.1 03:29:36 Downloading docopt-0.6.2.tar.gz (25 kB) 03:29:37 Collecting docker-pycreds>=0.4.0 03:29:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:29:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.246s coverage: 46.6% of statements 03:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:29:37 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 03:29:37 Collecting urllib3<1.25,>=1.21.1 03:29:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:29:37 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 03:29:37 Collecting idna<2.8,>=2.5 03:29:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:29:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:29:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:29:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:29:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:29:37 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, PyYAML, jsonschema, dockerpty, texttable, docopt, docker-compose 03:29:37 Attempting uninstall: urllib3 03:29:37 Found existing installation: urllib3 1.25.9 03:29:37 Uninstalling urllib3-1.25.9: 03:29:37 Successfully uninstalled urllib3-1.25.9 03:29:37 Attempting uninstall: idna 03:29:37 Found existing installation: idna 2.9 03:29:37 Uninstalling idna-2.9: 03:29:37 Successfully uninstalled idna-2.9 03:29:38 Attempting uninstall: requests 03:29:38 Found existing installation: requests 2.23.0 03:29:38 Uninstalling requests-2.23.0: 03:29:38 Successfully uninstalled requests-2.23.0 03:29:38 Running setup.py install for PyYAML: started 03:29:39 Running setup.py install for PyYAML: finished with status 'done' 03:29:39 Running setup.py install for dockerpty: started 03:29:39 Running setup.py install for dockerpty: finished with status 'done' 03:29:39 Running setup.py install for texttable: started 03:29:40 Running setup.py install for texttable: finished with status 'done' 03:29:40 Running setup.py install for docopt: started 03:29:40 Running setup.py install for docopt: finished with status 'done' 03:29:41 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 03:29:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.634s coverage: 27.0% of statements 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:29:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:29:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:29:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.247s coverage: 67.9% of statements 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:29:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.684s coverage: 82.3% of statements 03:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:29:45 Removing intermediate container d05b1c5be206 03:29:45 ---> 8c5c4ccb4d6b 03:29:45 Step 21/26 : RUN apk --no-cache add curl 03:29:45 ---> Running in f87a69f67bb9 03:29:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:29:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:29:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:29:45 (2/3) Installing libcurl (7.69.1-r3) 03:29:45 (3/3) Installing curl (7.69.1-r3) 03:29:45 Executing busybox-1.31.1-r19.trigger 03:29:45 OK: 72 MiB in 58 packages 03:29:46 Removing intermediate container f87a69f67bb9 03:29:46 ---> 90859899e45c 03:29:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:29:46 ---> Running in 45b099bba097 03:29:46 Removing intermediate container 45b099bba097 03:29:46 ---> 53ebb1a2e784 03:29:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:29:46 ---> Running in d25b6af14a89 03:29:46 Removing intermediate container d25b6af14a89 03:29:46 ---> 28c214f2441b 03:29:46 Step 24/26 : LABEL arch=x86_64 03:29:46 ---> Running in 081c9c5f1686 03:29:47 Removing intermediate container 081c9c5f1686 03:29:47 ---> 6dd6cc31e76b 03:29:47 Step 25/26 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:29:47 ---> Running in eec9c9e1e8ee 03:29:47 Removing intermediate container eec9c9e1e8ee 03:29:47 ---> 4f91591afea0 03:29:47 Step 26/26 : LABEL version=0.0.0 03:29:47 ---> Running in eb281c8c0f30 03:29:47 Removing intermediate container eb281c8c0f30 03:29:47 ---> ef7a9fa43382 03:29:47 03:29:47 Successfully built ef7a9fa43382 03:29:47 Successfully tagged docker-sys-mgmt-agent-go:latest 03:29:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:29:48 $ docker stop --time=1 5f4de2e6a9ccbe690d96ed22e42c29b9692f8df423397374d512efa9ea468a10 03:29:49 $ docker rm -f 5f4de2e6a9ccbe690d96ed22e42c29b9692f8df423397374d512efa9ea468a10 [Pipeline] // withDockerContainer [Pipeline] sh 03:29:50 + docker images 03:29:50 + grep docker 03:29:50 docker-sys-mgmt-agent-go latest ef7a9fa43382 3 seconds ago 313MB 03:29:50 docker-core-metadata-go latest 1b7a819b600d 44 seconds ago 13.1MB 03:29:50 docker-core-command-go latest 56601df9f911 44 seconds ago 10.6MB 03:29:50 docker-security-proxy-setup-go latest 2abbaa8ac79d 47 seconds ago 24.4MB 03:29:50 docker-core-data-go latest d9a6bc56327a About a minute ago 22.3MB 03:29:50 docker-security-secretstore-setup-go latest da7a236d5bbc About a minute ago 24.6MB 03:29:50 docker-security-bootstrap-redis-go latest 6ad9fa06904e About a minute ago 15.8MB 03:29:50 docker-support-notifications-go latest deef58925dc4 About a minute ago 12MB 03:29:50 docker-support-scheduler-go latest 49f03c6224da About a minute ago 10.7MB 03:29:50 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } 03:29:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.110s coverage: 28.6% of statements 03:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:29:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.176s coverage: 100.0% of statements 03:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:29:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements 03:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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 03:29:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.356s coverage: 86.7% of statements 03:29:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:29:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.301s coverage: 97.5% of statements 03:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:29:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements 03:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:30:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.257s coverage: 92.8% of statements 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:30:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:30:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:30:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:30:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.105s coverage: 75.5% of statements 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:30:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.112s coverage: 80.8% of statements 03:30:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements 03:30:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements 03:30:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements 03:30:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:30:06 Still waiting to schedule task 03:30:06 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 03:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.731s coverage: 63.5% of statements 03:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 03:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 03:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements 03:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.117s coverage: 73.7% of statements 03:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 03:30:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.864s coverage: 68.9% of statements 03:30:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:30:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:30:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 03:30:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 03:30:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 03:30:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 37.0% of statements 03:30:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:30:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:30:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.595s coverage: 84.0% of statements 03:30:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements 03:30:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.406s coverage: 47.1% of statements 03:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:30:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements 03:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:30:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 03:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:30:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.991s coverage: 29.1% of statements 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:30:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:30:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:30:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:30:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:30:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:30:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 03:30:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 03:30:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 03:30:26 GO111MODULE=on go vet ./... 03:31:08 Running on prd-ubuntu18.04-docker-8c-8g-21107 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws 03:31:09 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 03:31:11 using credential edgex-jenkins-ssh 03:31:11 Cloning the remote Git repository 03:31:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:31:11 > git init /w/workspace/edgex-go/6 # timeout=10 03:31:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:31:11 > git --version # timeout=10 03:31:11 > git --version # 'git version 2.17.1' 03:31:11 using GIT_SSH to set credentials SSH Credentials for GitHub 03:31:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:31:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:31:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:31:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:31:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:31:25 using GIT_SSH to set credentials SSH Credentials for GitHub 03:31:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:31:25 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 57833167145affc62033509b974725e85080a4be 03:31:25 Merge succeeded, producing 57833167145affc62033509b974725e85080a4be 03:31:25 Checking out Revision 57833167145affc62033509b974725e85080a4be (PR-3040) 03:31:25 > git config core.sparsecheckout # timeout=10 03:31:25 > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 03:31:25 > git remote # timeout=10 03:31:25 > git config --get remote.origin.url # timeout=10 03:31:25 using GIT_SSH to set credentials SSH Credentials for GitHub 03:31:25 > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 03:31:25 > git rev-parse HEAD^{commit} # timeout=10 03:31:25 > git config core.sparsecheckout # timeout=10 03:31:25 > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 03:31:29 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:31:30 + echo snap-build.sh 03:31:30 snap-build.sh 03:31:30 + SNAP_BASE_DIR=. 03:31:30 + '[' '!' -z /w/workspace/edgex-go/6 ']' 03:31:30 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 03:31:30 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 03:31:30 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 03:31:30 + cd /w/workspace/edgex-go/6 03:31:30 + sudo apt-get remove -qy --purge lxd lxd-client 03:31:30 Reading package lists... 03:31:30 Building dependency tree... 03:31:30 Reading state information... 03:31:31 The following packages were automatically installed and are no longer required: 03:31:31 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:31:31 uidmap xdelta3 03:31:31 Use 'sudo apt autoremove' to remove them. 03:31:31 The following packages will be REMOVED: 03:31:31 lxd* lxd-client* 03:31:31 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:31:31 After this operation, 31.7 MB disk space will be freed. 03:31:32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 03:31:32 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:31:33 Removing lxd dnsmasq configuration 03:31:33 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:31:34 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:31:34 gofmt -l . 03:31:34 [ "`gofmt -l .`" = "" ] 03:31:34 ./bin/test-go-mod-tidy.sh 03:31:35 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:31:35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 03:31:35 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:31:35 ./bin/test-attribution-txt.sh 03:31:36 Processing triggers for systemd (237-3ubuntu10.42) ... 03:31:36 Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] sh 03:31:37 + ls -al . 03:31:37 total 684 03:31:37 drwxrwxr-x 9 1001 1001 4096 Jan 19 03:31 . 03:31:37 drwxr-xr-x 4 root root 4096 Jan 19 03:28 .. 03:31:37 -rw-rw-r-- 1 1001 1001 11 Jan 19 03:26 .dockerignore 03:31:37 drwxrwxr-x 8 1001 1001 4096 Jan 19 03:26 .git 03:31:37 drwxrwxr-x 3 1001 1001 4096 Jan 19 03:26 .github 03:31:37 -rw-rw-r-- 1 1001 1001 824 Jan 19 03:26 .gitignore 03:31:37 -rw-rw-r-- 1 1001 1001 166 Jan 19 03:26 .sonarcloud.properties 03:31:37 -rw-rw-r-- 1 1001 1001 7744 Jan 19 03:26 Attribution.txt 03:31:37 -rw-rw-r-- 1 1001 1001 3804 Jan 19 03:26 CONTRIBUTING.md 03:31:37 -rw-rw-r-- 1 1001 1001 931 Jan 19 03:26 Dockerfile.build 03:31:37 -rw-rw-r-- 1 1001 1001 863 Jan 19 03:26 Jenkinsfile 03:31:37 -rw-rw-r-- 1 1001 1001 10775 Jan 19 03:26 LICENSE 03:31:37 -rw-rw-r-- 1 1001 1001 5750 Jan 19 03:26 Makefile 03:31:37 -rw-rw-r-- 1 1001 1001 6524 Jan 19 03:26 README.md 03:31:37 -rw-rw-r-- 1 1001 1001 6744 Jan 19 03:26 SECURITY.md 03:31:37 -rw-rw-r-- 1 1001 1001 5 Jan 19 03:22 VERSION 03:31:37 -rw-rw-r-- 1 1001 1001 4131 Jan 19 03:26 ZMQWindows.md 03:31:37 drwxrwxr-x 2 1001 1001 4096 Jan 19 03:26 bin 03:31:37 drwxrwxr-x 14 1001 1001 4096 Jan 19 03:26 cmd 03:31:37 -rw-r--r-- 1 root root 550280 Jan 19 03:30 coverage.out 03:31:37 -rw-r--r-- 1 root root 981 Jan 19 03:31 go.mod 03:31:37 -rw-r--r-- 1 root root 19326 Jan 19 03:31 go.sum 03:31:37 drwxrwxr-x 8 1001 1001 4096 Jan 19 03:26 internal 03:31:37 drwxrwxr-x 4 1001 1001 4096 Jan 19 03:26 openapi 03:31:37 drwxrwxr-x 4 1001 1001 4096 Jan 19 03:26 snap 03:31:37 -rw-rw-r-- 1 1001 1001 168 Jan 19 03:26 version.go [Pipeline] sh 03:31:38 + sudo snap remove --purge lxd 03:31:38 snap "lxd" is not installed 03:31:38 + sudo groupadd --force --system lxd 03:31:38 ++ whoami 03:31:38 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:31:38 + newgrp - lxd 03:31:38 + sudo snap install lxd 03:31:38 + '[' -e coverage.out ] 03:31:38 + chown 1001:1001 coverage.out [Pipeline] stash 03:31:38 Warning: overwriting stash ‘coverage-report’ 03:31:39 Stashed 1 file(s) [Pipeline] sh 03:31:40 + make build 03:31:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:31:46 2021-01-19T03:31:43Z INFO Waiting for automatic snapd restart... 03:31:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:32:01 lxd 4.10 from Canonical* installed 03:32:01 + sudo lxd init --auto 03:32:07 + sudo snap install --classic snapcraft 03:32:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:32:13 snapcraft 4.4.4 from Canonical* installed 03:32:13 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 03:32:13 + patch --verbose -p1 03:32:13 Hmm... Looks like a unified diff to me... 03:32:13 The text leading up to this was: 03:32:13 -------------------------- 03:32:13 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 03:32:13 |From: Tony Espy 03:32:13 |Date: Wed, 16 Dec 2020 16:34:55 -0500 03:32:13 |Subject: [PATCH] optimize snap build for pipeline CI check 03:32:13 | 03:32:13 |This patch is used by the EdgeX CI pipeline builds to 03:32:13 |optimize the snap CI check run for pull requests. When 03:32:13 |applied, it essentially strips out everything (apps and 03:32:13 |parts) from the snapcraft.yaml file except those required 03:32:13 |to build edgex-go, as the whole idea of the CI check is to 03:32:13 |catch changes to edgex-go that break the snap build. 03:32:13 | 03:32:13 |In general, anyone updating snapcraft.yaml will also need 03:32:13 |to update this patch file, otherwise it may fail to apply, 03:32:13 |resulting in a failed snap build CI check in the associated 03:32:13 |pull request. 03:32:13 | 03:32:13 |Note - in addition to applying this patch, the pipeline also 03:32:13 |only primes the snap (e.g. `snapcraft prime`), as there's no 03:32:13 |need to build the finally binary .snap file (and it won't 03:32:13 |work with the patch applied). This further reduces the build 03:32:13 |time. 03:32:13 |--- 03:32:13 | snap/snapcraft.yaml | 461 +------------------------------------------- 03:32:13 | 1 file changed, 2 insertions(+), 459 deletions(-) 03:32:13 | 03:32:13 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 03:32:13 |index 1e537489..faf42425 100644 03:32:13 |--- a/snap/snapcraft.yaml 03:32:13 |+++ b/snap/snapcraft.yaml 03:32:13 -------------------------- 03:32:13 patching file snap/snapcraft.yaml 03:32:13 Using Plan A... 03:32:13 Hunk #1 succeeded at 73. 03:32:13 Hunk #2 succeeded at 202 with fuzz 1. 03:32:13 Hunk #3 succeeded at 214 (offset -3 lines). 03:32:13 Hunk #4 succeeded at 222 (offset -3 lines). 03:32:13 Hunk #5 succeeded at 229 (offset -3 lines). 03:32:13 Hunk #6 succeeded at 256 (offset -3 lines). 03:32:13 Hunk #7 succeeded at 290 (offset -3 lines). 03:32:13 Hunk #8 succeeded at 342 (offset -2 lines). 03:32:13 Hmm... Ignoring the trailing garbage. 03:32:13 done 03:32:13 + sudo snapcraft prime --use-lxd 03:32:14 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:32:14 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 03:32:14 - README.md 03:32:14 - snapcraft.yaml.orig 03:32:14 03:32:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:32:15 Launching a container. 03:32:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:32:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:32:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:32:27 Waiting for container to be ready 03:32:27 To start your first instance, try: lxc launch ubuntu:18.04 03:32:27 03:32:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:32:30 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:32:30 Waiting for network to be ready... 03:32:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:32:30 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:32:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] 03:32:31 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:32:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:32:31 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:32:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:32:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:32:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:32:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:32:31 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:32:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 03:32:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 03:32:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 03:32:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 03:32:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 03:32:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] 03:32:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 03:32:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:32:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] 03:32:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 03:32:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 03:32:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 03:32:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 03:32:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 03:32:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] 03:32:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] 03:32:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:32:34 Fetched 23.7 MB in 4s (5545 kB/s) 03:32:35 Reading package lists... 03:32:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:32:35 Reading package lists... 03:32:35 Building dependency tree... 03:32:35 Reading state information... 03:32:36 The following additional packages will be installed: 03:32:36 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:32:36 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:32:36 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:32:36 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:32:36 Suggested packages: 03:32:36 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:32:36 Recommended packages: 03:32:36 gnupg libsasl2-modules 03:32:36 The following NEW packages will be installed: 03:32:36 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:32:36 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:32:36 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:32:36 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:32:36 The following packages will be upgraded: 03:32:36 gpg gpg-agent gpgconf libudev1 03:32:36 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 03:32:36 Need to get 3533 kB of archives. 03:32:36 After this operation, 13.3 MB of additional disk space will be used. 03:32:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 03:32:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 03:32:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 03:32:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 03:32:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 03:32:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 03:32:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 03:32:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 03:32:36 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 03:32:36 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 03:32:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:32:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:32:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:32:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:32:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:32:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:32:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:32:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:32:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:32:37 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:32:37 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:32:37 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:32:37 debconf: delaying package configuration, since apt-utils is not installed 03:32:37 Fetched 3533 kB in 1s (3066 kB/s) 03:32:37 (Reading database ... 12511 files and directories currently installed.) 03:32:37 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 03:32:37 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:32:37 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 03:32:37 Selecting previously unselected package udev. 03:32:37 (Reading database ... 12511 files and directories currently installed.) 03:32:37 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 03:32:37 Unpacking udev (237-3ubuntu10.44) ... 03:32:38 Selecting previously unselected package libfuse2:amd64. 03:32:38 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:32:38 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:32:38 Selecting previously unselected package fuse. 03:32:38 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:32:38 Unpacking fuse (2.9.7-1ubuntu1) ... 03:32:38 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 03:32:38 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:32:38 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 03:32:38 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:32:38 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 03:32:38 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:32:38 Selecting previously unselected package libksba8:amd64. 03:32:38 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:32:38 Unpacking libksba8:amd64 (1.3.5-2) ... 03:32:38 Selecting previously unselected package libroken18-heimdal:amd64. 03:32:38 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:32:38 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:38 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:32:38 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:32:38 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:39 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:32:39 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:32:39 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:39 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:32:39 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:32:39 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:32:39 Selecting previously unselected package libwind0-heimdal:amd64. 03:32:39 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:32:39 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:39 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:32:39 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:32:39 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:39 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:32:39 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:32:39 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:39 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:32:39 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:32:39 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:39 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:32:39 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:32:39 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:39 Selecting previously unselected package libsasl2-modules-db:amd64. 03:32:39 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:32:39 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:32:39 Selecting previously unselected package libsasl2-2:amd64. 03:32:39 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:32:39 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:32:40 Selecting previously unselected package libldap-common. 03:32:40 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 03:32:40 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 03:32:40 Selecting previously unselected package libldap-2.4-2:amd64. 03:32:40 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 03:32:40 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 03:32:40 Selecting previously unselected package dirmngr. 03:32:40 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 03:32:40 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 03:32:40 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 03:32:40 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 03:32:40 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:32:40 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:32:40 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:32:40 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 03:32:40 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:40 Setting up libksba8:amd64 (1.3.5-2) ... 03:32:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:32:40 Setting up udev (237-3ubuntu10.44) ... 03:32:41 invoke-rc.d: policy-rc.d denied execution of start. 03:32:41 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:41 Processing triggers for systemd (237-3ubuntu10) ... 03:32:41 Setting up fuse (2.9.7-1ubuntu1) ... 03:32:41 Setting up gpg (2.2.4-1ubuntu1.3) ... 03:32:41 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:41 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:41 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:41 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:41 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:41 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:41 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:32:41 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 03:32:41 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 03:32:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:32:42 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:32:42 settings in the [Install] section, and DefaultInstance for template units). 03:32:42 This means they are not meant to be enabled using systemctl. 03:32:42 Possible reasons for having this kind of units are: 03:32:42 1) A unit may be statically enabled by being symlinked from another unit's 03:32:42 .wants/ or .requires/ directory. 03:32:42 2) A unit's purpose may be to act as a helper for some other unit which has 03:32:42 a requirement dependency on it. 03:32:42 3) A unit may be started when needed via activation (socket, path, timer, 03:32:42 D-Bus, udev, scripted systemctl call, ...). 03:32:42 4) In case of template units, the unit is meant to be enabled with some 03:32:42 instance name specified. 03:32:42 Reading package lists... 03:32:42 Building dependency tree... 03:32:42 Reading state information... 03:32:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 03:32:42 The following additional packages will be installed: 03:32:42 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:32:42 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:32:42 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:32:42 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:32:42 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:32:42 Suggested packages: 03:32:42 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:32:42 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:32:42 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:32:42 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:32:42 systemd-container policykit-1 03:32:42 Recommended packages: 03:32:42 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:32:42 The following NEW packages will be installed: 03:32:42 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:32:42 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:32:42 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:32:42 multiarch-support openssh-client python3 python3-minimal python3.6 03:32:42 python3.6-minimal snapd squashfs-tools sudo 03:32:42 The following packages will be upgraded: 03:32:42 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:32:43 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 03:32:43 Need to get 35.2 MB of archives. 03:32:43 After this operation, 141 MB of additional disk space will be used. 03:32:43 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 03:32:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:32:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:32:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 03:32:43 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 03:32:43 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:32:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:32:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:32:43 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:32:43 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:32:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:32:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:32:43 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 03:32:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 03:32:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:32:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 03:32:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:32:43 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 03:32:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:32:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:32:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 03:32:43 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 03:32:44 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:32:44 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:32:44 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:32:44 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:32:44 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:32:44 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:32:44 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 03:32:44 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:32:45 debconf: delaying package configuration, since apt-utils is not installed 03:32:45 Fetched 35.2 MB in 2s (14.7 MB/s) 03:32:45 (Reading database ... 12757 files and directories currently installed.) 03:32:45 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 03:32:45 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:32:46 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 03:32:46 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:32:46 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 03:32:46 (Reading database ... 12757 files and directories currently installed.) 03:32:46 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:32:46 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:32:46 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:32:46 (Reading database ... 12757 files and directories currently installed.) 03:32:46 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:32:46 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:32:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:32:47 Setting up apt (1.6.12ubuntu0.2) ... 03:32:47 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:32:47 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:32:47 (Reading database ... 12764 files and directories currently installed.) 03:32:47 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 03:32:47 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 03:32:48 Selecting previously unselected package libpython3.6-minimal:amd64. 03:32:48 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:32:48 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:32:48 Selecting previously unselected package libexpat1:amd64. 03:32:48 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:32:48 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:32:48 Selecting previously unselected package python3.6-minimal. 03:32:48 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:32:48 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 03:32:48 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 03:32:48 Checking for services that may need to be restarted...done. 03:32:48 Checking for services that may need to be restarted...done. 03:32:48 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:32:48 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:32:48 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 03:32:49 Selecting previously unselected package python3-minimal. 03:32:49 (Reading database ... 13012 files and directories currently installed.) 03:32:49 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:32:49 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:32:49 Selecting previously unselected package mime-support. 03:32:49 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:32:49 Unpacking mime-support (3.60ubuntu1) ... 03:32:49 Selecting previously unselected package libmpdec2:amd64. 03:32:49 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:32:49 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:32:49 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:32:49 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:32:49 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:32:49 Selecting previously unselected package python3.6. 03:32:49 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:32:49 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 03:32:49 Selecting previously unselected package libpython3-stdlib:amd64. 03:32:49 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:32:49 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:32:49 Setting up python3-minimal (3.6.7-1~18.04) ... 03:32:50 Selecting previously unselected package python3. 03:32:50 (Reading database ... 13442 files and directories currently installed.) 03:32:50 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:32:50 Unpacking python3 (3.6.7-1~18.04) ... 03:32:50 Selecting previously unselected package multiarch-support. 03:32:50 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:32:50 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:32:50 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:32:50 Selecting previously unselected package liblzo2-2:amd64. 03:32:50 (Reading database ... 13479 files and directories currently installed.) 03:32:50 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:32:50 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:32:50 Selecting previously unselected package libbsd0:amd64. 03:32:50 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:32:50 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:32:50 Selecting previously unselected package sudo. 03:32:50 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 03:32:51 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 03:32:51 Selecting previously unselected package apparmor. 03:32:51 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:32:51 Unpacking apparmor (2.12-4ubuntu5.1) ... [Pipeline] } 03:32:51 $ docker stop --time=1 7d038046a14e4163618c956b3479bb92604bc5a6335d371d207e5dd640bb11cc 03:32:51 Selecting previously unselected package libedit2:amd64. 03:32:51 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:32:51 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:32:51 Selecting previously unselected package libkrb5support0:amd64. 03:32:51 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:32:51 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:32:51 Selecting previously unselected package libk5crypto3:amd64. 03:32:51 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:32:51 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:32:51 Selecting previously unselected package libkeyutils1:amd64. 03:32:51 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:32:51 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:32:51 Selecting previously unselected package libkrb5-3:amd64. 03:32:51 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:32:51 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:32:51 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:32:51 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:32:51 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:32:52 Selecting previously unselected package libssl1.0.0:amd64. 03:32:52 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 03:32:52 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 03:32:52 Selecting previously unselected package openssh-client. 03:32:52 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:32:52 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:32:52 Selecting previously unselected package squashfs-tools. 03:32:52 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:32:52 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:32:52 Selecting previously unselected package snapd. 03:32:52 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 03:32:52 Unpacking snapd (2.48+18.04) ... 03:32:53 $ docker rm -f 7d038046a14e4163618c956b3479bb92604bc5a6335d371d207e5dd640bb11cc 03:32:54 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:32:54 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 03:32:54 Setting up mime-support (3.60ubuntu1) ... 03:32:54 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 03:32:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:32:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:32:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 03:32:55 Setting up systemd (237-3ubuntu10.44) ... 03:32:55 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:32:55 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:32:55 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:32:55 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:32:55 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:32:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:32:55 03:32:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:32:55 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:32:55 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 03:32:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:32:56 latest: Pulling from edgex-devops/edgex-compose-arm64 03:32:56 29e5d40040c1: Pulling fs layer 03:32:56 1ce36da41761: Pulling fs layer 03:32:56 25b303627fd3: Pulling fs layer 03:32:56 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:32:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:32:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:32:56 Setting up python3 (3.6.7-1~18.04) ... 03:32:56 running python rtupdate hooks for python3.6... 03:32:56 running python post-rtupdate hooks for python3.6... 03:32:56 29e5d40040c1: Verifying Checksum 03:32:56 29e5d40040c1: Download complete 03:32:56 Setting up apparmor (2.12-4ubuntu5.1) ... 03:32:57 29e5d40040c1: Pull complete 03:32:57 1ce36da41761: Verifying Checksum 03:32:57 1ce36da41761: Download complete 03:32:58 1ce36da41761: Pull complete 03:32:58 25b303627fd3: Verifying Checksum 03:32:58 25b303627fd3: Download complete 03:32:59 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:32:59 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:32:59 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:32:59 Setting up snapd (2.48+18.04) ... 03:32:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:32:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:33:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:33:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:33:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:33:00 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:33:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:33:00 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:33:00 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:33:01 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:33:01 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 03:33:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:33:01 Processing triggers for systemd (237-3ubuntu10.44) ... 03:33:02 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:33:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:33:02 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:33:03 Reading package lists... 03:33:03 Reading package lists... 03:33:03 Building dependency tree... 03:33:03 Reading state information... 03:33:03 Calculating upgrade... 03:33:03 The following packages will be upgraded: 03:33:03 advancecomp base-files bash binutils binutils-common 03:33:03 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:33:03 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:33:03 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 03:33:03 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 03:33:03 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 03:33:03 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 03:33:03 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 03:33:03 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 03:33:03 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 03:33:03 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 03:33:03 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 03:33:03 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 03:33:03 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 03:33:03 ubuntu-keyring util-linux 03:33:04 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:33:04 Need to get 63.7 MB of archives. 03:33:04 After this operation, 5203 kB of additional disk space will be used. 03:33:04 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:33:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 03:33:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:33:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:33:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:33:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:33:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:33:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:33:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:33:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:33:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:33:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:33:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:33:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:33:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:33:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:33:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:33:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:33:04 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:33:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:33:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:33:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:33:05 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:33:05 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:33:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:33:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:33:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:33:05 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:33:05 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:33:05 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:33:05 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:33:05 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:33:05 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:33:05 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:33:05 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:33:05 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:33:05 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:33:05 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:33:05 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:33:05 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:33:05 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:33:05 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:33:05 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:33:05 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:33:05 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:33:05 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:33:05 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:33:05 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 03:33:05 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:33:05 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:33:05 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:33:05 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:33:05 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:33:05 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:33:05 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:33:05 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:33:05 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:33:05 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:33:05 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:33:05 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:33:05 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:33:05 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:33:05 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 03:33:05 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 03:33:05 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:33:05 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:33:05 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:33:05 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:33:05 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:33:05 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 03:33:05 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 03:33:05 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:33:05 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:33:05 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:33:05 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:33:05 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:33:05 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:33:05 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 03:33:05 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:33:05 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:33:05 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 03:33:05 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 03:33:05 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 03:33:05 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 03:33:05 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:33:05 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:33:05 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:33:05 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:33:06 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:33:06 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:33:06 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:33:07 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:33:07 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:33:07 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:33:07 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:33:07 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:33:07 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:33:07 debconf: delaying package configuration, since apt-utils is not installed 03:33:07 Fetched 63.7 MB in 4s (18.1 MB/s) 03:33:07 (Reading database ... 13912 files and directories currently installed.) 03:33:07 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:33:07 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:33:08 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:33:08 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:33:08 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 03:33:08 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 03:33:09 25b303627fd3: Pull complete 03:33:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:33:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:33:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:33:09 prd-ubuntu18.04-docker-arm64-4c-16g-21104 does not seem to be running inside a container 03:33:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:33:09 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:09 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:33:09 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:09 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:33:09 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:09 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:33:09 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:09 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:33:09 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:10 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:33:10 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:10 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:33:10 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:10 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:33:10 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:33:10 (Reading database ... 13911 files and directories currently installed.) 03:33:10 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:10 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:33:10 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:33:10 (Reading database ... 13911 files and directories currently installed.) 03:33:10 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:10 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:33:10 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:10 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:33:10 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:33:11 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:33:11 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:33:11 (Reading database ... 13911 files and directories currently installed.) 03:33:11 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:33:11 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:33:12 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:33:12 (Reading database ... 13911 files and directories currently installed.) 03:33:12 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:33:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:33:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:33:12 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:33:12 $ docker top 75ab19686d97f9ae9e9dd950b4ece5c39b20a2c59e3cdb238633f15fc8dfc36f -eo pid,comm 03:33:12 Setting up base-files (10.1ubuntu2.10) ... 03:33:12 Installing new version of config file /etc/issue ... 03:33:12 Installing new version of config file /etc/issue.net ... 03:33:12 Installing new version of config file /etc/lsb-release ... 03:33:12 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:33:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:33:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:33:12 Removing obsolete conffile /etc/default/motd-news ... [Pipeline] { [Pipeline] sh 03:33:13 (Reading database ... 13912 files and directories currently installed.) 03:33:13 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:33:13 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:33:13 Setting up bash (4.4.18-2ubuntu1.2) ... 03:33:13 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 03:33:13 (Reading database ... 13912 files and directories currently installed.) 03:33:13 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:33:13 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:33:13 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:33:13 + grep parallel 03:33:13 + docker-compose build --help 03:33:13 (Reading database ... 13912 files and directories currently installed.) 03:33:13 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:33:13 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:33:13 Setting up tar (1.29b-2ubuntu0.2) ... 03:33:13 (Reading database ... 13912 files and directories currently installed.) 03:33:13 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:33:13 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:33:14 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:33:14 (Reading database ... 13912 files and directories currently installed.) 03:33:14 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:33:14 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:33:14 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:33:14 (Reading database ... 13912 files and directories currently installed.) 03:33:14 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:33:14 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:33:14 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:33:14 (Reading database ... 13912 files and directories currently installed.) 03:33:14 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:33:14 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:33:14 Setting up grep (3.1-2build1) ... 03:33:14 (Reading database ... 13912 files and directories currently installed.) 03:33:14 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:33:14 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:33:15 Setting up login (1:4.5-1ubuntu2) ... 03:33:15 (Reading database ... 13912 files and directories currently installed.) 03:33:15 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:33:15 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:33:15 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:33:15 (Reading database ... 13912 files and directories currently installed.) 03:33:15 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:33:15 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:33:16 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:33:16 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:33:16 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:33:16 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:33:16 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:33:16 (Reading database ... 13912 files and directories currently installed.) 03:33:16 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:33:16 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:33:16 --parallel Build images in parallel. [Pipeline] } 03:33:17 $ docker stop --time=1 75ab19686d97f9ae9e9dd950b4ece5c39b20a2c59e3cdb238633f15fc8dfc36f 03:33:17 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:33:17 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:33:18 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:33:18 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:33:18 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:33:18 (Reading database ... 13912 files and directories currently installed.) 03:33:18 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:33:18 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:33:18 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:33:18 (Reading database ... 13912 files and directories currently installed.) 03:33:18 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:33:18 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:33:18 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:33:18 (Reading database ... 13912 files and directories currently installed.) 03:33:18 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:33:18 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:33:18 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:33:19 (Reading database ... 13912 files and directories currently installed.) 03:33:19 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:33:19 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:33:19 $ docker rm -f 75ab19686d97f9ae9e9dd950b4ece5c39b20a2c59e3cdb238633f15fc8dfc36f 03:33:19 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:33:19 (Reading database ... 13912 files and directories currently installed.) 03:33:19 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:33:19 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:33:19 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:33:19 (Reading database ... 13912 files and directories currently installed.) 03:33:19 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:33:19 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:33:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:33:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:33:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:33:19 (Reading database ... 13912 files and directories currently installed.) 03:33:19 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:33:19 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:33:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:33:20 . [Pipeline] withDockerContainer 03:33:20 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:33:20 (Reading database ... 13912 files and directories currently installed.) 03:33:20 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:33:20 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:33:20 prd-ubuntu18.04-docker-arm64-4c-16g-21104 does not seem to be running inside a container 03:33:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:33:20 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:33:20 (Reading database ... 13912 files and directories currently installed.) 03:33:20 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:33:20 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:33:20 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:33:20 (Reading database ... 13912 files and directories currently installed.) 03:33:20 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:33:21 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:33:21 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:33:21 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:33:21 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:33:21 (Reading database ... 13912 files and directories currently installed.) 03:33:21 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:33:21 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:33:21 $ docker top 09fa6be248be5cf3a6cb7281b0052979028d3f5d90e786389eea2c10df1165cb -eo pid,comm 03:33:22 Setting up libc-bin (2.27-3ubuntu1.4) ... [Pipeline] { [Pipeline] sh 03:33:22 (Reading database ... 13912 files and directories currently installed.) 03:33:22 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:33:22 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:33:22 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:33:22 (Reading database ... 13914 files and directories currently installed.) 03:33:22 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:33:22 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:33:22 Setting up debconf (1.5.66ubuntu1) ... 03:33:22 + docker-compose -f ./docker-compose-build.yml build --parallel 03:33:23 (Reading database ... 13914 files and directories currently installed.) 03:33:23 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:33:23 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:33:23 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:33:23 (Reading database ... 13914 files and directories currently installed.) 03:33:23 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:33:23 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:33:23 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:33:23 (Reading database ... 13914 files and directories currently installed.) 03:33:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:33:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:33:24 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:33:24 (Reading database ... 13914 files and directories currently installed.) 03:33:24 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:33:24 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:33:24 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 03:33:24 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:33:24 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:33:24 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:33:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:33:24 (Reading database ... 13914 files and directories currently installed.) 03:33:24 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:33:24 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:33:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:33:25 (Reading database ... 13914 files and directories currently installed.) 03:33:25 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:33:25 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:33:25 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:33:25 (Reading database ... 13914 files and directories currently installed.) 03:33:25 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:33:25 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:33:25 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:33:25 (Reading database ... 13914 files and directories currently installed.) 03:33:25 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 03:33:25 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 03:33:25 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 03:33:25 (Reading database ... 13914 files and directories currently installed.) 03:33:25 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:33:25 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:33:26 Setting up passwd (1:4.5-1ubuntu2) ... 03:33:26 (Reading database ... 13914 files and directories currently installed.) 03:33:26 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 03:33:26 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:33:26 Setting up gpgv (2.2.4-1ubuntu1.3) ... 03:33:26 (Reading database ... 13914 files and directories currently installed.) 03:33:26 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:33:26 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:33:27 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:33:27 (Reading database ... 13914 files and directories currently installed.) 03:33:27 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:33:27 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:33:27 Building docker-core-command-go ... 03:33:27 Building docker-core-data-go ... 03:33:27 Building docker-core-metadata-go ... 03:33:27 Building docker-security-bootstrap-redis-go ... 03:33:27 Building docker-security-proxy-setup-go ... 03:33:27 Building docker-security-secretstore-setup-go ... 03:33:27 Building docker-support-notifications-go ... 03:33:27 Building docker-support-scheduler-go ... 03:33:27 Building docker-sys-mgmt-agent-go ... 03:33:27 Building docker-security-secretstore-setup-go 03:33:27 Building docker-core-metadata-go 03:33:27 Building docker-core-command-go 03:33:27 Building docker-security-proxy-setup-go 03:33:27 Building docker-security-bootstrap-redis-go 03:33:27 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:33:27 (Reading database ... 13914 files and directories currently installed.) 03:33:27 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:33:27 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:33:27 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:33:27 (Reading database ... 13914 files and directories currently installed.) 03:33:27 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:33:27 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:33:27 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:33:27 (Reading database ... 13914 files and directories currently installed.) 03:33:27 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:33:27 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:33:28 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:33:28 (Reading database ... 13914 files and directories currently installed.) 03:33:28 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:33:28 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:33:28 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:33:28 (Reading database ... 13915 files and directories currently installed.) 03:33:28 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:33:28 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:33:28 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:33:28 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:33:28 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 03:33:28 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 03:33:29 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 03:33:29 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 03:33:29 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:33:29 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:33:29 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:33:29 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:33:29 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:33:29 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:33:29 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:33:29 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:33:29 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:33:29 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:33:29 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:33:29 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:33:30 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:33:30 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:33:30 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 03:33:30 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 03:33:31 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:33:31 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:33:31 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:33:31 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:33:31 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:33:31 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:33:31 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:33:31 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:33:31 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:33:31 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:33:31 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:33:32 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:33:32 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:33:32 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:33:32 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:33:32 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:33:32 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:33:32 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:33:32 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:33:32 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:33:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:33:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:33:34 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:33:34 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:33:35 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:33:35 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:33:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:33:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:33:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:33:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:33:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:33:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:33:36 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:33:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:33:37 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:33:37 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:33:37 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:33:37 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:33:37 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:33:37 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:33:37 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:33:37 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:33:37 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:33:37 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:33:37 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:33:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:33:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:33:38 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:33:38 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:33:38 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:33:38 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:33:38 Setting up tzdata (2020f-0ubuntu0.18.04) ... 03:33:38 03:33:38 Current default time zone: 'Etc/UTC' 03:33:38 Local time is now: Tue Jan 19 03:33:38 UTC 2021. 03:33:38 Universal Time is now: Tue Jan 19 03:33:38 UTC 2021. 03:33:38 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:33:38 03:33:38 Setting up systemd-sysv (237-3ubuntu10.44) ... 03:33:38 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:33:38 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 03:33:38 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:33:38 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:33:38 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:33:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:33:38 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:33:38 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:33:38 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:33:38 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:33:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:33:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:33:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 03:33:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:33:38 Setting up patch (2.7.6-2ubuntu1.1) ... 03:33:39 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:33:39 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:33:39 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 03:33:39 Installing new version of config file /etc/ssl/openssl.cnf ... 03:33:39 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:33:39 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:33:39 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 03:33:41 Updating certificates in /etc/ssl/certs... 03:33:41 22 added, 17 removed; done. 03:33:41 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:33:41 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:33:41 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:33:41 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:33:41 Setting up pkgbinarymangler (138.18.04.1) ... 03:33:42 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:33:42 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 03:33:42 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:33:42 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:33:42 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:33:42 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:33:42 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:33:42 Setting up perl (5.26.1-6ubuntu0.5) ... 03:33:42 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 03:33:42 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:33:42 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:33:42 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 03:33:42 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:33:42 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:33:42 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:33:42 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:33:42 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:33:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:33:42 Processing triggers for systemd (237-3ubuntu10.44) ... 03:33:42 Processing triggers for mime-support (3.60ubuntu1) ... 03:33:42 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 03:33:42 Updating certificates in /etc/ssl/certs... 03:33:43 0 added, 0 removed; done. 03:33:43 Running hooks in /etc/ca-certificates/update.d... 03:33:43 done. 03:33:43 Reading package lists... 03:33:43 Building dependency tree... 03:33:43 Reading state information... 03:33:44 The following NEW packages will be installed: 03:33:44 apt-transport-https 03:33:44 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:33:44 Need to get 1696 B of archives. 03:33:44 After this operation, 153 kB of additional disk space will be used. 03:33:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:33:44 debconf: delaying package configuration, since apt-utils is not installed 03:33:44 Fetched 1696 B in 0s (8482 B/s) 03:33:44 Selecting previously unselected package apt-transport-https. 03:33:44 (Reading database ... 13929 files and directories currently installed.) 03:33:44 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:33:44 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:33:44 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:33:44 Waiting for network to be ready... 03:33:51 2021-01-19T03:33:47Z INFO Waiting for automatic snapd restart... 03:33:51 snapd 2.48.2 from Canonical* installed 03:33:51 "snapd" switched to the "latest/stable" channel 03:33:51 03:33:54 core18 20201210 from Canonical* installed 03:33:54 "core18" switched to the "latest/stable" channel 03:33:54 03:33:57 snapcraft 4.4.4 from Canonical* installed 03:33:57 "snapcraft" switched to the "latest/stable" channel 03:33:57 03:34:02 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 03:34:02 - README.md 03:34:02 - snapcraft.yaml.orig 03:34:02 03:34:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:34:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:34:08 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:34:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:34:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:34:09 Reading package lists... 03:34:09 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 03:34:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:34:16 Reading package lists... 03:34:16 Building dependency tree... 03:34:16 Reading state information... 03:34:16 Suggested packages: 03:34:16 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:34:16 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:34:16 Recommended packages: 03:34:16 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:34:16 The following NEW packages will be installed: 03:34:16 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:34:16 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:34:16 pkg-config zip 03:34:16 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:34:16 Need to get 7655 kB of archives. 03:34:16 After this operation, 43.7 MB of additional disk space will be used. 03:34:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 03:34:16 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:34:16 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:34:16 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:34:16 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:34:16 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:34:16 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:34:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:34:16 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:34:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:34:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:34:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 03:34:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 03:34:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:34:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:34:17 debconf: delaying package configuration, since apt-utils is not installed 03:34:17 Fetched 7655 kB in 1s (6683 kB/s) 03:34:17 Selecting previously unselected package libglib2.0-0:amd64. 03:34:17 (Reading database ... 13933 files and directories currently installed.) 03:34:17 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 03:34:17 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:34:17 Selecting previously unselected package libpsl5:amd64. 03:34:17 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:34:17 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:34:17 Selecting previously unselected package libnghttp2-14:amd64. 03:34:17 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:34:17 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:34:17 Selecting previously unselected package librtmp1:amd64. 03:34:17 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:34:17 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:34:17 Selecting previously unselected package libcurl3-gnutls:amd64. 03:34:17 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:34:17 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:34:17 Selecting previously unselected package liberror-perl. 03:34:17 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:34:17 Unpacking liberror-perl (0.17025-1) ... 03:34:17 Selecting previously unselected package git-man. 03:34:17 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 03:34:17 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 03:34:18 Selecting previously unselected package git. 03:34:18 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 03:34:18 Unpacking git (1:2.17.1-1ubuntu0.7) ... 03:34:18 Selecting previously unselected package libnorm1:amd64. 03:34:18 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:34:18 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:34:18 Selecting previously unselected package libpgm-5.2-0:amd64. 03:34:18 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:34:18 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:34:18 Selecting previously unselected package libsodium23:amd64. 03:34:18 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:34:18 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:34:19 Selecting previously unselected package libzmq5:amd64. 03:34:19 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:34:19 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:34:19 Selecting previously unselected package libzmq3-dev:amd64. 03:34:19 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:34:19 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:34:19 Selecting previously unselected package pkg-config. 03:34:19 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:34:19 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:34:19 Selecting previously unselected package zip. 03:34:19 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:34:19 Unpacking zip (3.0-11build1) ... 03:34:19 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:34:19 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 03:34:19 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:34:19 Setting up liberror-perl (0.17025-1) ... 03:34:19 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:34:19 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:34:19 No schema files found: doing nothing. 03:34:19 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:34:19 Setting up zip (3.0-11build1) ... 03:34:19 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:34:19 Setting up libsodium23:amd64 (1.0.16-2) ... 03:34:19 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:34:19 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:34:19 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:34:19 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:34:19 Setting up git (1:2.17.1-1ubuntu0.7) ... 03:34:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:34:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:34:26 git set to automatically installed. 03:34:26 git-man set to automatically installed. 03:34:26 libcurl3-gnutls set to automatically installed. 03:34:26 liberror-perl set to automatically installed. 03:34:26 libglib2.0-0 set to automatically installed. 03:34:26 libnghttp2-14 set to automatically installed. 03:34:26 libnorm1 set to automatically installed. 03:34:26 libpgm-5.2-0 set to automatically installed. 03:34:26 libpsl5 set to automatically installed. 03:34:26 librtmp1 set to automatically installed. 03:34:26 libsodium23 set to automatically installed. 03:34:26 libzmq3-dev set to automatically installed. 03:34:26 libzmq5 set to automatically installed. 03:34:26 pkg-config set to automatically installed. 03:34:26 zip set to automatically installed. 03:34:28 snapd is not logged in, snap install commands will use sudo 03:34:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:34:35 snap "core18" has no updates available 03:34:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:34:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:34:35 ---> 5c80e39921fb 03:34:35 Step 3/22 : WORKDIR /edgex-go 03:34:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:34:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:34:35 ---> 5c80e39921fb 03:34:35 Step 3/21 : WORKDIR /edgex-go 03:34:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:34:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:34:35 ---> 5c80e39921fb 03:34:35 Step 3/22 : WORKDIR /edgex-go 03:34:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:34:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:34:35 ---> 5c80e39921fb 03:34:35 Step 3/22 : WORKDIR /edgex-go 03:34:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:34:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:34:35 ---> 5c80e39921fb 03:34:35 Step 3/24 : WORKDIR /edgex-go 03:34:35 ---> Running in d2647da15aa2 03:34:35 ---> Running in d2fd56b732c1 03:34:35 ---> Running in f1705df414f3 03:34:35 ---> Running in 485f26437a7f 03:34:35 ---> Running in 2ca5607869d1 03:34:35 Removing intermediate container f1705df414f3 03:34:35 ---> 34cd80179c04 03:34:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:35 Removing intermediate container d2fd56b732c1 03:34:35 ---> cb0650378da1 03:34:35 Removing intermediate container d2647da15aa2 03:34:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> f32f80f241d7 03:34:35 03:34:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:35 Removing intermediate container 485f26437a7f 03:34:35 Removing intermediate container 2ca5607869d1 03:34:35 ---> a314d52dd5a6 03:34:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:35 ---> 27d562cda475 03:34:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:35 ---> Running in 3465053d863c 03:34:35 ---> Running in 7fd605af702f 03:34:35 ---> Running in b5ecd4b6479d 03:34:35 ---> Running in 5c41ccedf3fa 03:34:35 ---> Running in 96f5c159e20b 03:34:36 Pulling config-common 03:34:37 Pulling go-build-helper 03:34:37 Removing intermediate container 3465053d863c 03:34:37 ---> 5787d46287f9 03:34:37 Step 5/21 : RUN apk add --update --no-cache make git 03:34:37 ---> Running in 153cb62e8dc0 03:34:38 Removing intermediate container 7fd605af702f 03:34:38 ---> 72bd7550def8 03:34:38 Step 5/22 : RUN apk add --update --no-cache make gitRemoving intermediate container b5ecd4b6479d 03:34:38 ---> b98650e53fbb 03:34:38 Step 5/22 : RUN apk add --update --no-cache make git 03:34:38 03:34:38 ---> Running in 440ab870023a 03:34:38 ---> Running in 3f86a2e39f71 03:34:38 Removing intermediate container 5c41ccedf3fa 03:34:38 ---> c1476bf1f273 03:34:38 Step 5/24 : RUN apk add --update --no-cache make git 03:34:38 Removing intermediate container 96f5c159e20b 03:34:38 ---> d71725f49a83 03:34:38 Step 5/22 : RUN apk add --update --no-cache make git 03:34:38 ---> Running in 56645c351ba5 03:34:39 ---> Running in 91fd7e1185e7 03:34:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:34:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:34:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:34:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:34:41 OK: 217 MiB in 51 packages 03:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:34:42 OK: 217 MiB in 51 packages 03:34:42 OK: 217 MiB in 51 packages 03:34:42 OK: 217 MiB in 51 packages 03:34:42 OK: 217 MiB in 51 packages 03:34:43 Removing intermediate container 153cb62e8dc0 03:34:43 ---> 621145d0e40e 03:34:43 Step 6/21 : COPY go.mod . 03:34:44 ---> 617db152c7e4 03:34:44 Step 7/21 : RUN go mod download 03:34:44 Removing intermediate container 3f86a2e39f71 03:34:44 ---> 47dda6d724de 03:34:44 Step 6/22 : COPY go.mod . 03:34:44 ---> Running in 3ebac482155d 03:34:44 Removing intermediate container 440ab870023a 03:34:44 ---> 180cbcb0be3d 03:34:44 Step 6/22 : COPY go.mod . 03:34:44 Removing intermediate container 56645c351ba5 03:34:44 ---> 959ffb6c1ae0 03:34:44 Step 6/24 : COPY go.mod . 03:34:44 Removing intermediate container 91fd7e1185e7 03:34:44 ---> e82590686aec 03:34:44 Step 6/22 : COPY go.mod . 03:34:45 ---> 0f3b2039f57c 03:34:45 Step 7/22 : RUN go mod download 03:34:45 ---> f041e70cb55a 03:34:45 Step 7/22 : RUN go mod download 03:34:45 ---> Running in 35bff3e0b914 03:34:45 ---> Running in 4901a18159f2 03:34:45 ---> caea0f2a3e55 03:34:45 Step 7/22 : RUN go mod download 03:34:45 ---> 4eca932d3ddd 03:34:45 Step 7/24 : RUN go mod download 03:34:46 ---> Running in a05703f55f60 03:34:46 ---> Running in f7379dbd8b10 03:34:47 Removing intermediate container 3ebac482155d 03:34:47 ---> f226b2c0d778 03:34:47 Step 8/21 : COPY . . 03:34:52 Removing intermediate container 35bff3e0b914 03:34:52 ---> 2c18eb49e40b 03:34:52 Step 8/22 : COPY . . 03:34:52 Removing intermediate container 4901a18159f2 03:34:52 ---> faf31acc5ea1 03:34:52 Step 8/22 : COPY . . 03:34:52 Removing intermediate container f7379dbd8b10 03:34:52 ---> c1a308e6ea28 03:34:52 Step 8/24 : COPY . . 03:34:52 Removing intermediate container a05703f55f60 03:34:52 ---> 486ac9db6331 03:34:52 Step 8/22 : COPY . . 03:34:59 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:34:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:34:59 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:34:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] 03:34:59 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:34:59 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:34:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:34:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:34:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:34:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:34:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:34:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 03:34:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 03:34:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 03:34:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 03:34:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 03:34:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] 03:34:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 03:34:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:34:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] 03:34:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 03:34:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 03:34:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 03:34:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 03:34:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 03:34:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] 03:34:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] 03:34:59 Fetched 23.7 MB in 0s (0 B/s) 03:34:59 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:34:59 Fetched 96.5 kB in 0s (0 B/s) 03:34:59 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:34:59 Fetched 279 kB in 0s (0 B/s) 03:34:59 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:34:59 Fetched 122 kB in 0s (0 B/s) 03:34:59 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:34:59 Fetched 77.8 kB in 0s (0 B/s) 03:34:59 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:34:59 Fetched 8848 B in 0s (0 B/s) 03:34:59 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:34:59 Fetched 47.8 kB in 0s (0 B/s) 03:34:59 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:34:59 Fetched 45.6 kB in 0s (0 B/s) 03:34:59 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:34:59 Fetched 15.0 kB in 0s (0 B/s) 03:34:59 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:34:59 Fetched 214 kB in 0s (0 B/s) 03:34:59 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 03:34:59 Fetched 155 kB in 0s (0 B/s) 03:34:59 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:34:59 Fetched 50.6 kB in 0s (0 B/s) 03:34:59 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:34:59 Fetched 14.8 kB in 0s (0 B/s) 03:34:59 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:34:59 Fetched 41.8 kB in 0s (0 B/s) 03:34:59 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:34:59 Fetched 499 kB in 0s (0 B/s) 03:34:59 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:34:59 Fetched 111 kB in 0s (0 B/s) 03:34:59 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:34:59 Fetched 240 kB in 0s (0 B/s) 03:34:59 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:34:59 Fetched 29.3 kB in 0s (0 B/s) 03:34:59 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:34:59 Fetched 85.5 kB in 0s (0 B/s) 03:34:59 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:34:59 Fetched 24.5 kB in 0s (0 B/s) 03:34:59 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:34:59 Fetched 49.2 kB in 0s (0 B/s) 03:34:59 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:34:59 Fetched 54.2 kB in 0s (0 B/s) 03:34:59 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:34:59 Fetched 30.8 kB in 0s (0 B/s) 03:34:59 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 03:34:59 Fetched 17.0 kB in 0s (0 B/s) 03:34:59 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:34:59 Fetched 85.9 kB in 0s (0 B/s) 03:34:59 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:34:59 Fetched 8720 B in 0s (0 B/s) 03:34:59 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:34:59 Fetched 137 kB in 0s (0 B/s) 03:34:59 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:34:59 Fetched 119 kB in 0s (0 B/s) 03:34:59 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:34:59 Fetched 109 kB in 0s (0 B/s) 03:34:59 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:34:59 Fetched 11.1 kB in 0s (0 B/s) 03:34:59 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:34:59 Fetched 645 kB in 0s (0 B/s) 03:34:59 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:34:59 Fetched 41.3 kB in 0s (0 B/s) 03:34:59 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:34:59 Fetched 17.9 kB in 0s (0 B/s) 03:34:59 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:34:59 Fetched 368 kB in 0s (0 B/s) 03:34:59 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:34:59 Fetched 187 kB in 0s (0 B/s) 03:34:59 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:34:59 Fetched 175 kB in 0s (0 B/s) 03:34:59 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:35:01 Fetched 206 kB in 0s (0 B/s) 03:35:01 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 03:35:01 Fetched 1301 kB in 0s (0 B/s) 03:35:01 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:35:01 Fetched 36.2 kB in 0s (0 B/s) 03:35:01 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:35:01 Fetched 159 kB in 0s (0 B/s) 03:35:01 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:35:01 Fetched 107 kB in 0s (0 B/s) 03:35:01 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:35:01 Fetched 48.7 kB in 0s (0 B/s) 03:35:01 Pulling static-packages 03:35:02 'go115' has dependencies that need to be staged: static-packages go-build-helper 03:35:02 Skipping pull go-build-helper (already ran) 03:35:02 Skipping pull static-packages (already ran) 03:35:02 Building go-build-helper 03:35:06 Building static-packages 03:35:07 Staging go-build-helper 03:35:08 Staging static-packages 03:35:09 Pulling go115 03:35:10 'edgex-go' has dependencies that need to be staged: go115 03:35:10 Skipping pull go115 (already ran) 03:35:10 Building go115 03:35:10 % Total % Received % Xferd Average Speed Time Time Time Current 03:35:10 Dload Upload Total Spent Left Speed 03:35:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 11.3M 0 0 20.5M 0 0:00:05 --:--:-- 0:00:05 20.5M 43 115M 43 50.1M 0 0 31.9M 0 0:00:03 0:00:01 0:00:02 31.9M 75 115M 75 87.2M 0 0 34.1M 0 0:00:03 0:00:02 0:00:01 34.1M 100 115M 100 115M 0 0 35.2M 0 0:00:03 0:00:03 --:--:-- 35.2M 03:35:14 go1.15.2.linux-amd64.tar.gz: OK 03:35:14 ---> b093e5a7c3c8 03:35:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:35:14 ---> b99c67ed0ffa 03:35:14 Step 9/22 : RUN make cmd/core-command/core-command 03:35:14 ---> b17bd2bc7c11 03:35:14 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 03:35:14 ---> 9bb2e78a50ec 03:35:14 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:35:14 ---> Running in 31e5e7d4d285 03:35:14 ---> Running in 3583eeee9ceb 03:35:14 ---> Running in f4fe1d2d0ce7 03:35:14 ---> Running in 36d316fb6a40 03:35:14 ---> e1095d617c34 03:35:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:35:15 ---> Running in e8b22a4dd28f 03:35:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:35:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 03:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:35:18 Staging go115 03:35:23 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:35:23 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:35:23 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:35:23 Fetched 0 B in 0s (0 B/s) 03:35:23 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:35:23 Fetched 224 kB in 0s (0 B/s) 03:35:23 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:35:23 Fetched 157 kB in 0s (0 B/s) 03:35:23 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:35:23 Fetched 221 kB in 0s (0 B/s) 03:35:23 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:35:23 Fetched 143 kB in 0s (0 B/s) 03:35:23 Pulling edgex-go 03:35:24 Pulling version 03:35:25 Building config-common 03:35:27 Skipping build go-build-helper (already ran) 03:35:27 Skipping build static-packages (already ran) 03:35:27 Skipping build go115 (already ran) 03:35:27 Building edgex-go 03:35:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:35:29 go: downloading github.com/gorilla/mux v1.8.0 03:35:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 03:35:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 03:35:29 go: downloading github.com/google/uuid v1.1.5 03:35:29 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 03:35:29 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:35:29 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:35:29 go: downloading github.com/BurntSushi/toml v0.3.1 03:35:29 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 03:35:29 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 03:35:29 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 03:35:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 03:35:29 go: downloading github.com/pelletier/go-toml v1.2.0 03:35:29 go: downloading github.com/go-kit/kit v0.8.0 03:35:29 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:35:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:35:29 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:35:29 go: downloading github.com/hashicorp/consul/api v1.1.0 03:35:29 go: downloading github.com/pkg/errors v0.8.1 03:35:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:35:29 go: downloading github.com/imdario/mergo v0.3.11 03:35:29 go: downloading github.com/pebbe/zmq4 v1.2.2 03:35:29 go: downloading gopkg.in/yaml.v2 v2.4.0 03:35:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 03:35:29 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:35:29 go: downloading github.com/mitchellh/copystructure v1.0.0 03:35:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:35:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:35:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 03:35:29 go: downloading github.com/x448/float16 v0.8.4 03:35:29 go: downloading github.com/go-playground/universal-translator v0.17.0 03:35:29 go: downloading github.com/hashicorp/serf v0.8.2 03:35:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:35:29 go: downloading github.com/leodido/go-urn v1.2.0 03:35:29 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:35:29 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:35:29 go: downloading github.com/go-playground/locales v0.13.0 03:35:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:35:29 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:35:29 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:35:29 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:35:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:35:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:35:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:35:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:35:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:35:43 go: downloading github.com/stretchr/testify v1.6.1 03:35:43 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:35:43 go: downloading github.com/pmezard/go-difflib v1.0.0 03:35:43 go: downloading github.com/davecgh/go-spew v1.1.1 03:35:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:35:45 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:35:45 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:35:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:35:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:35:46 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 03:35:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:35:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 03:35:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:35:49 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:35:51 Building version 03:35:53 Staging config-common 03:35:54 Skipping stage go-build-helper (already ran) 03:35:54 Skipping stage static-packages (already ran) 03:35:54 Skipping stage go115 (already ran) 03:35:54 Staging edgex-go 03:35:55 Staging version 03:35:56 Priming config-common 03:35:57 Priming go-build-helper 03:35:58 Priming static-packages 03:36:00 Priming go115 03:36:01 Priming edgex-go 03:36:02 Priming version 03:36:03 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:36:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:36:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:36:44 Removing intermediate container f4fe1d2d0ce7 03:36:44 ---> 2bf11056807e 03:36:44 03:36:44 Step 10/22 : FROM alpine:3.12 03:36:44 3.12: Pulling from library/alpine 03:36:47 Removing intermediate container e8b22a4dd28f 03:36:47 ---> 9ff6a6690001 03:36:47 03:36:47 Step 10/24 : FROM alpine:3.12 03:36:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:36:47 3.12: Pulling from library/alpine 03:36:47 Status: Downloaded newer image for alpine:3.12 03:36:47 ---> afeebe901d6b 03:36:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:36:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:36:47 Status: Image is up to date for alpine:3.12 03:36:47 ---> afeebe901d6b 03:36:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:36:48 ---> Running in c103c46eae3e 03:36:48 ---> Running in 9f305dfcd986 03:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:36:51 (1/5) Installing ca-certificates (20191127-r4) 03:36:51 (1/5) Installing ca-certificates (20191127-r4) 03:36:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:36:52 (3/5) Installing libcurl (7.69.1-r3) 03:36:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:36:52 (3/5) Installing libcurl (7.69.1-r3) 03:36:52 (4/5) Installing curl (7.69.1-r3) 03:36:52 (5/5) Installing dumb-init (1.2.2-r1) 03:36:52 (4/5) Installing curl (7.69.1-r3) 03:36:52 Executing busybox-1.31.1-r19.trigger 03:36:52 (5/5) Installing dumb-init (1.2.2-r1) 03:36:52 Executing busybox-1.31.1-r19.trigger 03:36:52 Executing ca-certificates-20191127-r4.trigger 03:36:52 Executing ca-certificates-20191127-r4.trigger 03:36:52 OK: 7 MiB in 19 packages 03:36:52 OK: 7 MiB in 19 packages 03:36:53 Removing intermediate container 3583eeee9ceb 03:36:53 ---> cdce52caddcb 03:36:53 03:36:53 Step 10/22 : FROM scratch 03:36:53 ---> 03:36:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:36:53 Removing intermediate container 31e5e7d4d285 03:36:53 ---> c1cb9dd507de 03:36:53 03:36:53 Step 10/21 : FROM alpine:3.12 03:36:53 ---> afeebe901d6b 03:36:53 Step 11/21 : RUN apk add --update --no-cache curl 03:36:54 ---> Running in 0d1734df6e67 03:36:54 ---> Running in d2b168809240 03:36:55 Removing intermediate container 0d1734df6e67 03:36:55 ---> 7da33337e6f6 03:36:55 Step 12/22 : ENV APP_PORT=48082 03:36:55 ---> Running in a39e8a0e4a2f 03:36:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:36:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:36:55 Removing intermediate container c103c46eae3e 03:36:55 ---> 29b6a9df5e32 03:36:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 03:36:56 Removing intermediate container 9f305dfcd986 03:36:56 ---> f340894286c9 03:36:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:36:56 ---> Running in ee2afe9d280f 03:36:56 ---> Running in ab6e8ec190ab 03:36:56 Removing intermediate container a39e8a0e4a2f 03:36:56 ---> 3c1e6f5967e1 03:36:56 Step 13/22 : EXPOSE $APP_PORT 03:36:56 (1/4) Installing ca-certificates (20191127-r4) 03:36:56 ---> Running in f7b2ee8b96c5 03:36:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:36:56 (3/4) Installing libcurl (7.69.1-r3) 03:36:56 (4/4) Installing curl (7.69.1-r3) 03:36:56 Executing busybox-1.31.1-r19.trigger 03:36:56 Executing ca-certificates-20191127-r4.trigger 03:36:57 OK: 7 MiB in 18 packages 03:36:57 Removing intermediate container ee2afe9d280f 03:36:57 ---> 15e4709592f5 03:36:57 Step 13/22 : WORKDIR / 03:36:57 Removing intermediate container ab6e8ec190ab 03:36:57 ---> 991b81dc7fbc 03:36:57 Step 13/24 : WORKDIR / 03:36:57 ---> Running in d184730ca53d 03:36:57 Removing intermediate container f7b2ee8b96c5 03:36:57 ---> 133d98d6b735 03:36:57 Step 14/22 : WORKDIR / 03:36:57 ---> Running in 067e3c30a617 03:36:57 ---> Running in 39b9c43c8700 03:36:58 Removing intermediate container d184730ca53d 03:36:58 ---> 1853e79565fa 03:36:58 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:36:58 Removing intermediate container 067e3c30a617 03:36:58 ---> 00fcbe7cc8b9 03:36:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:36:58 Removing intermediate container 39b9c43c8700 03:36:58 ---> 1d28cd0538fb 03:36:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:36:59 Removing intermediate container d2b168809240 03:36:59 ---> f21c96205c93 03:36:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:36:59 ---> b31e3255716b 03:36:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 03:36:59 ---> Running in 6c3ba397130c 03:36:59 ---> 42380c63e157 03:36:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:37:00 ---> e8d00724a5ba 03:37:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:37:00 Removing intermediate container 6c3ba397130c 03:37:00 ---> fb76f48cb1af 03:37:00 Step 13/21 : WORKDIR /edgex 03:37:01 ---> Running in 03dd9d8a4e75 03:37:01 ---> ae43d1a29b30 03:37:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:37:01 ---> 29f1bd5d98d6 03:37:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 03:37:01 ---> d4851fc01f93 03:37:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:37:02 Removing intermediate container 03dd9d8a4e75 03:37:02 ---> b82206529f9a 03:37:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:37:02 ---> b1991cd604cc 03:37:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:37:03 ---> 7ccc69848663 03:37:03 Step 18/22 : ENTRYPOINT ["/core-command"] 03:37:03 ---> df783dfa714a 03:37:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 03:37:03 ---> Running in d9182efcdd78 03:37:03 ---> 27b84c03f242 03:37:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:37:04 ---> 0eb49ccaaf15 03:37:04 Step 18/22 : RUN chmod +x entrypoint.sh 03:37:04 ---> c209569e9844 03:37:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:37:04 ---> Running in e80c0b997d65 03:37:04 Removing intermediate container d9182efcdd78 03:37:04 ---> 605a01888d76 03:37:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:37:05 ---> 0e0aef00c884 03:37:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:37:05 Removing intermediate container 36d316fb6a40 03:37:05 ---> 5866f86f60f2 03:37:05 03:37:05 Step 10/22 : FROM scratch 03:37:05 ---> 03:37:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:37:05 ---> Using cache 03:37:05 ---> 7da33337e6f6 03:37:05 Step 12/22 : ENV APP_PORT=48081 03:37:05 ---> Running in 6df412d62346 03:37:05 ---> Running in 592c3137cc35 03:37:06 ---> e77ca7438748 03:37:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:37:06 Removing intermediate container 6df412d62346 03:37:06 ---> 934fea11e4ae 03:37:06 Step 20/22 : LABEL arch=arm64 03:37:06 Removing intermediate container 592c3137cc35 03:37:06 ---> 747a921cdebc 03:37:06 Step 13/22 : EXPOSE $APP_PORT 03:37:07 ---> Running in 6475ead1ec61 03:37:07 ---> 53131e615cd9 03:37:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:37:07 ---> Running in 97309378d13b 03:37:07 ---> Running in 1ebd30978443 03:37:07 Removing intermediate container 6475ead1ec61 03:37:07 ---> bba77e3c9b04 03:37:07 Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:37:07 ---> e94faded2e14 03:37:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 03:37:07 Removing intermediate container 97309378d13b 03:37:07 ---> 57d29b9771f7 03:37:07 Step 14/22 : WORKDIR / 03:37:08 ---> Running in ea6aa7354785 03:37:08 Removing intermediate container 1ebd30978443 03:37:08 ---> e2a828e304a9 03:37:08 Step 18/21 : CMD ["--init=true"] 03:37:08 ---> Running in 6bbd3eaa20eb 03:37:08 ---> Running in e4ac4103d313 03:37:08 ---> Running in 366f71516fcb 03:37:08 Removing intermediate container e80c0b997d65 03:37:08 ---> 8f044bf5e26f 03:37:08 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 03:37:08 Removing intermediate container ea6aa7354785 03:37:08 ---> 325e6b767abd 03:37:08 Step 22/22 : LABEL version=0.0.0 03:37:09 ---> Running in cd9aa24a4167 03:37:09 ---> Running in ebad14cea731 03:37:09 Removing intermediate container 6bbd3eaa20eb 03:37:09 ---> b467d8220936 03:37:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:37:09 Removing intermediate container 366f71516fcb 03:37:09 ---> 2972408014b8 03:37:09 Step 19/21 : LABEL arch=arm64 03:37:09 ---> Running in 1372fb1eb2c7 03:37:09 Removing intermediate container cd9aa24a4167 03:37:09 ---> 263bdb32ca90 03:37:09 Step 20/22 : LABEL arch=arm64 03:37:09 Removing intermediate container ebad14cea731 03:37:09 ---> 6bd542e4bfee 03:37:09 03:37:09 ---> Running in 0fbc7d662f72 03:37:10 Removing intermediate container 1372fb1eb2c7 03:37:10 ---> 2b3606a02274 03:37:10 Step 20/21 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:37:10 ---> 6738c67386f3 03:37:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:37:10 Successfully built 6bd542e4bfee 03:37:10 Successfully tagged docker-core-command-go-arm64:latest 03:37:10 Building docker-support-notifications-go 03:37:10 ---> Running in 73949a6f73f0 03:37:10  Building docker-core-command-go ... done Removing intermediate container 0fbc7d662f72 03:37:10 ---> b10ba62ce63b 03:37:10 Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:37:10 ---> Running in 03f487edcba4 03:37:11 Removing intermediate container 73949a6f73f0 03:37:11 ---> 017fbbc24660 03:37:11 Step 21/21 : LABEL version=0.0.0 03:37:11 ---> Running in c5f31f98cd0e 03:37:11 Removing intermediate container e4ac4103d313 03:37:11 ---> 493afe26859f 03:37:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:37:12 Removing intermediate container 03f487edcba4 03:37:12 ---> 1a1c04ea2aa7 03:37:12 Step 22/22 : LABEL version=0.0.0 03:37:12 ---> Running in 119fc1ca4d0b 03:37:12 ---> 2515074b461a 03:37:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:37:12 ---> Running in aea1af533fc5 03:37:12 Removing intermediate container c5f31f98cd0e 03:37:12 ---> 24235f533cf8 03:37:12 03:37:13 Successfully built 24235f533cf8 03:37:13 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:37:13  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 03:37:13 Removing intermediate container 119fc1ca4d0b 03:37:13 ---> dcd8d23dd991 03:37:13 Step 22/24 : LABEL arch=arm64 03:37:14 Removing intermediate container aea1af533fc5 03:37:14 ---> 8b986b28ae67 03:37:14 03:37:14 ---> 71f2727dd610 03:37:14 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:37:14 ---> Running in c6b584979d10 03:37:14 ---> Running in 67a1b5d77ec2 03:37:14 Successfully built 8b986b28ae67 03:37:14 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 03:37:14  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go 03:37:15 Removing intermediate container c6b584979d10 03:37:15 ---> 68060469be4c 03:37:15 Step 23/24 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:37:15 Removing intermediate container 67a1b5d77ec2 03:37:15 ---> 2ef2a950fa11 03:37:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:37:15 ---> Running in 88f11d9db0be 03:37:15 ---> Running in b145fed2416e 03:37:16 Removing intermediate container 88f11d9db0be 03:37:16 ---> e9873e70dc73 03:37:16 Step 24/24 : LABEL version=0.0.0 03:37:17 Removing intermediate container b145fed2416e 03:37:17 ---> fb7a784844e2 03:37:17 Step 20/22 : LABEL arch=arm64 03:37:17 ---> Running in 4735793790e6 03:37:18 ---> Running in d5ec5080b799 03:37:18 Removing intermediate container 4735793790e6 03:37:18 ---> cb6547e5ea1e 03:37:18 03:37:18 Successfully built cb6547e5ea1e 03:37:18 Removing intermediate container d5ec5080b799 03:37:18 ---> e80865139bc6 03:37:18 Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:37:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:37:18 Building docker-support-scheduler-go 03:37:19  Building docker-security-secretstore-setup-go ... done  ---> Running in 06ef3c1487b2 03:37:19 Removing intermediate container 06ef3c1487b2 03:37:19 ---> 3a3b82a5aee5 03:37:19 Step 22/22 : LABEL version=0.0.0 03:37:20 ---> Running in 82347db46533 03:37:20 Removing intermediate container 82347db46533 03:37:20 ---> 7796e0f57c5a 03:37:20 03:37:20 Successfully built 7796e0f57c5a 03:37:20 Successfully tagged docker-core-metadata-go-arm64:latest 03:37:59  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:37:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:37:59 ---> 5c80e39921fb 03:37:59 Step 3/24 : WORKDIR /edgex-go 03:37:59 ---> Using cache 03:37:59 ---> a314d52dd5a6 03:37:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:59 ---> Using cache 03:37:59 ---> b98650e53fbb 03:37:59 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 03:37:59 ---> Running in f5be5ebc85fc 03:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:38:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:38:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:38:02 ---> 5c80e39921fb 03:38:02 Step 3/23 : WORKDIR /edgex-go 03:38:02 ---> Using cache 03:38:02 ---> a314d52dd5a6 03:38:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:38:02 ---> Using cache 03:38:02 ---> b98650e53fbb 03:38:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:38:02 OK: 217 MiB in 51 packages 03:38:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:38:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:38:03 ---> 5c80e39921fb 03:38:03 Step 3/26 : WORKDIR /edgex-go 03:38:03 ---> Using cache 03:38:03 ---> a314d52dd5a6 03:38:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:38:03 ---> Using cache 03:38:03 ---> b98650e53fbb 03:38:03 Step 5/26 : RUN apk add --update --no-cache make bash git 03:38:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:38:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:38:04 ---> 5c80e39921fb 03:38:04 Step 3/21 : WORKDIR /edgex-go 03:38:04 ---> Using cache 03:38:04 ---> a314d52dd5a6 03:38:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:38:04 ---> Using cache 03:38:04 ---> b98650e53fbb 03:38:04 Step 5/21 : RUN apk add --update --no-cache make git 03:38:04 ---> Using cache 03:38:04 ---> 180cbcb0be3d 03:38:04 Step 6/21 : COPY go.mod . 03:38:04 ---> Using cache 03:38:04 ---> 0f3b2039f57c 03:38:04 Step 7/21 : RUN go mod download 03:38:04 ---> Using cache 03:38:04 ---> faf31acc5ea1 03:38:04 Step 8/21 : COPY . . 03:38:04 ---> Using cache 03:38:04 ---> b17bd2bc7c11 03:38:04 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:38:04 ---> Running in e5ea8281a385 03:38:04 ---> Running in ee12d20a167c 03:38:04 ---> Running in 3063108a7b51 03:38:05 Removing intermediate container f5be5ebc85fc 03:38:05 ---> 1de905bf725b 03:38:05 Step 6/24 : COPY go.mod . 03:38:06 ---> ef33333085cd 03:38:06 Step 7/24 : RUN go mod download 03:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:38:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:38:06 ---> Running in 86b611b44c88 03:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:38:08 OK: 217 MiB in 51 packages 03:38:08 OK: 217 MiB in 51 packages 03:38:10 Removing intermediate container e5ea8281a385 03:38:10 ---> ab161eae347c 03:38:10 Step 6/23 : COPY go.mod . 03:38:10 Removing intermediate container ee12d20a167c 03:38:10 ---> fd7f33d6308e 03:38:10 Step 6/26 : COPY go.mod . 03:38:10 Removing intermediate container 86b611b44c88 03:38:10 ---> ee457c5ac1b4 03:38:10 Step 8/24 : COPY . . 03:38:11 ---> c202cdecc794 03:38:11 Step 7/26 : RUN go mod download 03:38:11 ---> 47aa6fce9e56 03:38:12 Step 7/23 : RUN go mod download 03:38:12 ---> Running in b72088319cd7 03:38:12 ---> Running in 0ff3749895d4 03:38:20 Removing intermediate container b72088319cd7 03:38:20 ---> bc89c30be7fb 03:38:20 Step 8/26 : COPY . . 03:38:20 Removing intermediate container 0ff3749895d4 03:38:20 ---> 99080dfc02d8 03:38:20 Step 8/23 : COPY . . 03:38:38 ---> 25bd4e3f42ca 03:38:38 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:38:38 ---> Running in ba474b3c5d18 03:38:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:38:48 ---> f03f0ed44fba 03:38:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:38:48 ---> Running in ce7fe513ab58 03:38:48 ---> cee8591c7db9 03:38:48 Step 9/23 : RUN make cmd/core-data/core-data 03:38:49 ---> Running in fcb90111dc31 03:38:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:38:50 Removing intermediate container 3063108a7b51 03:38:50 ---> fc9adefe9249 03:38:50 03:38:50 Step 10/21 : FROM scratch 03:38:50 ---> 03:38:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:38:50 ---> Using cache 03:38:50 ---> 7da33337e6f6 03:38:50 Step 12/21 : ENV APP_PORT=48085 03:38:50 ---> Running in a949e3c63695 03:38:51 Removing intermediate container a949e3c63695 03:38:51 ---> 872f1c8a38cb 03:38:51 Step 13/21 : EXPOSE $APP_PORT 03:38:51 ---> Running in 986844b0bf95 03:38:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:38:51 Removing intermediate container 986844b0bf95 03:38:51 ---> e4180286eda1 03:38:51 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 03:38:53 ---> a500ead4e40f 03:38:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:38:54 ---> 202923eeaca8 03:38:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:38:55 ---> cacb185876a3 03:38:55 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:38:56 ---> Running in 2065f2983d20 03:38:56 Removing intermediate container 2065f2983d20 03:38:56 ---> af397bc4f119 03:38:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:38:56 ---> Running in 6740b81bb3a9 03:38:57 Removing intermediate container 6740b81bb3a9 03:38:57 ---> 0a751cbd4065 03:38:57 Step 19/21 : LABEL arch=arm64 03:38:58 ---> Running in 0d0e2a798840 03:38:58 Removing intermediate container 0d0e2a798840 03:38:58 ---> dff2e9254838 03:38:58 Step 20/21 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:38:58 ---> Running in e26ffa09a0fc 03:38:59 Removing intermediate container e26ffa09a0fc 03:38:59 ---> 0c8e1520a0ab 03:38:59 Step 21/21 : LABEL version=0.0.0 03:38:59 ---> Running in 8ac390d13752 03:39:00 Removing intermediate container 8ac390d13752 03:39:00 ---> a4164fa426a3 03:39:00 03:39:00 Successfully built a4164fa426a3 03:39:00 Successfully tagged docker-support-scheduler-go-arm64:latest 03:39:39  Building docker-support-scheduler-go ... done Removing intermediate container ba474b3c5d18 03:39:39 ---> 988ff99dd6d9 03:39:39 03:39:39 Step 10/24 : FROM scratch 03:39:39 ---> 03:39:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:39:39 ---> Running in a31dd163c47c 03:39:40 Removing intermediate container a31dd163c47c 03:39:40 ---> e9bd9acf630c 03:39:40 Step 12/24 : ENV APP_PORT=48060 03:39:40 ---> Running in b12a473cb7b3 03:39:41 Removing intermediate container b12a473cb7b3 03:39:41 ---> a39bd0c3e62f 03:39:41 Step 13/24 : EXPOSE $APP_PORT 03:39:41 ---> Running in c2df6eaceafc 03:39:42 Removing intermediate container c2df6eaceafc 03:39:42 ---> 4b2160e24296 03:39:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:39:43 ---> 718ebf8ce7f3 03:39:43 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:39:45 ---> 3c4dd7f77357 03:39:45 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:39:47 ---> 62c4de5e4e86 03:39:47 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:39:49 ---> 5cb990248cfb 03:39:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:39:50 Removing intermediate container ce7fe513ab58 03:39:50 ---> 4c6aca0455ff 03:39:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:39:50 ---> Running in f1d66af19cf3 03:39:51 ---> 873e193bb417 03:39:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:39:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:39:52 ---> 49c1d3a17e8a 03:39:52 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:39:52 ---> Running in 435fd8d375a7 03:39:53 Removing intermediate container 435fd8d375a7 03:39:53 ---> f2637109b993 03:39:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:39:53 ---> Running in 18b9719ca24a 03:39:54 Removing intermediate container 18b9719ca24a 03:39:54 ---> 9300f711f205 03:39:54 Step 22/24 : LABEL arch=arm64 03:39:54 ---> Running in 32e58430d113 03:39:54 Removing intermediate container 32e58430d113 03:39:54 ---> 9576013f4a3f 03:39:54 Step 23/24 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:39:54 ---> Running in 4713fef54fd0 03:39:55 Removing intermediate container 4713fef54fd0 03:39:55 ---> 9bd1ff7db8c9 03:39:55 Step 24/24 : LABEL version=0.0.0 03:39:55 ---> Running in fcc1735ea94c 03:39:55 Removing intermediate container f1d66af19cf3 03:39:55 ---> 44d1e698c5d2 03:39:55 03:39:55 Step 11/26 : FROM docker:20.10.0 03:39:55 20.10.0: Pulling from library/docker 03:39:56 Removing intermediate container fcc1735ea94c 03:39:56 ---> 08cdf70783fb 03:39:56 03:39:56 Successfully built 08cdf70783fb 03:39:56 Successfully tagged docker-support-notifications-go-arm64:latest 03:40:09  Building docker-support-notifications-go ... done Removing intermediate container fcb90111dc31 03:40:09 ---> 04acda49f30e 03:40:09 03:40:09 Step 10/23 : FROM alpine:3.12 03:40:09 ---> afeebe901d6b 03:40:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:40:09 ---> Running in 1e8eb256a3c7 03:40:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:40:09 Status: Downloaded newer image for docker:20.10.0 03:40:09 ---> eeaf43b92773 03:40:09 Step 12/26 : RUN apk add --no-cache bash 03:40:09 Removing intermediate container 1e8eb256a3c7 03:40:09 ---> 39e6175d4d09 03:40:09 Step 12/23 : ENV APP_PORT=48080 03:40:09 ---> Running in 632743d25977 03:40:09 ---> Running in 1f4f77f67039 03:40:09 Removing intermediate container 632743d25977 03:40:09 ---> 28feeaa7638c 03:40:09 Step 13/23 : EXPOSE $APP_PORT 03:40:09 ---> Running in 4a7c79590f2d 03:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:40:09 Removing intermediate container 4a7c79590f2d 03:40:09 ---> 7015600d7dff 03:40:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:40:09 ---> Running in 4a66ab227596 03:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:40:10 (1/2) Installing readline (8.0.4-r0) 03:40:10 (2/2) Installing bash (5.0.17-r0) 03:40:10 Executing bash-5.0.17-r0.post-install 03:40:10 Executing busybox-1.31.1-r19.trigger 03:40:10 OK: 12 MiB in 22 packages 03:40:12 Removing intermediate container 1f4f77f67039 03:40:12 ---> 41cfe1fc667f 03:40:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:40:12 ---> Running in d38b93402c13 03:40:12 Removing intermediate container 4a66ab227596 03:40:12 ---> 6c414c2fccf0 03:40:12 Step 15/23 : RUN apk add --update --no-cache zeromq 03:40:12 ---> Running in fc7f0be6b15c 03:40:12 Removing intermediate container d38b93402c13 03:40:12 ---> a79592bd7166 03:40:12 Step 14/26 : ENV APP_PORT=48090 03:40:12 ---> Running in 56f9a60fb8ee 03:40:13 Removing intermediate container 56f9a60fb8ee 03:40:13 ---> d96f707a335c 03:40:13 Step 15/26 : EXPOSE $APP_PORT 03:40:13 ---> Running in 891fa957a0f5 03:40:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:40:13 Removing intermediate container 891fa957a0f5 03:40:13 ---> 75b01727e9d3 03:40:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:40:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:40:14 ---> 86925795c995 03:40:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:40:15 (1/5) Installing libgcc (9.3.0-r2) 03:40:15 (2/5) Installing libsodium (1.0.18-r0) 03:40:15 (3/5) Installing libstdc++ (9.3.0-r2) 03:40:15 ---> 9021cec30f9a 03:40:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:40:15 (4/5) Installing libzmq (4.3.3-r0) 03:40:15 (5/5) Installing zeromq (4.3.3-r0) 03:40:15 Executing busybox-1.31.1-r19.trigger 03:40:15 OK: 8 MiB in 19 packages 03:40:16 ---> d2ded7a3bd7e 03:40:16 Step 19/26 : RUN apk --no-cache add py3-pip 03:40:16 ---> Running in f4b11671b051 03:40:17 Removing intermediate container fc7f0be6b15c 03:40:17 ---> 4596f79477da 03:40:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:40:18 ---> 6111838259d4 03:40:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:40:18 (1/33) Installing libbz2 (1.0.8-r1) 03:40:18 (2/33) Installing expat (2.2.9-r1) 03:40:18 (3/33) Installing libffi (3.3-r2) 03:40:18 (4/33) Installing gdbm (1.13-r1) 03:40:18 (5/33) Installing xz-libs (5.2.5-r0) 03:40:18 (6/33) Installing sqlite-libs (3.32.1-r0) 03:40:18 (7/33) Installing python3 (3.8.5-r0) 03:40:20 ---> 2955bc0f732c 03:40:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:40:21 (8/33) Installing py3-appdirs (1.4.4-r1) 03:40:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:40:21 (10/33) Installing py3-parsing (2.4.7-r0) 03:40:21 (11/33) Installing py3-six (1.15.0-r0) 03:40:21 (12/33) Installing py3-packaging (20.4-r0) 03:40:21 (13/33) Installing py3-setuptools (47.0.0-r0) 03:40:21 (14/33) Installing py3-chardet (3.0.4-r4) 03:40:21 (15/33) Installing py3-idna (2.9-r0) 03:40:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:40:21 ---> 429c6dd08c65 03:40:21 Step 19/23 : ENTRYPOINT ["/core-data"] 03:40:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:40:21 (18/33) Installing py3-requests (2.23.0-r0) 03:40:21 (19/33) Installing py3-msgpack (1.0.0-r0) 03:40:21 (20/33) Installing py3-lockfile (0.12.2-r3) 03:40:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:40:21 (22/33) Installing py3-colorama (0.4.3-r0) 03:40:21 (23/33) Installing py3-distlib (0.3.0-r0) 03:40:21 ---> Running in 7f2f27c779a5 03:40:21 (24/33) Installing py3-distro (1.5.0-r1) 03:40:21 (25/33) Installing py3-webencodings (0.5.1-r3) 03:40:21 (26/33) Installing py3-html5lib (1.0.1-r4) 03:40:21 (27/33) Installing py3-pytoml (0.1.21-r0) 03:40:21 (28/33) Installing py3-pep517 (0.8.2-r0) 03:40:21 (29/33) Installing py3-progress (1.5-r0) 03:40:21 (30/33) Installing py3-toml (0.10.1-r0) 03:40:21 (31/33) Installing py3-retrying (1.3.3-r0) 03:40:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:40:21 (33/33) Installing py3-pip (20.1.1-r0) 03:40:21 Executing busybox-1.31.1-r19.trigger 03:40:21 OK: 71 MiB in 55 packages 03:40:21 Removing intermediate container 7f2f27c779a5 03:40:21 ---> 31b59cebb9e3 03:40:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:40:22 ---> Running in 0c3eb723c268 03:40:22 Removing intermediate container 0c3eb723c268 03:40:22 ---> e7c75a7dfa7b 03:40:22 Step 21/23 : LABEL arch=arm64 03:40:22 ---> Running in d5f289925055 03:40:23 Removing intermediate container d5f289925055 03:40:23 ---> 607aef04fa87 03:40:23 Step 22/23 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:40:23 ---> Running in 3e7eac6b8bb0 03:40:24 Removing intermediate container 3e7eac6b8bb0 03:40:24 ---> 4ae692552c1e 03:40:24 Step 23/23 : LABEL version=0.0.0 03:40:24 ---> Running in 7ce8f0ae5c06 03:40:25 Removing intermediate container 7ce8f0ae5c06 03:40:25 ---> cd1f76b22e80 03:40:25 03:40:25 Successfully built cd1f76b22e80 03:40:25 Successfully tagged docker-core-data-go-arm64:latest 03:40:27  Building docker-core-data-go ... done Removing intermediate container f4b11671b051 03:40:27 ---> a93aa743ee03 03:40:27 Step 20/26 : RUN pip install docker-compose==1.23.2 03:40:27 ---> Running in 35947562177a 03:40:32 Collecting docker-compose==1.23.2 03:40:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:40:32 Collecting docopt<0.7,>=0.6.1 03:40:32 Downloading docopt-0.6.2.tar.gz (25 kB) 03:40:35 Collecting PyYAML<4,>=3.10 03:40:35 Downloading PyYAML-3.13.tar.gz (270 kB) 03:40:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:40:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:40:39 Collecting dockerpty<0.5,>=0.4.1 03:40:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:40:41 Collecting docker<4.0,>=3.6.0 03:40:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:40:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:40:41 Collecting texttable<0.10,>=0.9.0 03:40:41 Downloading texttable-0.9.1.tar.gz (11 kB) 03:40:43 Collecting websocket-client<1.0,>=0.32.0 03:40:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:40:44 Collecting cached-property<2,>=1.2.0 03:40:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:40:44 Collecting jsonschema<3,>=2.5.1 03:40:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:40:45 Collecting idna<2.8,>=2.5 03:40:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:40:45 Collecting urllib3<1.25,>=1.21.1 03:40:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:40:46 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 03:40:46 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 03:40:46 Collecting docker-pycreds>=0.4.0 03:40:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:40:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:40:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:40:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:40:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:40:46 Installing collected packages: docopt, PyYAML, idna, urllib3, requests, dockerpty, docker-pycreds, websocket-client, docker, texttable, cached-property, jsonschema, docker-compose 03:40:46 Running setup.py install for docopt: started 03:40:48 Running setup.py install for docopt: finished with status 'done' 03:40:48 Running setup.py install for PyYAML: started 03:40:50 Running setup.py install for PyYAML: finished with status 'done' 03:40:50 Attempting uninstall: idna 03:40:50 Found existing installation: idna 2.9 03:40:50 Uninstalling idna-2.9: 03:40:50 Successfully uninstalled idna-2.9 03:40:51 Attempting uninstall: urllib3 03:40:51 Found existing installation: urllib3 1.25.9 03:40:51 Uninstalling urllib3-1.25.9: 03:40:51 Successfully uninstalled urllib3-1.25.9 03:40:52 Attempting uninstall: requests 03:40:52 Found existing installation: requests 2.23.0 03:40:52 Uninstalling requests-2.23.0: 03:40:52 Successfully uninstalled requests-2.23.0 03:40:52 Running setup.py install for dockerpty: started 03:40:54 Running setup.py install for dockerpty: finished with status 'done' 03:40:55 Running setup.py install for texttable: started 03:40:57 Running setup.py install for texttable: finished with status 'done' 03:40:58 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 03:41:02 Removing intermediate container 35947562177a 03:41:02 ---> fcd434efb624 03:41:02 Step 21/26 : RUN apk --no-cache add curl 03:41:02 ---> Running in 406a4b47e0f0 03:41:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:41:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:41:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:41:03 (2/3) Installing libcurl (7.69.1-r3) 03:41:03 (3/3) Installing curl (7.69.1-r3) 03:41:03 Executing busybox-1.31.1-r19.trigger 03:41:03 OK: 71 MiB in 58 packages 03:41:05 Removing intermediate container 406a4b47e0f0 03:41:05 ---> 2adfa036002e 03:41:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:41:05 ---> Running in dbd4597cae90 03:41:05 Removing intermediate container dbd4597cae90 03:41:05 ---> d7efe6868d44 03:41:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:41:05 ---> Running in 3f4015508eac 03:41:06 Removing intermediate container 3f4015508eac 03:41:06 ---> f2697197d228 03:41:06 Step 24/26 : LABEL arch=arm64 03:41:06 ---> Running in 75ea0eb708cc 03:41:06 Removing intermediate container 75ea0eb708cc 03:41:06 ---> 8cc6ccf0063e 03:41:06 Step 25/26 : LABEL git_sha=57833167145affc62033509b974725e85080a4be 03:41:06 ---> Running in 9c4a91ebb1a3 03:41:07 Removing intermediate container 9c4a91ebb1a3 03:41:07 ---> 4cd58d37401e 03:41:07 Step 26/26 : LABEL version=0.0.0 03:41:07 ---> Running in 24651af70356 03:41:07 Removing intermediate container 24651af70356 03:41:07 ---> 93a654ea6d5f 03:41:07 03:41:08 Successfully built 93a654ea6d5f 03:41:08 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:41:08  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:41:08 $ docker stop --time=1 09fa6be248be5cf3a6cb7281b0052979028d3f5d90e786389eea2c10df1165cb 03:41:10 $ docker rm -f 09fa6be248be5cf3a6cb7281b0052979028d3f5d90e786389eea2c10df1165cb [Pipeline] // withDockerContainer [Pipeline] sh 03:41:11 + docker images 03:41:11 + grep docker 03:41:11 docker-sys-mgmt-agent-go-arm64 latest 93a654ea6d5f 4 seconds ago 300MB 03:41:11 docker-core-data-go-arm64 latest cd1f76b22e80 47 seconds ago 21MB 03:41:11 docker-support-notifications-go-arm64 latest 08cdf70783fb About a minute ago 11.4MB 03:41:11 docker-support-scheduler-go-arm64 latest a4164fa426a3 2 minutes ago 10MB 03:41:11 docker-core-metadata-go-arm64 latest 7796e0f57c5a 3 minutes ago 12.3MB 03:41:11 docker-security-secretstore-setup-go-arm64 latest cb6547e5ea1e 3 minutes ago 23.4MB 03:41:11 docker-security-bootstrap-redis-go-arm64 latest 8b986b28ae67 3 minutes ago 15.1MB 03:41:11 docker-security-proxy-setup-go-arm64 latest 24235f533cf8 4 minutes ago 23.2MB 03:41:11 docker-core-command-go-arm64 latest 6bd542e4bfee 4 minutes ago 9.98MB 03:41:11 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 03:41:13 provisioning config files... 03:41:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config3878223558693918648tmp [Pipeline] { [Pipeline] sh 03:41:13 + set +x 03:41:13 + curl -s https://codecov.io/bash 03:41:13 + bash -s -- 03:41:14 03:41:14 _____ _ 03:41:14 / ____| | | 03:41:14 | | ___ __| | ___ ___ _____ __ 03:41:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:41:14 | |___| (_) | (_| | __/ (_| (_) \ V / 03:41:14 \_____\___/ \__,_|\___|\___\___/ \_/ 03:41:14 Bash-20210115-cec3c92 03:41:14 03:41:14 03:41:14 ==> git version 2.24.3 found 03:41:14 ==> 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 03:41:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:41:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:41:14 ==> Jenkins CI detected. 03:41:14 project root: . 03:41:14 --> token set from env 03:41:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:41:14 ==> Running gcov in . (disable via -X gcov) 03:41:14 ==> Python coveragepy not found 03:41:14 ==> Searching for coverage reports in: 03:41:14 + . 03:41:14 -> Found 1 reports 03:41:14 ==> Detecting git/mercurial file structure 03:41:14 ==> Reading reports 03:41:14 + ./coverage.out bytes=550280 03:41:14 ==> Appending adjustments 03:41:14 https://docs.codecov.io/docs/fixing-reports 03:41:18 + Found adjustments 03:41:18 ==> Gzipping contents 03:41:18 84K /tmp/codecov.1gyNjB.gz 03:41:18 ==> Uploading reports 03:41:18 url: https://codecov.io 03:41:18 query: branch=PR-3040&commit=57833167145affc62033509b974725e85080a4be&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= 03:41:18 -> Pinging Codecov 03:41:18 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3040&commit=57833167145affc62033509b974725e85080a4be&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= 03:41:18 -> Uploading to 03:41:18 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/57833167145affc62033509b974725e85080a4be/c07cfcb6-1be8-4cfd-ae92-5a3b6ed6b59d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T034118Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5b489e6fcfb24bc897158853320fc8bf820789fef83986d5c86ccb76cdcc5d36 03:41:18 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:18 Dload Upload Total Spent Left Speed 03:41:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83313 0 0 100 83313 0 119k --:--:-- --:--:-- --:--:-- 120k 03:41:19 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/57833167145affc62033509b974725e85080a4be [Pipeline] } 03:41:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [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] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:41:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:41:22 ---> package-listing.sh 03:41:22 ++ facter osfamily 03:41:22 ++ tr '[:upper:]' '[:lower:]' 03:41:22 + OS_FAMILY=redhat 03:41:22 + workspace=/w/workspace/edgex-go/6 03:41:22 + START_PACKAGES=/tmp/packages_start.txt 03:41:22 + END_PACKAGES=/tmp/packages_end.txt 03:41:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:41:22 + PACKAGES=/tmp/packages_start.txt 03:41:22 + '[' /w/workspace/edgex-go/6 ']' 03:41:22 + PACKAGES=/tmp/packages_end.txt 03:41:22 + case "${OS_FAMILY}" in 03:41:22 + rpm -qa 03:41:22 + sort 03:41:28 + '[' -f /tmp/packages_start.txt ']' 03:41:28 + '[' -f /tmp/packages_end.txt ']' 03:41:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:41:28 + '[' /w/workspace/edgex-go/6 ']' 03:41:28 + mkdir -p /w/workspace/edgex-go/6/archives/ 03:41:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 03:41:28 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/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:41:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:41:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:41:28 03:41:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:41:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:41:29 alpine: Pulling from edgex-lftools-log-publisher 03:41:29 df20fa9351a1: Pulling fs layer 03:41:29 36b3adc4ff6f: Pulling fs layer 03:41:29 8ad3a11d3b57: Pulling fs layer 03:41:29 46f8f816bc3b: Pulling fs layer 03:41:29 93b61091891f: Pulling fs layer 03:41:29 93b9cdb0e59b: Pulling fs layer 03:41:29 5e14af77c1be: Pulling fs layer 03:41:29 01666e4c0597: Pulling fs layer 03:41:29 aa168da1d23b: Pulling fs layer 03:41:29 93b61091891f: Waiting 03:41:29 93b9cdb0e59b: Waiting 03:41:29 5e14af77c1be: Waiting 03:41:29 01666e4c0597: Waiting 03:41:29 aa168da1d23b: Waiting 03:41:29 36b3adc4ff6f: Verifying Checksum 03:41:29 36b3adc4ff6f: Download complete 03:41:29 46f8f816bc3b: Download complete 03:41:29 df20fa9351a1: Verifying Checksum 03:41:29 df20fa9351a1: Download complete 03:41:29 93b9cdb0e59b: Verifying Checksum 03:41:29 93b9cdb0e59b: Download complete 03:41:29 5e14af77c1be: Verifying Checksum 03:41:29 5e14af77c1be: Download complete 03:41:29 93b61091891f: Verifying Checksum 03:41:29 93b61091891f: Download complete 03:41:29 01666e4c0597: Verifying Checksum 03:41:29 01666e4c0597: Download complete 03:41:29 8ad3a11d3b57: Verifying Checksum 03:41:29 8ad3a11d3b57: Download complete 03:41:29 df20fa9351a1: Pull complete 03:41:29 36b3adc4ff6f: Pull complete 03:41:30 8ad3a11d3b57: Pull complete 03:41:31 aa168da1d23b: Verifying Checksum 03:41:31 aa168da1d23b: Download complete 03:41:32 46f8f816bc3b: Pull complete 03:41:33 93b61091891f: Pull complete 03:41:33 93b9cdb0e59b: Pull complete 03:41:33 5e14af77c1be: Pull complete 03:41:34 01666e4c0597: Pull complete 03:41:42 aa168da1d23b: Pull complete 03:41:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:41:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:41:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:41:42 prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container 03:41:42 $ 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/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:41:46 $ docker top ce0844e68ddd727b447a7e929ac4365e74b59e63729d1c038cb16717f32d7b79 -eo pid,comm [Pipeline] { [Pipeline] sh 03:41:47 + touch /tmp/pre-build-complete [Pipeline] sh 03:41:47 + mkdir -p /var/log/sa [Pipeline] sh 03:41:48 + ls /var/log/sa-host 03:41:48 + sadf -c /var/log/sa-host/sa19 03:41:48 file_magic: OK 03:41:48 HZ: Using current value: 100 03:41:48 file_header: OK 03:41:48 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 03:41:48 Statistics: 03:41:48 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... 03:41:48 File successfully converted to sysstat format version 12.2.1 03:41:48 + sadf -c /var/log/sa-host/sa23 03:41:48 file_magic: OK 03:41:48 HZ: Using current value: 100 03:41:48 file_header: OK 03:41:48 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 03:41:48 Statistics: 03:41:48 Hnuu...uuuununununu... 03:41:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:41:48 provisioning config files... 03:41:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config1811858048322285820tmp [Pipeline] { [Pipeline] echo 03:41:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:41:49 ---> create-netrc.sh [Pipeline] } 03:41:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:41:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:41:49 ---> python-tools-install.sh [Pipeline] echo 03:41:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:41:50 ---> sudo-logs.sh 03:41:50 Archiving 'sudo' log.. [Pipeline] echo 03:41:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:41:50 ---> job-cost.sh 03:41:50 lf-activate-venv: SKIPPING 03:41:50 INFO: No Stack... 03:41:51 INFO: Retrieving Pricing Info for: v1-standard-2 03:41:51 INFO: Archiving Costs [Pipeline] echo 03:41:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:41:52 ---> logs-deploy.sh 03:41:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3040/6 03:41:52 INFO: archiving workspace using pattern(s): 03:41:53 Archives upload complete. 03:41:53 INFO: archiving logs to Nexus