Pull request #2986 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b48eada16333cc829670c470b7385597682ce50c+828b569b97d1497e97194cb37b384982112fa400 (cbc76631091018e65e7e9402627f6ede00c87c46) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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-18545 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 > 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/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 828b569b97d1497e97194cb37b384982112fa400 into PR head commit b48eada16333cc829670c470b7385597682ce50c Merge succeeded, producing b48eada16333cc829670c470b7385597682ce50c Checking out Revision b48eada16333cc829670c470b7385597682ce50c (PR-2986) > git config core.sparsecheckout # timeout=10 > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 828b569b97d1497e97194cb37b384982112fa400 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:47:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 17:47:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:47:41 ========================================================= 17:47:41 EdgeX Global Pipelines Version Info 17:47:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:47:43 ------------------- 17:47:43 stable info: 17:47:43 ------------------- 17:47:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:47:43 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 17:47:43 Message: update stable to v1.0.173 17:47:44 ------------------- 17:47:44 experimental info: 17:47:44 ------------------- 17:47:44 Commited By: **** collab-it+edgex@linuxfoundation.org 17:47:44 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 17:47:44 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:47:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:47:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:47:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:47:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:47:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:47:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:47:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:47:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:47:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:47:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:47:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:47:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:47:46 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:47:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2986 [Pipeline] echo 17:47:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2986 [Pipeline] echo 17:47:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2986 [Pipeline] echo 17:47:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b48eada16333cc829670c470b7385597682ce50c [Pipeline] echo 17:47:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b48eada [Pipeline] echo 17:47:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:47:47 provisioning config files... 17:47:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1677634311322235244tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:47:47 ---> docker-login.sh 17:47:47 nexus3.edgexfoundry.org:10001 17:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:48 Configure a credential helper to remove this warning. See 17:47:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:48 17:47:48 Login Succeeded 17:47:48 nexus3.edgexfoundry.org:10002 17:47:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:48 Configure a credential helper to remove this warning. See 17:47:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:48 17:47:48 Login Succeeded 17:47:48 nexus3.edgexfoundry.org:10003 17:47:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:48 Configure a credential helper to remove this warning. See 17:47:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:48 17:47:48 Login Succeeded 17:47:48 nexus3.edgexfoundry.org:10004 17:47:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:48 Configure a credential helper to remove this warning. See 17:47:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:48 17:47:48 Login Succeeded 17:47:48 docker.io 17:47:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:49 Configure a credential helper to remove this warning. See 17:47:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:49 17:47:49 Login Succeeded 17:47:49 ---> docker-login.sh ends [Pipeline] } 17:47:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:47:49 ++ 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 17:47:49 + for file in '`ls cmd/**/Dockerfile`' 17:47:49 ++ dirname cmd/core-command/Dockerfile 17:47:49 ++ cut -d/ -f2 17:47:49 + echo core-command,cmd/core-command/Dockerfile 17:47:49 + for file in '`ls cmd/**/Dockerfile`' 17:47:49 ++ dirname cmd/core-data/Dockerfile 17:47:49 ++ cut -d/ -f2 17:47:49 + echo core-data,cmd/core-data/Dockerfile 17:47:49 + for file in '`ls cmd/**/Dockerfile`' 17:47:49 ++ dirname cmd/core-metadata/Dockerfile 17:47:49 ++ cut -d/ -f2 17:47:49 + echo core-metadata,cmd/core-metadata/Dockerfile 17:47:49 + for file in '`ls cmd/**/Dockerfile`' 17:47:49 ++ dirname cmd/security-bootstrap-redis/Dockerfile 17:47:49 ++ cut -d/ -f2 17:47:49 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 17:47:49 + for file in '`ls cmd/**/Dockerfile`' 17:47:49 ++ dirname cmd/security-proxy-setup/Dockerfile 17:47:49 ++ cut -d/ -f2 17:47:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:47:49 + for file in '`ls cmd/**/Dockerfile`' 17:47:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:47:49 ++ cut -d/ -f2 17:47:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:47:49 + for file in '`ls cmd/**/Dockerfile`' 17:47:49 ++ dirname cmd/support-notifications/Dockerfile 17:47:49 ++ cut -d/ -f2 17:47:49 + echo support-notifications,cmd/support-notifications/Dockerfile 17:47:49 + for file in '`ls cmd/**/Dockerfile`' 17:47:49 ++ dirname cmd/support-scheduler/Dockerfile 17:47:49 ++ cut -d/ -f2 17:47:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:47:49 + for file in '`ls cmd/**/Dockerfile`' 17:47:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:47:49 ++ cut -d/ -f2 17:47:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:47:49 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 17:47:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:50 17:47:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:47:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:50 latest: Pulling from edgex-devops/git-semver 17:47:50 31603596830f: Pulling fs layer 17:47:50 2a8b12db71e7: Pulling fs layer 17:47:50 6ca5941a6612: Pulling fs layer 17:47:50 ecc8261a40a4: Pulling fs layer 17:47:50 ecc8261a40a4: Waiting 17:47:50 2a8b12db71e7: Verifying Checksum 17:47:50 2a8b12db71e7: Download complete 17:47:51 31603596830f: Verifying Checksum 17:47:51 31603596830f: Download complete 17:47:51 ecc8261a40a4: Verifying Checksum 17:47:51 ecc8261a40a4: Download complete 17:47:51 6ca5941a6612: Verifying Checksum 17:47:51 6ca5941a6612: Download complete 17:47:51 31603596830f: Pull complete 17:47:51 2a8b12db71e7: Pull complete 17:47:52 6ca5941a6612: Pull complete 17:47:52 ecc8261a40a4: Pull complete 17:47:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:47:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:47:52 prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container 17:47:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:47:55 $ docker top 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:47:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:47:55 [ssh-agent] Looking for ssh-agent implementation... 17:47:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:55 $ docker exec 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea ssh-agent 17:47:56 SSH_AUTH_SOCK=/tmp/ssh-NVZNVmizY0HI/agent.11 17:47:56 SSH_AGENT_PID=17 17:47:56 Running ssh-add (command line suppressed) 17:47:56 Identity added: /w/workspace/edgex-go/5@tmp/private_key_6060495154716777422.key (/w/workspace/edgex-go/5@tmp/private_key_6060495154716777422.key) 17:47:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:47:56 + git tag --points-at HEAD [Pipeline] } 17:47:56 $ docker exec --env ******** --env ******** 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea ssh-agent -k 17:47:56 unset SSH_AUTH_SOCK; 17:47:56 unset SSH_AGENT_PID; 17:47:56 echo Agent pid 17 killed; 17:47:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:47:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:47:56 [ssh-agent] Looking for ssh-agent implementation... 17:47:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:57 $ docker exec 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea ssh-agent 17:47:57 SSH_AUTH_SOCK=/tmp/ssh-QrV5MvJinSNG/agent.45 17:47:57 SSH_AGENT_PID=50 17:47:57 Running ssh-add (command line suppressed) 17:47:57 Identity added: /w/workspace/edgex-go/5@tmp/private_key_7999756821551782746.key (/w/workspace/edgex-go/5@tmp/private_key_7999756821551782746.key) 17:47:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:47:57 + git semver init 17:47:57 # -> Open(): unable to determine branch for HEAD 17:47:57 # $GIT_DIR = /w/workspace/edgex-go/5/.git 17:47:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 17:47:57 # $SEMVER_REMOTE_NAME = origin 17:47:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:47:57 # $SEMVER_USER_NAME = edgex-jenkins 17:47:57 # $SEMVER_BRANCH = PR-2986 17:47:57 # $SEMVER_TEMP = /tmp/semver-729665194 17:47:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:48:16 # '/tmp/semver-729665194' -> '/w/workspace/edgex-go/5/.semver' 17:48:16 # -> Force: false 17:48:16 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 17:48:16 $ docker exec --env ******** --env ******** 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea ssh-agent -k 17:48:16 unset SSH_AUTH_SOCK; 17:48:16 unset SSH_AGENT_PID; 17:48:16 echo Agent pid 50 killed; 17:48:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:48:16 + git semver [Pipeline] } 17:48:16 $ docker stop --time=1 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea 17:48:18 $ docker rm -f 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea [Pipeline] // withDockerContainer [Pipeline] sh 17:48:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:48:19 Stashed 1 file(s) [Pipeline] echo 17:48:19 [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 17:48:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:48:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:48:21 + sudo service docker restart 17:48:21 + true 17:48:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:48:21 ========================================================= 17:48:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:48:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:48:22 + 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 . 17:48:26 Sending build context to Docker daemon 326.3MB 17:48:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:48:26 Step 2/6 : FROM ${BASE} 17:48:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:48:26 188c0c94c7c5: Pulling fs layer 17:48:26 0ef7d3d256c8: Pulling fs layer 17:48:26 de9db76c5a1d: Pulling fs layer 17:48:26 bca2f99d35d6: Pulling fs layer 17:48:26 93359f2a8cfa: Pulling fs layer 17:48:26 7c6f9722023f: Pulling fs layer 17:48:26 a35cf1a2eb13: Pulling fs layer 17:48:26 a35cf1a2eb13: Waiting 17:48:26 93359f2a8cfa: Waiting 17:48:26 7c6f9722023f: Waiting 17:48:26 bca2f99d35d6: Waiting 17:48:26 de9db76c5a1d: Verifying Checksum 17:48:26 de9db76c5a1d: Download complete 17:48:26 0ef7d3d256c8: Verifying Checksum 17:48:26 0ef7d3d256c8: Download complete 17:48:26 93359f2a8cfa: Download complete 17:48:26 188c0c94c7c5: Verifying Checksum 17:48:26 188c0c94c7c5: Download complete 17:48:26 7c6f9722023f: Verifying Checksum 17:48:26 7c6f9722023f: Download complete 17:48:26 188c0c94c7c5: Pull complete 17:48:26 0ef7d3d256c8: Pull complete 17:48:27 de9db76c5a1d: Pull complete 17:48:29 a35cf1a2eb13: Download complete 17:48:29 bca2f99d35d6: Verifying Checksum 17:48:29 bca2f99d35d6: Download complete 17:48:34 bca2f99d35d6: Pull complete 17:48:34 93359f2a8cfa: Pull complete 17:48:34 7c6f9722023f: Pull complete 17:48:34 Still waiting to schedule task 17:48:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:48:39 a35cf1a2eb13: Pull complete 17:48:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:48:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:48:39 ---> a62c8e92a672 17:48:39 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 17:48:39 ---> Running in 2b8c459a0c89 17:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:48:43 (1/12) Installing libmagic (5.38-r0) 17:48:44 (2/12) Installing file (5.38-r0) 17:48:44 (3/12) Installing libc-dev (0.7.2-r3) 17:48:44 (4/12) Installing g++ (9.3.0-r2) 17:49:11 (5/12) Installing fortify-headers (1.1-r0) 17:49:11 (6/12) Installing patch (2.7.6-r6) 17:49:11 (7/12) Installing build-base (0.5-r2) 17:49:11 (8/12) Installing libsodium (1.0.18-r0) 17:49:11 (9/12) Installing pkgconf (1.7.2-r0) 17:49:11 (10/12) Installing libsodium-dev (1.0.18-r0) 17:49:11 (11/12) Installing libzmq (4.3.3-r0) 17:49:11 (12/12) Installing zeromq-dev (4.3.3-r0) 17:49:11 Executing busybox-1.31.1-r19.trigger 17:49:11 OK: 233 MiB in 51 packages 17:49:13 Removing intermediate container 2b8c459a0c89 17:49:13 ---> 58cdc30e0eb7 17:49:13 Step 4/6 : WORKDIR /edgex-go 17:49:13 ---> Running in bb600a2ceba7 17:49:13 Removing intermediate container bb600a2ceba7 17:49:13 ---> 703abadcbce5 17:49:13 Step 5/6 : COPY go.mod . 17:49:13 ---> b81408083de0 17:49:13 Step 6/6 : RUN go mod download 17:49:13 ---> Running in 14dcc2af75dc 17:49:35 Removing intermediate container 14dcc2af75dc 17:49:35 ---> 99fbff96afed 17:49:35 Successfully built 99fbff96afed 17:49:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:49:36 + docker inspect -f . ci-base-image-x86_64 17:49:36 . [Pipeline] withDockerContainer 17:49:36 prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container 17:49:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:49:37 $ docker top 6f963a88392dc0401147ce1c0ed38abe8a49a470d5031524312db1e2e29939ee -eo pid,comm [Pipeline] { [Pipeline] sh 17:49:37 + go version 17:49:37 go version go1.15.5 linux/amd64 [Pipeline] } 17:49:37 $ docker stop --time=1 6f963a88392dc0401147ce1c0ed38abe8a49a470d5031524312db1e2e29939ee 17:49:39 $ docker rm -f 6f963a88392dc0401147ce1c0ed38abe8a49a470d5031524312db1e2e29939ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:49:40 + docker inspect -f . ci-base-image-x86_64 17:49:40 . [Pipeline] withDockerContainer 17:49:40 prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container 17:49:40 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:49:41 $ docker top 7eb71d39ebe9412da996551017105866aa770dcf7123fd0fdb9c6066fc3855d6 -eo pid,comm [Pipeline] { [Pipeline] echo 17:49:41 ========================================================= 17:49:41 [edgeXBuildGoParallel] Running Tests and Build... 17:49:41 ========================================================= [Pipeline] sh 17:49:41 + make test 17:49:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:49:51 ? github.com/edgexfoundry/edgex-go [no test files] 17:50:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:50:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:50:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:50:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:50:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:50:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:50:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:50:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:50:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:50:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:50:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:50:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:50:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:50:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements 17:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:50:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.0% of statements 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:50:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:50:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:50:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.429s coverage: 77.8% of statements 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:50:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.145s coverage: 82.4% of statements 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:50:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:50:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:50:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:50:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:50:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:50:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:50:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.363s coverage: 93.8% of statements 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:50:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:50:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:50:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:50:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements 17:50:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:50:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements 17:50:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements 17:50:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.2% of statements 17:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.4% of statements 17:50:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 63.5% of statements 17:50:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:50:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 17:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 17:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 17:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 17:50:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 17:50:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 55.9% of statements 17:50:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:50:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:50:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:50:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:50:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:50:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements 17:50:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:50:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:50:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.307s coverage: 84.0% of statements 17:50:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 17:50:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.103s coverage: 47.1% of statements 17:50:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:50:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:50:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:50:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:50:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:50:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 17:50:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:50:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 17:50:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:50:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.752s coverage: 29.1% of statements 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:50:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:50:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:50:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 17:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 17:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:50:34 GO111MODULE=on go vet ./... 17:50:56 gofmt -l . 17:50:56 [ "`gofmt -l .`" = "" ] 17:50:56 ./bin/test-go-mod-tidy.sh 17:50:57 ./bin/test-attribution-txt.sh [Pipeline] sh 17:50:59 + ls -al . 17:50:59 total 640 17:50:59 drwxrwxr-x 10 1001 1001 4096 Jan 5 17:50 . 17:50:59 drwxr-xr-x 4 root root 28 Jan 5 17:49 .. 17:50:59 -rw-rw-r-- 1 1001 1001 11 Jan 5 17:47 .dockerignore 17:50:59 drwxrwxr-x 8 1001 1001 179 Jan 5 17:47 .git 17:50:59 drwxrwxr-x 3 1001 1001 125 Jan 5 17:47 .github 17:50:59 -rw-rw-r-- 1 1001 1001 824 Jan 5 17:47 .gitignore 17:50:59 drwx------ 3 1001 1001 47 Jan 5 17:48 .semver 17:50:59 -rw-rw-r-- 1 1001 1001 166 Jan 5 17:47 .sonarcloud.properties 17:50:59 -rw-rw-r-- 1 1001 1001 3804 Jan 5 17:47 CONTRIBUTING.md 17:50:59 -rw-rw-r-- 1 1001 1001 931 Jan 5 17:47 Dockerfile.build 17:50:59 -rw-rw-r-- 1 1001 1001 863 Jan 5 17:47 Jenkinsfile 17:50:59 -rw-rw-r-- 1 1001 1001 10775 Jan 5 17:47 LICENSE 17:50:59 -rw-rw-r-- 1 1001 1001 5750 Jan 5 17:47 Makefile 17:50:59 -rw-rw-r-- 1 1001 1001 6511 Jan 5 17:47 README.md 17:50:59 -rw-rw-r-- 1 1001 1001 6744 Jan 5 17:47 SECURITY.md 17:50:59 -rw-rw-r-- 1 1001 1001 5 Jan 5 17:48 VERSION 17:50:59 -rw-rw-r-- 1 1001 1001 4131 Jan 5 17:47 ZMQWindows.md 17:50:59 drwxrwxr-x 2 1001 1001 117 Jan 5 17:47 bin 17:50:59 drwxrwxr-x 14 1001 1001 4096 Jan 5 17:47 cmd 17:50:59 -rw-r--r-- 1 root root 541590 Jan 5 17:50 coverage.out 17:50:59 -rw-r--r-- 1 root root 979 Jan 5 17:50 go.mod 17:50:59 -rw-r--r-- 1 root root 19019 Jan 5 17:50 go.sum 17:50:59 drwxrwxr-x 8 1001 1001 127 Jan 5 17:47 internal 17:50:59 drwxrwxr-x 4 1001 1001 26 Jan 5 17:47 openapi 17:50:59 drwxrwxr-x 4 1001 1001 71 Jan 5 17:47 snap 17:50:59 -rw-rw-r-- 1 1001 1001 168 Jan 5 17:47 version.go [Pipeline] sh 17:50:59 + '[' -e coverage.out ] 17:50:59 + chown 1001:1001 coverage.out [Pipeline] stash 17:51:00 Stashed 1 file(s) [Pipeline] sh 17:51:00 + make build 17:51:00 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 17:51:03 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 17:51:11 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 17:51:12 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 17:51:13 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 17:51:14 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 17:51:15 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 17:51:17 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 17:51:18 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 17:51:19 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 17:51:20 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 17:51:21 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] } 17:51:22 $ docker stop --time=1 7eb71d39ebe9412da996551017105866aa770dcf7123fd0fdb9c6066fc3855d6 17:51:24 $ docker rm -f 7eb71d39ebe9412da996551017105866aa770dcf7123fd0fdb9c6066fc3855d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:51:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:26 17:51:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:51:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:26 latest: Pulling from edgex-devops/edgex-compose 17:51:26 cbdbe7a5bc2a: Pulling fs layer 17:51:26 ca9280d653b3: Pulling fs layer 17:51:26 7e9c9ca2126c: Pulling fs layer 17:51:27 cbdbe7a5bc2a: Verifying Checksum 17:51:27 cbdbe7a5bc2a: Download complete 17:51:27 ca9280d653b3: Verifying Checksum 17:51:27 ca9280d653b3: Download complete 17:51:27 cbdbe7a5bc2a: Pull complete 17:51:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18547 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws 17:51:28 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 17:51:28 7e9c9ca2126c: Download complete 17:51:28 ca9280d653b3: Pull complete 17:51:33 using credential edgex-jenkins-ssh 17:51:33 Cloning the remote Git repository 17:51:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:51:33 > git init /w/workspace/edgex-go/5 # timeout=10 17:51:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:51:33 > git --version # timeout=10 17:51:33 > git --version # 'git version 2.17.1' 17:51:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:35 7e9c9ca2126c: Pull complete 17:51:35 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:51:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:51:35 prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container 17:51:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:51:38 $ docker top d159f4bdfe802048648606d3ed36360852f612403b90eaed26536294153d3b6a -eo pid,comm [Pipeline] { [Pipeline] sh 17:51:38 + docker-compose build --help 17:51:38 + grep parallel 17:51:39 --parallel Build images in parallel. [Pipeline] } 17:51:39 $ docker stop --time=1 d159f4bdfe802048648606d3ed36360852f612403b90eaed26536294153d3b6a 17:51:41 $ docker rm -f d159f4bdfe802048648606d3ed36360852f612403b90eaed26536294153d3b6a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:41 . [Pipeline] withDockerContainer 17:51:41 prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container 17:51:42 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:51:43 $ docker top 2464e2b28162759af87284caba0a3f3ebcf0a4217a02c771c2cbaa730b75098c -eo pid,comm [Pipeline] { [Pipeline] sh 17:51:43 + docker-compose -f ./docker-compose-build.yml build --parallel 17:51:44 Building docker-core-command-go ... 17:51:44 Building docker-core-data-go ... 17:51:44 Building docker-core-metadata-go ... 17:51:44 Building docker-security-bootstrap-redis-go ... 17:51:44 Building docker-security-proxy-setup-go ... 17:51:44 Building docker-security-secretstore-setup-go ... 17:51:44 Building docker-support-notifications-go ... 17:51:44 Building docker-support-scheduler-go ... 17:51:44 Building docker-sys-mgmt-agent-go ... 17:51:44 Building docker-support-notifications-go 17:51:44 Building docker-core-command-go 17:51:44 Building docker-security-proxy-setup-go 17:51:44 Building docker-security-secretstore-setup-go 17:51:44 Building docker-core-metadata-go 17:52:01 Merging remotes/origin/master commit 828b569b97d1497e97194cb37b384982112fa400 into PR head commit b48eada16333cc829670c470b7385597682ce50c 17:52:01 Merge succeeded, producing b48eada16333cc829670c470b7385597682ce50c 17:52:01 Checking out Revision b48eada16333cc829670c470b7385597682ce50c (PR-2986) 17:52:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:52:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:52:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:52:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:52:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:52:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:52:01 > git config core.sparsecheckout # timeout=10 17:52:01 > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 17:52:01 > git remote # timeout=10 17:52:01 > git config --get remote.origin.url # timeout=10 17:52:01 using GIT_SSH to set credentials SSH Credentials for GitHub 17:52:01 > git merge 828b569b97d1497e97194cb37b384982112fa400 # timeout=10 17:52:01 > git rev-parse HEAD^{commit} # timeout=10 17:52:01 > git config core.sparsecheckout # timeout=10 17:52:01 > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 17:52:06 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:52:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:52:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:52:08 + + sudo service dockertrue 17:52:08 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:52:10 provisioning config files... 17:52:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4924133529239284438tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:52:10 ---> docker-login.sh 17:52:10 nexus3.edgexfoundry.org:10001 17:52:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:12 Configure a credential helper to remove this warning. See 17:52:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:12 17:52:12 Login Succeeded 17:52:12 nexus3.edgexfoundry.org:10002 17:52:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:12 Configure a credential helper to remove this warning. See 17:52:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:12 17:52:12 Login Succeeded 17:52:12 nexus3.edgexfoundry.org:10003 17:52:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:13 Configure a credential helper to remove this warning. See 17:52:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:13 17:52:13 Login Succeeded 17:52:13 nexus3.edgexfoundry.org:10004 17:52:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:13 Configure a credential helper to remove this warning. See 17:52:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:13 17:52:13 Login Succeeded 17:52:13 docker.io 17:52:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:14 Configure a credential helper to remove this warning. See 17:52:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:14 17:52:14 Login Succeeded 17:52:14 ---> docker-login.sh ends [Pipeline] } 17:52:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:52:15 ========================================================= 17:52:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:52:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:52:15 + 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 . 17:52:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:52:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:52:16 ---> 99fbff96afed 17:52:16 Step 3/24 : WORKDIR /edgex-go 17:52:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:52:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:52:16 ---> 99fbff96afed 17:52:16 Step 3/21 : WORKDIR /edgex-go 17:52:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:52:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:52:16 ---> 99fbff96afed 17:52:16 Step 3/24 : WORKDIR /edgex-go 17:52:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:52:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:52:16 ---> 99fbff96afed 17:52:16 Step 3/22 : WORKDIR /edgex-go 17:52:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:52:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:52:16 ---> 99fbff96afed 17:52:16 Step 3/22 : WORKDIR /edgex-go 17:52:16 ---> Running in f7751e4c811e 17:52:16 ---> Running in 3fb23350cde3 17:52:16 ---> Running in 1881febbdda5 17:52:16 ---> Running in 43ffe55701a2 17:52:16 ---> Running in 95e67738d5b8 17:52:16 Removing intermediate container 43ffe55701a2 17:52:16 ---> a935be6c77f9 17:52:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:16 Removing intermediate container 3fb23350cde3 17:52:16 ---> 2e65bfe962fe 17:52:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:16 Removing intermediate container 95e67738d5b8 17:52:16 ---> 496929f45c59 17:52:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:16 Removing intermediate container f7751e4c811e 17:52:16 ---> b1fa422782c5 17:52:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:16 ---> Running in ec284c8e892e 17:52:16 Removing intermediate container 1881febbdda5 17:52:16 ---> c20974adff73 17:52:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:16 ---> Running in 33832557eb0e 17:52:16 ---> Running in c2825245ca38 17:52:16 ---> Running in 18b3b89bff47 17:52:16 ---> Running in 62b92b6d2f3c 17:52:17 Removing intermediate container 33832557eb0e 17:52:17 ---> 8a5102fffd73 17:52:17 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:52:18 ---> Running in 3cace7236c3a 17:52:18 Removing intermediate container ec284c8e892e 17:52:18 ---> 64df581cbdb1 17:52:18 Step 5/21 : RUN apk add --update --no-cache make git 17:52:18 Removing intermediate container c2825245ca38 17:52:18 ---> 88cf98571564 17:52:18 Step 5/24 : RUN apk add --update --no-cache make git 17:52:18 Sending build context to Docker daemon 165.4MB 17:52:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:52:18 Step 2/6 : FROM ${BASE} 17:52:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:52:18 5f621e34cdf4: Pulling fs layer 17:52:18 a4357932f1b6: Pulling fs layer 17:52:18 18c013af1878: Pulling fs layer 17:52:18 00ac8860ef70: Pulling fs layer 17:52:18 63d7cb157983: Pulling fs layer 17:52:18 b116817d02f9: Pulling fs layer 17:52:18 745a02a5169b: Pulling fs layer 17:52:18 00ac8860ef70: Waiting 17:52:18 63d7cb157983: Waiting 17:52:18 b116817d02f9: Waiting 17:52:18 745a02a5169b: Waiting 17:52:18 18c013af1878: Download complete 17:52:18 a4357932f1b6: Download complete 17:52:18 63d7cb157983: Verifying Checksum 17:52:18 63d7cb157983: Download complete 17:52:18 b116817d02f9: Verifying Checksum 17:52:18 b116817d02f9: Download complete 17:52:18 Removing intermediate container 62b92b6d2f3c 17:52:18 ---> 78125b9a48e3 17:52:18 Step 5/22 : RUN apk add --update --no-cache make git 17:52:18 ---> Running in 457bd6bb9ab5 17:52:18 ---> Running in 6df2c4c23cfa 17:52:18 5f621e34cdf4: Verifying Checksum 17:52:18 5f621e34cdf4: Download complete 17:52:18 ---> Running in 7d51496fa34b 17:52:18 Removing intermediate container 18b3b89bff47 17:52:18 ---> ba0391b11d2f 17:52:18 Step 5/22 : RUN apk add --update --no-cache make git 17:52:18 ---> Running in e24374d04bb0 17:52:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:19 5f621e34cdf4: Pull complete 17:52:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:19 a4357932f1b6: Pull complete 17:52:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:20 18c013af1878: Pull complete 17:52:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:21 745a02a5169b: Download complete 17:52:21 OK: 233 MiB in 51 packages 17:52:21 OK: 233 MiB in 51 packages 17:52:22 00ac8860ef70: Verifying Checksum 17:52:22 00ac8860ef70: Download complete 17:52:22 Removing intermediate container e24374d04bb0 17:52:22 ---> 9ccf835bb3e7 17:52:22 Step 6/22 : COPY go.mod . 17:52:22 Removing intermediate container 3cace7236c3a 17:52:22 ---> 9d653afbbe9c 17:52:22 Step 6/24 : COPY go.mod . 17:52:22 ---> 1d815e101531 17:52:22 Step 7/22 : RUN go mod download 17:52:22 ---> 0bc14305081e 17:52:22 Step 7/24 : RUN go mod download 17:52:22 ---> Running in a4d0f17798a6 17:52:22 ---> Running in b1704deda4ab 17:52:22 OK: 233 MiB in 51 packages 17:52:23 OK: 233 MiB in 51 packages 17:52:23 OK: 233 MiB in 51 packages 17:52:23 Removing intermediate container 7d51496fa34b 17:52:23 ---> 1bfada7af385 17:52:23 Step 6/22 : COPY go.mod . 17:52:23 Removing intermediate container 457bd6bb9ab5 17:52:23 ---> 724c63ab04d4 17:52:23 Step 6/21 : COPY go.mod . 17:52:23 ---> 5fa691bda4f3 17:52:23 Step 7/22 : RUN go mod download 17:52:23 ---> Running in fa43d7173f5a 17:52:23 Removing intermediate container 6df2c4c23cfa 17:52:23 ---> 8fd27e3b94f2 17:52:23 Step 6/24 : COPY go.mod . 17:52:24 ---> 4cee1769abbb 17:52:24 Step 7/21 : RUN go mod download 17:52:24 ---> Running in 6a0968661a21 17:52:24 ---> 91970064b5b2 17:52:24 Step 7/24 : RUN go mod download 17:52:24 ---> Running in 21ef3d9b52f3 17:52:25 Removing intermediate container a4d0f17798a6 17:52:25 ---> 50f597cf6496 17:52:25 Step 8/22 : COPY . . 17:52:25 Removing intermediate container b1704deda4ab 17:52:25 ---> 6fb3e32bcf77 17:52:25 Step 8/24 : COPY . . 17:52:27 Removing intermediate container fa43d7173f5a 17:52:27 ---> d863ae5474ff 17:52:27 Step 8/22 : COPY . . 17:52:32 00ac8860ef70: Pull complete 17:52:32 63d7cb157983: Pull complete 17:52:33 b116817d02f9: Pull complete 17:52:34 Removing intermediate container 6a0968661a21 17:52:34 ---> 3ec1ad058a46 17:52:34 Step 8/21 : COPY . . 17:52:34 Removing intermediate container 21ef3d9b52f3 17:52:34 ---> 88e4192dcb70 17:52:34 Step 8/24 : COPY . . 17:52:37 745a02a5169b: Pull complete 17:52:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:52:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:52:37 ---> b7e6874047d6 17:52:37 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 17:52:40 ---> Running in cfebe88b94f6 17:52:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:52:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:52:43 (1/12) Installing libmagic (5.38-r0) 17:52:43 (2/12) Installing file (5.38-r0) 17:52:43 (3/12) Installing libc-dev (0.7.2-r3) 17:52:43 (4/12) Installing g++ (9.3.0-r2) 17:52:53 (5/12) Installing fortify-headers (1.1-r0) 17:52:53 (6/12) Installing patch (2.7.6-r6) 17:52:53 (7/12) Installing build-base (0.5-r2) 17:52:53 (8/12) Installing libsodium (1.0.18-r0) 17:52:53 (9/12) Installing pkgconf (1.7.2-r0) 17:52:53 (10/12) Installing libsodium-dev (1.0.18-r0) 17:52:53 (11/12) Installing libzmq (4.3.3-r0) 17:52:53 (12/12) Installing zeromq-dev (4.3.3-r0) 17:52:53 Executing busybox-1.31.1-r19.trigger 17:52:53 OK: 217 MiB in 51 packages 17:52:58 Removing intermediate container cfebe88b94f6 17:52:58 ---> 5446b166cf6b 17:52:58 Step 4/6 : WORKDIR /edgex-go 17:52:58 ---> Running in c64f66f1ac1e 17:52:58 Removing intermediate container c64f66f1ac1e 17:52:58 ---> 147f8d912b1d 17:52:58 Step 5/6 : COPY go.mod . 17:52:59 ---> 05bb7c84bd1d 17:52:59 Step 6/6 : RUN go mod download 17:52:59 ---> Running in 305c49db4eff 17:53:06 ---> ab9936d27e4b 17:53:06 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:53:06 ---> 1b6254795ae0 17:53:06 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:53:06 ---> 2bcd2d3aadff 17:53:06 Step 9/22 : RUN make cmd/core-command/core-command 17:53:06 ---> ffaca2935dd9 17:53:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:53:06 ---> Running in 1f37e8e90a0a 17:53:06 ---> Running in 55bd59e9e7ad 17:53:06 ---> Running in 0f4e33e9a7cf 17:53:06 ---> Running in b81a39720e85 17:53:06 ---> 345166f1b9e7 17:53:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:53:06 ---> Running in c8afcf69e8df 17:53:06 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 17:53:06 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 17:53:06 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 17:53:06 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 17:53:06 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 17:53:26 Removing intermediate container 305c49db4eff 17:53:26 ---> 9e99e08fa7f3 17:53:26 Successfully built 9e99e08fa7f3 17:53:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:53:26 + docker inspect -f . ci-base-image-arm64 17:53:26 . [Pipeline] withDockerContainer 17:53:26 prd-ubuntu18.04-docker-arm64-4c-16g-18547 does not seem to be running inside a container 17:53:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:53:28 $ docker top 3c94ad8d3db91fbb39001e8a91d59b674b5e9e88b4e07ea8ef92f3f6275e9d5a -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:29 + go version 17:53:29 go version go1.15.5 linux/arm64 [Pipeline] } 17:53:29 $ docker stop --time=1 3c94ad8d3db91fbb39001e8a91d59b674b5e9e88b4e07ea8ef92f3f6275e9d5a 17:53:31 $ docker rm -f 3c94ad8d3db91fbb39001e8a91d59b674b5e9e88b4e07ea8ef92f3f6275e9d5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:53:32 + docker inspect -f . ci-base-image-arm64 17:53:32 . [Pipeline] withDockerContainer 17:53:32 prd-ubuntu18.04-docker-arm64-4c-16g-18547 does not seem to be running inside a container 17:53:32 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:53: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 17:53:33 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 17:53:34 $ docker top 2d549041873278f7523788478f734b85b764114c56f10c33ec0203312f827597 -eo pid,comm [Pipeline] { [Pipeline] echo 17:53:34 ========================================================= 17:53:34 [edgeXBuildGoParallel] Running Tests and Build... 17:53:34 ========================================================= [Pipeline] sh 17:53:35 + make test 17:53:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:53:41 Removing intermediate container 1f37e8e90a0a 17:53:41 ---> 43587d97e1e4 17:53:41 17:53:41 Step 10/21 : FROM alpine:3.12 17:53:41 Removing intermediate container 0f4e33e9a7cf 17:53:41 ---> 6c2c6db0c47e 17:53:41 17:53:41 Step 10/22 : FROM scratch 17:53:41 ---> 17:53:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:53:41 Removing intermediate container b81a39720e85 17:53:41 ---> 0ce07c20fe6c 17:53:41 17:53:41 Step 10/24 : FROM scratch 17:53:41 Removing intermediate container c8afcf69e8df 17:53:41 ---> ee7b28714c09 17:53:41 17:53:41 Step 10/24 : FROM alpine:3.12 17:53:41 ---> 17:53:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:53:41 3.12: Pulling from library/alpine 17:53:41 3.12: Pulling from library/alpine 17:53:41 ---> Running in 5a3111421241 17:53:41 ---> Running in 458e03c733c5 17:53:41 Removing intermediate container 458e03c733c5 17:53:41 ---> 3b75713e78d7 17:53:41 Step 12/22 : ENV APP_PORT=48082 17:53:41 Removing intermediate container 5a3111421241 17:53:41 ---> 7a5cbec9b6f2 17:53:41 Step 12/24 : ENV APP_PORT=48060 17:53:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:53:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:53:42 ---> Running in 488bf62c2f8a 17:53:42 Status: Downloaded newer image for alpine:3.12 17:53:42 ---> 389fef711851 17:53:42 Step 11/21 : RUN apk add --update --no-cache curl 17:53:42 Status: Downloaded newer image for alpine:3.12 17:53:42 ---> 389fef711851 17:53:42 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:53:42 ---> Running in ea80423ed87f 17:53:43 ---> Running in 0f12d79f78dc 17:53:43 ---> Running in 1aee7d72805f 17:53:43 Removing intermediate container ea80423ed87f 17:53:43 ---> 52338f99fc52 17:53:43 Step 13/24 : EXPOSE $APP_PORT 17:53:43 Removing intermediate container 488bf62c2f8a 17:53:43 ---> d262f01afbd0 17:53:43 Step 13/22 : EXPOSE $APP_PORT 17:53:43 ---> Running in 34fd1723fa42 17:53:43 Removing intermediate container 55bd59e9e7ad 17:53:43 ---> 00a909140527 17:53:43 17:53:43 Step 10/22 : FROM scratch 17:53:43 ---> 17:53:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:53:43 ---> Using cache 17:53:43 ---> 3b75713e78d7 17:53:43 Step 12/22 : ENV APP_PORT=48081 17:53:43 ---> Running in 03249bb5af02 17:53:43 ---> Running in e264b1558c22 17:53:43 Removing intermediate container 34fd1723fa42 17:53:43 ---> cc58a2bcde5b 17:53:43 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:53:43 Removing intermediate container 03249bb5af02 17:53:43 ---> f12276b6e7e9 17:53:43 Step 14/22 : WORKDIR / 17:53:43 Removing intermediate container e264b1558c22 17:53:43 ---> af07036a5b02 17:53:43 Step 13/22 : EXPOSE $APP_PORT 17:53:43 ---> Running in a5e18ed1a51b 17:53:43 ---> Running in a8d7ced90cde 17:53:44 ---> abfa6498df80 17:53:44 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:53:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:44 Removing intermediate container a8d7ced90cde 17:53:44 ---> 1c2c615cd47c 17:53:44 Step 14/22 : WORKDIR / 17:53:44 Removing intermediate container a5e18ed1a51b 17:53:44 ---> c529a78d4e61 17:53:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:53:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:44 ---> Running in 2b0b1f067400 17:53:44 (1/4) Installing ca-certificates (20191127-r4) 17:53:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:53:44 (3/4) Installing libcurl (7.69.1-r3) 17:53:44 (1/5) Installing ca-certificates (20191127-r4) 17:53:44 (4/4) Installing curl (7.69.1-r3) 17:53:44 Executing busybox-1.31.1-r19.trigger 17:53:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:53:44 (3/5) Installing libcurl (7.69.1-r3) 17:53:44 (4/5) Installing curl (7.69.1-r3) 17:53:44 (5/5) Installing dumb-init (1.2.2-r1) 17:53:45 Executing ca-certificates-20191127-r4.trigger 17:53:45 Executing busybox-1.31.1-r19.trigger 17:53:45 Executing ca-certificates-20191127-r4.trigger 17:53:45 OK: 7 MiB in 18 packages 17:53:45 OK: 7 MiB in 19 packages 17:53:45 Removing intermediate container 2b0b1f067400 17:53:45 ---> f4699b60acbd 17:53:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:53:46 ---> 04b847c26302 17:53:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:53:46 ---> 934831b33437 17:53:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:53:46 ---> 0c1c1e7c0dfe 17:53:46 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:53:47 ---> 951622d51a6b 17:53:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:53:48 ---> 62015e94f877 17:53:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:53:48 Removing intermediate container 1aee7d72805f 17:53:48 ---> 74c0572f90fb 17:53:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:53:48 Removing intermediate container 0f12d79f78dc 17:53:48 ---> 82841fa31a89 17:53:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:53:48 ---> 5a7ab274f3b3 17:53:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:53:48 ---> 4c564117b55f 17:53:48 Step 18/22 : ENTRYPOINT ["/core-command"] 17:53:48 ---> Running in dae06e75e8d3 17:53:48 ---> Running in dbb5641330fe 17:53:48 ---> 9da47f968791 17:53:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:53:48 ---> Running in 3f8a98e0fd7b 17:53:48 Removing intermediate container dae06e75e8d3 17:53:48 ---> 63da33d7131d 17:53:48 Step 13/21 : WORKDIR /edgex 17:53:48 ---> 79dfdeb84619 17:53:48 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:53:48 ---> Running in 88d9c3d40c7f 17:53:49 ---> Running in 14a86a6ac09b 17:53:49 Removing intermediate container dbb5641330fe 17:53:49 ---> bd9f57291582 17:53:49 Step 13/24 : WORKDIR / 17:53:49 ---> 1a25ae21dcfb 17:53:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:53:49 Removing intermediate container 3f8a98e0fd7b 17:53:49 ---> 5abdbfc61ac1 17:53:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:49 ---> Running in 54a70b1c5d3d 17:53:49 ---> Running in fa8072198047 17:53:49 Removing intermediate container 88d9c3d40c7f 17:53:49 ---> 901f9e65dff4 17:53:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:53:49 Removing intermediate container 14a86a6ac09b 17:53:49 ---> 3f7f2720e6d6 17:53:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:49 ---> 59886b2ad5fa 17:53:49 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:53:49 ---> Running in 8ee6ab1077e8 17:53:49 ---> Running in 3953c65ab04f 17:53:49 Removing intermediate container 54a70b1c5d3d 17:53:49 ---> 2fe9b440061d 17:53:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:53:49 Removing intermediate container fa8072198047 17:53:49 ---> f16233adbbe8 17:53:49 Step 20/22 : LABEL arch=x86_64 17:53:49 ---> 5e3bb63e1d37 17:53:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:53:50 ---> Running in b5171e4a4463 17:53:50 Removing intermediate container 8ee6ab1077e8 17:53:50 ---> 10d3b48355a5 17:53:50 Step 20/22 : LABEL arch=x86_64 17:53:50 Removing intermediate container 3953c65ab04f 17:53:50 ---> e6f132170579 17:53:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:50 ---> 0ce619c5d170 17:53:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:53:51 ---> 1c109c8234fc 17:53:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:53:51 ---> Running in 31993bd64d8a 17:53:51 ---> Running in b716cb20e4c6 17:53:51 Removing intermediate container b5171e4a4463 17:53:51 ---> 63c833ac449c 17:53:51 Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 17:53:51 ---> 7fd4169c4fb7 17:53:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:53:51 ---> Running in e79c3eced958 17:53:51 Removing intermediate container 31993bd64d8a 17:53:51 ---> c73d204ccf42 17:53:51 Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 17:53:51 Removing intermediate container b716cb20e4c6 17:53:51 ---> 5716d8dfe210 17:53:51 Step 22/24 : LABEL arch=x86_64 17:53:51 ---> fc734224a432 17:53:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:53:51 ---> Running in 6c4c04381cb3 17:53:51 ---> Running in 6a81a2865570 17:53:51 ---> dc43a7fa159e 17:53:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:53:51 ---> Running in c5ba3281e987 17:53:51 Removing intermediate container e79c3eced958 17:53:51 ---> 66423b45e9e9 17:53:51 Step 22/22 : LABEL version=0.0.0 17:53:52 Removing intermediate container 6c4c04381cb3 17:53:52 ---> 4f60b14dced5 17:53:52 Step 22/22 : LABEL version=0.0.0 17:53:52 ---> Running in f6e976f312a6 17:53:52 Removing intermediate container 6a81a2865570 17:53:52 ---> b114e86262ea 17:53:52 Step 23/24 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 17:53:52 ---> Running in 9f8c665d29a6 17:53:52 Removing intermediate container c5ba3281e987 17:53:52 ---> 10c5700c39e1 17:53:52 Step 18/21 : CMD ["--init=true"] 17:53:52 ---> Running in f975fdece14b 17:53:52 ---> 86b63a7b7c0a 17:53:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:53:52 ---> Running in 2371b3e28cfb 17:53:52 Removing intermediate container f6e976f312a6 17:53:52 ---> 15be974b64e9 17:53:52 17:53:52 Removing intermediate container 9f8c665d29a6 17:53:52 ---> 32028cae2de4 17:53:52 17:53:52 Removing intermediate container f975fdece14b 17:53:52 ---> fed2effae83f 17:53:52 Step 24/24 : LABEL version=0.0.0 17:53:52 Successfully built 15be974b64e9 17:53:52 Successfully built 32028cae2de4 17:53:52 Successfully tagged docker-core-command-go:latest 17:53:52  Building docker-core-command-go ... done Building docker-support-scheduler-go 17:53:52 Successfully tagged docker-core-metadata-go:latest 17:53:52 Building docker-security-bootstrap-redis-go 17:53:52  Building docker-core-metadata-go ... done  ---> Running in 01187d32209e 17:53:53 Removing intermediate container 2371b3e28cfb 17:53:53 ---> ee5dc3cc7a56 17:53:53 Step 19/21 : LABEL arch=x86_64 17:53:53 ---> bdc81da63077 17:53:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:53:53 ---> Running in faea1f2421f3 17:53:53 Removing intermediate container 01187d32209e 17:53:53 ---> 6d0c2dc305ac 17:53:53 17:53:53 Removing intermediate container faea1f2421f3 17:53:53 ---> 71ea249a4217 17:53:53 Step 20/21 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 17:53:53 Successfully built 6d0c2dc305ac 17:53:53 Successfully tagged docker-support-notifications-go:latest 17:53:53 Building docker-sys-mgmt-agent-go 17:53:53  Building docker-support-notifications-go ... done  ---> e66fb5428f75 17:53:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:53:53 ---> Running in e3cd16970d8f 17:53:53 ---> Running in 1d934fc171fb 17:53:53 Removing intermediate container e3cd16970d8f 17:53:53 ---> 60e4b81525b2 17:53:53 Step 21/21 : LABEL version=0.0.0 17:53:56 ---> Running in 6e5ca219ae5d 17:53:57 Removing intermediate container 6e5ca219ae5d 17:53:57 ---> 261526f38dac 17:53:57 17:53:57 ? github.com/edgexfoundry/edgex-go [no test files] 17:53:57 Successfully built 261526f38dac 17:53:59 Successfully tagged docker-security-proxy-setup-go:latest 17:53:59 Building docker-core-data-go 17:54:02  Building docker-security-proxy-setup-go ... done Removing intermediate container 1d934fc171fb 17:54:02 ---> ce9966a3ef58 17:54:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:54:02 ---> Running in be7af73c72be 17:54:02 Removing intermediate container be7af73c72be 17:54:02 ---> 88dec495d340 17:54:02 Step 22/24 : LABEL arch=x86_64 17:54:02 ---> Running in b88efe0cfaee 17:54:03 Removing intermediate container b88efe0cfaee 17:54:03 ---> 92c4e05c29f3 17:54:03 Step 23/24 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 17:54:03 ---> Running in 1929bd32d436 17:54:05 Removing intermediate container 1929bd32d436 17:54:05 ---> 4f25851bc049 17:54:05 Step 24/24 : LABEL version=0.0.0 17:54:05 ---> Running in a34c2dc6ec06 17:54:06 Removing intermediate container a34c2dc6ec06 17:54:06 ---> 5f5d5c23904a 17:54:06 17:54:06 Successfully built 5f5d5c23904a 17:54:06 Successfully tagged docker-security-secretstore-setup-go:latest 17:54:14  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:54:14 ---> 99fbff96afed 17:54:14 Step 3/26 : WORKDIR /edgex-go 17:54:14 ---> Using cache 17:54:14 ---> c20974adff73 17:54:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:14 ---> Using cache 17:54:14 ---> 78125b9a48e3 17:54:14 Step 5/26 : RUN apk add --update --no-cache make bash git 17:54:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:54:14 ---> 99fbff96afed 17:54:14 Step 3/22 : WORKDIR /edgex-go 17:54:14 ---> Using cache 17:54:14 ---> c20974adff73 17:54:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:14 ---> Using cache 17:54:14 ---> 78125b9a48e3 17:54:14 Step 5/22 : RUN apk add --update --no-cache make git 17:54:14 ---> Using cache 17:54:14 ---> 1bfada7af385 17:54:14 Step 6/22 : COPY go.mod . 17:54:14 ---> Using cache 17:54:14 ---> 5fa691bda4f3 17:54:14 Step 7/22 : RUN go mod download 17:54:14 ---> Using cache 17:54:14 ---> d863ae5474ff 17:54:14 Step 8/22 : COPY . . 17:54:15 ---> Using cache 17:54:15 ---> ab9936d27e4b 17:54:15 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:54:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:54:15 ---> 99fbff96afed 17:54:15 Step 3/21 : WORKDIR /edgex-go 17:54:15 ---> Using cache 17:54:15 ---> c20974adff73 17:54:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:15 ---> Using cache 17:54:15 ---> 78125b9a48e3 17:54:15 Step 5/21 : RUN apk add --update --no-cache make git 17:54:15 ---> Using cache 17:54:15 ---> 1bfada7af385 17:54:15 Step 6/21 : COPY go.mod . 17:54:15 ---> Using cache 17:54:15 ---> 5fa691bda4f3 17:54:15 Step 7/21 : RUN go mod download 17:54:15 ---> Using cache 17:54:15 ---> d863ae5474ff 17:54:15 Step 8/21 : COPY . . 17:54:15 ---> Using cache 17:54:15 ---> ab9936d27e4b 17:54:15 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:54:16 ---> Running in 8fcb39c2133e 17:54:16 ---> Running in 7d7d9723c949 17:54:16 ---> Running in ccd2df3e51e7 17:54:18 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 17:54:18 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 17:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:54:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:54:18 ---> 99fbff96afed 17:54:18 Step 3/23 : WORKDIR /edgex-go 17:54:18 ---> Using cache 17:54:18 ---> c20974adff73 17:54:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:18 ---> Using cache 17:54:18 ---> 78125b9a48e3 17:54:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:54:19 ---> Running in 11156d375f5b 17:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:54:20 OK: 233 MiB in 51 packages 17:54:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:54:21 OK: 233 MiB in 51 packages 17:54:21 Removing intermediate container ccd2df3e51e7 17:54:21 ---> 61c8e5c7708b 17:54:21 Step 6/26 : COPY go.mod . 17:54:22 ---> ce9522861e0b 17:54:22 Step 7/26 : RUN go mod download 17:54:22 ---> Running in 5a77f242166a 17:54:23 Removing intermediate container 11156d375f5b 17:54:23 ---> 0c05da2eef1f 17:54:23 Step 6/23 : COPY go.mod . 17:54:23 ---> bae6c81333c2 17:54:23 Step 7/23 : RUN go mod download 17:54:23 ---> Running in e834f73b0208 17:54:26 Removing intermediate container 5a77f242166a 17:54:26 ---> 2f2a774c63f5 17:54:26 Step 8/26 : COPY . . 17:54:26 Removing intermediate container e834f73b0208 17:54:26 ---> 61912610d968 17:54:26 Step 8/23 : COPY . . 17:54:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:54:48 Removing intermediate container 7d7d9723c949 17:54:48 ---> 781a4ae918c0 17:54:48 17:54:48 Step 10/22 : FROM alpine:3.12 17:54:48 ---> 389fef711851 17:54:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:54:48 ---> Using cache 17:54:48 ---> 82841fa31a89 17:54:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:54:48 Removing intermediate container 8fcb39c2133e 17:54:48 ---> 040c3ea87412 17:54:48 17:54:48 Step 10/21 : FROM scratch 17:54:48 ---> 17:54:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:54:48 ---> Using cache 17:54:48 ---> 3b75713e78d7 17:54:48 Step 12/21 : ENV APP_PORT=48085 17:54:49 ---> Running in 1ad40326f242 17:54:49 ---> Running in eabf51003591 17:54:50 ---> 49bb4396413a 17:54:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:54:50 ---> d9eb87cbc8ea 17:54:50 Step 9/23 : RUN make cmd/core-data/core-data 17:54:50 Removing intermediate container eabf51003591 17:54:50 ---> 7568ec22120f 17:54:50 Step 13/21 : EXPOSE $APP_PORT 17:54:51 Removing intermediate container 1ad40326f242 17:54:51 ---> 1da4643a7d49 17:54:51 Step 13/22 : WORKDIR / 17:54:51 ---> Running in 153c3effe5f4 17:54:51 ---> Running in 2352731d800f 17:54:51 ---> Running in 4ee1e1c4a827 17:54:51 ---> Running in 63bbc3f4ddae 17:54:51 Removing intermediate container 2352731d800f 17:54:51 ---> dc7d80b3694e 17:54:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:54:51 Removing intermediate container 63bbc3f4ddae 17:54:51 ---> 894032aba3ac 17:54:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 17:54:52 ---> 14fe5ac352f4 17:54:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:54:52 ---> 20750d71ea69 17:54:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:54:52 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 17:54:52 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 17:54:53 ---> 08a35787b29d 17:54:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:54:53 ---> 2fb8654f9122 17:54:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:54:53 ---> d8fcdf5a1daf 17:54:53 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:54:53 ---> fbba6961524a 17:54:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:54:53 ---> Running in 056d5789927e 17:54:53 Removing intermediate container 056d5789927e 17:54:53 ---> fe35a1fc1a93 17:54:53 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:54:54 ---> bee95872a44a 17:54:54 Step 18/22 : RUN chmod +x entrypoint.sh 17:54:54 ---> Running in 2d7fe2a08476 17:54:54 ---> Running in ede63c847379 17:54:54 Removing intermediate container 2d7fe2a08476 17:54:54 ---> bfc7ae13eaaa 17:54:54 Step 19/21 : LABEL arch=x86_64 17:54:55 ---> Running in 258830bcbdee 17:54:55 Removing intermediate container 258830bcbdee 17:54:55 ---> 91b6ed56c91a 17:54:55 Step 20/21 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 17:54:55 ---> Running in d607ec0a9e63 17:54:55 Removing intermediate container d607ec0a9e63 17:54:55 ---> 754453bbb8cf 17:54:55 Step 21/21 : LABEL version=0.0.0 17:54:55 ---> Running in 35a7487fc061 17:54:56 Removing intermediate container 35a7487fc061 17:54:56 ---> 4a0967094b84 17:54:56 17:54:56 Successfully built 4a0967094b84 17:54:56 Successfully tagged docker-support-scheduler-go:latest 17:54:56  Building docker-support-scheduler-go ... done Removing intermediate container ede63c847379 17:54:56 ---> fa7c44929d7b 17:54:56 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:54:56 ---> Running in 76ab9484a982 17:54:57 Removing intermediate container 76ab9484a982 17:54:57 ---> e4a68afd187f 17:54:57 Step 20/22 : LABEL arch=x86_64 17:54:57 ---> Running in bcf27c04d8c1 17:54:57 Removing intermediate container bcf27c04d8c1 17:54:57 ---> 81edf0e5a895 17:54:57 Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 17:54:57 ---> Running in 8c93f02b0298 17:54:58 Removing intermediate container 8c93f02b0298 17:54:58 ---> 6b0cae6a21d7 17:54:58 Step 22/22 : LABEL version=0.0.0 17:54:58 ---> Running in 09a230489d8e 17:54:59 Removing intermediate container 09a230489d8e 17:54:59 ---> 452c0f6d2d3b 17:54:59 17:54:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:54:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:54:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:54:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:54:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:54:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:54:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:54:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:54:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:54:59 Successfully built 452c0f6d2d3b 17:54:59 Successfully tagged docker-security-bootstrap-redis-go:latest 17:55:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:55:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:55:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:55:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.230s coverage: 46.6% of statements 17:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:55:11  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4ee1e1c4a827 17:55:11 ---> 2a2cbf011852 17:55:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:55:12 ---> Running in e552583c3d6a 17:55:12 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 17:55:14 Removing intermediate container 153c3effe5f4 17:55:14 ---> 016ab4f44e0f 17:55:14 17:55:14 Step 10/23 : FROM alpine:3.12 17:55:14 ---> 389fef711851 17:55:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:55:15 ---> Running in 3907822f172e 17:55:15 Removing intermediate container e552583c3d6a 17:55:15 ---> 0343745a9069 17:55:15 17:55:15 Step 11/26 : FROM docker:20.10.0 17:55:15 Removing intermediate container 3907822f172e 17:55:15 ---> f9c42ba8e6c6 17:55:15 Step 12/23 : ENV APP_PORT=48080 17:55:15 20.10.0: Pulling from library/docker 17:55:15 ---> Running in 9191c8e8b687 17:55:15 Removing intermediate container 9191c8e8b687 17:55:15 ---> a0de13a7b1c0 17:55:15 Step 13/23 : EXPOSE $APP_PORT 17:55:15 ---> Running in 5a2c5d307c0a 17:55:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.465s coverage: 27.0% of statements 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:55:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:55:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:55:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 77.1% of statements 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:55:16 Removing intermediate container 5a2c5d307c0a 17:55:16 ---> d452099075d3 17:55:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:55:16 ---> Running in 154f630ecde9 17:55:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.656s coverage: 82.4% of statements 17:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:55:18 Removing intermediate container 154f630ecde9 17:55:18 ---> 8d36a7fc18d9 17:55:18 Step 15/23 : RUN apk add --update --no-cache zeromq 17:55:18 ---> Running in 5b573121527c 17:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:55:20 Status: Downloaded newer image for docker:20.10.0 17:55:20 ---> aefe523efa57 17:55:20 Step 12/26 : RUN apk add --no-cache bash 17:55:20 ---> Running in 32eb450e2ec5 17:55:20 (1/5) Installing libgcc (9.3.0-r2) 17:55:20 (2/5) Installing libsodium (1.0.18-r0) 17:55:20 (3/5) Installing libstdc++ (9.3.0-r2) 17:55:20 (4/5) Installing libzmq (4.3.3-r0) 17:55:21 (5/5) Installing zeromq (4.3.3-r0) 17:55:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:21 Executing busybox-1.31.1-r19.trigger 17:55:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:21 OK: 8 MiB in 19 packages 17:55:21 (1/2) Installing readline (8.0.4-r0) 17:55:21 (2/2) Installing bash (5.0.17-r0) 17:55:21 Executing bash-5.0.17-r0.post-install 17:55:21 Executing busybox-1.31.1-r19.trigger 17:55:21 OK: 12 MiB in 22 packages 17:55:22 Removing intermediate container 5b573121527c 17:55:22 ---> 219cb92c43b0 17:55:22 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:55:22 Removing intermediate container 32eb450e2ec5 17:55:22 ---> d3d430fbb774 17:55:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:55:22 ---> Running in f1d56ed3d533 17:55:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.127s coverage: 28.6% of statements 17:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:55:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.221s coverage: 100.0% of statements 17:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:55:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements 17:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:55:22 ---> 342f241a403e 17:55:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:55:22 Removing intermediate container f1d56ed3d533 17:55:22 ---> 84723857d4ed 17:55:22 Step 14/26 : ENV APP_PORT=48090 17:55:22 ---> Running in 176f43849807 17:55:23 Removing intermediate container 176f43849807 17:55:23 ---> 0a94bd67dbcc 17:55:23 Step 15/26 : EXPOSE $APP_PORT 17:55:23 ---> Running in 2d4d12041772 17:55:23 ---> d4bc91695771 17:55:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:55:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements 17:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:55:23 Removing intermediate container 2d4d12041772 17:55:23 ---> 038c974504db 17:55:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:55:23 ---> d423559a32ce 17:55:23 Step 19/23 : ENTRYPOINT ["/core-data"] 17:55:23 ---> Running in a230087b9e73 17:55:23 Removing intermediate container a230087b9e73 17:55:23 ---> e9df2ffafdda 17:55:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:55:23 ---> Running in 9c7d3bb19304 17:55:23 ---> 9bfea4863044 17:55:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:55:24 Removing intermediate container 9c7d3bb19304 17:55:24 ---> 65ee7bf78625 17:55:24 Step 21/23 : LABEL arch=x86_64 17:55:24 ---> Running in ff907fe58546 17:55:24 ---> fb9d8f49ff7f 17:55:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:55:24 Removing intermediate container ff907fe58546 17:55:24 ---> 1f265a6db3c5 17:55:24 Step 22/23 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 17:55:24 ---> Running in ac570b167862 17:55:24 ---> 08bb4bd4c371 17:55:24 Step 19/26 : RUN apk --no-cache add py3-pip 17:55:24 ---> Running in bc4ad8da66eb 17:55:24 Removing intermediate container ac570b167862 17:55:24 ---> 16704c7e5187 17:55:24 Step 23/23 : LABEL version=0.0.0 17:55:24 ---> Running in 3dc4dc8fb692 17:55:25 Removing intermediate container 3dc4dc8fb692 17:55:25 ---> f390e1fa3738 17:55:25 17:55:25 Successfully built f390e1fa3738 17:55:25 Successfully tagged docker-core-data-go:latest 17:55:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:25  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:25 (1/33) Installing libbz2 (1.0.8-r1) 17:55:25 (2/33) Installing expat (2.2.9-r1) 17:55:25 (3/33) Installing libffi (3.3-r2) 17:55:25 (4/33) Installing gdbm (1.13-r1) 17:55:25 (5/33) Installing xz-libs (5.2.5-r0) 17:55:25 (6/33) Installing sqlite-libs (3.32.1-r0) 17:55:25 (7/33) Installing python3 (3.8.5-r0) 17:55:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.327s coverage: 97.5% of statements 17:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:55:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements 17:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:55:26 (8/33) Installing py3-appdirs (1.4.4-r1) 17:55:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:55:26 (10/33) Installing py3-parsing (2.4.7-r0) 17:55:26 (11/33) Installing py3-six (1.15.0-r0) 17:55:26 (12/33) Installing py3-packaging (20.4-r0) 17:55:26 (13/33) Installing py3-setuptools (47.0.0-r0) 17:55:26 (14/33) Installing py3-chardet (3.0.4-r4) 17:55:26 (15/33) Installing py3-idna (2.9-r0) 17:55:26 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:55:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:55:26 (18/33) Installing py3-requests (2.23.0-r0) 17:55:26 (19/33) Installing py3-msgpack (1.0.0-r0) 17:55:26 (20/33) Installing py3-lockfile (0.12.2-r3) 17:55:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:55:26 (22/33) Installing py3-colorama (0.4.3-r0) 17:55:26 (23/33) Installing py3-distlib (0.3.0-r0) 17:55:26 (24/33) Installing py3-distro (1.5.0-r1) 17:55:26 (25/33) Installing py3-webencodings (0.5.1-r3) 17:55:26 (26/33) Installing py3-html5lib (1.0.1-r4) 17:55:26 (27/33) Installing py3-pytoml (0.1.21-r0) 17:55:26 (28/33) Installing py3-pep517 (0.8.2-r0) 17:55:26 (29/33) Installing py3-progress (1.5-r0) 17:55:26 (30/33) Installing py3-toml (0.10.1-r0) 17:55:26 (31/33) Installing py3-retrying (1.3.3-r0) 17:55:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:55:27 (33/33) Installing py3-pip (20.1.1-r0) 17:55:27 Executing busybox-1.31.1-r19.trigger 17:55:27 OK: 71 MiB in 55 packages 17:55:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.106s coverage: 93.8% of statements 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:55:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:55:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.179s coverage: 0.1% of statements 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:55:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:55:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 75.5% of statements 17:55:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:55:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.113s coverage: 80.8% of statements 17:55:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements 17:55:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.192s coverage: 84.2% of statements 17:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.250s coverage: 91.4% of statements 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:55:35 Removing intermediate container bc4ad8da66eb 17:55:35 ---> bbd0c1c7f08e 17:55:35 Step 20/26 : RUN pip install docker-compose==1.23.2 17:55:35 ---> Running in 34e6ed57295b 17:55:36 Collecting docker-compose==1.23.2 17:55:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:55:36 Collecting texttable<0.10,>=0.9.0 17:55:36 Downloading texttable-0.9.1.tar.gz (11 kB) 17:55:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.568s coverage: 63.5% of statements 17:55:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:55:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:55:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 17:55:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 17:55:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements 17:55:37 Collecting docker<4.0,>=3.6.0 17:55:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:55:37 Collecting jsonschema<3,>=2.5.1 17:55:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:55:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:55:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:55:38 Collecting PyYAML<4,>=3.10 17:55:38 Downloading PyYAML-3.13.tar.gz (270 kB) 17:55:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 17:55:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 17:55:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:55:39 Collecting cached-property<2,>=1.2.0 17:55:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:55:39 Collecting websocket-client<1.0,>=0.32.0 17:55:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:55:39 Collecting docopt<0.7,>=0.6.1 17:55:39 Downloading docopt-0.6.2.tar.gz (25 kB) 17:55:39 Collecting dockerpty<0.5,>=0.4.1 17:55:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:55:40 Collecting docker-pycreds>=0.4.0 17:55:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:55:40 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) 17:55:40 Collecting idna<2.8,>=2.5 17:55:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:55:40 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) 17:55:40 Collecting urllib3<1.25,>=1.21.1 17:55:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:55:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:55:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:55:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:55:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:55:40 Installing collected packages: texttable, docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, PyYAML, cached-property, docopt, dockerpty, docker-compose 17:55:40 Running setup.py install for texttable: started 17:55:41 Running setup.py install for texttable: finished with status 'done' 17:55:41 Attempting uninstall: idna 17:55:41 Found existing installation: idna 2.9 17:55:41 Uninstalling idna-2.9: 17:55:41 Successfully uninstalled idna-2.9 17:55:41 Attempting uninstall: urllib3 17:55:41 Found existing installation: urllib3 1.25.9 17:55:41 Uninstalling urllib3-1.25.9: 17:55:41 Successfully uninstalled urllib3-1.25.9 17:55:41 Attempting uninstall: requests 17:55:41 Found existing installation: requests 2.23.0 17:55:41 Uninstalling requests-2.23.0: 17:55:41 Successfully uninstalled requests-2.23.0 17:55:42 Running setup.py install for PyYAML: started 17:55:42 Running setup.py install for PyYAML: finished with status 'done' 17:55:42 Running setup.py install for docopt: started 17:55:43 Running setup.py install for docopt: finished with status 'done' 17:55:43 Running setup.py install for dockerpty: started 17:55:43 Running setup.py install for dockerpty: finished with status 'done' 17:55:43 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 17:55:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 55.9% of statements 17:55:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:55:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:55:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:55:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:55:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:55:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.389s coverage: 37.0% of statements 17:55:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:55:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.642s coverage: 84.0% of statements 17:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 17:55:47 Removing intermediate container 34e6ed57295b 17:55:47 ---> c281926fe787 17:55:47 Step 21/26 : RUN apk --no-cache add curl 17:55:47 ---> Running in 19c8d11aaa10 17:55:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:55:48 (2/3) Installing libcurl (7.69.1-r3) 17:55:48 (3/3) Installing curl (7.69.1-r3) 17:55:48 Executing busybox-1.31.1-r19.trigger 17:55:48 OK: 72 MiB in 58 packages 17:55:48 Removing intermediate container 19c8d11aaa10 17:55:48 ---> aecfb14fd128 17:55:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:55:48 ---> Running in 7690038ea07a 17:55:48 Removing intermediate container 7690038ea07a 17:55:48 ---> e69788fb05ba 17:55:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:55:48 ---> Running in da732d3a556c 17:55:49 Removing intermediate container da732d3a556c 17:55:49 ---> 4e6e8fbbed5b 17:55:49 Step 24/26 : LABEL arch=x86_64 17:55:49 ---> Running in f115af9bac0b 17:55:49 Removing intermediate container f115af9bac0b 17:55:49 ---> b8bd6c450aaf 17:55:49 Step 25/26 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 17:55:49 ---> Running in 6cca4fcc12c2 17:55:49 Removing intermediate container 6cca4fcc12c2 17:55:49 ---> 91167334848e 17:55:49 Step 26/26 : LABEL version=0.0.0 17:55:49 ---> Running in ca575d0b7949 17:55:49 Removing intermediate container ca575d0b7949 17:55:49 ---> 0ea67bbe9eb9 17:55:49 17:55:49 Successfully built 0ea67bbe9eb9 17:55:49 Successfully tagged docker-sys-mgmt-agent-go:latest 17:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.337s coverage: 47.1% of statements 17:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements 17:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements 17:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:55:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:55:50 $ docker stop --time=1 2464e2b28162759af87284caba0a3f3ebcf0a4217a02c771c2cbaa730b75098c 17:55:51 $ docker rm -f 2464e2b28162759af87284caba0a3f3ebcf0a4217a02c771c2cbaa730b75098c [Pipeline] // withDockerContainer [Pipeline] sh 17:55:52 + docker images 17:55:52 + grep docker 17:55:52 docker-sys-mgmt-agent-go latest 0ea67bbe9eb9 3 seconds ago 313MB 17:55:52 docker-core-data-go latest f390e1fa3738 28 seconds ago 22.2MB 17:55:52 docker-security-bootstrap-redis-go latest 452c0f6d2d3b 54 seconds ago 15.8MB 17:55:52 docker-support-scheduler-go latest 4a0967094b84 56 seconds ago 10.7MB 17:55:52 docker-security-secretstore-setup-go latest 5f5d5c23904a About a minute ago 24.6MB 17:55:52 docker-security-proxy-setup-go latest 261526f38dac About a minute ago 24.5MB 17:55:52 docker-support-notifications-go latest 6d0c2dc305ac About a minute ago 12MB 17:55:52 docker-core-command-go latest 15be974b64e9 2 minutes ago 10.6MB 17:55:52 docker-core-metadata-go latest 32028cae2de4 2 minutes ago 13MB 17:55:52 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [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] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:55:53 Running on prd-ubuntu18.04-docker-8c-8g-18542 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws 17:55:53 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 17:55:55 using credential edgex-jenkins-ssh 17:55:55 Cloning the remote Git repository 17:55:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:55:55 > git init /w/workspace/edgex-go/5 # timeout=10 17:55:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:55:55 > git --version # timeout=10 17:55:55 > git --version # 'git version 2.17.1' 17:55:55 using GIT_SSH to set credentials SSH Credentials for GitHub 17:55:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:55:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.824s coverage: 29.1% of statements 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:55:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:55:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.142s coverage: 100.0% of statements 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:55:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:55:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:55:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:55:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:55:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 17:55:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 17:55:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 17:55:57 GO111MODULE=on go vet ./... 17:56:07 Merging remotes/origin/master commit 828b569b97d1497e97194cb37b384982112fa400 into PR head commit b48eada16333cc829670c470b7385597682ce50c 17:56:07 Merge succeeded, producing b48eada16333cc829670c470b7385597682ce50c 17:56:07 Checking out Revision b48eada16333cc829670c470b7385597682ce50c (PR-2986) 17:56:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:56:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:56:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:56:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:56:06 using GIT_SSH to set credentials SSH Credentials for GitHub 17:56:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:56:07 > git config core.sparsecheckout # timeout=10 17:56:07 > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 17:56:07 > git remote # timeout=10 17:56:07 > git config --get remote.origin.url # timeout=10 17:56:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:56:07 > git merge 828b569b97d1497e97194cb37b384982112fa400 # timeout=10 17:56:07 > git rev-parse HEAD^{commit} # timeout=10 17:56:07 > git config core.sparsecheckout # timeout=10 17:56:07 > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 17:56:10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:56:12 + echo snap-build.sh 17:56:12 snap-build.sh 17:56:12 + SNAP_BASE_DIR=. 17:56:12 + '[' '!' -z /w/workspace/edgex-go/5 ']' 17:56:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 17:56:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 17:56:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 17:56:12 + cd /w/workspace/edgex-go/5 17:56:12 + sudo apt-get remove -qy --purge lxd lxd-client 17:56:12 Reading package lists... 17:56:12 Building dependency tree... 17:56:12 Reading state information... 17:56:12 The following packages were automatically installed and are no longer required: 17:56:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:56:12 uidmap xdelta3 17:56:12 Use 'sudo apt autoremove' to remove them. 17:56:12 The following packages will be REMOVED: 17:56:12 lxd* lxd-client* 17:56:12 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:56:12 After this operation, 31.7 MB disk space will be freed. 17:56:13 (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.) 17:56:13 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:56:14 Removing lxd dnsmasq configuration 17:56:14 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:56:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:57:06 gofmt -l . 17:57:06 [ "`gofmt -l .`" = "" ] 17:57:06 ./bin/test-go-mod-tidy.sh 17:57:06 ./bin/test-attribution-txt.sh [Pipeline] sh 17:57:11 + ls -al . 17:57:11 total 668 17:57:11 drwxrwxr-x 9 1001 1001 4096 Jan 5 17:57 . 17:57:11 drwxr-xr-x 4 root root 4096 Jan 5 17:53 .. 17:57:11 -rw-rw-r-- 1 1001 1001 11 Jan 5 17:52 .dockerignore 17:57:11 drwxrwxr-x 8 1001 1001 4096 Jan 5 17:52 .git 17:57:11 drwxrwxr-x 3 1001 1001 4096 Jan 5 17:52 .github 17:57:11 -rw-rw-r-- 1 1001 1001 824 Jan 5 17:52 .gitignore 17:57:11 -rw-rw-r-- 1 1001 1001 166 Jan 5 17:52 .sonarcloud.properties 17:57:11 -rw-rw-r-- 1 1001 1001 3804 Jan 5 17:52 CONTRIBUTING.md 17:57:11 -rw-rw-r-- 1 1001 1001 931 Jan 5 17:52 Dockerfile.build 17:57:11 -rw-rw-r-- 1 1001 1001 863 Jan 5 17:52 Jenkinsfile 17:57:11 -rw-rw-r-- 1 1001 1001 10775 Jan 5 17:52 LICENSE 17:57:11 -rw-rw-r-- 1 1001 1001 5750 Jan 5 17:52 Makefile 17:57:11 -rw-rw-r-- 1 1001 1001 6511 Jan 5 17:52 README.md 17:57:11 -rw-rw-r-- 1 1001 1001 6744 Jan 5 17:52 SECURITY.md 17:57:11 -rw-rw-r-- 1 1001 1001 5 Jan 5 17:48 VERSION 17:57:11 -rw-rw-r-- 1 1001 1001 4131 Jan 5 17:52 ZMQWindows.md 17:57:11 drwxrwxr-x 2 1001 1001 4096 Jan 5 17:52 bin 17:57:11 drwxrwxr-x 14 1001 1001 4096 Jan 5 17:52 cmd 17:57:11 -rw-r--r-- 1 root root 541590 Jan 5 17:55 coverage.out 17:57:11 -rw-r--r-- 1 root root 979 Jan 5 17:57 go.mod 17:57:11 -rw-r--r-- 1 root root 19019 Jan 5 17:57 go.sum 17:57:11 drwxrwxr-x 8 1001 1001 4096 Jan 5 17:52 internal 17:57:11 drwxrwxr-x 4 1001 1001 4096 Jan 5 17:52 openapi 17:57:11 drwxrwxr-x 4 1001 1001 4096 Jan 5 17:52 snap 17:57:11 -rw-rw-r-- 1 1001 1001 168 Jan 5 17:52 version.go [Pipeline] sh 17:57:11 + '[' -e coverage.out ] 17:57:11 + chown 1001:1001 coverage.out [Pipeline] stash 17:57:11 Warning: overwriting stash ‘coverage-report’ 17:57:13 Stashed 1 file(s) [Pipeline] sh 17:57:13 + make build 17:57:13 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 17:57:23 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 17:57:36 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:57:36 (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.) 17:57:36 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:57:36 Processing triggers for systemd (237-3ubuntu10.42) ... 17:57:36 Processing triggers for ureadahead (0.100.0-21) ... 17:57:36 + sudo snap remove --purge lxd 17:57:36 snap "lxd" is not installed 17:57:36 + sudo groupadd --force --system lxd 17:57:36 ++ whoami 17:57:36 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:57:36 + newgrp - lxd 17:57:36 + sudo snap install lxd 17:57:39 2021-01-05T17:57:37Z INFO Waiting for automatic snapd restart... 17:57:46 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 17:57:48 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 17:57:53 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 17:57:54 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 17:57:57 lxd 4.9 from Canonical* installed 17:57:57 + sudo lxd init --auto 17:57:59 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 17:58:04 + sudo snap install --classic snapcraft 17:58:04 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 17:58:08 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 17:58:11 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 17:58:16 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 17:58:19 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] } 17:58:22 $ docker stop --time=1 2d549041873278f7523788478f734b85b764114c56f10c33ec0203312f827597 17:58:25 $ docker rm -f 2d549041873278f7523788478f734b85b764114c56f10c33ec0203312f827597 17:58:26 snapcraft 4.4.4 from Canonical* installed 17:58:26 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:58:26 + patch --verbose -p1 17:58:26 Hmm... Looks like a unified diff to me... 17:58:26 The text leading up to this was: 17:58:26 -------------------------- 17:58:26 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:58:26 |From: Tony Espy 17:58:26 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:58:26 |Subject: [PATCH] optimize snap build for pipeline CI check 17:58:26 | 17:58:26 |This patch is used by the EdgeX CI pipeline builds to 17:58:26 |optimize the snap CI check run for pull requests. When 17:58:26 |applied, it essentially strips out everything (apps and 17:58:26 |parts) from the snapcraft.yaml file except those required 17:58:26 |to build edgex-go, as the whole idea of the CI check is to 17:58:26 |catch changes to edgex-go that break the snap build. 17:58:26 | 17:58:26 |In general, anyone updating snapcraft.yaml will also need 17:58:26 |to update this patch file, otherwise it may fail to apply, 17:58:26 |resulting in a failed snap build CI check in the associated 17:58:26 |pull request. 17:58:26 | 17:58:26 |Note - in addition to applying this patch, the pipeline also 17:58:26 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:58:26 |need to build the finally binary .snap file (and it won't 17:58:26 |work with the patch applied). This further reduces the build 17:58:26 |time. 17:58:26 |--- 17:58:26 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:58:26 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:58:26 | 17:58:26 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:58:26 |index 1e537489..faf42425 100644 17:58:26 |--- a/snap/snapcraft.yaml 17:58:26 |+++ b/snap/snapcraft.yaml 17:58:26 -------------------------- 17:58:26 patching file snap/snapcraft.yaml 17:58:26 Using Plan A... 17:58:26 Hunk #1 succeeded at 73. 17:58:26 Hunk #2 succeeded at 202. 17:58:26 Hunk #3 succeeded at 214. 17:58:26 Hunk #4 succeeded at 222. 17:58:26 Hunk #5 succeeded at 229. 17:58:26 Hunk #6 succeeded at 256. 17:58:26 Hunk #7 succeeded at 290. 17:58:26 Hunk #8 succeeded at 341. 17:58:26 Hmm... Ignoring the trailing garbage. 17:58:26 done 17:58:26 + sudo snapcraft prime --use-lxd 17:58:26 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:58:26 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: 17:58:26 - README.md 17:58:26 17:58:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:58:27 Launching a container. 17:58:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:58:27 17:58:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:58:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:58:28 latest: Pulling from edgex-devops/edgex-compose-arm64 17:58:28 29e5d40040c1: Pulling fs layer 17:58:28 1ce36da41761: Pulling fs layer 17:58:28 25b303627fd3: Pulling fs layer 17:58:28 29e5d40040c1: Verifying Checksum 17:58:28 29e5d40040c1: Download complete 17:58:28 1ce36da41761: Verifying Checksum 17:58:28 1ce36da41761: Download complete 17:58:29 29e5d40040c1: Pull complete 17:58:30 1ce36da41761: Pull complete 17:58:31 25b303627fd3: Verifying Checksum 17:58:31 25b303627fd3: Download complete 17:58:41 25b303627fd3: Pull complete 17:58:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:58:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:58:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:58:41 prd-ubuntu18.04-docker-arm64-4c-16g-18547 does not seem to be running inside a container 17:58:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:58:41 Waiting for container to be ready 17:58:41 To start your first instance, try: lxc launch ubuntu:18.04 17:58:41 17:58:44 $ docker top 7fd3a6ad752d9e1019b1d4f848cad262ddeace103d759ab6fddaa9cfcd035a4a -eo pid,comm 17:58:44 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:58:44 Waiting for network to be ready... [Pipeline] { [Pipeline] sh 17:58:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:58:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 17:58:45 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:58:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 17:58:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 17:58:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 17:58:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 17:58:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 17:58:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 17:58:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 17:58:45 + grep parallel 17:58:45 + docker-compose build --help 17:58:45 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:58:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:58:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:58:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:58:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:58:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:58:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:58:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:58:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:58:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 17:58:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 17:58:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 17:58:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 17:58:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 17:58:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 17:58:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 17:58:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 17:58:48 --parallel Build images in parallel. [Pipeline] } 17:58:48 $ docker stop --time=1 7fd3a6ad752d9e1019b1d4f848cad262ddeace103d759ab6fddaa9cfcd035a4a 17:58:49 Fetched 23.6 MB in 5s (5055 kB/s) 17:58:50 $ docker rm -f 7fd3a6ad752d9e1019b1d4f848cad262ddeace103d759ab6fddaa9cfcd035a4a 17:58:50 Reading package lists... 17:58:50 Reading package lists... 17:58:50 Building dependency tree... 17:58:50 Reading state information... [Pipeline] // withDockerContainer 17:58:51 The following additional packages will be installed: 17:58:51 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:58:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:58:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:58:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:58:51 Suggested packages: 17:58:51 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:58:51 Recommended packages: 17:58:51 gnupg libsasl2-modules 17:58:51 The following NEW packages will be installed: 17:58:51 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:58:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:58:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:58:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:58:51 The following packages will be upgraded: 17:58:51 gpg gpg-agent gpgconf libudev1 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:58:51 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 17:58:51 Need to get 3531 kB of archives. 17:58:51 After this operation, 13.3 MB of additional disk space will be used. 17:58:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 17:58:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 17:58:51 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 17:58:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:58:51 . [Pipeline] withDockerContainer 17:58:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 17:58:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 17:58:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 17:58:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 17:58:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 17:58:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 17:58:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 17:58:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:58:52 prd-ubuntu18.04-docker-arm64-4c-16g-18547 does not seem to be running inside a container 17:58:52 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:58:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:58:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:58:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:58:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:58:52 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:58:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:58:52 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:58:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:58:52 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:58:52 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:58:52 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:58:52 debconf: delaying package configuration, since apt-utils is not installed 17:58:52 Fetched 3531 kB in 1s (3185 kB/s) 17:58:52 (Reading database ... 12511 files and directories currently installed.) 17:58:52 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 17:58:52 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:58:52 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 17:58:52 Selecting previously unselected package udev. 17:58:52 (Reading database ... 12511 files and directories currently installed.) 17:58:52 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 17:58:52 Unpacking udev (237-3ubuntu10.43) ... 17:58:53 Selecting previously unselected package libfuse2:amd64. 17:58:53 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:58:53 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:58:53 Selecting previously unselected package fuse. 17:58:53 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:58:53 Unpacking fuse (2.9.7-1ubuntu1) ... 17:58:53 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 17:58:53 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:58:53 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 17:58:53 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:58:53 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 17:58:53 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:58:53 $ docker top a7f55ed0582b5223f2616d3b4b34a9b36d464b2ce0be86c94baa5817c774834e -eo pid,comm 17:58:53 Selecting previously unselected package libksba8:amd64. 17:58:53 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:58:53 Unpacking libksba8:amd64 (1.3.5-2) ... 17:58:53 Selecting previously unselected package libroken18-heimdal:amd64. 17:58:53 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:53 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] { [Pipeline] sh 17:58:54 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:58:54 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:54 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:54 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:58:54 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:54 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:54 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:58:54 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:54 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:54 Selecting previously unselected package libwind0-heimdal:amd64. 17:58:54 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:54 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:54 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:58:54 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:54 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:54 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:58:54 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:54 + docker-compose -f ./docker-compose-build.yml build --parallel 17:58:54 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:54 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:58:54 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:54 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:54 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:58:54 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:54 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:54 Selecting previously unselected package libsasl2-modules-db:amd64. 17:58:54 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 17:58:54 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:58:54 Selecting previously unselected package libsasl2-2:amd64. 17:58:54 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 17:58:54 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:58:54 Selecting previously unselected package libldap-common. 17:58:54 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 17:58:54 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:58:54 Selecting previously unselected package libldap-2.4-2:amd64. 17:58:54 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 17:58:54 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:58:55 Selecting previously unselected package dirmngr. 17:58:55 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 17:58:55 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 17:58:55 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:58:55 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 17:58:55 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:58:55 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:58:55 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:58:55 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 17:58:55 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:55 Setting up libksba8:amd64 (1.3.5-2) ... 17:58:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:58:55 Setting up udev (237-3ubuntu10.43) ... 17:58:55 invoke-rc.d: policy-rc.d denied execution of start. 17:58:55 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:55 Processing triggers for systemd (237-3ubuntu10) ... 17:58:55 Setting up fuse (2.9.7-1ubuntu1) ... 17:58:55 Setting up gpg (2.2.4-1ubuntu1.3) ... 17:58:55 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:56 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:56 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:56 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:56 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:56 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:56 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:56 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:58:56 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 17:58:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:58:56 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:58:56 settings in the [Install] section, and DefaultInstance for template units). 17:58:56 This means they are not meant to be enabled using systemctl. 17:58:56 Possible reasons for having this kind of units are: 17:58:56 1) A unit may be statically enabled by being symlinked from another unit's 17:58:56 .wants/ or .requires/ directory. 17:58:56 2) A unit's purpose may be to act as a helper for some other unit which has 17:58:56 a requirement dependency on it. 17:58:56 3) A unit may be started when needed via activation (socket, path, timer, 17:58:56 D-Bus, udev, scripted systemctl call, ...). 17:58:56 4) In case of template units, the unit is meant to be enabled with some 17:58:56 instance name specified. 17:58:57 Reading package lists... 17:58:57 Building dependency tree... 17:58:57 Reading state information... 17:58:57 The following additional packages will be installed: 17:58:57 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:58:57 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:58:57 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:58:57 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:58:57 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:58:57 Suggested packages: 17:58:57 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:58:57 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:58:57 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:58:57 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:58:57 systemd-container policykit-1 17:58:57 Recommended packages: 17:58:57 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:58:57 The following NEW packages will be installed: 17:58:57 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:58:57 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:58:57 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:58:57 multiarch-support openssh-client python3 python3-minimal python3.6 17:58:57 python3.6-minimal snapd squashfs-tools sudo 17:58:57 The following packages will be upgraded: 17:58:57 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:58:57 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 17:58:57 Need to get 35.2 MB of archives. 17:58:57 After this operation, 141 MB of additional disk space will be used. 17:58:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:58:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:58:57 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 17:58:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 17:58:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 17:58:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:58:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 17:58:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 17:58:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 17:58:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:58:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:58:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:58:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:58:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:58:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:58:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 17:58:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:58:57 Building docker-core-command-go ... 17:58:57 Building docker-core-data-go ... 17:58:57 Building docker-core-metadata-go ... 17:58:57 Building docker-security-bootstrap-redis-go ... 17:58:57 Building docker-security-proxy-setup-go ... 17:58:57 Building docker-security-secretstore-setup-go ... 17:58:57 Building docker-support-notifications-go ... 17:58:57 Building docker-support-scheduler-go ... 17:58:57 Building docker-sys-mgmt-agent-go ... 17:58:57 Building docker-security-secretstore-setup-go 17:58:57 Building docker-sys-mgmt-agent-go 17:58:57 Building docker-core-metadata-go 17:58:57 Building docker-support-notifications-go 17:58:57 Building docker-security-bootstrap-redis-go 17:58:58 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 17:58:58 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:58:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:58:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:58:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:58:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:58:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:58:58 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:58:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 17:58:58 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:58:58 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:58:58 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:58:58 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 17:59:00 debconf: delaying package configuration, since apt-utils is not installed 17:59:00 Fetched 35.2 MB in 3s (12.3 MB/s) 17:59:00 (Reading database ... 12757 files and directories currently installed.) 17:59:00 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 17:59:00 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:59:01 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 17:59:01 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:59:01 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 17:59:01 (Reading database ... 12757 files and directories currently installed.) 17:59:01 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:59:01 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:59:01 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:59:01 (Reading database ... 12757 files and directories currently installed.) 17:59:01 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:59:01 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:59:02 Setting up apt (1.6.12ubuntu0.2) ... 17:59:02 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:59:02 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:59:02 (Reading database ... 12764 files and directories currently installed.) 17:59:02 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:59:02 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:59:03 Selecting previously unselected package libpython3.6-minimal:amd64. 17:59:03 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:59:03 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:59:03 Selecting previously unselected package libexpat1:amd64. 17:59:03 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:59:03 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:59:03 Selecting previously unselected package python3.6-minimal. 17:59:03 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:59:03 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:59:03 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 17:59:03 Checking for services that may need to be restarted...done. 17:59:04 Checking for services that may need to be restarted...done. 17:59:04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:59:04 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:59:04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:59:04 Selecting previously unselected package python3-minimal. 17:59:04 (Reading database ... 13012 files and directories currently installed.) 17:59:04 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:59:04 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:59:04 Selecting previously unselected package mime-support. 17:59:04 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:59:04 Unpacking mime-support (3.60ubuntu1) ... 17:59:04 Selecting previously unselected package libmpdec2:amd64. 17:59:04 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:59:04 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:59:04 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:59:04 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:59:04 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:59:05 Selecting previously unselected package python3.6. 17:59:05 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:59:05 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:59:05 Selecting previously unselected package libpython3-stdlib:amd64. 17:59:05 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:59:05 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:59:05 Setting up python3-minimal (3.6.7-1~18.04) ... 17:59:05 Selecting previously unselected package python3. 17:59:05 (Reading database ... 13442 files and directories currently installed.) 17:59:05 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:59:05 Unpacking python3 (3.6.7-1~18.04) ... 17:59:05 Selecting previously unselected package multiarch-support. 17:59:05 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:59:05 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:59:05 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:59:05 Selecting previously unselected package liblzo2-2:amd64. 17:59:05 (Reading database ... 13479 files and directories currently installed.) 17:59:05 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:59:05 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:59:05 Selecting previously unselected package libbsd0:amd64. 17:59:05 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:59:05 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:59:05 Selecting previously unselected package sudo. 17:59:05 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 17:59:05 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 17:59:06 Selecting previously unselected package apparmor. 17:59:06 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:59:06 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:59:06 Selecting previously unselected package libedit2:amd64. 17:59:06 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:59:06 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:59:06 Selecting previously unselected package libkrb5support0:amd64. 17:59:06 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:59:06 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:59:06 Selecting previously unselected package libk5crypto3:amd64. 17:59:06 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:59:06 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:59:06 Selecting previously unselected package libkeyutils1:amd64. 17:59:06 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:59:06 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:59:06 Selecting previously unselected package libkrb5-3:amd64. 17:59:06 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:59:06 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:59:06 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:59:06 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:59:06 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:59:06 Selecting previously unselected package libssl1.0.0:amd64. 17:59:06 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 17:59:06 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:59:07 Selecting previously unselected package openssh-client. 17:59:07 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:59:07 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:59:07 Selecting previously unselected package squashfs-tools. 17:59:07 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:59:07 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:59:07 Selecting previously unselected package snapd. 17:59:07 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 17:59:07 Unpacking snapd (2.48+18.04) ... 17:59:10 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:59:10 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:59:10 Setting up mime-support (3.60ubuntu1) ... 17:59:10 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 17:59:10 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:59:10 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:59:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:59:10 Setting up systemd (237-3ubuntu10.43) ... 17:59:10 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:59:10 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:59:11 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:59:11 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:59:11 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:59:11 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:59:11 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:59:12 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:59:12 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:59:12 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:59:12 Setting up python3 (3.6.7-1~18.04) ... 17:59:12 running python rtupdate hooks for python3.6... 17:59:12 running python post-rtupdate hooks for python3.6... 17:59:12 Setting up apparmor (2.12-4ubuntu5.1) ... 17:59:13 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:59:13 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:59:13 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:59:14 Setting up snapd (2.48+18.04) ... 17:59:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:59:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:59:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:59:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:59:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:59:15 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:59:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:59:15 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:59:15 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:59:16 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:59:16 /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' 17:59:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:59:16 Processing triggers for systemd (237-3ubuntu10.43) ... 17:59:17 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:59:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:59:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:59:18 Reading package lists... 17:59:18 Reading package lists... 17:59:18 Building dependency tree... 17:59:18 Reading state information... 17:59:19 Calculating upgrade... 17:59:19 The following packages will be upgraded: 17:59:19 advancecomp base-files bash binutils binutils-common 17:59:19 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:59:19 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:59:19 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 17:59:19 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 17:59:19 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 17:59:19 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 17:59:19 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 17:59:19 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 17:59:19 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 17:59:19 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 17:59:19 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 17:59:19 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 17:59:19 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 17:59:19 ubuntu-keyring util-linux 17:59:19 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:59:19 Need to get 63.7 MB of archives. 17:59:19 After this operation, 5201 kB of additional disk space will be used. 17:59:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 17:59:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:59:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:59:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:59:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:59:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:59:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:59:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:59:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:59:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:59:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:59:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:59:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:59:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:59:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:59:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:59:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:59:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:59:19 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:59:19 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:59:19 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:59:19 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:59:19 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:59:20 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:59:20 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:59:20 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:59:20 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:59:20 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:59:20 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:59:20 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:59:20 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:59:20 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:59:20 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:59:20 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:59:20 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:59:20 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 17:59:20 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:59:20 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:59:20 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:59:20 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 17:59:20 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 17:59:20 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:59:20 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:59:20 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:59:20 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 17:59:20 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:59:20 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:59:20 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:59:20 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:59:20 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:59:20 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:59:20 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:59:20 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:59:20 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:59:20 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:59:20 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:59:20 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:59:20 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:59:20 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:59:20 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:59:20 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:59:20 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:59:20 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:59:20 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:59:20 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:59:20 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:59:21 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:59:21 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:59:21 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 17:59:21 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:59:21 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:59:21 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:59:21 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:59:21 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:59:21 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:59:21 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:59:21 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:59:21 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:59:21 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:59:21 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:59:21 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:59:21 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:59:21 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 17:59:21 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:59:21 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:59:21 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:59:22 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:59:22 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:59:22 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:59:22 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:59:22 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:59:22 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:59:22 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:59:22 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:59:22 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:59:22 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:59:22 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:59:22 debconf: delaying package configuration, since apt-utils is not installed 17:59:22 Fetched 63.7 MB in 3s (21.4 MB/s) 17:59:22 (Reading database ... 13912 files and directories currently installed.) 17:59:22 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:59:22 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:59:23 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:59:23 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:59:23 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 17:59:23 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 17:59:24 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:24 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:24 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:24 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:24 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:24 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:24 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:24 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:24 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:24 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:24 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:24 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:24 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:24 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:25 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:25 (Reading database ... 13911 files and directories currently installed.) 17:59:25 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:25 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:59:25 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:59:25 (Reading database ... 13911 files and directories currently installed.) 17:59:25 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:25 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:25 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:25 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:25 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:25 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:25 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:25 (Reading database ... 13911 files and directories currently installed.) 17:59:25 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:59:26 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:59:26 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:59:26 (Reading database ... 13911 files and directories currently installed.) 17:59:26 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:59:26 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:59:26 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:59:26 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:59:27 Setting up base-files (10.1ubuntu2.10) ... 17:59:27 Installing new version of config file /etc/issue ... 17:59:27 Installing new version of config file /etc/issue.net ... 17:59:27 Installing new version of config file /etc/lsb-release ... 17:59:27 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:59:27 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:59:27 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:59:27 Removing obsolete conffile /etc/default/motd-news ... 17:59:27 (Reading database ... 13912 files and directories currently installed.) 17:59:27 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:59:27 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:59:27 Setting up bash (4.4.18-2ubuntu1.2) ... 17:59:27 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 17:59:27 (Reading database ... 13912 files and directories currently installed.) 17:59:27 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:27 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:59:27 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:59:28 (Reading database ... 13912 files and directories currently installed.) 17:59:28 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 17:59:28 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 17:59:28 Setting up tar (1.29b-2ubuntu0.1) ... 17:59:28 (Reading database ... 13912 files and directories currently installed.) 17:59:28 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:59:28 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:59:28 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:59:29 (Reading database ... 13912 files and directories currently installed.) 17:59:29 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:59:29 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:59:29 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:59:29 (Reading database ... 13912 files and directories currently installed.) 17:59:29 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:59:29 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:59:29 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:59:29 (Reading database ... 13912 files and directories currently installed.) 17:59:29 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:59:29 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:59:29 Setting up grep (3.1-2build1) ... 17:59:29 (Reading database ... 13912 files and directories currently installed.) 17:59:29 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:59:29 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:59:29 Setting up login (1:4.5-1ubuntu2) ... 17:59:29 (Reading database ... 13912 files and directories currently installed.) 17:59:29 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:59:30 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:59:30 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:59:30 (Reading database ... 13912 files and directories currently installed.) 17:59:30 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:59:30 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:59:30 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:59:30 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:59:30 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:59:30 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:59:31 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:59:31 (Reading database ... 13912 files and directories currently installed.) 17:59:31 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:59:31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:59:32 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:59:32 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:59:32 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:59:32 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:59:32 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:59:33 (Reading database ... 13912 files and directories currently installed.) 17:59:33 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:59:33 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:59:33 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:59:33 (Reading database ... 13912 files and directories currently installed.) 17:59:33 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:33 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:33 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:59:33 (Reading database ... 13912 files and directories currently installed.) 17:59:33 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:33 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:33 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:59:33 (Reading database ... 13912 files and directories currently installed.) 17:59:33 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:33 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:33 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:59:34 (Reading database ... 13912 files and directories currently installed.) 17:59:34 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:34 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:34 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:59:34 (Reading database ... 13912 files and directories currently installed.) 17:59:34 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:59:34 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:59:34 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:59:34 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:59:34 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:59:34 (Reading database ... 13912 files and directories currently installed.) 17:59:34 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:59:35 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:59:35 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:59:35 (Reading database ... 13912 files and directories currently installed.) 17:59:35 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:35 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:35 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:59:35 (Reading database ... 13912 files and directories currently installed.) 17:59:35 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:35 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:35 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:59:35 (Reading database ... 13912 files and directories currently installed.) 17:59:35 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:35 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:36 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:59:36 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:59:37 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:59:37 (Reading database ... 13912 files and directories currently installed.) 17:59:37 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:59:37 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:59:37 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:59:37 (Reading database ... 13912 files and directories currently installed.) 17:59:37 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:59:37 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:59:37 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:59:37 (Reading database ... 13914 files and directories currently installed.) 17:59:37 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:59:37 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:59:37 Setting up debconf (1.5.66ubuntu1) ... 17:59:38 (Reading database ... 13914 files and directories currently installed.) 17:59:38 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:59:38 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:59:38 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:59:38 (Reading database ... 13914 files and directories currently installed.) 17:59:38 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:59:38 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:59:38 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:59:38 (Reading database ... 13914 files and directories currently installed.) 17:59:38 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:59:38 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:59:38 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:59:38 (Reading database ... 13914 files and directories currently installed.) 17:59:38 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:38 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:39 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 17:59:39 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:59:39 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:59:39 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:59:39 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:59:39 (Reading database ... 13914 files and directories currently installed.) 17:59:39 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:59:39 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:59:39 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:59:39 (Reading database ... 13914 files and directories currently installed.) 17:59:39 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:59:39 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:59:39 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:59:40 (Reading database ... 13914 files and directories currently installed.) 17:59:40 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:59:40 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:59:40 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:59:40 (Reading database ... 13914 files and directories currently installed.) 17:59:40 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:59:40 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:59:40 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:59:40 (Reading database ... 13914 files and directories currently installed.) 17:59:40 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:59:40 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:59:40 Setting up passwd (1:4.5-1ubuntu2) ... 17:59:41 (Reading database ... 13914 files and directories currently installed.) 17:59:41 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 17:59:41 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:59:41 Setting up gpgv (2.2.4-1ubuntu1.3) ... 17:59:41 (Reading database ... 13914 files and directories currently installed.) 17:59:41 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:59:41 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:59:41 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:59:41 (Reading database ... 13914 files and directories currently installed.) 17:59:41 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:59:41 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:59:41 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:59:41 (Reading database ... 13914 files and directories currently installed.) 17:59:41 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:59:41 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:59:41 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:59:42 (Reading database ... 13914 files and directories currently installed.) 17:59:42 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:59:42 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:59:42 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:59:42 (Reading database ... 13914 files and directories currently installed.) 17:59:42 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:59:42 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:59:42 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:59:42 (Reading database ... 13914 files and directories currently installed.) 17:59:42 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:59:42 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:59:42 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:59:42 (Reading database ... 13915 files and directories currently installed.) 17:59:42 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:59:42 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:59:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:59:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:59:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:59:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:59:43 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 17:59:43 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 17:59:43 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:59:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:59:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:59:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:59:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:59:43 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:59:43 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:59:43 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:59:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:59:43 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:59:43 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:59:43 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:59:43 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:59:43 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:59:44 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 17:59:44 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 17:59:45 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:59:45 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:59:45 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:59:45 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:59:45 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:59:45 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:59:46 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:59:46 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:59:46 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:59:46 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:59:46 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:59:46 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:59:46 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:46 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:46 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:46 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:46 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:46 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:47 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:47 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:48 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:48 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:49 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:49 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:49 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:49 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:50 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:50 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:51 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:51 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:51 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:59:51 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:59:51 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:59:51 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:59:51 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:59:51 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:59:52 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:59:52 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:59:52 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:59:52 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:59:52 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:59:52 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:59:52 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:59:52 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:59:52 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:52 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:59:52 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:52 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:52 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:52 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:59:52 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:59:52 Setting up tzdata (2020d-0ubuntu0.18.04) ... 17:59:52 17:59:52 Current default time zone: 'Etc/UTC' 17:59:52 Local time is now: Tue Jan 5 17:59:52 UTC 2021. 17:59:52 Universal Time is now: Tue Jan 5 17:59:52 UTC 2021. 17:59:52 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:59:52 17:59:52 Setting up systemd-sysv (237-3ubuntu10.43) ... 17:59:52 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:52 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 17:59:53 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:59:53 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:59:53 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:59:53 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:59:53 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:59:53 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:59:53 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:59:53 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:53 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:59:53 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:53 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:59:53 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:53 Setting up patch (2.7.6-2ubuntu1.1) ... 17:59:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:59:53 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:59:53 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 17:59:53 Installing new version of config file /etc/ssl/openssl.cnf ... 17:59:53 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:59:53 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:59:53 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 17:59:55 Updating certificates in /etc/ssl/certs... 17:59:56 22 added, 17 removed; done. 17:59:56 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:59:56 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:56 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:59:56 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:59:56 Setting up pkgbinarymangler (138.18.04.1) ... 17:59:56 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:56 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:59:56 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:56 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:56 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:59:56 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:56 Setting up perl (5.26.1-6ubuntu0.5) ... 17:59:56 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:59:56 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:59:56 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:59:56 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:59:56 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:59:56 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:59:56 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:59:57 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:59:57 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:59:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:59:57 Processing triggers for systemd (237-3ubuntu10.43) ... 17:59:57 Processing triggers for mime-support (3.60ubuntu1) ... 17:59:57 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 17:59:57 Updating certificates in /etc/ssl/certs... 17:59:58 0 added, 0 removed; done. 17:59:58 Running hooks in /etc/ca-certificates/update.d... 17:59:58 done. 17:59:58 Reading package lists... 17:59:58 Building dependency tree... 17:59:58 Reading state information... 17:59:58 The following NEW packages will be installed: 17:59:58 apt-transport-https 17:59:58 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:59:58 Need to get 1696 B of archives. 17:59:58 After this operation, 153 kB of additional disk space will be used. 17:59:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:59:58 debconf: delaying package configuration, since apt-utils is not installed 17:59:58 Fetched 1696 B in 0s (26.7 kB/s) 17:59:58 Selecting previously unselected package apt-transport-https. 17:59:58 (Reading database ... 13929 files and directories currently installed.) 17:59:58 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:59:58 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:59:59 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:59:59 Waiting for network to be ready... 18:00:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:00:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:00:05 ---> 9e99e08fa7f3 18:00:05 Step 3/24 : WORKDIR /edgex-go 18:00:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:00:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:00:05 ---> 9e99e08fa7f3 18:00:05 Step 3/22 : WORKDIR /edgex-go 18:00:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:00:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:00:05 ---> 9e99e08fa7f3 18:00:05 Step 3/24 : WORKDIR /edgex-go 18:00:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:00:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:00:05 ---> 9e99e08fa7f3 18:00:05 Step 3/26 : WORKDIR /edgex-go 18:00:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:00:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:00:05 ---> 9e99e08fa7f3 18:00:05 Step 3/22 : WORKDIR /edgex-go 18:00:05 2021-01-05T18:00:02Z INFO Waiting for automatic snapd restart... 18:00:06 snapd 2.48.1 from Canonical* installed 18:00:07 "snapd" switched to the "latest/stable" channel 18:00:07 18:00:08 ---> Running in ff3194415463 18:00:08 ---> Running in 4cea9549eec1 18:00:08 ---> Running in 374042d5abe0 18:00:08 ---> Running in 81314f295d81 18:00:08 ---> Running in 77ae91eba3dc 18:00:09 Removing intermediate container ff3194415463 18:00:09 ---> 924b98b93aa0 18:00:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:09 Removing intermediate container 374042d5abe0 18:00:09 ---> ce9d48616c81 18:00:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:09 Removing intermediate container 77ae91eba3dc 18:00:09 ---> 61e8004e32f2 18:00:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:09 Removing intermediate container 4cea9549eec1 18:00:09 ---> 33eba9cabdc9 18:00:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:09 Removing intermediate container 81314f295d81 18:00:09 ---> 48c84cbbff05 18:00:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:09 ---> Running in 6b32e16f4a38 18:00:09 ---> Running in c1c3bad02b02 18:00:09 ---> Running in eb72755a240b 18:00:09 ---> Running in 48cfafca7cfc 18:00:09 ---> Running in 4a81940f8f0c 18:00:11 core18 20201210 from Canonical* installed 18:00:11 "core18" switched to the "latest/stable" channel 18:00:11 18:00:12 Removing intermediate container 6b32e16f4a38 18:00:12 ---> a61725c10871 18:00:12 Step 5/22 : RUN apk add --update --no-cache make git 18:00:13 ---> Running in e8299e501d9b 18:00:13 Removing intermediate container eb72755a240b 18:00:13 ---> a188f9e7d389 18:00:13 Step 5/24 : RUN apk add --update --no-cache make git 18:00:13 Removing intermediate container c1c3bad02b02 18:00:13 ---> d43c88e9343a 18:00:13 Step 5/22 : RUN apk add --update --no-cache make git 18:00:13 ---> Running in b660d77bc577 18:00:13 Removing intermediate container 4a81940f8f0c 18:00:13 ---> 91aca2e757b9 18:00:13 Step 5/26 : RUN apk add --update --no-cache make bash git 18:00:13 Removing intermediate container 48cfafca7cfc 18:00:13 ---> 2e2aa11932ed 18:00:13 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 18:00:13 ---> Running in a07206e46416 18:00:14 ---> Running in 8e697df495af 18:00:14 ---> Running in b05a088933f0 18:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:00:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:00:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:00:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:00:16 OK: 217 MiB in 51 packages 18:00:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:00:17 snapcraft 4.4.4 from Canonical* installed 18:00:17 "snapcraft" switched to the "latest/stable" channel 18:00:17 18:00:17 OK: 217 MiB in 51 packages 18:00:17 OK: 217 MiB in 51 packages 18:00:17 OK: 217 MiB in 51 packages 18:00:18 OK: 217 MiB in 51 packages 18:00:18 Removing intermediate container e8299e501d9b 18:00:18 ---> ccc184208471 18:00:18 Step 6/22 : COPY go.mod . 18:00:19 Removing intermediate container a07206e46416 18:00:19 ---> b79e474506f4 18:00:19 Step 6/22 : COPY go.mod . 18:00:19 Removing intermediate container b660d77bc577 18:00:19 ---> ed69bcee0775 18:00:19 Step 6/24 : COPY go.mod . 18:00:19 ---> 1767e2cdeacd 18:00:19 Step 7/22 : RUN go mod download 18:00:19 Removing intermediate container 8e697df495af 18:00:19 ---> 674b97d5d1c7 18:00:20 Step 6/26 : COPY go.mod . 18:00:20 ---> Running in c3d77768209e 18:00:20 Removing intermediate container b05a088933f0 18:00:20 ---> 2731a140afa3 18:00:20 Step 6/24 : COPY go.mod . 18:00:20 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: 18:00:20 - README.md 18:00:20 18:00:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:00:20 ---> 4d215df209f5 18:00:20 Step 7/22 : RUN go mod download 18:00:20 ---> Running in 36889394521e 18:00:20 ---> 7d096377315b 18:00:20 Step 7/24 : RUN go mod download 18:00:21 ---> Running in 12e1fbd9665e 18:00:21 ---> 1a7a6688c913 18:00:21 Step 7/26 : RUN go mod download 18:00:21 ---> faa278999514 18:00:21 Step 7/24 : RUN go mod download 18:00:21 ---> Running in fb4a5277d275 18:00:21 ---> Running in 02c74a8628f9 18:00:24 Removing intermediate container c3d77768209e 18:00:24 ---> e3600a989a35 18:00:24 Step 8/22 : COPY . . 18:00:25 Removing intermediate container 36889394521e 18:00:25 ---> 453bc8ec011a 18:00:25 Step 8/22 : COPY . . 18:00:26 Removing intermediate container 12e1fbd9665e 18:00:26 ---> d4498d4e79fb 18:00:26 Step 8/24 : COPY . . 18:00:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:00:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:00:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:00:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:00:27 Removing intermediate container fb4a5277d275 18:00:27 ---> 6144c107c74d 18:00:27 Step 8/26 : COPY . . 18:00:27 Removing intermediate container 02c74a8628f9 18:00:27 ---> 6dbbe6d45305 18:00:27 Step 8/24 : COPY . . 18:00:27 Reading package lists... 18:00:28 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 18:00:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:00:34 Reading package lists... 18:00:34 Building dependency tree... 18:00:34 Reading state information... 18:00:34 Suggested packages: 18:00:34 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:00:34 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:00:34 Recommended packages: 18:00:34 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:00:34 The following NEW packages will be installed: 18:00:34 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:00:34 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:00:34 pkg-config zip 18:00:34 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:00:34 Need to get 7655 kB of archives. 18:00:34 After this operation, 43.7 MB of additional disk space will be used. 18:00:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:00:34 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:00:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:00:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:00:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:00:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:00:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:00:35 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:00:35 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:00:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:00:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:00:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:00:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:00:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:00:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:00:37 debconf: delaying package configuration, since apt-utils is not installed 18:00:37 Fetched 7655 kB in 3s (2774 kB/s) 18:00:37 Selecting previously unselected package libglib2.0-0:amd64. 18:00:37 (Reading database ... 13933 files and directories currently installed.) 18:00:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:00:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:00:37 Selecting previously unselected package libpsl5:amd64. 18:00:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:00:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:00:37 Selecting previously unselected package libnghttp2-14:amd64. 18:00:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:00:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:00:38 Selecting previously unselected package librtmp1:amd64. 18:00:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:00:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:00:38 Selecting previously unselected package libcurl3-gnutls:amd64. 18:00:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:00:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:00:38 Selecting previously unselected package liberror-perl. 18:00:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:00:38 Unpacking liberror-perl (0.17025-1) ... 18:00:38 Selecting previously unselected package git-man. 18:00:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:00:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:00:38 Selecting previously unselected package git. 18:00:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:00:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:00:39 Selecting previously unselected package libnorm1:amd64. 18:00:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:00:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:00:39 Selecting previously unselected package libpgm-5.2-0:amd64. 18:00:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:00:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:00:39 Selecting previously unselected package libsodium23:amd64. 18:00:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:00:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:00:39 Selecting previously unselected package libzmq5:amd64. 18:00:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:00:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:00:39 Selecting previously unselected package libzmq3-dev:amd64. 18:00:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:00:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:00:39 Selecting previously unselected package pkg-config. 18:00:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:00:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:00:39 Selecting previously unselected package zip. 18:00:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:00:39 Unpacking zip (3.0-11build1) ... 18:00:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:00:39 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:00:39 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:00:39 Setting up liberror-perl (0.17025-1) ... 18:00:39 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:00:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:00:40 No schema files found: doing nothing. 18:00:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:00:40 Setting up zip (3.0-11build1) ... 18:00:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:00:40 Setting up libsodium23:amd64 (1.0.16-2) ... 18:00:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:00:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:00:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:00:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:00:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:00:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:00:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:00:47 git set to automatically installed. 18:00:47 git-man set to automatically installed. 18:00:47 libcurl3-gnutls set to automatically installed. 18:00:47 liberror-perl set to automatically installed. 18:00:47 libglib2.0-0 set to automatically installed. 18:00:47 libnghttp2-14 set to automatically installed. 18:00:47 libnorm1 set to automatically installed. 18:00:47 libpgm-5.2-0 set to automatically installed. 18:00:47 libpsl5 set to automatically installed. 18:00:47 librtmp1 set to automatically installed. 18:00:47 libsodium23 set to automatically installed. 18:00:47 libzmq3-dev set to automatically installed. 18:00:47 libzmq5 set to automatically installed. 18:00:47 pkg-config set to automatically installed. 18:00:47 zip set to automatically installed. 18:00:48 snapd is not logged in, snap install commands will use sudo 18:00:54 ---> 1fa1c769ebe6 18:00:54 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis ---> 79da5823423e 18:00:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:00:54 18:00:54 ---> 416e400db2bc 18:00:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:00:54 ---> 14fba7585cc3 18:00:54 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:00:54 ---> 47f31173ebeb 18:00:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:00:54 ---> Running in 10dfc37b1db0 18:00:54 ---> Running in 5c20a69e6b85 18:00:54 ---> Running in 3f988fd43d98 18:00:54 ---> Running in c09e6a27a023 18:00:54 ---> Running in 69b4fac1ad21 18:00:54 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 18:00:54 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 18:00:54 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 18:00:54 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 18:00:54 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 18:00:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:00:55 snap "core18" has no updates available 18:00:56 Pulling config-common 18:00:56 Pulling go-build-helper 18:01:23 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:01:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:01:23 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:01:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 18:01:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:01:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:01:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:01:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:01:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:01:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:01:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:01:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 18:01:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:01:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:01:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 18:01:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 18:01:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 18:01:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 18:01:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:01:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 18:01:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 18:01:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 18:01:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 18:01:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 18:01:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 18:01:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 18:01:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 18:01:23 Fetched 23.6 MB in 0s (0 B/s) 18:01:23 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:01:23 Fetched 96.5 kB in 0s (0 B/s) 18:01:23 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:01:23 Fetched 279 kB in 0s (0 B/s) 18:01:23 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:01:23 Fetched 122 kB in 0s (0 B/s) 18:01:23 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:01:23 Fetched 77.8 kB in 0s (0 B/s) 18:01:23 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:01:23 Fetched 8848 B in 0s (0 B/s) 18:01:23 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:01:23 Fetched 47.8 kB in 0s (0 B/s) 18:01:23 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:01:23 Fetched 45.6 kB in 0s (0 B/s) 18:01:23 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 18:01:23 Fetched 14.8 kB in 0s (0 B/s) 18:01:23 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:01:23 Fetched 214 kB in 0s (0 B/s) 18:01:23 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:01:23 Fetched 155 kB in 0s (0 B/s) 18:01:23 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:01:23 Fetched 50.6 kB in 0s (0 B/s) 18:01:23 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:01:23 Fetched 14.8 kB in 0s (0 B/s) 18:01:23 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:01:23 Fetched 41.8 kB in 0s (0 B/s) 18:01:23 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:01:23 Fetched 499 kB in 0s (0 B/s) 18:01:23 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:01:23 Fetched 111 kB in 0s (0 B/s) 18:01:23 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:01:23 Fetched 240 kB in 0s (0 B/s) 18:01:23 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:01:23 Fetched 29.3 kB in 0s (0 B/s) 18:01:23 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:01:23 Fetched 85.5 kB in 0s (0 B/s) 18:01:23 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:01:23 Fetched 24.5 kB in 0s (0 B/s) 18:01:23 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 18:01:23 Fetched 49.2 kB in 0s (0 B/s) 18:01:23 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:01:23 Fetched 54.2 kB in 0s (0 B/s) 18:01:23 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:01:23 Fetched 30.8 kB in 0s (0 B/s) 18:01:23 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:01:23 Fetched 17.0 kB in 0s (0 B/s) 18:01:23 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:01:23 Fetched 85.9 kB in 0s (0 B/s) 18:01:23 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:01:23 Fetched 8720 B in 0s (0 B/s) 18:01:23 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:01:23 Fetched 137 kB in 0s (0 B/s) 18:01:23 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:01:23 Fetched 119 kB in 0s (0 B/s) 18:01:23 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:01:23 Fetched 109 kB in 0s (0 B/s) 18:01:23 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:01:23 Fetched 11.1 kB in 0s (0 B/s) 18:01:23 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:01:23 Fetched 645 kB in 0s (0 B/s) 18:01:23 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:01:23 Fetched 41.3 kB in 0s (0 B/s) 18:01:23 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:01:23 Fetched 17.9 kB in 0s (0 B/s) 18:01:23 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:01:23 Fetched 368 kB in 0s (0 B/s) 18:01:23 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:01:23 Fetched 187 kB in 0s (0 B/s) 18:01:23 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:01:23 Fetched 175 kB in 0s (0 B/s) 18:01:23 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:01:23 Fetched 206 kB in 0s (0 B/s) 18:01:23 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:01:23 Fetched 1301 kB in 0s (0 B/s) 18:01:23 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:01:23 Fetched 36.2 kB in 0s (0 B/s) 18:01:23 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:01:23 Fetched 159 kB in 0s (0 B/s) 18:01:23 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:01:23 Fetched 107 kB in 0s (0 B/s) 18:01:23 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:01:23 Fetched 48.7 kB in 0s (0 B/s) 18:01:23 Pulling static-packages 18:01:24 'go115' has dependencies that need to be staged: static-packages go-build-helper 18:01:24 Skipping pull go-build-helper (already ran) 18:01:24 Skipping pull static-packages (already ran) 18:01:24 Building go-build-helper 18:01:28 Building static-packages 18:01:30 Staging go-build-helper 18:01:31 Staging static-packages 18:01:32 Pulling go115 18:01:33 'edgex-go' has dependencies that need to be staged: go115 18:01:33 Skipping pull go115 (already ran) 18:01:33 Building go115 18:01:33 % Total % Received % Xferd Average Speed Time Time Time Current 18:01:33 Dload Upload Total Spent Left Speed 18:01:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 7832 0 4:17:48 --:--:-- 4:17:48 7823 9 115M 9 10.8M 0 0 7721k 0 0:00:15 0:00:01 0:00:14 7715k 42 115M 42 49.2M 0 0 20.2M 0 0:00:05 0:00:02 0:00:03 20.1M 77 115M 77 89.2M 0 0 25.9M 0 0:00:04 0:00:03 0:00:01 25.9M 100 115M 100 115M 0 0 28.6M 0 0:00:04 0:00:04 --:--:-- 28.6M 18:01:38 go1.15.2.linux-amd64.tar.gz: OK 18:01:42 Staging go115 18:01:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:01:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:01:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:01:49 Fetched 0 B in 0s (0 B/s) 18:01:49 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:01:49 Fetched 224 kB in 0s (0 B/s) 18:01:49 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:01:49 Fetched 157 kB in 0s (0 B/s) 18:01:49 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:01:49 Fetched 221 kB in 0s (0 B/s) 18:01:49 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:01:49 Fetched 143 kB in 0s (0 B/s) 18:01:49 Pulling edgex-go 18:01:50 Pulling version 18:01:51 Building config-common 18:01:53 Skipping build go-build-helper (already ran) 18:01:53 Skipping build static-packages (already ran) 18:01:53 Skipping build go115 (already ran) 18:01:53 Building edgex-go 18:01:54 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 18:01:55 go: downloading github.com/gorilla/mux v1.8.0 18:01:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:01:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.138 18:01:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 18:01:55 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 18:01:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:01:55 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 18:01:55 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 18:01:55 go: downloading github.com/pelletier/go-toml v1.2.0 18:01:55 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:01:55 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 18:01:55 go: downloading github.com/x448/float16 v0.8.4 18:01:55 go: downloading github.com/BurntSushi/toml v0.3.1 18:01:55 go: downloading github.com/google/uuid v1.1.4 18:01:55 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:01:55 go: downloading github.com/go-kit/kit v0.8.0 18:01:55 go: downloading gopkg.in/yaml.v2 v2.4.0 18:01:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:01:56 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:01:56 go: downloading github.com/pkg/errors v0.8.1 18:01:56 go: downloading github.com/pebbe/zmq4 v1.0.0 18:01:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:01:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:01:56 go: downloading github.com/hashicorp/consul/api v1.1.0 18:01:56 go: downloading github.com/go-playground/universal-translator v0.17.0 18:01:56 go: downloading github.com/imdario/mergo v0.3.11 18:01:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:01:56 go: downloading github.com/leodido/go-urn v1.2.0 18:01:56 go: downloading github.com/mitchellh/copystructure v1.0.0 18:01:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:01:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:01:56 go: downloading github.com/go-playground/locales v0.13.0 18:01:56 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:01:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:01:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:01:56 go: downloading github.com/hashicorp/serf v0.8.2 18:01:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:01:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:01:56 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:01:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:02:05 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 18:02:09 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 18:02:09 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 18:02:10 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 18:02:11 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 18:02:11 go: downloading github.com/stretchr/testify v1.6.1 18:02:11 go: downloading github.com/pmezard/go-difflib v1.0.0 18:02:11 go: downloading github.com/davecgh/go-spew v1.1.1 18:02:11 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:02:12 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 18:02:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:02:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:02:13 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 18:02:13 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:02:14 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 18:02:15 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:02: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 18:02:16 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 18:02: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 18:02:17 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 18:02:20 Building version 18:02:23 Staging config-common 18:02:23 Skipping stage go-build-helper (already ran) 18:02:23 Skipping stage static-packages (already ran) 18:02:23 Skipping stage go115 (already ran) 18:02:23 Staging edgex-go 18:02:24 Removing intermediate container 10dfc37b1db0 18:02:24 ---> 7773bb8cc8f2 18:02:24 18:02:24 Step 10/22 : FROM alpine:3.12 18:02:24 3.12: Pulling from library/alpine 18:02:24 Removing intermediate container 3f988fd43d98 18:02:24 ---> ee3cd9b67326 18:02:24 18:02:24 Step 10/24 : FROM alpine:3.12 18:02:25 Staging version 18:02:25 3.12: Pulling from library/alpine 18:02:26 Priming config-common 18:02:27 Priming go-build-helper 18:02:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:02:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:02:27 Status: Downloaded newer image for alpine:3.12 18:02:27 ---> afeebe901d6b 18:02:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:02:27 Status: Image is up to date for alpine:3.12 18:02:27 ---> afeebe901d6b 18:02:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:02:27 Removing intermediate container c09e6a27a023 18:02:27 ---> 571701d61a07 18:02:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:02:27 ---> Running in a77364a5c17c 18:02:27 ---> Running in 88cf8e3779fc 18:02:27 ---> Running in 003b18dcd3e5 18:02:27 Priming static-packages 18:02:27 Removing intermediate container 69b4fac1ad21 18:02:27 ---> 1008c8348420 18:02:27 18:02:27 Step 10/24 : FROM scratch 18:02:27 ---> 18:02:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:02:28 ---> Running in e19b9cd5e502 18:02:29 Removing intermediate container e19b9cd5e502 18:02:29 ---> 0413d7ed35e6 18:02:29 Step 12/24 : ENV APP_PORT=48060 18:02:29 ---> Running in 3fb53f4c80e5 18:02:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:02:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:02:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:02:30 Removing intermediate container 3fb53f4c80e5 18:02:30 ---> 6becee3c73ef 18:02:30 Step 13/24 : EXPOSE $APP_PORT 18:02:30 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 18:02:30 ---> Running in 7daddb65b8a7 18:02:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:02:30 Priming go115 18:02:30 (1/5) Installing ca-certificates (20191127-r4) 18:02:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:02:30 (3/5) Installing libcurl (7.69.1-r3) 18:02:30 (1/5) Installing ca-certificates (20191127-r4) 18:02:30 (4/5) Installing curl (7.69.1-r3) 18:02:30 (5/5) Installing dumb-init (1.2.2-r1) 18:02:30 Executing busybox-1.31.1-r19.trigger 18:02:30 Executing ca-certificates-20191127-r4.trigger 18:02:30 Removing intermediate container 7daddb65b8a7 18:02:30 ---> 5e2fdf52441e 18:02:30 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:02:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:02:31 (3/5) Installing libcurl (7.69.1-r3) 18:02:31 (4/5) Installing curl (7.69.1-r3) 18:02:31 (5/5) Installing dumb-init (1.2.2-r1) 18:02:31 Executing busybox-1.31.1-r19.trigger 18:02:31 Executing ca-certificates-20191127-r4.trigger 18:02:31 OK: 7 MiB in 19 packages 18:02:31 Priming edgex-go 18:02:31 OK: 7 MiB in 19 packages 18:02:32 ---> 1608a3e1f42d 18:02:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:02:32 Priming version 18:02:33 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv 18:02:35 Removing intermediate container a77364a5c17c 18:02:35 ---> 9d391e5b08ed 18:02:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:02:35 Removing intermediate container 003b18dcd3e5 18:02:35 ---> 18dcce1d12c9 18:02:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:02:35 ---> 08927990e370 18:02:35 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:02:35 ---> Running in 10b2b3c80c27 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 18:02:35 ---> Running in a4b044f4ad22 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:02:36 Removing intermediate container 10b2b3c80c27 18:02:36 ---> 6000b989ba57 18:02:36 Step 13/22 : WORKDIR / 18:02:36 Removing intermediate container a4b044f4ad22 18:02:36 ---> 5c8852f9c5fe 18:02:36 Step 13/24 : WORKDIR / 18:02:36 Removing intermediate container 88cf8e3779fc 18:02:36 ---> 5d04efaeaee2 18:02:36 18:02:36 Step 11/26 : FROM docker:20.10.0 18:02:36 20.10.0: Pulling from library/docker 18:02:36 ---> Running in 9ed22564db62 18:02:36 ---> Running in 44604588764d 18:02:37 ---> 62701078a0b9 18:02:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:02:38 Removing intermediate container 9ed22564db62 18:02:38 ---> 3cf1d0412417 18:02:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 18:02:38 Removing intermediate container 44604588764d 18:02:38 ---> ff50cece3201 18:02:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:02:38 ---> 6c093ac2913e 18:02:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:02:39 ---> fa1b7d5bf5a5 18:02:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:02:39 ---> 06ae683d34e7 18:02:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:02:40 Removing intermediate container 5c20a69e6b85 18:02:40 ---> e5e7454a1379 18:02:40 18:02:40 Step 10/22 : FROM scratch 18:02:40 ---> 18:02:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:02:41 ---> 1c897cb61c8a 18:02:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:02:41 ---> Running in 915c23a54da5 18:02:41 ---> 6860e7949548 18:02:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:02:41 ---> 2a0449ca672a 18:02:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:02:41 Removing intermediate container 915c23a54da5 18:02:41 ---> 39373f25b1cc 18:02:41 Step 12/22 : ENV APP_PORT=48081 18:02:41 ---> Running in 99171d45bc09 18:02:42 ---> 8fa12ed42827 18:02:42 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:02:42 ---> Running in e538df779d8d 18:02:42 ---> c4f0e3e1f3b7 18:02:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:02:42 ---> f3d9d61cbe5a 18:02:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:02:43 Removing intermediate container 99171d45bc09 18:02:43 ---> 362b96d9eb51 18:02:43 Step 13/22 : EXPOSE $APP_PORT 18:02:43 ---> Running in 5ae63bdbd4de 18:02:43 Removing intermediate container e538df779d8d 18:02:43 ---> 928b7abc7e3a 18:02:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:02:43 ---> Running in 4952bbde4cab 18:02:44 ---> ecc3bdf710ad 18:02:44 Step 18/22 : RUN chmod +x entrypoint.sh 18:02:44 Removing intermediate container 5ae63bdbd4de 18:02:44 ---> 4c86862b313a 18:02:44 Step 14/22 : WORKDIR / 18:02:44 ---> Running in bb2e851cf41f 18:02:44 ---> Running in b0216a8a42fc 18:02:45 ---> 1caebce39563 18:02:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:02:45 Removing intermediate container 4952bbde4cab 18:02:45 ---> b76d78572e85 18:02:45 Step 22/24 : LABEL arch=arm64 18:02:45 ---> Running in 103b68c4226f 18:02:45 Removing intermediate container bb2e851cf41f 18:02:45 ---> 3ec6e9279d15 18:02:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:02:46 Removing intermediate container 103b68c4226f 18:02:46 ---> 8fa3e839288c 18:02:46 Step 23/24 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 18:02:47 ---> 4de6aa30ebea 18:02:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:02:47 ---> 6b47f71c50b1 18:02:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:02:47 ---> Running in 67c7f76cb072 18:02:48 Removing intermediate container 67c7f76cb072 18:02:48 ---> df488b0ff005 18:02:48 Step 24/24 : LABEL version=0.0.0 18:02:48 Removing intermediate container b0216a8a42fc 18:02:48 ---> 7d0a35503902 18:02:48 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:02:49 ---> Running in ee06dacadf73 18:02:49 ---> c153753cad5b 18:02:49 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:02:49 ---> Running in bfc29fa2b595 18:02:49 ---> 503c85fd2da8 18:02:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:02:49 ---> Running in 620007f20ece 18:02:49 Removing intermediate container ee06dacadf73 18:02:49 ---> f1f89c872db5 18:02:49 18:02:50 Removing intermediate container bfc29fa2b595 18:02:50 ---> c15e4adeb3e3 18:02:50 Step 20/22 : LABEL arch=arm64 18:02:50 Successfully built f1f89c872db5 18:02:50 Successfully tagged docker-support-notifications-go-arm64:latest 18:02:50 ---> Running in 92c5bd991629 18:02:50  Building docker-support-notifications-go ... done Building docker-core-command-go 18:02:51 ---> 8bd9a481fe35 18:02:51 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:02:51 ---> Running in cd11e4bee6d4 18:02:51 Removing intermediate container 92c5bd991629 18:02:51 ---> 86936d5df13e 18:02:51 Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 18:02:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:02:51 Status: Downloaded newer image for docker:20.10.0 18:02:51 ---> eeaf43b92773 18:02:51 Step 12/26 : RUN apk add --no-cache bash 18:02:51 ---> Running in dbf17c99ec62 18:02:51 ---> Running in a096bf5eb668 18:02:52 Removing intermediate container cd11e4bee6d4 18:02:52 ---> 46bb4d0f9bae 18:02:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:02:52 Removing intermediate container a096bf5eb668 18:02:52 ---> 14c117978ca6 18:02:52 Step 22/22 : LABEL version=0.0.0 18:02:53 ---> Running in f358e66c269e 18:02:53 ---> Running in a6198cc861e3 18:02:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:02:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:02:54 (1/2) Installing readline (8.0.4-r0) 18:02:54 (2/2) Installing bash (5.0.17-r0) 18:02:54 Removing intermediate container 620007f20ece 18:02:54 ---> 23acf2eaeee3 18:02:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:02:54 Executing bash-5.0.17-r0.post-install 18:02:54 Executing busybox-1.31.1-r19.trigger 18:02:54 OK: 12 MiB in 22 packages 18:02:54 Removing intermediate container f358e66c269e 18:02:54 ---> 35d338a337dd 18:02:54 Step 20/22 : LABEL arch=arm64 18:02:54 Removing intermediate container a6198cc861e3 18:02:54 ---> 2cea4d1a8663 18:02:54 18:02:55 ---> Running in 5d148a7e061c 18:02:55 Successfully built 2cea4d1a8663 18:02:55 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 18:02:55  Building docker-security-bootstrap-redis-go ... done  ---> Running in 0f2fd810ad44 18:02:55 Building docker-core-data-go 18:02:56 Removing intermediate container 5d148a7e061c 18:02:56 ---> 35025359ea66 18:02:56 Step 22/24 : LABEL arch=arm64 18:02:56 Removing intermediate container 0f2fd810ad44 18:02:56 ---> 78f74ec6c97c 18:02:56 Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 18:02:56 ---> Running in 9b7b453a778e 18:02:56 ---> Running in 6d09e8e8bebf 18:02:56 Removing intermediate container dbf17c99ec62 18:02:56 ---> 03347e570aa8 18:02:56 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:02:56 Removing intermediate container 9b7b453a778e 18:02:56 ---> 204e083eb586 18:02:56 Step 23/24 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 18:02:57 ---> Running in 2949b1bbd2a8 18:02:57 ---> Running in fba81e378094 18:02:57 Removing intermediate container 6d09e8e8bebf 18:02:57 ---> e7512e4a13e1 18:02:57 Step 22/22 : LABEL version=0.0.0 18:02:57 ---> Running in fcbb474392f5 18:02:57 Removing intermediate container 2949b1bbd2a8 18:02:57 ---> 979b8d4e9ee8 18:02:57 Step 14/26 : ENV APP_PORT=48090 18:02:58 Removing intermediate container fba81e378094 18:02:58 ---> 7898338bae50 18:02:58 Step 24/24 : LABEL version=0.0.0 18:02:58 ---> Running in 17ba8f8bbc5f 18:02:58 ---> Running in 0b383f6870ba 18:02:58 Removing intermediate container fcbb474392f5 18:02:58 ---> 0cb1c64fbeb3 18:02:58 18:02:58 Successfully built 0cb1c64fbeb3 18:02:59 Successfully tagged docker-core-metadata-go-arm64:latest 18:02:59  Building docker-core-metadata-go ... done Removing intermediate container 0b383f6870ba 18:02:59 ---> fb46623012ed 18:02:59 Building docker-security-proxy-setup-go 18:02:59 18:02:59 Successfully built fb46623012ed 18:02:59 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:02:59 Building docker-support-scheduler-go 18:02:59  Building docker-security-secretstore-setup-go ... done Removing intermediate container 17ba8f8bbc5f 18:02:59 ---> 31f16cc33a98 18:02:59 Step 15/26 : EXPOSE $APP_PORT 18:03:00 ---> Running in 432081193bf1 18:03:00 Removing intermediate container 432081193bf1 18:03:00 ---> dab77342d981 18:03:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:03:02 ---> 5cbd0b68e443 18:03:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:03:03 ---> 092ba8f23d95 18:03:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:03:05 ---> 70ace7c93512 18:03:05 Step 19/26 : RUN apk --no-cache add py3-pip 18:03:05 ---> Running in 279ce5141f23 18:03:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:08 (1/33) Installing libbz2 (1.0.8-r1) 18:03:08 (2/33) Installing expat (2.2.9-r1) 18:03:08 (3/33) Installing libffi (3.3-r2) 18:03:08 (4/33) Installing gdbm (1.13-r1) 18:03:08 (5/33) Installing xz-libs (5.2.5-r0) 18:03:08 (6/33) Installing sqlite-libs (3.32.1-r0) 18:03:08 (7/33) Installing python3 (3.8.5-r0) 18:03:10 (8/33) Installing py3-appdirs (1.4.4-r1) 18:03:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:03:10 (10/33) Installing py3-parsing (2.4.7-r0) 18:03:10 (11/33) Installing py3-six (1.15.0-r0) 18:03:10 (12/33) Installing py3-packaging (20.4-r0) 18:03:10 (13/33) Installing py3-setuptools (47.0.0-r0) 18:03:10 (14/33) Installing py3-chardet (3.0.4-r4) 18:03:10 (15/33) Installing py3-idna (2.9-r0) 18:03:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:03:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:03:10 (18/33) Installing py3-requests (2.23.0-r0) 18:03:10 (19/33) Installing py3-msgpack (1.0.0-r0) 18:03:10 (20/33) Installing py3-lockfile (0.12.2-r3) 18:03:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:03:10 (22/33) Installing py3-colorama (0.4.3-r0) 18:03:10 (23/33) Installing py3-distlib (0.3.0-r0) 18:03:10 (24/33) Installing py3-distro (1.5.0-r1) 18:03:10 (25/33) Installing py3-webencodings (0.5.1-r3) 18:03:10 (26/33) Installing py3-html5lib (1.0.1-r4) 18:03:10 (27/33) Installing py3-pytoml (0.1.21-r0) 18:03:10 (28/33) Installing py3-pep517 (0.8.2-r0) 18:03:10 (29/33) Installing py3-progress (1.5-r0) 18:03:10 (30/33) Installing py3-toml (0.10.1-r0) 18:03:10 (31/33) Installing py3-retrying (1.3.3-r0) 18:03:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:03:10 (33/33) Installing py3-pip (20.1.1-r0) 18:03:10 Executing busybox-1.31.1-r19.trigger 18:03:10 OK: 71 MiB in 55 packages 18:03:20 Removing intermediate container 279ce5141f23 18:03:20 ---> e3452e3a92fb 18:03:20 Step 20/26 : RUN pip install docker-compose==1.23.2 18:03:20 ---> Running in 42802712744d 18:03:27 Collecting docker-compose==1.23.2 18:03:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:03:27 Collecting dockerpty<0.5,>=0.4.1 18:03:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:03:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:03:28 ---> 9e99e08fa7f3 18:03:28 Step 3/22 : WORKDIR /edgex-go 18:03:28 ---> Using cache 18:03:28 ---> 33eba9cabdc9 18:03:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:28 ---> Using cache 18:03:28 ---> 91aca2e757b9 18:03:28 Step 5/22 : RUN apk add --update --no-cache make git 18:03:30 Collecting cached-property<2,>=1.2.0 18:03:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:03:31 ---> Running in ed37a43aff1e 18:03:31 Collecting websocket-client<1.0,>=0.32.0 18:03:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:03:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:03:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:34 Collecting jsonschema<3,>=2.5.1 18:03:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:03:34 OK: 217 MiB in 51 packages 18:03:35 Collecting PyYAML<4,>=3.10 18:03:35 Downloading PyYAML-3.13.tar.gz (270 kB) 18:03:38 Removing intermediate container ed37a43aff1e 18:03:38 ---> 006962100973 18:03:38 Step 6/22 : COPY go.mod . 18:03:40 Collecting docker<4.0,>=3.6.0 18:03:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:03:40 ---> d19eb7972f6d 18:03:40 Step 7/22 : RUN go mod download 18:03:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:03:40 ---> 9e99e08fa7f3 18:03:40 Step 3/23 : WORKDIR /edgex-go 18:03:40 ---> Using cache 18:03:40 ---> 33eba9cabdc9 18:03:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:40 ---> Using cache 18:03:40 ---> 91aca2e757b9 18:03:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:03:40 ---> Running in 1c8a599b71d9 18:03:40 ---> Running in 91898274a0de 18:03:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:03:41 Collecting texttable<0.10,>=0.9.0 18:03:41 Downloading texttable-0.9.1.tar.gz (11 kB) 18:03:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:03:43 ---> 9e99e08fa7f3 18:03:43 Step 3/21 : WORKDIR /edgex-go 18:03:43 ---> Using cache 18:03:43 ---> 33eba9cabdc9 18:03:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:43 ---> Using cache 18:03:43 ---> 91aca2e757b9 18:03:43 Step 5/21 : RUN apk add --update --no-cache make git 18:03:43 ---> Using cache 18:03:43 ---> 006962100973 18:03:43 Step 6/21 : COPY go.mod . 18:03:43 ---> Using cache 18:03:43 ---> d19eb7972f6d 18:03:43 Step 7/21 : RUN go mod download 18:03:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:43 ---> Running in 3a63161c41e2 18:03:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:03:43 ---> 9e99e08fa7f3 18:03:43 Step 3/21 : WORKDIR /edgex-go 18:03:43 ---> Using cache 18:03:43 ---> 33eba9cabdc9 18:03:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:43 ---> Using cache 18:03:43 ---> 91aca2e757b9 18:03:43 Step 5/21 : RUN apk add --update --no-cache make git 18:03:43 ---> Using cache 18:03:43 ---> 006962100973 18:03:43 Step 6/21 : COPY go.mod . 18:03:43 ---> Using cache 18:03:43 ---> d19eb7972f6d 18:03:43 Step 7/21 : RUN go mod download 18:03:43 ---> Running in 4bffb1fa67f0 18:03:43 Collecting docopt<0.7,>=0.6.1 18:03:43 Downloading docopt-0.6.2.tar.gz (25 kB) 18:03:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:45 OK: 217 MiB in 51 packages 18:03:45 Removing intermediate container 91898274a0de 18:03:45 ---> dd9806208d0f 18:03:45 Step 8/22 : COPY . . 18:03: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) 18:03: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) 18:03:46 Removing intermediate container 1c8a599b71d9 18:03:46 ---> 8ec67dfa1255 18:03:46 Step 6/23 : COPY go.mod . 18:03:47 Collecting idna<2.8,>=2.5 18:03:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:03:48 Collecting urllib3<1.25,>=1.21.1 18:03:48 ---> e1df80afd900 18:03:48 Step 7/23 : RUN go mod download 18:03:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:03:48 Removing intermediate container 3a63161c41e2 18:03:48 ---> 0b1a39ecae73 18:03:48 Step 8/21 : COPY . . 18:03:49 ---> Running in 6afde0ced269 18:03:49 Collecting docker-pycreds>=0.4.0 18:03:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:03:49 Removing intermediate container 4bffb1fa67f0 18:03:49 ---> 466f28a1cdd9 18:03:49 Step 8/21 : COPY . . 18:03:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:03:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:03:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:03:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:03:50 Installing collected packages: dockerpty, cached-property, websocket-client, idna, urllib3, requests, jsonschema, PyYAML, docker-pycreds, docker, texttable, docopt, docker-compose 18:03:50 Running setup.py install for dockerpty: started 18:03:53 Running setup.py install for dockerpty: finished with status 'done' 18:03:54 Attempting uninstall: idna 18:03:54 Found existing installation: idna 2.9 18:03:54 Uninstalling idna-2.9: 18:03:54 Successfully uninstalled idna-2.9 18:03:56 Attempting uninstall: urllib3 18:03:56 Found existing installation: urllib3 1.25.9 18:03:56 Uninstalling urllib3-1.25.9: 18:03:56 Removing intermediate container 6afde0ced269 18:03:56 ---> 1b8ef3c033ab 18:03:56 Step 8/23 : COPY . . 18:03:56 Successfully uninstalled urllib3-1.25.9 18:03:56 Attempting uninstall: requests 18:03:56 Found existing installation: requests 2.23.0 18:03:56 Uninstalling requests-2.23.0: 18:03:56 Successfully uninstalled requests-2.23.0 18:03:57 Running setup.py install for PyYAML: started 18:04:00 Running setup.py install for PyYAML: finished with status 'done' 18:04:01 Running setup.py install for texttable: started 18:04:03 Running setup.py install for texttable: finished with status 'done' 18:04:03 Running setup.py install for docopt: started 18:04:05 Running setup.py install for docopt: finished with status 'done' 18:04:06 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 18:04:06 ---> f7506a2381b3 18:04:06 Step 9/22 : RUN make cmd/core-command/core-command 18:04:08 ---> Running in 91ce69176ca8 18:04:10 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 18:04:10 ---> 145fb7e64e87 18:04:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:04:11 ---> Running in 0dde00621ad9 18:04:12 ---> 1b5a036164b5 18:04:12 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:04:12 ---> Running in 3bb8f55464a2 18:04:13 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 18:04:14 Removing intermediate container 42802712744d 18:04:14 ---> 2498a60844d1 18:04:14 Step 21/26 : RUN apk --no-cache add curl 18:04:14 ---> Running in 76889f55eda5 18:04:15 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 18:04:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:04:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:04:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:04:18 (2/3) Installing libcurl (7.69.1-r3) 18:04:18 (3/3) Installing curl (7.69.1-r3) 18:04:18 Executing busybox-1.31.1-r19.trigger 18:04:18 OK: 71 MiB in 58 packages 18:04:20 ---> d62d23794fd7 18:04:20 Step 9/23 : RUN make cmd/core-data/core-data 18:04:20 ---> Running in 1ca5e658a11b 18:04:20 Removing intermediate container 76889f55eda5 18:04:20 ---> 7e858f85935d 18:04:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:04:20 ---> Running in 9394a11094e6 18:04:21 Removing intermediate container 9394a11094e6 18:04:21 ---> 291951df6992 18:04:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:21 ---> Running in 80c6ac0f084e 18:04:22 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 18:04:22 Removing intermediate container 80c6ac0f084e 18:04:22 ---> c925bd48be6f 18:04:22 Step 24/26 : LABEL arch=arm64 18:04:23 ---> Running in c8448cb39e79 18:04:23 Removing intermediate container c8448cb39e79 18:04:23 ---> 778b9294dd67 18:04:23 Step 25/26 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 18:04:23 ---> Running in 9506f42f69e6 18:04:24 Removing intermediate container 9506f42f69e6 18:04:24 ---> 14b94423ed82 18:04:24 Step 26/26 : LABEL version=0.0.0 18:04:24 ---> Running in 7c946154dd19 18:04:25 Removing intermediate container 7c946154dd19 18:04:25 ---> d3d9baeb2aa4 18:04:25 18:04:25 Successfully built d3d9baeb2aa4 18:04:25 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:05:22  Building docker-sys-mgmt-agent-go ... done 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 18:05:27 Removing intermediate container 91ce69176ca8 18:05:27 ---> f031610b10e3 18:05:27 18:05:27 Step 10/22 : FROM scratch 18:05:27 ---> 18:05:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:05:27 ---> Using cache 18:05:27 ---> 39373f25b1cc 18:05:27 Step 12/22 : ENV APP_PORT=48082 18:05:27 ---> Running in 95334625fed3 18:05:28 Removing intermediate container 95334625fed3 18:05:28 ---> a5280d6cf5d3 18:05:28 Step 13/22 : EXPOSE $APP_PORT 18:05:28 ---> Running in ebfa0b781562 18:05:29 Removing intermediate container ebfa0b781562 18:05:29 ---> ca45f40487f6 18:05:29 Step 14/22 : WORKDIR / 18:05:29 ---> Running in bcc3643b8885 18:05:30 Removing intermediate container bcc3643b8885 18:05:30 ---> 95dab64cfe29 18:05:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:05:32 ---> 8cb427dfae91 18:05:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:05:35 ---> 8deb6149af53 18:05:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:05:35 Removing intermediate container 0dde00621ad9 18:05:35 ---> a63f0f72d067 18:05:35 18:05:35 Step 10/21 : FROM alpine:3.12 18:05:35 ---> afeebe901d6b 18:05:35 Step 11/21 : RUN apk add --update --no-cache curl 18:05:36 ---> Running in 68d8677c018f 18:05:38 ---> f15d4a5da5d0 18:05:38 Step 18/22 : ENTRYPOINT ["/core-command"] 18:05:38 Removing intermediate container 3bb8f55464a2 18:05:38 ---> cdc132c1801f 18:05:38 18:05:38 Step 10/21 : FROM scratch 18:05:38 ---> 18:05:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:05:38 ---> Using cache 18:05:38 ---> 39373f25b1cc 18:05:38 Step 12/21 : ENV APP_PORT=48085 18:05:38 ---> Running in 547c11d88888 18:05:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:38 ---> Running in 2b7e85195deb 18:05:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:38 Removing intermediate container 547c11d88888 18:05:38 ---> 01cb7e017293 18:05:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:39 Removing intermediate container 2b7e85195deb 18:05:39 ---> bd8af1cd7b11 18:05:39 Step 13/21 : EXPOSE $APP_PORT 18:05:39 (1/4) Installing ca-certificates (20191127-r4) 18:05:39 ---> Running in 211dd99bdb1f 18:05:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:05:39 (3/4) Installing libcurl (7.69.1-r3) 18:05:39 ---> Running in 120a42313b31 18:05:39 (4/4) Installing curl (7.69.1-r3) 18:05:39 Executing busybox-1.31.1-r19.trigger 18:05:39 Executing ca-certificates-20191127-r4.trigger 18:05:39 OK: 7 MiB in 18 packages 18:05:39 Removing intermediate container 211dd99bdb1f 18:05:40 Removing intermediate container 120a42313b31 18:05:40 ---> 4edacf92340b 18:05:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:05:40 ---> 05d9a0da9208 18:05:40 Step 20/22 : LABEL arch=arm64 18:05:40 ---> Running in fc9d95033bbf 18:05:41 Removing intermediate container fc9d95033bbf 18:05:41 ---> eb224547fcf7 18:05:41 Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 18:05:41 ---> Running in 64595c084367 18:05:41 ---> 886b367b04df 18:05:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:05:41 Removing intermediate container 68d8677c018f 18:05:41 ---> c13297e20010 18:05:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:05:42 ---> Running in fe2f83210c94 18:05:42 Removing intermediate container 64595c084367 18:05:42 ---> 2d9fcf57d3e4 18:05:42 Step 22/22 : LABEL version=0.0.0 18:05:42 ---> Running in 9b9188e872b8 18:05:43 Removing intermediate container fe2f83210c94 18:05:43 ---> eb8d8c8d80fb 18:05:43 Step 13/21 : WORKDIR /edgex 18:05:43 ---> 27b065eb72b0 18:05:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:05:43 ---> Running in 46c1cb970796 18:05:43 Removing intermediate container 9b9188e872b8 18:05:43 ---> 2e609cf27f17 18:05:43 18:05:43 Successfully built 2e609cf27f17 18:05:43 Successfully tagged docker-core-command-go-arm64:latest 18:05:43  Building docker-core-command-go ... done Removing intermediate container 46c1cb970796 18:05:43 ---> 0d6237a95ad7 18:05:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:05:43 ---> 0249f86dbc86 18:05:43 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:05:44 ---> Running in e8e703a74e49 18:05:44 ---> ddb4cb3caed6 18:05:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:05:44 Removing intermediate container e8e703a74e49 18:05:44 ---> 1b1bf6a2af86 18:05:44 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:44 ---> Running in 4f76bd4e642e 18:05:45 Removing intermediate container 4f76bd4e642e 18:05:45 ---> c8220da3d851 18:05:45 Step 19/21 : LABEL arch=arm64 18:05:46 ---> Running in 7c6396e26680 18:05:46 ---> a296573641a6 18:05:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:05:46 Removing intermediate container 7c6396e26680 18:05:46 ---> 752973dedd64 18:05:46 Step 20/21 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 18:05:46 ---> Running in 46254a692d67 18:05:47 Removing intermediate container 46254a692d67 18:05:47 ---> 31bcac4bc87a 18:05:47 Step 21/21 : LABEL version=0.0.0 18:05:47 ---> 34ed61345d0d 18:05:47 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:05:47 ---> Running in 433bff13e09a 18:05:47 ---> Running in f32b3d19b84e 18:05:48 Removing intermediate container 433bff13e09a 18:05:48 ---> aed9735299a7 18:05:48 18:05:48 Removing intermediate container f32b3d19b84e 18:05:48 ---> 2032cbc4080c 18:05:48 Step 18/21 : CMD ["--init=true"] 18:05:48 Successfully built aed9735299a7 18:05:48 Successfully tagged docker-support-scheduler-go-arm64:latest 18:05:48  Building docker-support-scheduler-go ... done  ---> Running in bbd6f84fb805 18:05:49 Removing intermediate container bbd6f84fb805 18:05:49 ---> 997fd28e61c2 18:05:49 Step 19/21 : LABEL arch=arm64 18:05:49 ---> Running in 75d1e88143f7 18:05:50 Removing intermediate container 75d1e88143f7 18:05:50 ---> 8bf2c3ade270 18:05:50 Step 20/21 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 18:05:50 ---> Running in 3b2c3aab89c7 18:05:50 Removing intermediate container 3b2c3aab89c7 18:05:50 ---> 64891c1f2594 18:05:50 Step 21/21 : LABEL version=0.0.0 18:05:50 ---> Running in 4097cbc2d49a 18:05:51 Removing intermediate container 4097cbc2d49a 18:05:51 ---> e3a03cfd8289 18:05:51 18:05:51 Successfully built e3a03cfd8289 18:05:51 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:05:55  Building docker-security-proxy-setup-go ... done Removing intermediate container 1ca5e658a11b 18:05:55 ---> 087bc03d1ca8 18:05:55 18:05:55 Step 10/23 : FROM alpine:3.12 18:05:55 ---> afeebe901d6b 18:05:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:05:55 ---> Running in fd9aad11015f 18:05:55 Removing intermediate container fd9aad11015f 18:05:55 ---> b02571d5b06e 18:05:55 Step 12/23 : ENV APP_PORT=48080 18:05:55 ---> Running in ac3b4c95dabb 18:05:55 Removing intermediate container ac3b4c95dabb 18:05:55 ---> 9dc473f08174 18:05:55 Step 13/23 : EXPOSE $APP_PORT 18:05:55 ---> Running in 59f2d4a05c9b 18:05:56 Removing intermediate container 59f2d4a05c9b 18:05:56 ---> 3b09146d70cf 18:05:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:56 ---> Running in d878c726d9eb 18:05:59 Removing intermediate container d878c726d9eb 18:05:59 ---> ec0baf751285 18:05:59 Step 15/23 : RUN apk add --update --no-cache zeromq 18:05:59 ---> Running in 0af8ad222c91 18:06:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:01 (1/5) Installing libgcc (9.3.0-r2) 18:06:01 (2/5) Installing libsodium (1.0.18-r0) 18:06:02 (3/5) Installing libstdc++ (9.3.0-r2) 18:06:02 (4/5) Installing libzmq (4.3.3-r0) 18:06:02 (5/5) Installing zeromq (4.3.3-r0) 18:06:02 Executing busybox-1.31.1-r19.trigger 18:06:02 OK: 8 MiB in 19 packages 18:06:03 Removing intermediate container 0af8ad222c91 18:06:03 ---> db4dc17862dd 18:06:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:06:04 ---> 7ea811b686fd 18:06:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:06:05 ---> 08c935d3bc33 18:06:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:06:06 ---> da8192df88c1 18:06:06 Step 19/23 : ENTRYPOINT ["/core-data"] 18:06:06 ---> Running in 946e98ce8f66 18:06:07 Removing intermediate container 946e98ce8f66 18:06:07 ---> 336940592183 18:06:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:06:07 ---> Running in c7d4e418e2cb 18:06:07 Removing intermediate container c7d4e418e2cb 18:06:07 ---> e1f7f1f2dc67 18:06:07 Step 21/23 : LABEL arch=arm64 18:06:07 ---> Running in 541f88d4e948 18:06:08 Removing intermediate container 541f88d4e948 18:06:08 ---> 25254859e10c 18:06:08 Step 22/23 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c 18:06:08 ---> Running in 10951203d4ec 18:06:08 Removing intermediate container 10951203d4ec 18:06:08 ---> 9c75e9c83ee3 18:06:08 Step 23/23 : LABEL version=0.0.0 18:06:08 ---> Running in 6e6eafb8621b 18:06:09 Removing intermediate container 6e6eafb8621b 18:06:09 ---> e24c04adbf35 18:06:09 18:06:09 Successfully built e24c04adbf35 18:06:09 Successfully tagged docker-core-data-go-arm64:latest 18:06:10  Building docker-core-data-go ... done  [Pipeline] } 18:06:10 $ docker stop --time=1 a7f55ed0582b5223f2616d3b4b34a9b36d464b2ce0be86c94baa5817c774834e 18:06:12 $ docker rm -f a7f55ed0582b5223f2616d3b4b34a9b36d464b2ce0be86c94baa5817c774834e [Pipeline] // withDockerContainer [Pipeline] sh 18:06:12 + docker images 18:06:12 + grep docker 18:06:13 docker-core-data-go-arm64 latest e24c04adbf35 3 seconds ago 21MB 18:06:13 docker-security-proxy-setup-go-arm64 latest e3a03cfd8289 21 seconds ago 23.3MB 18:06:13 docker-support-scheduler-go-arm64 latest aed9735299a7 25 seconds ago 10MB 18:06:13 docker-core-command-go-arm64 latest 2e609cf27f17 30 seconds ago 9.98MB 18:06:13 docker-sys-mgmt-agent-go-arm64 latest d3d9baeb2aa4 About a minute ago 300MB 18:06:13 docker-security-secretstore-setup-go-arm64 latest fb46623012ed 3 minutes ago 23.4MB 18:06:13 docker-core-metadata-go-arm64 latest 0cb1c64fbeb3 3 minutes ago 12.2MB 18:06:13 docker-security-bootstrap-redis-go-arm64 latest 2cea4d1a8663 3 minutes ago 15.1MB 18:06:13 docker-support-notifications-go-arm64 latest f1f89c872db5 3 minutes ago 11.4MB 18:06:13 docker 20.10.0 eeaf43b92773 3 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 18:06:14 provisioning config files... 18:06:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config2791094118070714609tmp [Pipeline] { [Pipeline] sh 18:06:15 + set +x 18:06:15 + curl -s https://codecov.io/bash 18:06:15 + bash -s -- 18:06:15 18:06:15 _____ _ 18:06:15 / ____| | | 18:06:15 | | ___ __| | ___ ___ _____ __ 18:06:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:06:15 | |___| (_) | (_| | __/ (_| (_) \ V / 18:06:15 \_____\___/ \__,_|\___|\___\___/ \_/ 18:06:15 Bash-20201231-23d4836 18:06:15 18:06:15 18:06:15 ==> git version 2.24.3 found 18:06:15 ==> 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 18:06:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:06:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:06:15 ==> Jenkins CI detected. 18:06:15 project root: . 18:06:15 --> token set from env 18:06:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:06:15 ==> Running gcov in . (disable via -X gcov) 18:06:15 ==> Python coveragepy not found 18:06:15 ==> Searching for coverage reports in: 18:06:15 + . 18:06:15 -> Found 1 reports 18:06:15 ==> Detecting git/mercurial file structure 18:06:15 ==> Reading reports 18:06:15 + ./coverage.out bytes=541590 18:06:15 ==> Appending adjustments 18:06:15 https://docs.codecov.io/docs/fixing-reports 18:06:19 + Found adjustments 18:06:19 ==> Gzipping contents 18:06:19 84K /tmp/codecov.V9eCJ7.gz 18:06:19 ==> Uploading reports 18:06:19 url: https://codecov.io 18:06:19 query: branch=PR-2986&commit=b48eada16333cc829670c470b7385597682ce50c&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2986%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2986&job=&cmd_args= 18:06:19 -> Pinging Codecov 18:06:19 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2986&commit=b48eada16333cc829670c470b7385597682ce50c&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2986%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2986&job=&cmd_args= 18:06:19 -> Uploading to 18:06:19 https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/b48eada16333cc829670c470b7385597682ce50c/b82d62a6-c343-4de3-b20a-b0ed984c5169.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T180619Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=96be7467b24295927cf58a0903d7d32aae02981d06cab3fd51eedd7eb7512ed4 18:06:19 % Total % Received % Xferd Average Speed Time Time Time Current 18:06:19 Dload Upload Total Spent Left Speed 18:06:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82357 0 0 100 82357 0 154k --:--:-- --:--:-- --:--:-- 154k 18:06:20 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b48eada16333cc829670c470b7385597682ce50c [Pipeline] } 18:06:20 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 18:06:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:06:23 ---> package-listing.sh 18:06:23 ++ facter osfamily 18:06:23 ++ tr '[:upper:]' '[:lower:]' 18:06:23 + OS_FAMILY=redhat 18:06:23 + workspace=/w/workspace/edgex-go/5 18:06:23 + START_PACKAGES=/tmp/packages_start.txt 18:06:23 + END_PACKAGES=/tmp/packages_end.txt 18:06:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:06:23 + PACKAGES=/tmp/packages_start.txt 18:06:23 + '[' /w/workspace/edgex-go/5 ']' 18:06:23 + PACKAGES=/tmp/packages_end.txt 18:06:23 + case "${OS_FAMILY}" in 18:06:23 + rpm -qa 18:06:23 + sort 18:06:28 + '[' -f /tmp/packages_start.txt ']' 18:06:28 + '[' -f /tmp/packages_end.txt ']' 18:06:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:06:28 + '[' /w/workspace/edgex-go/5 ']' 18:06:28 + mkdir -p /w/workspace/edgex-go/5/archives/ 18:06:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 18:06: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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:06:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:06:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:06:29 18:06:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:06:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:06:29 alpine: Pulling from edgex-lftools-log-publisher 18:06:29 df20fa9351a1: Pulling fs layer 18:06:29 36b3adc4ff6f: Pulling fs layer 18:06:29 8ad3a11d3b57: Pulling fs layer 18:06:29 46f8f816bc3b: Pulling fs layer 18:06:29 93b61091891f: Pulling fs layer 18:06:29 93b9cdb0e59b: Pulling fs layer 18:06:29 5e14af77c1be: Pulling fs layer 18:06:29 01666e4c0597: Pulling fs layer 18:06:29 aa168da1d23b: Pulling fs layer 18:06:29 5e14af77c1be: Waiting 18:06:29 93b61091891f: Waiting 18:06:29 01666e4c0597: Waiting 18:06:29 aa168da1d23b: Waiting 18:06:29 93b9cdb0e59b: Waiting 18:06:29 46f8f816bc3b: Waiting 18:06:29 36b3adc4ff6f: Verifying Checksum 18:06:29 36b3adc4ff6f: Download complete 18:06:29 46f8f816bc3b: Verifying Checksum 18:06:29 46f8f816bc3b: Download complete 18:06:29 df20fa9351a1: Verifying Checksum 18:06:29 93b9cdb0e59b: Verifying Checksum 18:06:29 93b9cdb0e59b: Download complete 18:06:29 5e14af77c1be: Verifying Checksum 18:06:29 5e14af77c1be: Download complete 18:06:29 01666e4c0597: Verifying Checksum 18:06:29 01666e4c0597: Download complete 18:06:29 93b61091891f: Verifying Checksum 18:06:29 93b61091891f: Download complete 18:06:30 df20fa9351a1: Pull complete 18:06:30 36b3adc4ff6f: Pull complete 18:06:30 8ad3a11d3b57: Download complete 18:06:31 8ad3a11d3b57: Pull complete 18:06:31 46f8f816bc3b: Pull complete 18:06:32 aa168da1d23b: Verifying Checksum 18:06:32 aa168da1d23b: Download complete 18:06:33 93b61091891f: Pull complete 18:06:33 93b9cdb0e59b: Pull complete 18:06:33 5e14af77c1be: Pull complete 18:06:33 01666e4c0597: Pull complete 18:06:45 aa168da1d23b: Pull complete 18:06:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:06:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:06:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:06:46 prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container 18:06:46 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:06:50 $ docker top cfab3c6887bab6b072a8156b4d410669e4cf7fefc9ad3b8cd853428b02db526f -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:51 + touch /tmp/pre-build-complete [Pipeline] sh 18:06:51 + mkdir -p /var/log/sa [Pipeline] sh 18:06:51 + ls /var/log/sa-host 18:06:51 + sadf -c /var/log/sa-host/sa05 18:06:51 file_magic: OK 18:06:51 HZ: Using current value: 100 18:06:51 file_header: OK 18:06:51 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 18:06:51 Statistics: 18:06:51 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... 18:06:51 File successfully converted to sysstat format version 12.2.1 18:06:51 + sadf -c /var/log/sa-host/sa23 18:06:51 file_magic: OK 18:06:51 HZ: Using current value: 100 18:06:51 file_header: OK 18:06:51 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 18:06:51 Statistics: 18:06:51 Hnuu...uuuununununu... 18:06:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:06:52 provisioning config files... 18:06:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config803591182551919172tmp [Pipeline] { [Pipeline] echo 18:06:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:06:52 ---> create-netrc.sh [Pipeline] } 18:06:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:06:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:06:52 ---> python-tools-install.sh [Pipeline] echo 18:06:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:06:53 ---> sudo-logs.sh 18:06:53 Archiving 'sudo' log.. [Pipeline] echo 18:06:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:06:53 ---> job-cost.sh 18:06:53 lf-activate-venv: SKIPPING 18:06:53 INFO: No Stack... 18:06:55 INFO: Retrieving Pricing Info for: v1-standard-2 18:06:55 INFO: Archiving Costs [Pipeline] echo 18:06:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:06:55 ---> logs-deploy.sh 18:06:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2986/5 18:06:55 INFO: archiving workspace using pattern(s): 18:06:57 Archives upload complete. 18:06:57 INFO: archiving logs to Nexus 18:06:58 ---> uname -a: 18:06:58 Linux prd-centos7-docker-4c-2g-18545.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:06:58 18:06:58 18:06:58 ---> lscpu: 18:06:58 Architecture: x86_64 18:06:58 CPU op-mode(s): 32-bit, 64-bit 18:06:58 Byte Order: Little Endian 18:06:58 Address sizes: 40 bits physical, 48 bits virtual 18:06:58 CPU(s): 4 18:06:58 On-line CPU(s) list: 0-3 18:06:58 Thread(s) per core: 1 18:06:58 Core(s) per socket: 1 18:06:58 Socket(s): 4 18:06:58 NUMA node(s): 1 18:06:58 Vendor ID: GenuineIntel 18:06:58 CPU family: 6 18:06:58 Model: 44 18:06:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:06:58 Stepping: 1 18:06:58 CPU MHz: 2933.438 18:06:58 BogoMIPS: 5866.87 18:06:58 Virtualization: VT-x 18:06:58 Hypervisor vendor: KVM 18:06:58 Virtualization type: full 18:06:58 L1d cache: 128 KiB 18:06:58 L1i cache: 128 KiB 18:06:58 L2 cache: 16 MiB 18:06:58 L3 cache: 64 MiB 18:06:58 NUMA node0 CPU(s): 0-3 18:06:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:06:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:06:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:06:58 Vulnerability Meltdown: Mitigation; PTI 18:06:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:06:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:06:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:06:58 Vulnerability Srbds: Not affected 18:06:58 Vulnerability Tsx async abort: Not affected 18:06:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:06:58 18:06:58 18:06:58 ---> nproc: 18:06:58 4 18:06:58 18:06:58 18:06:58 ---> df -h: 18:06:58 Filesystem Size Used Available Use% Mounted on 18:06:58 overlay 50.0G 12.0G 38.0G 24% / 18:06:58 tmpfs 64.0M 0 64.0M 0% /dev 18:06:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:06:58 shm 64.0M 0 64.0M 0% /dev/shm 18:06:58 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 18:06:58 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 18:06:58 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 18:06:58 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 18:06:58 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 18:06:58 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 18:06:58 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 18:06:58 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 18:06:58 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/5 18:06:58 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/5@tmp 18:06:58 18:06:58 18:06:58 ---> free -m: 18:06:58 total used free shared buff/cache available 18:06:58 Mem: 1837 721 121 0 993 1032 18:06:58 Swap: 1023 48 975 18:06:58 18:06:58 18:06:58 ---> ip addr: 18:06:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:06:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:06:58 inet 127.0.0.1/8 scope host lo 18:06:58 valid_lft forever preferred_lft forever 18:06:58 inet6 ::1/128 scope host 18:06:58 valid_lft forever preferred_lft forever 18:06:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:06:58 link/ether fa:16:3e:16:67:40 brd ff:ff:ff:ff:ff:ff 18:06:58 inet 10.30.123.219/23 brd 10.30.123.255 scope global dynamic eth0 18:06:58 valid_lft 85202sec preferred_lft 85202sec 18:06:58 inet6 fe80::f816:3eff:fe16:6740/64 scope link 18:06:58 valid_lft forever preferred_lft forever 18:06:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:06:58 link/ether 02:42:20:86:0f:48 brd ff:ff:ff:ff:ff:ff 18:06:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:06:58 valid_lft forever preferred_lft forever 18:06:58 inet6 fe80::42:20ff:fe86:f48/64 scope link 18:06:58 valid_lft forever preferred_lft forever 18:06:58 18:06:58 18:06:58 ---> sar -b -r -n DEV: 18:06:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 18:06:58 18:06:58 17:46:48 LINUX RESTART (4 CPU) 18:06:58 18:06:58 17:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:06:58 17:49:01 181.50 77.79 103.71 0.00 5583.36 44078.49 0.00 18:06:58 17:50:01 231.21 83.56 147.65 0.00 3371.85 20850.33 0.00 18:06:58 17:51:01 191.93 102.75 89.18 0.00 4694.56 9632.95 0.00 18:06:58 17:52:02 296.30 107.36 188.94 0.00 42994.35 116902.46 0.00 18:06:58 17:53:01 2385.75 2016.47 369.28 0.00 192095.53 200524.46 0.00 18:06:58 17:54:01 446.94 203.80 243.14 0.00 30784.80 73868.32 0.00 18:06:58 17:55:02 1615.40 1286.92 328.49 0.00 132135.83 139284.02 0.00 18:06:58 17:56:01 191.84 29.98 161.86 0.00 5270.80 26699.56 0.00 18:06:58 17:57:01 1.71 0.03 1.68 0.00 1.07 30.65 0.00 18:06:58 17:58:01 0.78 0.43 0.35 0.00 15.32 4.51 0.00 18:06:58 17:59:01 0.32 0.00 0.32 0.00 0.00 3.53 0.00 18:06:58 18:00:01 0.27 0.02 0.25 0.00 0.53 2.48 0.00 18:06:58 18:01:01 0.27 0.05 0.22 0.00 0.80 1.80 0.00 18:06:58 18:02:01 2.18 1.85 0.33 0.00 73.89 4.76 0.00 18:06:58 18:03:01 0.85 0.03 0.82 0.00 1.07 15.26 0.00 18:06:58 18:04:01 0.22 0.00 0.22 0.00 0.00 2.88 0.00 18:06:58 18:05:01 0.23 0.00 0.23 0.00 0.00 2.33 0.00 18:06:58 18:06:01 0.27 0.00 0.27 0.00 0.00 3.23 0.00 18:06:58 Average: 307.22 216.40 90.82 0.00 23101.09 35064.36 0.00 18:06:58 18:06:58 17:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:06:58 17:49:01 91604 0 717204 38.12 1856 1070880 1442120 49.22 548496 1000352 49440 18:06:58 17:50:01 143800 0 785208 41.73 1492 951044 1746748 59.61 615528 848100 42256 18:06:58 17:51:01 106156 0 916552 48.71 752 858084 1613220 55.06 729908 757364 73644 18:06:58 17:52:02 70204 0 819480 43.55 60 991800 2225412 75.95 746928 854704 30540 18:06:58 17:53:01 72356 0 713144 37.90 60 1095984 1553152 53.01 600684 985300 3904 18:06:58 17:54:01 77700 0 708288 37.64 60 1095496 1378092 47.03 731688 829128 45352 18:06:58 17:55:02 179192 0 890124 47.31 60 812168 2188980 74.71 728636 733724 36576 18:06:58 17:56:01 170220 0 640348 34.03 60 1070916 1195200 40.79 538960 929724 36 18:06:58 17:57:01 174680 0 635948 33.80 60 1070856 1161168 39.63 535504 929476 12 18:06:58 17:58:01 174376 0 635780 33.79 60 1071328 1161252 39.63 536008 929924 8 18:06:58 17:59:01 174760 0 635388 33.77 60 1071336 1161168 39.63 535560 929924 8 18:06:58 18:00:01 174768 0 635388 33.77 60 1071328 1161168 39.63 535688 929924 8 18:06:58 18:01:01 174148 0 635980 33.80 60 1071356 1163508 39.71 536192 929940 8 18:06:58 18:02:01 172176 0 636488 33.83 60 1072820 1161676 39.65 535804 931276 16 18:06:58 18:03:01 171924 0 636700 33.84 60 1072860 1161748 39.65 535888 931308 8 18:06:58 18:04:01 171680 0 636932 33.85 60 1072872 1161676 39.65 535944 931308 8 18:06:58 18:05:01 171376 0 637236 33.87 60 1072872 1161880 39.65 536516 931308 8 18:06:58 18:06:01 172168 0 636432 33.82 60 1072884 1161676 39.65 535856 931308 8 18:06:58 Average: 146849 0 697368 37.06 278 1037049 1386658 47.32 588877 902450 15658 18:06:58 18:06:58 17:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:06:58 17:49:01 veth0692110 36.72 51.60 2.43 242.36 0.00 0.00 0.00 0.00 18:06:58 17:49:01 eth0 781.91 758.04 4489.47 82.14 0.00 0.00 0.00 0.00 18:06:58 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:49:01 docker0 474.14 450.28 36.24 1644.40 0.00 0.00 0.00 0.00 18:06:58 17:50:01 vethdab3270 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:06:58 17:50:01 eth0 161.85 134.33 612.57 21.33 0.00 0.00 0.00 0.00 18:06:58 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:50:01 docker0 116.41 131.26 8.74 584.29 0.00 0.00 0.00 0.00 18:06:58 17:51:01 vethdab3270 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:51:01 eth0 42.92 27.01 28.54 80.29 0.00 0.00 0.00 0.00 18:06:58 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:52:02 eth0 220.38 174.77 1693.18 73.26 0.00 0.00 0.00 0.00 18:06:58 17:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:52:02 vethbcb5eec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:06:58 17:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:53:01 eth0 49.84 37.24 164.53 10.15 0.00 0.00 0.00 0.00 18:06:58 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:53:01 vethbcb5eec 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 18:06:58 17:53:01 docker0 27.38 30.23 1.60 148.71 0.00 0.00 0.00 0.00 18:06:58 17:54:01 eth0 53.39 31.52 145.93 12.94 0.00 0.00 0.00 0.00 18:06:58 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:54:01 vethbcb5eec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:06:58 17:54:01 docker0 12.90 20.63 0.76 77.51 0.00 0.00 0.00 0.00 18:06:58 17:55:02 veth81f2164 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:06:58 17:55:02 veth8707f57 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:06:58 17:55:02 eth0 58.27 38.35 86.20 78.78 0.00 0.00 0.00 0.00 18:06:58 17:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:56:01 eth0 248.19 182.67 1723.00 85.32 0.00 0.00 0.00 0.00 18:06:58 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:56:01 docker0 1112.83 1103.42 86.84 4296.33 0.00 0.00 0.00 0.00 18:06:58 17:57:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:58:01 eth0 0.38 0.32 0.17 0.08 0.00 0.00 0.00 0.00 18:06:58 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:59:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:06:58 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:06:58 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:06:58 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:02:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:06:58 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:03:01 eth0 0.28 0.23 0.14 0.08 0.00 0.00 0.00 0.00 18:06:58 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:04:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:06:58 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:05:01 eth0 0.37 0.33 0.26 0.20 0.00 0.00 0.00 0.00 18:06:58 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:06:58 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 Average: eth0 89.90 76.95 496.54 24.69 0.00 0.00 0.00 0.00 18:06:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:06:58 Average: docker0 37.12 39.41 2.76 164.47 0.00 0.00 0.00 0.00 18:06:58 18:06:58 18:06:58 ---> sar -P ALL: 18:06:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 18:06:58 18:06:58 17:46:48 LINUX RESTART (4 CPU) 18:06:58 18:06:58 17:48:01 CPU %user %nice %system %iowait %steal %idle 18:06:58 17:49:01 all 12.58 0.00 6.38 1.47 0.06 79.52 18:06:58 17:49:01 0 13.02 0.00 7.17 1.13 0.05 78.63 18:06:58 17:49:01 1 13.47 0.00 5.84 1.09 0.03 79.56 18:06:58 17:49:01 2 12.50 0.00 6.82 2.52 0.10 78.07 18:06:58 17:49:01 3 11.34 0.00 5.68 1.13 0.03 81.82 18:06:58 17:50:01 all 22.93 0.00 8.47 5.91 0.06 62.63 18:06:58 17:50:01 0 24.78 0.00 8.40 4.25 0.05 62.53 18:06:58 17:50:01 1 21.53 0.00 8.66 6.59 0.07 63.15 18:06:58 17:50:01 2 23.01 0.00 8.35 8.20 0.05 60.38 18:06:58 17:50:01 3 22.40 0.00 8.46 4.60 0.05 64.48 18:06:58 17:51:01 all 59.03 0.00 16.15 3.79 0.06 20.98 18:06:58 17:51:01 0 59.94 0.00 16.01 4.39 0.03 19.63 18:06:58 17:51:01 1 59.08 0.00 16.03 3.83 0.05 21.00 18:06:58 17:51:01 2 57.83 0.00 16.98 3.49 0.09 21.62 18:06:58 17:51:01 3 59.25 0.00 15.57 3.43 0.05 21.69 18:06:58 17:52:02 all 25.40 0.00 16.19 5.42 0.07 52.92 18:06:58 17:52:02 0 23.14 0.00 15.23 5.01 0.09 56.53 18:06:58 17:52:02 1 26.14 0.00 16.02 4.83 0.09 52.93 18:06:58 17:52:02 2 25.73 0.00 16.71 6.43 0.05 51.08 18:06:58 17:52:02 3 26.58 0.00 16.79 5.41 0.07 51.15 18:06:58 17:53:01 all 21.56 0.00 27.55 25.63 0.16 25.11 18:06:58 17:53:01 0 21.39 0.00 26.78 25.48 0.18 26.16 18:06:58 17:53:01 1 21.20 0.00 27.69 26.48 0.16 24.47 18:06:58 17:53:01 2 21.32 0.00 27.73 25.36 0.16 25.42 18:06:58 17:53:01 3 22.32 0.00 28.00 25.18 0.13 24.37 18:06:58 17:54:01 all 47.73 0.00 18.39 15.87 0.06 17.95 18:06:58 17:54:01 0 46.71 0.00 18.45 14.14 0.05 20.65 18:06:58 17:54:01 1 48.37 0.00 18.04 14.84 0.05 18.71 18:06:58 17:54:01 2 47.71 0.00 18.70 15.82 0.09 17.68 18:06:58 17:54:01 3 48.14 0.00 18.36 18.71 0.07 14.72 18:06:58 17:55:02 all 44.11 0.00 25.17 13.20 0.10 17.42 18:06:58 17:55:02 0 42.65 0.00 25.83 15.67 0.10 15.74 18:06:58 17:55:02 1 45.01 0.00 25.18 13.84 0.10 15.87 18:06:58 17:55:02 2 44.87 0.00 24.54 10.51 0.10 19.98 18:06:58 17:55:02 3 43.91 0.00 25.12 12.77 0.10 18.09 18:06:58 17:56:01 all 16.96 0.00 8.87 5.58 0.05 68.54 18:06:58 17:56:01 0 16.89 0.00 8.87 5.58 0.03 68.63 18:06:58 17:56:01 1 15.46 0.00 9.33 5.35 0.03 69.83 18:06:58 17:56:01 2 17.37 0.00 7.82 4.03 0.09 70.69 18:06:58 17:56:01 3 18.13 0.00 9.46 7.37 0.05 64.98 18:06:58 17:57:01 all 0.15 0.00 0.03 0.00 0.00 99.80 18:06:58 17:57:01 0 0.03 0.00 0.05 0.00 0.02 99.90 18:06:58 17:57:01 1 0.03 0.00 0.03 0.02 0.00 99.92 18:06:58 17:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:06:58 17:57:01 3 0.52 0.00 0.02 0.00 0.00 99.47 18:06:58 17:58:01 all 0.17 0.00 0.05 0.00 0.00 99.78 18:06:58 17:58:01 0 0.05 0.00 0.05 0.02 0.00 99.88 18:06:58 17:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:06:58 17:58:01 2 0.05 0.00 0.07 0.00 0.00 99.88 18:06:58 17:58:01 3 0.53 0.00 0.03 0.00 0.00 99.43 18:06:58 17:59:01 all 0.15 0.00 0.02 0.00 0.00 99.82 18:06:58 17:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:06:58 17:59:01 1 0.02 0.00 0.03 0.00 0.02 99.93 18:06:58 17:59:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:06:58 17:59:01 3 0.50 0.00 0.02 0.00 0.00 99.48 18:06:58 18:06:58 17:59:01 CPU %user %nice %system %iowait %steal %idle 18:06:58 18:00:01 all 0.16 0.00 0.03 0.00 0.00 99.81 18:06:58 18:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:06:58 18:00:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:06:58 18:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:06:58 18:00:01 3 0.53 0.00 0.02 0.02 0.00 99.43 18:06:58 18:01:01 all 0.15 0.00 0.05 0.00 0.00 99.80 18:06:58 18:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:06:58 18:01:01 1 0.03 0.00 0.05 0.00 0.00 99.92 18:06:58 18:01:01 2 0.05 0.00 0.07 0.00 0.00 99.88 18:06:58 18:01:01 3 0.50 0.00 0.03 0.00 0.02 99.45 18:06:58 18:02:01 all 0.05 0.00 0.08 0.03 0.00 99.83 18:06:58 18:02:01 0 0.00 0.00 0.05 0.02 0.00 99.93 18:06:58 18:02:01 1 0.03 0.00 0.05 0.02 0.00 99.90 18:06:58 18:02:01 2 0.05 0.00 0.08 0.02 0.00 99.85 18:06:58 18:02:01 3 0.13 0.00 0.15 0.07 0.00 99.65 18:06:58 18:03:01 all 0.06 0.00 0.03 0.00 0.00 99.91 18:06:58 18:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:06:58 18:03:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:06:58 18:03:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:06:58 18:03:01 3 0.13 0.00 0.03 0.00 0.00 99.83 18:06:58 18:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:06:58 18:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:06:58 18:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:06:58 18:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:06:58 18:04:01 3 0.52 0.00 0.02 0.00 0.00 99.47 18:06:58 18:05:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:06:58 18:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:06:58 18:05:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:06:58 18:05:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:06:58 18:05:01 3 0.52 0.00 0.03 0.00 0.00 99.45 18:06:58 18:06:01 all 0.16 0.00 0.02 0.00 0.00 99.82 18:06:58 18:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:06:58 18:06:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:06:58 18:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:06:58 18:06:01 3 0.53 0.00 0.02 0.00 0.00 99.45 18:06:58 Average: all 13.71 0.00 6.91 4.15 0.03 75.20 18:06:58 Average: 0 13.56 0.00 6.90 4.09 0.03 75.42 18:06:58 Average: 1 13.69 0.00 6.91 4.15 0.03 75.22 18:06:58 Average: 2 13.64 0.00 6.94 4.13 0.04 75.25 18:06:58 Average: 3 13.94 0.00 6.91 4.23 0.03 74.89 18:06:58 18:06:58 18:06:58