Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0c4ac373351ea5959ab24da4a53bf9dc79b98e52+68a8f910767166238b38b7946bcb5bba3869a893 (0c82b384273dbc3805c8ad4b06137774d254d2fc) 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-17835 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 Merge succeeded, producing 8109a1dab38252af991e68ca473fdeea3b0706f5 Checking out Revision 8109a1dab38252af991e68ca473fdeea3b0706f5 (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # 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 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8109a1dab38252af991e68ca473fdeea3b0706f5 # timeout=10 Commit message: "Merge commit '68a8f910767166238b38b7946bcb5bba3869a893' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 # timeout=10 [Pipeline] withCredentials 00:30:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:15 ========================================================= 00:30:15 EdgeX Global Pipelines Version Info 00:30:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:17 ------------------- 00:30:17 stable info: 00:30:17 ------------------- 00:30:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:17 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:30:17 Message: update stable to v1.0.173 00:30:18 ------------------- 00:30:18 experimental info: 00:30:18 ------------------- 00:30:18 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:18 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:30:18 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8109a1dab38252af991e68ca473fdeea3b0706f5 [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8109a1d [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:21 provisioning config files... 00:30:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4635992778550824045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:22 ---> docker-login.sh 00:30:22 nexus3.edgexfoundry.org:10001 00:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:22 Configure a credential helper to remove this warning. See 00:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:22 00:30:22 Login Succeeded 00:30:22 nexus3.edgexfoundry.org:10002 00:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:23 Configure a credential helper to remove this warning. See 00:30:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:23 00:30:23 Login Succeeded 00:30:23 nexus3.edgexfoundry.org:10003 00:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:23 Configure a credential helper to remove this warning. See 00:30:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:23 00:30:23 Login Succeeded 00:30:23 nexus3.edgexfoundry.org:10004 00:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:23 Configure a credential helper to remove this warning. See 00:30:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:23 00:30:23 Login Succeeded 00:30:23 docker.io 00:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:23 Configure a credential helper to remove this warning. See 00:30:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:23 00:30:23 Login Succeeded 00:30:23 ---> docker-login.sh ends [Pipeline] } 00:30:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:24 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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 00:30:24 + for file in '`ls cmd/**/Dockerfile`' 00:30:24 ++ dirname cmd/core-command/Dockerfile 00:30:24 ++ cut -d/ -f2 00:30:24 + echo core-command,cmd/core-command/Dockerfile 00:30:24 + for file in '`ls cmd/**/Dockerfile`' 00:30:24 ++ dirname cmd/core-data/Dockerfile 00:30:24 ++ cut -d/ -f2 00:30:24 + echo core-data,cmd/core-data/Dockerfile 00:30:24 + for file in '`ls cmd/**/Dockerfile`' 00:30:24 ++ dirname cmd/core-metadata/Dockerfile 00:30:24 ++ cut -d/ -f2 00:30:24 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:24 + for file in '`ls cmd/**/Dockerfile`' 00:30:24 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:24 ++ cut -d/ -f2 00:30:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:24 + for file in '`ls cmd/**/Dockerfile`' 00:30:24 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:30:24 ++ cut -d/ -f2 00:30:24 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:30:24 + for file in '`ls cmd/**/Dockerfile`' 00:30:24 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:24 ++ cut -d/ -f2 00:30:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:24 + for file in '`ls cmd/**/Dockerfile`' 00:30:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:24 ++ cut -d/ -f2 00:30:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:24 + for file in '`ls cmd/**/Dockerfile`' 00:30:24 ++ dirname cmd/support-notifications/Dockerfile 00:30:24 ++ cut -d/ -f2 00:30:24 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:24 + for file in '`ls cmd/**/Dockerfile`' 00:30:24 ++ dirname cmd/support-scheduler/Dockerfile 00:30:24 ++ cut -d/ -f2 00:30:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:24 + for file in '`ls cmd/**/Dockerfile`' 00:30:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:24 ++ cut -d/ -f2 00:30:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:24 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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 00:30:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:25 00:30:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:25 latest: Pulling from edgex-devops/git-semver 00:30:25 31603596830f: Pulling fs layer 00:30:25 2a8b12db71e7: Pulling fs layer 00:30:25 6ca5941a6612: Pulling fs layer 00:30:25 ecc8261a40a4: Pulling fs layer 00:30:25 ecc8261a40a4: Waiting 00:30:25 2a8b12db71e7: Verifying Checksum 00:30:25 2a8b12db71e7: Download complete 00:30:26 31603596830f: Verifying Checksum 00:30:26 31603596830f: Download complete 00:30:26 ecc8261a40a4: Verifying Checksum 00:30:26 ecc8261a40a4: Download complete 00:30:26 6ca5941a6612: Verifying Checksum 00:30:26 6ca5941a6612: Download complete 00:30:26 31603596830f: Pull complete 00:30:27 2a8b12db71e7: Pull complete 00:30:28 6ca5941a6612: Pull complete 00:30:28 ecc8261a40a4: Pull complete 00:30:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:28 prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container 00:30:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10004/edgex-devops/git-semver:latest cat 00:30:31 $ docker top 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:31 [ssh-agent] Looking for ssh-agent implementation... 00:30:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:31 $ docker exec 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b ssh-agent 00:30:32 SSH_AUTH_SOCK=/tmp/ssh-wYuG0zJZ8Avw/agent.12 00:30:32 SSH_AGENT_PID=18 00:30:32 Running ssh-add (command line suppressed) 00:30:32 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6081174263653013569.key (/w/workspace/edgex-go/3@tmp/private_key_6081174263653013569.key) 00:30:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:32 + git tag --points-at HEAD [Pipeline] } 00:30:32 $ docker exec --env ******** --env ******** 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b ssh-agent -k 00:30:32 unset SSH_AUTH_SOCK; 00:30:32 unset SSH_AGENT_PID; 00:30:32 echo Agent pid 18 killed; 00:30:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:33 [ssh-agent] Looking for ssh-agent implementation... 00:30:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:33 $ docker exec 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b ssh-agent 00:30:33 SSH_AUTH_SOCK=/tmp/ssh-mtXkz5S4zXrE/agent.49 00:30:33 SSH_AGENT_PID=55 00:30:33 Running ssh-add (command line suppressed) 00:30:33 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4934875454363929814.key (/w/workspace/edgex-go/3@tmp/private_key_4934875454363929814.key) 00:30:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:34 + git semver init 00:30:34 # -> Open(): unable to determine branch for HEAD 00:30:34 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:30:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:30:34 # $SEMVER_REMOTE_NAME = origin 00:30:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:34 # $SEMVER_USER_NAME = edgex-jenkins 00:30:34 # $SEMVER_BRANCH = PR-2970 00:30:34 # $SEMVER_TEMP = /tmp/semver-545681391 00:30:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:30:56 # '/tmp/semver-545681391' -> '/w/workspace/edgex-go/3/.semver' 00:30:56 # -> Force: false 00:30:56 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:30:56 $ docker exec --env ******** --env ******** 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b ssh-agent -k 00:30:57 unset SSH_AUTH_SOCK; 00:30:57 unset SSH_AGENT_PID; 00:30:57 echo Agent pid 55 killed; 00:30:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:57 + git semver [Pipeline] } 00:30:57 $ docker stop --time=1 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b 00:30:59 $ docker rm -f 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b [Pipeline] // withDockerContainer [Pipeline] sh 00:31:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:00 Stashed 1 file(s) [Pipeline] echo 00:31:00 [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 00:31:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:02 + sudo service docker restart 00:31:02 + true 00:31:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:02 ========================================================= 00:31:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:03 + 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 . 00:31:07 Sending build context to Docker daemon 326.4MB 00:31:07 Step 1/7 : ARG BASE=golang:1.15-alpine 00:31:07 Step 2/7 : FROM ${BASE} 00:31:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:07 188c0c94c7c5: Pulling fs layer 00:31:07 0ef7d3d256c8: Pulling fs layer 00:31:07 de9db76c5a1d: Pulling fs layer 00:31:07 bca2f99d35d6: Pulling fs layer 00:31:07 93359f2a8cfa: Pulling fs layer 00:31:07 7c6f9722023f: Pulling fs layer 00:31:07 a35cf1a2eb13: Pulling fs layer 00:31:07 bca2f99d35d6: Waiting 00:31:07 93359f2a8cfa: Waiting 00:31:07 7c6f9722023f: Waiting 00:31:07 a35cf1a2eb13: Waiting 00:31:07 de9db76c5a1d: Verifying Checksum 00:31:07 de9db76c5a1d: Download complete 00:31:07 0ef7d3d256c8: Verifying Checksum 00:31:07 0ef7d3d256c8: Download complete 00:31:07 93359f2a8cfa: Verifying Checksum 00:31:07 93359f2a8cfa: Download complete 00:31:07 7c6f9722023f: Verifying Checksum 00:31:07 7c6f9722023f: Download complete 00:31:07 188c0c94c7c5: Verifying Checksum 00:31:07 188c0c94c7c5: Download complete 00:31:07 188c0c94c7c5: Pull complete 00:31:08 0ef7d3d256c8: Pull complete 00:31:08 de9db76c5a1d: Pull complete 00:31:09 a35cf1a2eb13: Verifying Checksum 00:31:09 a35cf1a2eb13: Download complete 00:31:10 bca2f99d35d6: Verifying Checksum 00:31:10 bca2f99d35d6: Download complete 00:31:16 Still waiting to schedule task 00:31:16 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-17833’ 00:31:16 bca2f99d35d6: Pull complete 00:31:16 93359f2a8cfa: Pull complete 00:31:16 7c6f9722023f: Pull complete 00:31:21 a35cf1a2eb13: Pull complete 00:31:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:21 ---> a62c8e92a672 00:31:21 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:31:21 ---> Running in 0fc0712fc087 00:31:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:23 (1/12) Installing libmagic (5.38-r0) 00:31:23 (2/12) Installing file (5.38-r0) 00:31:23 (3/12) Installing libc-dev (0.7.2-r3) 00:31:23 (4/12) Installing g++ (9.3.0-r2) 00:31:50 (5/12) Installing fortify-headers (1.1-r0) 00:31:50 (6/12) Installing patch (2.7.6-r6) 00:31:50 (7/12) Installing build-base (0.5-r2) 00:31:50 (8/12) Installing libsodium (1.0.18-r0) 00:31:50 (9/12) Installing pkgconf (1.7.2-r0) 00:31:50 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:50 (11/12) Installing libzmq (4.3.3-r0) 00:31:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:51 Executing busybox-1.31.1-r19.trigger 00:31:51 OK: 233 MiB in 51 packages 00:31:55 Removing intermediate container 0fc0712fc087 00:31:55 ---> e3462a1386ff 00:31:55 Step 4/7 : WORKDIR /edgex-go 00:31:55 ---> Running in 1293352ce472 00:31:55 Removing intermediate container 1293352ce472 00:31:55 ---> 16bf47512159 00:31:55 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:31:55 latest: Pulling from library/docker 00:31:55 801bfaa63ef2: Pulling fs layer 00:31:55 4f7dc993c79e: Pulling fs layer 00:31:55 d39d95e4997f: Pulling fs layer 00:31:55 1cda4b703d87: Pulling fs layer 00:31:55 54e5375350ea: Pulling fs layer 00:31:55 f08cd1b3bb1b: Pulling fs layer 00:31:55 8e17d04e0c68: Pulling fs layer 00:31:55 1cda4b703d87: Waiting 00:31:55 54e5375350ea: Waiting 00:31:55 f08cd1b3bb1b: Waiting 00:31:55 8e17d04e0c68: Waiting 00:31:55 4f7dc993c79e: Verifying Checksum 00:31:55 4f7dc993c79e: Download complete 00:31:55 801bfaa63ef2: Verifying Checksum 00:31:55 801bfaa63ef2: Download complete 00:31:55 d39d95e4997f: Verifying Checksum 00:31:55 d39d95e4997f: Download complete 00:31:56 f08cd1b3bb1b: Verifying Checksum 00:31:56 f08cd1b3bb1b: Download complete 00:31:56 54e5375350ea: Verifying Checksum 00:31:56 54e5375350ea: Download complete 00:31:56 801bfaa63ef2: Pull complete 00:31:56 8e17d04e0c68: Verifying Checksum 00:31:56 8e17d04e0c68: Download complete 00:31:56 4f7dc993c79e: Pull complete 00:31:56 d39d95e4997f: Pull complete 00:31:56 1cda4b703d87: Verifying Checksum 00:31:56 1cda4b703d87: Download complete 00:32:00 1cda4b703d87: Pull complete 00:32:00 54e5375350ea: Pull complete 00:32:00 f08cd1b3bb1b: Pull complete 00:32:00 8e17d04e0c68: Pull complete 00:32:00 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 00:32:00 Status: Downloaded newer image for docker:latest 00:32:02 ---> 0553bd78b3d7 00:32:02 Step 6/7 : COPY go.mod . 00:32:02 ---> e2995102ab2f 00:32:02 Step 7/7 : RUN go mod download 00:32:02 ---> Running in a9cf5e18a869 00:32:24 Removing intermediate container a9cf5e18a869 00:32:24 ---> 9c51b895ed57 00:32:24 Successfully built 9c51b895ed57 00:32:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:24 + docker inspect -f . ci-base-image-x86_64 00:32:24 . [Pipeline] withDockerContainer 00:32:25 prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container 00:32:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:25 $ docker top b28aeda5f1b431e0c55f64a986407b6a0b7e58521193b2f9030c82d96fce9b97 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:26 + go version 00:32:26 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:26 $ docker stop --time=1 b28aeda5f1b431e0c55f64a986407b6a0b7e58521193b2f9030c82d96fce9b97 00:32:27 $ docker rm -f b28aeda5f1b431e0c55f64a986407b6a0b7e58521193b2f9030c82d96fce9b97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:28 + docker inspect -f . ci-base-image-x86_64 00:32:28 . [Pipeline] withDockerContainer 00:32:29 prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container 00:32:29 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:30 $ docker top 80dd1950f4d5be52f773beffc66dff95ba2fa1a2a4a093c35230e0f71224f465 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:30 ========================================================= 00:32:30 [edgeXBuildGoParallel] Running Tests and Build... 00:32:30 ========================================================= [Pipeline] sh 00:32:30 + make test 00:32:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:42 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 46.6% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.0% of statements 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.431s coverage: 74.4% of statements 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.108s coverage: 83.3% of statements 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.414s coverage: 28.6% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.144s coverage: 97.5% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.404s coverage: 93.8% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 42.4% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.049s coverage: 82.7% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.4% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 63.5% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.361s coverage: 55.9% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 37.0% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.305s coverage: 84.0% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.763s coverage: 29.1% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.057s coverage: 100.0% of statements 00:33:47 GO111MODULE=on go vet ./... 00:34:19 gofmt -l . 00:34:19 [ "`gofmt -l .`" = "" ] 00:34:19 ./bin/test-go-mod-tidy.sh 00:34:19 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:21 + ls -al . 00:34:21 total 640 00:34:21 drwxrwxr-x 10 1001 1001 4096 Dec 31 00:34 . 00:34:21 drwxr-xr-x 4 root root 28 Dec 31 00:32 .. 00:34:21 -rw-rw-r-- 1 1001 1001 11 Dec 31 00:30 .dockerignore 00:34:21 drwxrwxr-x 8 1001 1001 179 Dec 31 00:30 .git 00:34:21 drwxrwxr-x 3 1001 1001 125 Dec 31 00:30 .github 00:34:21 -rw-rw-r-- 1 1001 1001 872 Dec 31 00:30 .gitignore 00:34:21 drwx------ 3 1001 1001 47 Dec 31 00:30 .semver 00:34:21 -rw-rw-r-- 1 1001 1001 166 Dec 31 00:30 .sonarcloud.properties 00:34:21 -rw-rw-r-- 1 1001 1001 3804 Dec 31 00:30 CONTRIBUTING.md 00:34:21 -rw-rw-r-- 1 1001 1001 1035 Dec 31 00:30 Dockerfile.build 00:34:21 -rw-rw-r-- 1 1001 1001 863 Dec 31 00:30 Jenkinsfile 00:34:21 -rw-rw-r-- 1 1001 1001 10775 Dec 31 00:30 LICENSE 00:34:21 -rw-rw-r-- 1 1001 1001 6306 Dec 31 00:30 Makefile 00:34:21 -rw-rw-r-- 1 1001 1001 6511 Dec 31 00:30 README.md 00:34:21 -rw-rw-r-- 1 1001 1001 6744 Dec 31 00:30 SECURITY.md 00:34:21 -rw-rw-r-- 1 1001 1001 5 Dec 31 00:31 VERSION 00:34:21 -rw-rw-r-- 1 1001 1001 4131 Dec 31 00:30 ZMQWindows.md 00:34:21 drwxrwxr-x 2 1001 1001 117 Dec 31 00:30 bin 00:34:21 drwxrwxr-x 15 1001 1001 4096 Dec 31 00:30 cmd 00:34:21 -rw-r--r-- 1 root root 542461 Dec 31 00:33 coverage.out 00:34:21 -rw-r--r-- 1 root root 1005 Dec 31 00:34 go.mod 00:34:21 -rw-r--r-- 1 root root 18892 Dec 31 00:34 go.sum 00:34:21 drwxrwxr-x 8 1001 1001 127 Dec 31 00:30 internal 00:34:21 drwxrwxr-x 4 1001 1001 26 Dec 31 00:30 openapi 00:34:21 drwxrwxr-x 4 1001 1001 71 Dec 31 00:30 snap 00:34:21 -rw-rw-r-- 1 1001 1001 168 Dec 31 00:30 version.go [Pipeline] sh 00:34:22 + '[' -e coverage.out ] 00:34:22 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:22 Stashed 1 file(s) [Pipeline] sh 00:34:22 + make build 00:34: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 00:34:26 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 00:34:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17846 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 00:34:27 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:34:33 using credential edgex-jenkins-ssh 00:34:33 Cloning the remote Git repository 00:34:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:33 > git init /w/workspace/edgex-go/3 # timeout=10 00:34:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:33 > git --version # timeout=10 00:34:33 > git --version # 'git version 2.17.1' 00:34:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:37 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 00:34:37 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 00:34:39 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 00:34:39 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 00:34:41 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 00:34:43 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 00:34:45 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 00:34:46 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 00:34:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:34:53 $ docker stop --time=1 80dd1950f4d5be52f773beffc66dff95ba2fa1a2a4a093c35230e0f71224f465 00:34:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:54 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 00:34:54 $ docker rm -f 80dd1950f4d5be52f773beffc66dff95ba2fa1a2a4a093c35230e0f71224f465 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 00:34:55 Merge succeeded, producing 49ad6e7579116dae1ccd4816decd305bb0bd43aa 00:34:55 Checking out Revision 49ad6e7579116dae1ccd4816decd305bb0bd43aa (PR-2970) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:34:54 > git config core.sparsecheckout # timeout=10 00:34:54 > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 00:34:55 > git remote # timeout=10 00:34:55 > git config --get remote.origin.url # timeout=10 00:34:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:55 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 00:34:55 > git rev-parse HEAD^{commit} # timeout=10 00:34:55 > git config core.sparsecheckout # timeout=10 00:34:55 > git checkout -f 49ad6e7579116dae1ccd4816decd305bb0bd43aa # timeout=10 [Pipeline] isUnix [Pipeline] sh 00:34:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:58 00:34:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:59 latest: Pulling from edgex-devops/edgex-compose 00:34:59 cbdbe7a5bc2a: Pulling fs layer 00:34:59 ca9280d653b3: Pulling fs layer 00:34:59 7e9c9ca2126c: Pulling fs layer 00:34:59 cbdbe7a5bc2a: Verifying Checksum 00:34:59 cbdbe7a5bc2a: Download complete 00:34:59 Commit message: "Merge commit '68a8f910767166238b38b7946bcb5bba3869a893' into HEAD" 00:34:59 cbdbe7a5bc2a: Pull complete 00:34:59 ca9280d653b3: Verifying Checksum 00:34:59 ca9280d653b3: Download complete 00:34:59 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:01 ca9280d653b3: Pull complete 00:35:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:59 > git rev-list --no-walk e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 # timeout=10 00:35:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:02 + true 00:35:02 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:04 provisioning config files... 00:35:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2178873898663377055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:04 ---> docker-login.sh 00:35:04 nexus3.edgexfoundry.org:10001 00:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:06 Configure a credential helper to remove this warning. See 00:35:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:06 00:35:06 Login Succeeded 00:35:06 nexus3.edgexfoundry.org:10002 00:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:06 Configure a credential helper to remove this warning. See 00:35:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:06 00:35:06 Login Succeeded 00:35:06 nexus3.edgexfoundry.org:10003 00:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:07 Configure a credential helper to remove this warning. See 00:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:07 00:35:07 Login Succeeded 00:35:07 nexus3.edgexfoundry.org:10004 00:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:07 Configure a credential helper to remove this warning. See 00:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:07 00:35:07 Login Succeeded 00:35:07 docker.io 00:35:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:08 Configure a credential helper to remove this warning. See 00:35:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:08 00:35:08 Login Succeeded 00:35:08 ---> docker-login.sh ends [Pipeline] } 00:35:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:08 ========================================================= 00:35:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:09 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:35:09 7e9c9ca2126c: Pull complete 00:35:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:09 prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container 00:35:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:11 Sending build context to Docker daemon 165.6MB 00:35:11 Step 1/7 : ARG BASE=golang:1.15-alpine 00:35:11 Step 2/7 : FROM ${BASE} 00:35:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:11 5f621e34cdf4: Pulling fs layer 00:35:11 a4357932f1b6: Pulling fs layer 00:35:11 18c013af1878: Pulling fs layer 00:35:11 00ac8860ef70: Pulling fs layer 00:35:11 63d7cb157983: Pulling fs layer 00:35:11 b116817d02f9: Pulling fs layer 00:35:11 745a02a5169b: Pulling fs layer 00:35:11 b116817d02f9: Waiting 00:35:11 00ac8860ef70: Waiting 00:35:11 745a02a5169b: Waiting 00:35:11 63d7cb157983: Waiting 00:35:11 18c013af1878: Verifying Checksum 00:35:11 18c013af1878: Download complete 00:35:11 a4357932f1b6: Verifying Checksum 00:35:11 a4357932f1b6: Download complete 00:35:11 63d7cb157983: Download complete 00:35:11 5f621e34cdf4: Verifying Checksum 00:35:11 5f621e34cdf4: Download complete 00:35:12 $ docker top fa673e5254d5066583c3016320da2cf203848318ec38aa36de9d183db47b43d3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:12 5f621e34cdf4: Pull complete 00:35:12 a4357932f1b6: Pull complete 00:35:12 + docker-compose build --help 00:35:12 + grep parallel 00:35:13 18c013af1878: Pull complete 00:35:14 --parallel Build images in parallel. [Pipeline] } 00:35:14 $ docker stop --time=1 fa673e5254d5066583c3016320da2cf203848318ec38aa36de9d183db47b43d3 00:35:14 745a02a5169b: Verifying Checksum 00:35:14 745a02a5169b: Download complete 00:35:15 $ docker rm -f fa673e5254d5066583c3016320da2cf203848318ec38aa36de9d183db47b43d3 00:35:15 00ac8860ef70: Download complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:16 . [Pipeline] withDockerContainer 00:35:16 prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container 00:35:16 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:17 $ docker top cf44b527b1a043feda1915feeb3ff8d8b3c9a24d9643620e81fbdad30c71c31c -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:18 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:19 Building docker-core-command-go ... 00:35:19 Building docker-core-data-go ... 00:35:19 Building docker-core-metadata-go ... 00:35:19 Building docker-security-bootstrapper-go ... 00:35:19 Building docker-security-bootstrap-redis-go ... 00:35:19 Building docker-security-proxy-setup-go ... 00:35:19 Building docker-security-secretstore-setup-go ... 00:35:19 Building docker-support-notifications-go ... 00:35:19 Building docker-support-scheduler-go ... 00:35:19 Building docker-sys-mgmt-agent-go ... 00:35:19 Building docker-security-secretstore-setup-go 00:35:19 Building docker-security-bootstrapper-go 00:35:19 Building docker-core-metadata-go 00:35:19 Building docker-security-proxy-setup-go 00:35:19 Building docker-security-bootstrap-redis-go 00:35:26 00ac8860ef70: Pull complete 00:35:26 63d7cb157983: Pull complete 00:35:26 b116817d02f9: Pull complete 00:35:29 745a02a5169b: Pull complete 00:35:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:29 ---> b7e6874047d6 00:35:29 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:33 ---> Running in 88f856674059 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:37 (1/12) Installing libmagic (5.38-r0) 00:35:38 (2/12) Installing file (5.38-r0) 00:35:38 (3/12) Installing libc-dev (0.7.2-r3) 00:35:38 (4/12) Installing g++ (9.3.0-r2) 00:35:50 (5/12) Installing fortify-headers (1.1-r0) 00:35:50 (6/12) Installing patch (2.7.6-r6) 00:35:50 (7/12) Installing build-base (0.5-r2) 00:35:50 (8/12) Installing libsodium (1.0.18-r0) 00:35:50 (9/12) Installing pkgconf (1.7.2-r0) 00:35:51 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:51 (11/12) Installing libzmq (4.3.3-r0) 00:35:51 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:51 Executing busybox-1.31.1-r19.trigger 00:35:51 OK: 217 MiB in 51 packages 00:35:55 Removing intermediate container 88f856674059 00:35:55 ---> b3e9938b1a86 00:35:55 Step 4/7 : WORKDIR /edgex-go 00:35:55 ---> Running in 116255fa7651 00:35:55 Removing intermediate container 116255fa7651 00:35:55 ---> e94fbab4ec80 00:35:55 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:35:56 latest: Pulling from library/docker 00:35:56 159e5727ea61: Pulling fs layer 00:35:56 687389c36290: Pulling fs layer 00:35:56 94e28978939c: Pulling fs layer 00:35:56 ea42096754a7: Pulling fs layer 00:35:56 bd61cee6920e: Pulling fs layer 00:35:56 87c4ece4675c: Pulling fs layer 00:35:56 90ca8b2ff088: Pulling fs layer 00:35:56 ea42096754a7: Waiting 00:35:56 bd61cee6920e: Waiting 00:35:56 87c4ece4675c: Waiting 00:35:56 90ca8b2ff088: Waiting 00:35:56 94e28978939c: Verifying Checksum 00:35:56 94e28978939c: Download complete 00:35:56 159e5727ea61: Verifying Checksum 00:35:56 159e5727ea61: Download complete 00:35:56 687389c36290: Verifying Checksum 00:35:56 687389c36290: Download complete 00:35:56 bd61cee6920e: Verifying Checksum 00:35:56 bd61cee6920e: Download complete 00:35:56 87c4ece4675c: Verifying Checksum 00:35:56 87c4ece4675c: Download complete 00:35:57 90ca8b2ff088: Verifying Checksum 00:35:57 90ca8b2ff088: Download complete 00:35:57 159e5727ea61: Pull complete 00:35:58 687389c36290: Pull complete 00:35:58 94e28978939c: Pull complete 00:35:58 ea42096754a7: Verifying Checksum 00:35:58 ea42096754a7: Download complete 00:35:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:59 ---> 9c51b895ed57 00:35:59 Step 3/22 : WORKDIR /edgex-go 00:35:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:59 00:35:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:59 ---> 9c51b895ed57 00:35:59 Step 3/21 : WORKDIR /edgex-go 00:35:59 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:35:59 ---> 9c51b895ed57 00:35:59 Step 3/32 : WORKDIR /edgex-go 00:35:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:59 ---> 9c51b895ed57 00:35:59 Step 3/22 : WORKDIR /edgex-go 00:35:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:59 ---> 9c51b895ed57 00:35:59 Step 3/24 : WORKDIR /edgex-go 00:35:59 ---> Running in 784894b0656f 00:35:59 ---> Running in 9bea37318b58 00:35:59 ---> Running in 4afa5031d77d 00:35:59 ---> Running in 9e60d25a01cc 00:35:59 ---> Running in 34b644ec8e8c 00:35:59 Removing intermediate container 784894b0656f 00:35:59 ---> 857e3dcde72c 00:35:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:59 Removing intermediate container 4afa5031d77d 00:35:59 ---> 6d5f6db67e61 00:35:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:59 Removing intermediate container 34b644ec8e8c 00:35:59 ---> 29f22241d153 00:35:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:59 Removing intermediate container 9bea37318b58 00:35:59 ---> 9b141d42dc3b 00:35:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:59 Removing intermediate container 9e60d25a01cc 00:35:59 ---> fcc7f33f8250 00:35:59 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:59 ---> Running in 2044e220ae65 00:35:59 ---> Running in b74cbe9c6f2e 00:35:59 ---> Running in 46cca3b4af34 00:35:59 ---> Running in 68a47aa51bc1 00:35:59 ---> Running in c76f537c6067 00:36:00 Removing intermediate container 46cca3b4af34 00:36:00 ---> 643cee569010 00:36:00 Step 5/21 : RUN apk update && apk add make git 00:36:00 Removing intermediate container 2044e220ae65 00:36:00 ---> 7306116954bf 00:36:00 Step 5/24 : RUN apk update && apk add make git 00:36:00 ---> Running in f38a081d09c3 00:36:00 Removing intermediate container b74cbe9c6f2e 00:36:00 ---> 9fd6eadc3be1 00:36:00 Step 5/22 : RUN apk update && apk add make git 00:36:00 ---> Running in c6bb5ae84046 00:36:00 Removing intermediate container 68a47aa51bc1 00:36:00 ---> 0941688fee07 00:36:00 Step 5/22 : RUN apk update && apk add make git 00:36:00 Removing intermediate container c76f537c6067 00:36:00 ---> b03c45a89253 00:36:00 Step 5/32 : RUN apk add --update --no-cache make git 00:36:00 ---> Running in a76da51f382a 00:36:00 ---> Running in d4dcbba88df5 00:36:00 ---> Running in de5904738bae 00:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:03 ea42096754a7: Pull complete 00:36:03 bd61cee6920e: Pull complete 00:36:03 87c4ece4675c: Pull complete 00:36:03 90ca8b2ff088: Pull complete 00:36:03 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 00:36:03 Status: Downloaded newer image for docker:latest 00:36:03 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:03 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:03 OK: 12750 distinct packages available 00:36:03 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:03 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:03 OK: 12750 distinct packages available 00:36:03 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:03 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:03 OK: 12750 distinct packages available 00:36:03 OK: 233 MiB in 51 packages 00:36:03 OK: 233 MiB in 51 packages 00:36:03 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:03 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:03 OK: 12750 distinct packages available 00:36:03 OK: 233 MiB in 51 packages 00:36:03 OK: 233 MiB in 51 packages 00:36:04 OK: 233 MiB in 51 packages 00:36:04 Removing intermediate container de5904738bae 00:36:04 ---> b904ba0fd83b 00:36:04 Step 6/32 : COPY go.mod . 00:36:04 Removing intermediate container f38a081d09c3 00:36:04 ---> 1cec009c10eb 00:36:04 Step 6/21 : COPY go.mod . 00:36:04 ---> 291c926eab29 00:36:04 Step 7/32 : RUN go mod download 00:36:04 Removing intermediate container c6bb5ae84046 00:36:04 ---> 59aea49dc069 00:36:04 Step 6/24 : COPY go.mod . 00:36:05 ---> Running in 67c6e228e340 00:36:05 Removing intermediate container d4dcbba88df5 00:36:05 ---> 1a506b2e1e75 00:36:05 Step 6/22 : COPY go.mod . 00:36:05 ---> 4a66a3310eb7 00:36:05 Step 7/21 : RUN go mod download 00:36:05 Removing intermediate container a76da51f382a 00:36:05 ---> 2a3a25d99cdd 00:36:05 Step 6/22 : COPY go.mod . 00:36:05 ---> Running in 9a352accffba 00:36:05 ---> 929dbf169c7c 00:36:05 Step 7/24 : RUN go mod download 00:36:05 ---> 0ab800de3636 00:36:05 Step 7/22 : RUN go mod download 00:36:05 ---> Running in fc8c54e02555 00:36:05 ---> b8e6aab20d28 00:36:05 Step 7/22 : RUN go mod download 00:36:06 ---> Running in 8c0094f27b0c 00:36:06 ---> Running in ea08ab723ffc 00:36:07 ---> 0c9befd3be4a 00:36:07 Step 6/7 : COPY go.mod . 00:36:07 ---> a9f2f857a76a 00:36:07 Step 7/7 : RUN go mod download 00:36:07 ---> Running in 9ef6c71154b5 00:36:08 Removing intermediate container 9a352accffba 00:36:08 ---> a8b166bd01ff 00:36:08 Step 8/21 : COPY . . 00:36:08 Removing intermediate container 67c6e228e340 00:36:08 ---> 9c747b115fc2 00:36:08 Step 8/32 : COPY . . 00:36:08 Removing intermediate container fc8c54e02555 00:36:08 ---> 1b51a490bf17 00:36:08 Step 8/24 : COPY . . 00:36:12 Removing intermediate container ea08ab723ffc 00:36:12 ---> fe03af1ee53c 00:36:12 Step 8/22 : COPY . . 00:36:12 Removing intermediate container 8c0094f27b0c 00:36:12 ---> 04ad47dfe142 00:36:12 Step 8/22 : COPY . . 00:36:34 Removing intermediate container 9ef6c71154b5 00:36:34 ---> 5702ec7bd42f 00:36:34 Successfully built 5702ec7bd42f 00:36:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:35 + docker inspect -f . ci-base-image-arm64 00:36:35 . [Pipeline] withDockerContainer 00:36:35 prd-ubuntu18.04-docker-arm64-4c-16g-17846 does not seem to be running inside a container 00:36:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:37 $ docker top 6e40acd4c94cc2055f1ad665188cb4c2050bff88e20319ccdd5403923d0f8bfb -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:38 + go version 00:36:38 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:38 $ docker stop --time=1 6e40acd4c94cc2055f1ad665188cb4c2050bff88e20319ccdd5403923d0f8bfb 00:36:40 $ docker rm -f 6e40acd4c94cc2055f1ad665188cb4c2050bff88e20319ccdd5403923d0f8bfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:41 + docker inspect -f . ci-base-image-arm64 00:36:41 . [Pipeline] withDockerContainer 00:36:41 prd-ubuntu18.04-docker-arm64-4c-16g-17846 does not seem to be running inside a container 00:36:41 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:42 $ docker top f3652dd46e4b37824d58a7156ff19c413c10d4044a5e982d84108d93d69aec36 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:43 ========================================================= 00:36:43 [edgeXBuildGoParallel] Running Tests and Build... 00:36:43 ========================================================= [Pipeline] sh 00:36:43 + make test 00:36:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:51 ---> 8845196e6e27 00:36:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:51 ---> 71aac64ce2ed 00:36:51 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:51 ---> e48ab6a3c0a4 00:36:51 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:36:51 ---> 6c1e541fffda 00:36:51 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:36:51 ---> aa960131696d 00:36:51 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:36:51 ---> Running in 5b7e0c24b523 00:36:51 ---> Running in 6011b02d9e4b 00:36:51 ---> Running in 24f6b837bb68 00:36:51 ---> Running in 4767ef1f142f 00:36:51 ---> Running in dd4d9d32b985 00:36:51 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 00:36:51 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 00:36:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:36:51 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 00:36:51 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 00:37:10 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:23 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 00:37:23 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 00:37:23 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 00:37:25 Removing intermediate container dd4d9d32b985 00:37:25 ---> 9fe46a2dd401 00:37:25 00:37:25 Step 10/22 : FROM alpine:3.10 00:37:25 3.10: Pulling from library/alpine 00:37:26 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:26 Status: Downloaded newer image for alpine:3.10 00:37:26 ---> be4e4bea2c2e 00:37:26 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:27 ---> Running in 90794ebda0ec 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:28 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:28 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:28 OK: 10350 distinct packages available 00:37:28 (1/5) Installing ca-certificates (20191127-r2) 00:37:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:28 (3/5) Installing libcurl (7.66.0-r3) 00:37:28 (4/5) Installing curl (7.66.0-r3) 00:37:28 (5/5) Installing dumb-init (1.2.2-r1) 00:37:28 Executing busybox-1.30.1-r3.trigger 00:37:28 Executing ca-certificates-20191127-r2.trigger 00:37:28 OK: 7 MiB in 19 packages 00:37:32 Removing intermediate container 24f6b837bb68 00:37:32 ---> 710e95b707ab 00:37:32 00:37:32 Step 10/24 : FROM alpine:3.10 00:37:32 ---> be4e4bea2c2e 00:37:32 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:32 Removing intermediate container 6011b02d9e4b 00:37:32 ---> f0511c321f15 00:37:32 00:37:32 Step 10/21 : FROM alpine 00:37:32 latest: Pulling from library/alpine 00:37:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:32 Status: Downloaded newer image for alpine:latest 00:37:32 ---> 389fef711851 00:37:32 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:37:32 ---> Running in 0fcf64ff3713 00:37:33 ---> Running in 153a34d7a250 00:37:33 Removing intermediate container 5b7e0c24b523 00:37:33 ---> f02dd1a39bea 00:37:33 00:37:33 Step 10/32 : FROM alpine:3.12 00:37:33 3.12: Pulling from library/alpine 00:37:33 Removing intermediate container 90794ebda0ec 00:37:33 ---> fc795d9d9207 00:37:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:33 Status: Downloaded newer image for alpine:3.12 00:37:33 ---> 389fef711851 00:37:33 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 00:37:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:34 ---> Running in 93d1db232e60 00:37:34 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:34 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:34 OK: 10350 distinct packages available 00:37:34 ---> Running in 75053905065f 00:37:34 (1/5) Installing ca-certificates (20191127-r2) 00:37:35 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:35 (3/5) Installing libcurl (7.66.0-r3) 00:37:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:35 (4/5) Installing curl (7.66.0-r3) 00:37:35 (5/5) Installing dumb-init (1.2.2-r1) 00:37:35 Executing busybox-1.30.1-r3.trigger 00:37:35 Executing ca-certificates-20191127-r2.trigger 00:37:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:35 OK: 7 MiB in 19 packages 00:37:35 Removing intermediate container 93d1db232e60 00:37:35 ---> 244ed9e2febb 00:37:35 Step 13/22 : WORKDIR / 00:37:35 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:35 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:35 OK: 12745 distinct packages available 00:37:36 (1/4) Installing ca-certificates (20191127-r4) 00:37:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:36 (3/4) Installing libcurl (7.69.1-r3) 00:37:36 (4/4) Installing curl (7.69.1-r3) 00:37:36 Executing busybox-1.31.1-r19.trigger 00:37:36 Executing ca-certificates-20191127-r4.trigger 00:37:36 OK: 7 MiB in 18 packages 00:37:36 ---> Running in 886f7ab0e920 00:37:37 Removing intermediate container 4767ef1f142f 00:37:37 ---> 737532771869 00:37:37 00:37:37 Step 10/22 : FROM scratch 00:37:37 ---> 00:37:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:38 Removing intermediate container 886f7ab0e920 00:37:38 ---> b5d674449819 00:37:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:37:38 ---> Running in 3e91a74bd012 00:37:38 (1/2) Installing dumb-init (1.2.2-r1) 00:37:38 (2/2) Installing openssl (1.1.1i-r0) 00:37:38 Executing busybox-1.31.1-r19.trigger 00:37:38 OK: 6 MiB in 16 packages 00:37:38 Removing intermediate container 0fcf64ff3713 00:37:38 ---> beb9e5fe4ccb 00:37:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:38 Removing intermediate container 153a34d7a250 00:37:38 ---> 932e0a324775 00:37:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:38 ---> Running in 4b7ccbb5e927 00:37:38 ---> Running in f58979373628 00:37:38 Removing intermediate container 3e91a74bd012 00:37:38 ---> fadef0783d55 00:37:38 Step 12/22 : ENV APP_PORT=48081 00:37:39 ---> 5081dc55210c 00:37:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:39 ---> Running in 3b8500d7e6bd 00:37:39 Removing intermediate container f58979373628 00:37:39 ---> 09542865d6e9 00:37:39 Step 13/24 : WORKDIR / 00:37:39 Removing intermediate container 4b7ccbb5e927 00:37:39 ---> 6adb7c9d9e1d 00:37:39 Step 13/21 : WORKDIR /edgex 00:37:39 ---> Running in 11dec9e3bf3c 00:37:39 Removing intermediate container 3b8500d7e6bd 00:37:39 ---> d3621cb4a3dc 00:37:39 Step 13/22 : EXPOSE $APP_PORT 00:37:39 ---> Running in 291b2130992d 00:37:39 ---> Running in 571c6a835163 00:37:39 Removing intermediate container 75053905065f 00:37:39 ---> 7e47d9b5e00f 00:37:39 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:37:40 ---> 051d622adde8 00:37:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:40 ---> Running in bf39c2485375 00:37:40 Removing intermediate container 11dec9e3bf3c 00:37:40 ---> 081d36261048 00:37:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:40 Removing intermediate container 571c6a835163 00:37:40 ---> 4277a9684c2b 00:37:40 Step 14/22 : WORKDIR / 00:37:40 Removing intermediate container 291b2130992d 00:37:40 ---> 5bb56760904d 00:37:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:41 ---> Running in db42e92092cb 00:37:41 Removing intermediate container bf39c2485375 00:37:41 ---> 34469a2c68b6 00:37:41 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 00:37:41 ---> 734a3591c32c 00:37:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:41 ---> 82d7521cfe8f 00:37:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:41 ---> 0d1c9eeb3228 00:37:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:41 ---> Running in ba728b720005 00:37:41 Removing intermediate container db42e92092cb 00:37:41 ---> 00c4c9b2deac 00:37:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:37:41 Removing intermediate container ba728b720005 00:37:41 ---> 739152332514 00:37:41 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 00:37:41 ---> 71421b29bd19 00:37:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:42 ---> 320e4360daaf 00:37:42 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:42 ---> Running in 2e37a1de3d14 00:37:42 ---> 26f3358a67f6 00:37:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:42 ---> Running in 9a457fba5807 00:37:42 ---> 0291917e3a9d 00:37:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:42 ---> a7874b8c8ac2 00:37:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:43 ---> 71eb2e5d73aa 00:37:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:43 ---> a502ed5121da 00:37:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:43 Connecting to github.com (140.82.112.3:443) 00:37:43  ---> Running in 8583a172a255 00:37:43 ---> 12fb4a40be14 00:37:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:43 ---> 489e51ee6f12 00:37:43 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:43 Removing intermediate container 8583a172a255 00:37:43 ---> 6e574201c1a8 00:37:43 Step 18/21 : CMD ["--init=true"] 00:37:43 ---> Running in 3a29cc1129cd 00:37:43 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (54.231.82.154:443) 00:37:43 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:37:43  ---> Running in 21b617a59c71 00:37:44 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:37:44 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:37:44 dockerize 00:37:44 Removing intermediate container 3a29cc1129cd 00:37:44 ---> 8ed7337bd3bf 00:37:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:44 Removing intermediate container 21b617a59c71 00:37:44 ---> b47c9f30c2f7 00:37:44 Step 19/21 : LABEL arch=x86_64 00:37:44 ---> 89150a40f6c5 00:37:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:44 ---> Running in 2203db8a1993 00:37:44 ---> Running in 4697d1cc4ce5 00:37:44 Removing intermediate container 9a457fba5807 00:37:44 ---> 737603513933 00:37:44 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:44 Removing intermediate container 2203db8a1993 00:37:44 ---> b286a8cd367c 00:37:44 Step 20/22 : LABEL arch=x86_64 00:37:44 ---> 30535b0d0dd0 00:37:44 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:44 ---> Running in 6b0206fda59d 00:37:44 Removing intermediate container 4697d1cc4ce5 00:37:44 ---> 842d481b54a3 00:37:44 Step 20/21 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:37:44 ---> Running in 49c15d5a5116 00:37:45 ---> Running in 54c7de096513 00:37:45 ---> Running in 5a694f837b23 00:37:45 Removing intermediate container 2e37a1de3d14 00:37:45 ---> 9c1e744b8a8f 00:37:45 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 00:37:45 Removing intermediate container 6b0206fda59d 00:37:45 ---> 5886b164f247 00:37:45 Step 20/22 : LABEL arch=x86_64 00:37:45 ---> Running in d63c59e2b51c 00:37:45 ---> Running in c924d864f637 00:37:45 Removing intermediate container 49c15d5a5116 00:37:45 ---> ed27ad39c9d0 00:37:45 Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:37:45 Removing intermediate container 54c7de096513 00:37:45 ---> e03112f002dc 00:37:45 Step 21/21 : LABEL version=0.0.0 00:37:45 ---> Running in c3b07a75741c 00:37:45 ---> Running in a7ce3a80fb17 00:37:45 Removing intermediate container d63c59e2b51c 00:37:45 ---> 373163625534 00:37:45 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:37:45 Removing intermediate container c924d864f637 00:37:45 ---> e8db0dcea9bb 00:37:45 Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:37:46 ---> Running in 9ec5dc631658 00:37:46 ---> Running in f7bb34d9f187 00:37:46 Removing intermediate container c3b07a75741c 00:37:46 ---> 3c583a1e52fa 00:37:46 Step 22/22 : LABEL version=0.0.0 00:37:46 Removing intermediate container a7ce3a80fb17 00:37:46 ---> ba492b93eb0a 00:37:46 00:37:46 ---> Running in 861b865b69e2 00:37:46 Removing intermediate container f7bb34d9f187 00:37:46 ---> fef40dd4d6c0 00:37:46 Step 22/22 : LABEL version=0.0.0 00:37:46 Removing intermediate container 9ec5dc631658 00:37:46 ---> 0569c3297c0f 00:37:46 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:37:47 Successfully built ba492b93eb0a 00:37:47 ---> Running in 52429263bdc1 00:37:47 ---> Running in ef4491b90ec3 00:37:47 Successfully tagged docker-security-proxy-setup-go:latest 00:37:47 Removing intermediate container 861b865b69e2 00:37:47 ---> 48d0f921b6b3 00:37:47 00:37:47  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 00:37:47 Successfully built 48d0f921b6b3 00:37:47 Removing intermediate container 52429263bdc1 00:37:47 ---> 630b99f3a457 00:37:47 00:37:47 Successfully tagged docker-core-metadata-go:latest 00:37:47 Building docker-core-command-go 00:37:47  Building docker-core-metadata-go ... done Removing intermediate container 5a694f837b23 00:37:47 ---> a5ae7a0142aa 00:37:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:47 ---> Running in 01b07c6f8c46 00:37:47 Successfully built 630b99f3a457 00:37:47 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:47 Building docker-support-notifications-go 00:37:47  Building docker-security-bootstrap-redis-go ... done Copy dockerize executable 00:37:48 Removing intermediate container 01b07c6f8c46 00:37:48 ---> b4264e932a93 00:37:48 Step 22/24 : LABEL arch=x86_64 00:37:48 ---> Running in 0f9d850fc1e8 00:37:48 Removing intermediate container 0f9d850fc1e8 00:37:48 ---> 8bacbbe8758a 00:37:48 Step 23/24 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:37:48 ---> Running in 9a626725bc49 00:37:48 Removing intermediate container ef4491b90ec3 00:37:48 ---> 98307f38f831 00:37:48 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 00:37:48 Removing intermediate container 9a626725bc49 00:37:48 ---> be290bde1b01 00:37:48 Step 24/24 : LABEL version=0.0.0 00:37:48 ---> Running in 4d0e83d3dc22 00:37:48 ---> Running in 7a662a8712f1 00:37:49 Removing intermediate container 4d0e83d3dc22 00:37:49 ---> c47481a633ff 00:37:49 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:37:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:50 Removing intermediate container 7a662a8712f1 00:37:50 ---> 54a2f01473bc 00:37:50 00:37:51 Successfully built 54a2f01473bc 00:37:51 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:51  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 00:37:52 ---> 563b7daaf628 00:37:52 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:37:54 ---> Running in c626e26c66aa 00:37:58 Removing intermediate container c626e26c66aa 00:37:58 ---> 68f378a8f18d 00:37:58 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:37:58 ---> 7e2278a4fd88 00:37:58 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:37:58 ---> 04ef7f9ec1d1 00:37:58 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:38:05 ---> 9e95ff740f15 00:38:05 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:06 ---> d9986453d9d3 00:38:06 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 00:38:08 ---> Running in 4a873cc24465 00:38:09 Removing intermediate container 4a873cc24465 00:38:09 ---> 8e219f50c364 00:38:09 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 00:38:11 ---> baa344bf8b30 00:38:11 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:12 ---> Running in 9b44e65a53b1 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.257s coverage: 46.6% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:27 ---> 9c51b895ed57 00:38:27 Step 3/21 : WORKDIR /edgex-go 00:38:28 ---> Using cache 00:38:28 ---> fcc7f33f8250 00:38:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:28 ---> Using cache 00:38:28 ---> b03c45a89253 00:38:28 Step 5/21 : RUN apk update && apk add make git 00:38:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> 9c51b895ed57 00:38:28 Step 3/22 : WORKDIR /edgex-go 00:38:28 ---> Using cache 00:38:28 ---> fcc7f33f8250 00:38:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:28 ---> Using cache 00:38:28 ---> b03c45a89253 00:38:28 Step 5/22 : RUN apk update && apk add make git 00:38:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> 9c51b895ed57 00:38:28 Step 3/24 : WORKDIR /edgex-go 00:38:28 ---> Using cache 00:38:28 ---> fcc7f33f8250 00:38:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:28 ---> Using cache 00:38:28 ---> b03c45a89253 00:38:28 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:38:31 ---> Running in bff1b02f0400 00:38:31 ---> Running in 39722eaaf974 00:38:31 ---> Running in f445ee38cbed 00:38:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:32 ---> 9c51b895ed57 00:38:32 Step 3/23 : WORKDIR /edgex-go 00:38:32 ---> Using cache 00:38:32 ---> fcc7f33f8250 00:38:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:32 ---> Using cache 00:38:32 ---> b03c45a89253 00:38:32 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.492s coverage: 27.0% of statements 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.546s coverage: 74.4% of statements 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.293s coverage: 83.3% of statements 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:34 ---> Running in d081b97fbe1d 00:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:36 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:36 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:36 OK: 12750 distinct packages available 00:38:36 OK: 233 MiB in 51 packages 00:38:36 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:36 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:36 OK: 12750 distinct packages available 00:38:36 OK: 233 MiB in 51 packages 00:38:36 Removing intermediate container 9b44e65a53b1 00:38:36 ---> a83ad9003c2c 00:38:36 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 00:38:36 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:36 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:36 OK: 12750 distinct packages available 00:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:36 OK: 233 MiB in 51 packages 00:38:36 ---> Running in bca3c665bf11 00:38:37 Removing intermediate container bca3c665bf11 00:38:37 ---> d06da06cd55e 00:38:37 Step 29/32 : CMD ["install"] 00:38:37 Removing intermediate container 39722eaaf974 00:38:37 ---> 7559c355823c 00:38:37 Step 6/24 : COPY go.mod . 00:38:37 Removing intermediate container bff1b02f0400 00:38:37 ---> 900200032075 00:38:37 Step 6/22 : COPY go.mod . 00:38:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:37 ---> Running in bd34a2143f30 00:38:38 Removing intermediate container f445ee38cbed 00:38:38 ---> d963274bae82 00:38:38 Step 6/21 : COPY go.mod . 00:38:38 ---> a7cf30cbec20 00:38:38 Step 7/24 : RUN go mod download 00:38:38 ---> Running in 2caa54dca963 00:38:38 ---> 44788bc051c2 00:38:38 Step 7/22 : RUN go mod download 00:38:38 ---> 0c3b8acfafbd 00:38:38 Step 7/21 : RUN go mod download 00:38:38 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:38 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:38 OK: 12750 distinct packages available 00:38:38 Removing intermediate container bd34a2143f30 00:38:38 ---> 3087f726b918 00:38:38 Step 30/32 : LABEL arch=x86_64 00:38:38 ---> Running in 5e9d3cbf8fc9 00:38:38 ---> Running in 452a03d56e1f 00:38:39 OK: 233 MiB in 51 packages 00:38:39 ---> Running in 08b92f45ad60 00:38:39 Removing intermediate container 08b92f45ad60 00:38:39 ---> 7601e9699b49 00:38:39 Step 31/32 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:38:40 ---> Running in 83ee750a406b 00:38:40 Removing intermediate container d081b97fbe1d 00:38:40 ---> a98c5febb8fa 00:38:40 Step 6/23 : COPY go.mod . 00:38:42 Removing intermediate container 83ee750a406b 00:38:42 ---> e8e3259d99bc 00:38:42 Step 32/32 : LABEL version=0.0.0 00:38:42 ---> 09700c55cddb 00:38:42 Step 7/23 : RUN go mod download 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.342s coverage: 28.6% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.382s coverage: 97.5% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:42 ---> Running in 135f0d729565 00:38:42 ---> Running in 2e2ee1ab62f5 00:38:43 Removing intermediate container 5e9d3cbf8fc9 00:38:43 ---> a6015ed35f4c 00:38:43 Step 8/22 : COPY . . 00:38:43 Removing intermediate container 2e2ee1ab62f5 00:38:43 ---> ee83cde4f22f 00:38:43 00:38:43 Removing intermediate container 2caa54dca963 00:38:43 ---> 7c53784da4a3 00:38:43 Step 8/24 : COPY . . 00:38:43 Removing intermediate container 452a03d56e1f 00:38:43 ---> 786a4ab122a4 00:38:43 Step 8/21 : COPY . . 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:44 Successfully built ee83cde4f22f 00:38:44 Successfully tagged docker-security-bootstrapper-go:latest 00:38:44 Building docker-sys-mgmt-agent-go 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.100s coverage: 93.8% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.220s coverage: 0.1% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 42.4% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:59  Building docker-security-bootstrapper-go ... done Removing intermediate container 135f0d729565 00:38:59 ---> bd6f01760751 00:38:59 Step 8/23 : COPY . . 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.070s coverage: 82.7% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.498s coverage: 63.5% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.740s coverage: 55.9% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.311s coverage: 37.0% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.482s coverage: 84.0% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.1% of statements 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.750s coverage: 29.1% of statements 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 00:39:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.068s coverage: 32.1% of statements 00:39:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 00:39:22 GO111MODULE=on go vet ./... 00:39:27 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:27 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:39:27 ---> 9c51b895ed57 00:39:27 Step 3/27 : WORKDIR /edgex-go 00:39:27 ---> Using cache 00:39:27 ---> fcc7f33f8250 00:39:27 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:27 ---> Using cache 00:39:27 ---> b03c45a89253 00:39:27 Step 5/27 : RUN apk update && apk add make bash git 00:39:27 ---> Running in f15a9667879d 00:39:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:31 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:31 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:31 OK: 12750 distinct packages available 00:39:31 OK: 233 MiB in 51 packages 00:39:34 ---> e6d93d3db6e1 00:39:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:39:35 ---> 417186ae0846 00:39:35 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:39:36 ---> Running in c74118220694 00:39:36 Removing intermediate container f15a9667879d 00:39:36 ---> 2de6528ecfd7 00:39:36 Step 6/27 : COPY go.mod . 00:39:36 ---> 267b4511e551 00:39:36 Step 9/22 : RUN make cmd/core-command/core-command 00:39:36 ---> Running in 1d13c7d5db0e 00:39:36 ---> a42919b14888 00:39:36 Step 9/23 : RUN make cmd/core-data/core-data 00:39:36 ---> Running in b174683e461b 00:39:36 ---> Running in fc4858379975 00:39:36 ---> 719ecc69192e 00:39:36 Step 7/27 : RUN go mod download 00:39:37 ---> Running in 2135d783435d 00:39:37 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 00:39:37 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 00:39:37 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 00:39:37 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 00:39:39 Removing intermediate container 2135d783435d 00:39:39 ---> adbb408ed695 00:39:39 Step 8/27 : COPY . . 00:40:19 ---> e5a863b6d356 00:40:19 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:40:19 ---> Running in 1c2178552632 00:40:19 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 00:40:27 Removing intermediate container c74118220694 00:40:27 ---> 886508383047 00:40:27 00:40:27 Step 10/24 : FROM scratch 00:40:27 ---> 00:40:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:40:27 Removing intermediate container b174683e461b 00:40:27 ---> 60030fc5494d 00:40:27 00:40:27 Step 10/22 : FROM scratch 00:40:27 ---> 00:40:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:27 Removing intermediate container 1d13c7d5db0e 00:40:27 ---> 182324d5e201 00:40:27 00:40:27 Step 10/21 : FROM scratch 00:40:27 ---> 00:40:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:27 ---> Using cache 00:40:27 ---> fadef0783d55 00:40:27 Step 12/21 : ENV APP_PORT=48085 00:40:27 ---> Using cache 00:40:27 ---> fadef0783d55 00:40:27 Step 12/22 : ENV APP_PORT=48082 00:40:28 ---> Running in b3874bdc638a 00:40:28 ---> Running in 804bd8a828ca 00:40:28 ---> Running in 526b83df0b8f 00:40:29 Removing intermediate container b3874bdc638a 00:40:29 ---> f4740d33c0fd 00:40:29 Step 13/21 : EXPOSE $APP_PORT 00:40:29 Removing intermediate container 804bd8a828ca 00:40:29 ---> 209cc71231f3 00:40:29 Step 12/24 : ENV APP_PORT=48060 00:40:29 Removing intermediate container 526b83df0b8f 00:40:29 ---> d57478e8dae7 00:40:29 Step 13/22 : EXPOSE $APP_PORT 00:40:29 ---> Running in e240126116d7 00:40:29 ---> Running in ccb274e0156b 00:40:29 ---> Running in 056e00d17c85 00:40:30 Removing intermediate container e240126116d7 00:40:30 ---> cb8a05afd1a9 00:40:30 Step 13/24 : EXPOSE $APP_PORT 00:40:30 Removing intermediate container ccb274e0156b 00:40:30 ---> 89644bc6ee34 00:40:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:40:30 ---> Running in dd5480ee9d25 00:40:30 Removing intermediate container 056e00d17c85 00:40:30 ---> 0c79803e9694 00:40:30 Step 14/22 : WORKDIR / 00:40:30 gofmt -l . 00:40:31 ---> 14a7ba794d2b 00:40:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:31 ---> Running in a09b96f6f080 00:40:31 Removing intermediate container dd5480ee9d25 00:40:31 ---> 7b5503a92d02 00:40:31 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:40:31 Removing intermediate container fc4858379975 00:40:31 ---> 66a5567f2a5c 00:40:31 00:40:31 Step 10/23 : FROM alpine 00:40:31 ---> 389fef711851 00:40:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:32 ---> Running in b1b5dfa078f4 00:40:32 Removing intermediate container a09b96f6f080 00:40:32 ---> 4153e5fa5fcf 00:40:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:40:32 ---> b417b7c2e2d2 00:40:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:40:32 ---> 235462071e22 00:40:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:32 Removing intermediate container b1b5dfa078f4 00:40:32 ---> 0f6890d1b529 00:40:32 Step 12/23 : ENV APP_PORT=48080 00:40:32 ---> Running in be2397e649d6 00:40:33 ---> c12f6d8f5d80 00:40:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:33 [ "`gofmt -l .`" = "" ] 00:40:33 ---> 4c4b09801f47 00:40:33 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:40:34 Removing intermediate container be2397e649d6 00:40:34 ---> 2ae02c30e384 00:40:34 Step 13/23 : EXPOSE $APP_PORT 00:40:34 ---> Running in 883b305c409c 00:40:34 ---> 05117024f82b 00:40:34 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:40:34 ---> Running in d9c07a17fd17 00:40:34 ---> 2a975d63897f 00:40:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:36 ./bin/test-go-mod-tidy.sh 00:40:37 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:42 + ls -al . 00:40:42 total 668 00:40:42 drwxrwxr-x 9 1001 1001 4096 Dec 31 00:40 . 00:40:42 drwxr-xr-x 4 root root 4096 Dec 31 00:36 .. 00:40:42 -rw-rw-r-- 1 1001 1001 11 Dec 31 00:34 .dockerignore 00:40:42 drwxrwxr-x 8 1001 1001 4096 Dec 31 00:34 .git 00:40:42 drwxrwxr-x 3 1001 1001 4096 Dec 31 00:34 .github 00:40:42 -rw-rw-r-- 1 1001 1001 872 Dec 31 00:34 .gitignore 00:40:42 -rw-rw-r-- 1 1001 1001 166 Dec 31 00:34 .sonarcloud.properties 00:40:42 -rw-rw-r-- 1 1001 1001 3804 Dec 31 00:34 CONTRIBUTING.md 00:40:42 -rw-rw-r-- 1 1001 1001 1035 Dec 31 00:34 Dockerfile.build 00:40:42 -rw-rw-r-- 1 1001 1001 863 Dec 31 00:34 Jenkinsfile 00:40:42 -rw-rw-r-- 1 1001 1001 10775 Dec 31 00:34 LICENSE 00:40:42 -rw-rw-r-- 1 1001 1001 6306 Dec 31 00:34 Makefile 00:40:42 -rw-rw-r-- 1 1001 1001 6511 Dec 31 00:34 README.md 00:40:42 -rw-rw-r-- 1 1001 1001 6744 Dec 31 00:34 SECURITY.md 00:40:42 -rw-rw-r-- 1 1001 1001 5 Dec 31 00:31 VERSION 00:40:42 -rw-rw-r-- 1 1001 1001 4131 Dec 31 00:34 ZMQWindows.md 00:40:42 drwxrwxr-x 2 1001 1001 4096 Dec 31 00:34 bin 00:40:42 drwxrwxr-x 15 1001 1001 4096 Dec 31 00:34 cmd 00:40:42 -rw-r--r-- 1 root root 542461 Dec 31 00:39 coverage.out 00:40:42 -rw-r--r-- 1 root root 1005 Dec 31 00:40 go.mod 00:40:42 -rw-r--r-- 1 root root 18892 Dec 31 00:40 go.sum 00:40:42 drwxrwxr-x 8 1001 1001 4096 Dec 31 00:34 internal 00:40:42 drwxrwxr-x 4 1001 1001 4096 Dec 31 00:34 openapi 00:40:42 drwxrwxr-x 4 1001 1001 4096 Dec 31 00:34 snap 00:40:42 -rw-rw-r-- 1 1001 1001 168 Dec 31 00:34 version.go [Pipeline] sh 00:40:42 + '[' -e coverage.out ] 00:40:42 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:42 Warning: overwriting stash ‘coverage-report’ 00:40:42 Removing intermediate container 883b305c409c 00:40:42 ---> 7430c747eab1 00:40:42 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:42 ---> d240a737ba9b 00:40:42 Step 18/22 : ENTRYPOINT ["/core-command"] 00:40:42 Removing intermediate container d9c07a17fd17 00:40:42 ---> ad4e7c063416 00:40:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:42 ---> 193bea3f3bc5 00:40:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:40:42 ---> Running in a8e0963f46bd 00:40:42 ---> Running in 8bb17239b6d1 00:40:42 ---> Running in 9af428fa2b8b 00:40:44 Stashed 1 file(s) [Pipeline] sh 00:40:44 Removing intermediate container a8e0963f46bd 00:40:44 ---> 3eb8740e930b 00:40:44 Step 19/21 : LABEL arch=x86_64 00:40:44 Removing intermediate container 8bb17239b6d1 00:40:44 ---> 8ff9f3881987 00:40:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:44 ---> 71143c04d274 00:40:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:44 ---> Running in c0f98c78a428 00:40:44 ---> Running in 360dab98392b 00:40:44 Removing intermediate container 1c2178552632 00:40:44 ---> 04805cb1dc4b 00:40:44 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:40:44 ---> Running in 513d9e0085d0 00:40:44 Removing intermediate container c0f98c78a428 00:40:44 ---> aafb06a867e2 00:40:44 Step 20/21 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:40:44 Removing intermediate container 360dab98392b 00:40:44 ---> ca013dc6fe39 00:40:44 Step 20/22 : LABEL arch=x86_64 00:40:44 ---> Running in 52444ef02ace 00:40:44 + make build 00:40:44 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 00:40:45 ---> eda7162ce4b1 00:40:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:45 ---> Running in 12ceded0f76c 00:40:45 Removing intermediate container 9af428fa2b8b 00:40:45 ---> ef7f3429780f 00:40:45 Step 15/23 : RUN apk --no-cache add zeromq 00:40:45 Removing intermediate container 52444ef02ace 00:40:45 ---> 0f83c1c0dac4 00:40:45 Step 21/21 : LABEL version=0.0.0 00:40:46 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 00:40:46 ---> Running in 76598c66c437 00:40:46 ---> Running in 6ce77f05fe97 00:40:46 Removing intermediate container 12ceded0f76c 00:40:46 ---> 382c3ad17496 00:40:46 Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:40:46 ---> 5f5dee721e97 00:40:46 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:40:46 ---> Running in 72d7ce9e91c3 00:40:46 ---> Running in 37df3a569760 00:40:46 Removing intermediate container 6ce77f05fe97 00:40:46 ---> 137b5c044f8c 00:40:46 00:40:46 Removing intermediate container 72d7ce9e91c3 00:40:46 ---> f130107c5971 00:40:46 Step 22/22 : LABEL version=0.0.0 00:40:46 Removing intermediate container 37df3a569760 00:40:46 ---> 943a5265ba0f 00:40:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:46 Successfully built 137b5c044f8c 00:40:46 Successfully tagged docker-support-scheduler-go:latest 00:40:46  Building docker-support-scheduler-go ... done  ---> Running in 39c699abcb97 00:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:46 ---> Running in 0274f0be916a 00:40:46 Removing intermediate container 39c699abcb97 00:40:46 ---> f775593806ec 00:40:46 00:40:47 Removing intermediate container 0274f0be916a 00:40:47 ---> 7a3b179616ed 00:40:47 Step 22/24 : LABEL arch=x86_64 00:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:47 Successfully built f775593806ec 00:40:47 Successfully tagged docker-core-command-go:latest 00:40:47  Building docker-core-command-go ... done  ---> Running in 2034e682e612 00:40:47 Removing intermediate container 513d9e0085d0 00:40:47 ---> 09b8d711021b 00:40:47 00:40:47 Step 11/27 : FROM docker:latest 00:40:47 ---> 0040bc98e531 00:40:47 Step 12/27 : RUN apk add --no-cache bash 00:40:47 ---> Running in 3c4c932ef00f 00:40:47 Removing intermediate container 2034e682e612 00:40:47 ---> 4c05d41a8581 00:40:47 Step 23/24 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:40:47 ---> Running in 39eb94f543fd 00:40:47 Removing intermediate container 39eb94f543fd 00:40:47 ---> c048e8d1067a 00:40:47 Step 24/24 : LABEL version=0.0.0 00:40:48 ---> Running in dd49ab968102 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:48 Removing intermediate container dd49ab968102 00:40:48 ---> 6d158e0ce82f 00:40:48 00:40:48 (1/5) Installing libgcc (9.3.0-r2) 00:40:48 (2/5) Installing libsodium (1.0.18-r0) 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:48 Successfully built 6d158e0ce82f 00:40:48 Successfully tagged docker-support-notifications-go:latest 00:40:48  Building docker-support-notifications-go ... done (3/5) Installing libstdc++ (9.3.0-r2) 00:40:48 (1/2) Installing readline (8.0.4-r0) 00:40:48 (2/2) Installing bash (5.0.17-r0) 00:40:48 Executing bash-5.0.17-r0.post-install 00:40:48 Executing busybox-1.31.1-r19.trigger 00:40:48 OK: 12 MiB in 22 packages 00:40:48 (4/5) Installing libzmq (4.3.3-r0) 00:40:48 (5/5) Installing zeromq (4.3.3-r0) 00:40:48 Executing busybox-1.31.1-r19.trigger 00:40:48 OK: 8 MiB in 19 packages 00:40:49 Removing intermediate container 3c4c932ef00f 00:40:49 ---> 7292575026d2 00:40:49 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:40:49 ---> Running in 16e2dfdb80c7 00:40:49 Removing intermediate container 76598c66c437 00:40:49 ---> a344accb5883 00:40:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:40:49 ---> 93f801d7d94f 00:40:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:50 Removing intermediate container 16e2dfdb80c7 00:40:50 ---> 09115f840aa9 00:40:50 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:50 ---> Running in 15f086163b57 00:40:50 ---> 28fd70467082 00:40:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:50 Removing intermediate container 15f086163b57 00:40:50 ---> ab4b70b7dca6 00:40:50 Step 15/27 : ENV APP_PORT=48090 00:40:50 ---> Running in fe9ca7ae1fd1 00:40:51 ---> 3614d26e6e79 00:40:51 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:51 ---> Running in 0b911d1fc37b 00:40:51 Removing intermediate container fe9ca7ae1fd1 00:40:51 ---> b73dd474d311 00:40:51 Step 16/27 : EXPOSE $APP_PORT 00:40:51 ---> Running in 9ab574ceaa4c 00:40:51 Removing intermediate container 0b911d1fc37b 00:40:51 ---> 4b8f248af3be 00:40:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:51 ---> Running in 462e3362bed7 00:40:51 Removing intermediate container 9ab574ceaa4c 00:40:51 ---> 665a13651c50 00:40:51 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:51 Removing intermediate container 462e3362bed7 00:40:51 ---> e5c287af0f8a 00:40:51 Step 21/23 : LABEL arch=x86_64 00:40:51 ---> Running in 35ae833d881a 00:40:51 Removing intermediate container 35ae833d881a 00:40:51 ---> 50ba35e5c7a2 00:40:51 Step 22/23 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:40:51 ---> b0a2ca4ff1c3 00:40:51 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:51 ---> Running in 5157352be1cb 00:40:52 Removing intermediate container 5157352be1cb 00:40:52 ---> 9c86c060a971 00:40:52 Step 23/23 : LABEL version=0.0.0 00:40:52 ---> c6689f538a48 00:40:52 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:52 ---> Running in 5472465ccb41 00:40:53 Removing intermediate container 5472465ccb41 00:40:53 ---> 8e44c88b9c60 00:40:53 00:40:53 ---> 44de11cb3e88 00:40:53 Step 20/27 : RUN apk --no-cache add py3-pip 00:40:53 Successfully built 8e44c88b9c60 00:40:53 Successfully tagged docker-core-data-go:latest 00:40:53  Building docker-core-data-go ... done  ---> Running in e5f0fddab19f 00:40:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:53 (1/33) Installing libbz2 (1.0.8-r1) 00:40:53 (2/33) Installing expat (2.2.9-r1) 00:40:53 (3/33) Installing libffi (3.3-r2) 00:40:53 (4/33) Installing gdbm (1.13-r1) 00:40:53 (5/33) Installing xz-libs (5.2.5-r0) 00:40:53 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:53 (7/33) Installing python3 (3.8.5-r0) 00:40:55 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:55 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:55 (11/33) Installing py3-six (1.15.0-r0) 00:40:55 (12/33) Installing py3-packaging (20.4-r0) 00:40:55 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:55 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:55 (15/33) Installing py3-idna (2.9-r0) 00:40:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:55 (18/33) Installing py3-requests (2.23.0-r0) 00:40:55 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:55 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:55 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:55 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:55 (24/33) Installing py3-distro (1.5.0-r1) 00:40:55 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:55 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:55 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:55 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:55 (29/33) Installing py3-progress (1.5-r0) 00:40:55 (30/33) Installing py3-toml (0.10.1-r0) 00:40:55 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:55 (33/33) Installing py3-pip (20.1.1-r0) 00:40:55 Executing busybox-1.31.1-r19.trigger 00:40:55 OK: 71 MiB in 55 packages 00:40:56 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 00:41:05 Removing intermediate container e5f0fddab19f 00:41:05 ---> db32f184a545 00:41:05 Step 21/27 : RUN pip install docker-compose==1.23.2 00:41:06 ---> Running in 619cb2283a79 00:41:07 Collecting docker-compose==1.23.2 00:41:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:41:07 Collecting texttable<0.10,>=0.9.0 00:41:07 Downloading texttable-0.9.1.tar.gz (11 kB) 00:41:08 Collecting PyYAML<4,>=3.10 00:41:08 Downloading PyYAML-3.13.tar.gz (270 kB) 00:41:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:41:09 Collecting docker<4.0,>=3.6.0 00:41:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:41:09 Collecting docopt<0.7,>=0.6.1 00:41:09 Downloading docopt-0.6.2.tar.gz (25 kB) 00:41:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:41:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:41:10 Collecting dockerpty<0.5,>=0.4.1 00:41:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:41:11 Collecting cached-property<2,>=1.2.0 00:41:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:41:12 Collecting websocket-client<1.0,>=0.32.0 00:41:12 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:41:12 Collecting jsonschema<3,>=2.5.1 00:41:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:41:12 Collecting docker-pycreds>=0.4.0 00:41:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:41:12 Collecting idna<2.8,>=2.5 00:41:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:41:12 Collecting urllib3<1.25,>=1.21.1 00:41:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:41:12 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) 00:41:12 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) 00:41:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:41:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:41:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:41:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:41:13 Installing collected packages: texttable, PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, dockerpty, cached-property, jsonschema, docker-compose 00:41:13 Running setup.py install for texttable: started 00:41:13 Running setup.py install for texttable: finished with status 'done' 00:41:13 Running setup.py install for PyYAML: started 00:41:14 Running setup.py install for PyYAML: finished with status 'done' 00:41:14 Attempting uninstall: idna 00:41:14 Found existing installation: idna 2.9 00:41:14 Uninstalling idna-2.9: 00:41:14 Successfully uninstalled idna-2.9 00:41:14 Attempting uninstall: urllib3 00:41:14 Found existing installation: urllib3 1.25.9 00:41:14 Uninstalling urllib3-1.25.9: 00:41:14 Successfully uninstalled urllib3-1.25.9 00:41:14 Attempting uninstall: requests 00:41:14 Found existing installation: requests 2.23.0 00:41:14 Uninstalling requests-2.23.0: 00:41:14 Successfully uninstalled requests-2.23.0 00:41:15 Running setup.py install for docopt: started 00:41:15 Running setup.py install for docopt: finished with status 'done' 00:41:15 Running setup.py install for dockerpty: started 00:41:15 Running setup.py install for dockerpty: finished with status 'done' 00:41:16 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 00:41:18 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 00:41:19 Removing intermediate container 619cb2283a79 00:41:19 ---> 9b17bf957a40 00:41:19 Step 22/27 : RUN apk --no-cache add curl 00:41:19 ---> Running in 49503974ca38 00:41:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:19 (2/3) Installing libcurl (7.69.1-r3) 00:41:19 (3/3) Installing curl (7.69.1-r3) 00:41:19 Executing busybox-1.31.1-r19.trigger 00:41:19 OK: 72 MiB in 58 packages 00:41:20 Removing intermediate container 49503974ca38 00:41:20 ---> 171531864789 00:41:20 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:20 ---> Running in c63aaba2531b 00:41:20 Removing intermediate container c63aaba2531b 00:41:20 ---> 3893f699cd99 00:41:20 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:20 ---> Running in fe0a362ddd39 00:41:21 Removing intermediate container fe0a362ddd39 00:41:21 ---> bd3354e04d19 00:41:21 Step 25/27 : LABEL arch=x86_64 00:41:21 ---> Running in eb7a3e4aed0b 00:41:21 Removing intermediate container eb7a3e4aed0b 00:41:21 ---> c0e32fd3f9da 00:41:21 Step 26/27 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:41:21 ---> Running in a666f6ec0183 00:41:21 Removing intermediate container a666f6ec0183 00:41:21 ---> bd2807999e27 00:41:21 Step 27/27 : LABEL version=0.0.0 00:41:21 ---> Running in 473257d74979 00:41:21 Removing intermediate container 473257d74979 00:41:21 ---> 6bd8cf613707 00:41:21 00:41:21 Successfully built 6bd8cf613707 00:41:21 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:41:22 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 00:41:22 $ docker stop --time=1 cf44b527b1a043feda1915feeb3ff8d8b3c9a24d9643620e81fbdad30c71c31c 00:41:24 $ docker rm -f cf44b527b1a043feda1915feeb3ff8d8b3c9a24d9643620e81fbdad30c71c31c [Pipeline] // withDockerContainer [Pipeline] sh 00:41:25 + docker images 00:41:25 + grep docker 00:41:25 docker-sys-mgmt-agent-go latest 6bd8cf613707 4 seconds ago 313MB 00:41:25 docker-core-data-go latest 8e44c88b9c60 33 seconds ago 22.2MB 00:41:25 docker-support-notifications-go latest 6d158e0ce82f 38 seconds ago 12MB 00:41:25 docker-core-command-go latest f775593806ec 39 seconds ago 10.6MB 00:41:25 docker-support-scheduler-go latest 137b5c044f8c 40 seconds ago 10.7MB 00:41:25 docker-security-bootstrapper-go latest ee83cde4f22f 2 minutes ago 41.5MB 00:41:25 docker-security-secretstore-setup-go latest 54a2f01473bc 3 minutes ago 24.6MB 00:41:25 docker-security-bootstrap-redis-go latest 630b99f3a457 3 minutes ago 15.8MB 00:41:25 docker-security-proxy-setup-go latest ba492b93eb0a 3 minutes ago 24.5MB 00:41:25 docker-core-metadata-go latest 48d0f921b6b3 3 minutes ago 13MB 00:41:25 docker latest 0040bc98e531 13 days 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 00:41:28 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 00:41:28 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 00:41:35 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 00:41:38 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 00:41:40 Still waiting to schedule task 00:41:40 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:41:44 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 00:41:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:41:52 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 00:41:56 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 00:42:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:42:06 $ docker stop --time=1 f3652dd46e4b37824d58a7156ff19c413c10d4044a5e982d84108d93d69aec36 00:42:08 $ docker rm -f f3652dd46e4b37824d58a7156ff19c413c10d4044a5e982d84108d93d69aec36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:10 00:42:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:11 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:11 29e5d40040c1: Pulling fs layer 00:42:11 1ce36da41761: Pulling fs layer 00:42:11 25b303627fd3: Pulling fs layer 00:42:11 29e5d40040c1: Download complete 00:42:12 29e5d40040c1: Pull complete 00:42:12 1ce36da41761: Download complete 00:42:13 1ce36da41761: Pull complete 00:42:13 25b303627fd3: Verifying Checksum 00:42:13 25b303627fd3: Download complete 00:42:24 25b303627fd3: Pull complete 00:42:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:24 prd-ubuntu18.04-docker-arm64-4c-16g-17846 does not seem to be running inside a container 00:42:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:27 $ docker top 31834b9a0e9c62734eba0468c3904404333560e4d9475372c2555fe7f71d1664 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:29 + grep parallel 00:42:29 + docker-compose build --help 00:42:33 --parallel Build images in parallel. [Pipeline] } 00:42:33 $ docker stop --time=1 31834b9a0e9c62734eba0468c3904404333560e4d9475372c2555fe7f71d1664 00:42:35 $ docker rm -f 31834b9a0e9c62734eba0468c3904404333560e4d9475372c2555fe7f71d1664 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:36 . [Pipeline] withDockerContainer 00:42:36 prd-ubuntu18.04-docker-arm64-4c-16g-17846 does not seem to be running inside a container 00:42:36 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:38 $ docker top 77c0dd12de9563106ae2de8ac23204ae18aedf7f0a30650287c197ba4974869d -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:39 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:43 Building docker-core-command-go ... 00:42:43 Building docker-core-data-go ... 00:42:43 Building docker-core-metadata-go ... 00:42:43 Building docker-security-bootstrapper-go ... 00:42:43 Building docker-security-bootstrap-redis-go ... 00:42:43 Building docker-security-proxy-setup-go ... 00:42:43 Building docker-security-secretstore-setup-go ... 00:42:43 Building docker-support-notifications-go ... 00:42:43 Building docker-support-scheduler-go ... 00:42:43 Building docker-sys-mgmt-agent-go ... 00:42:43 Building docker-security-proxy-setup-go 00:42:43 Building docker-security-secretstore-setup-go 00:42:43 Building docker-sys-mgmt-agent-go 00:42:43 Building docker-core-data-go 00:42:43 Building docker-support-scheduler-go 00:43:41 Running on prd-ubuntu18.04-docker-8c-8g-17857 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 00:43:41 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:43:43 using credential edgex-jenkins-ssh 00:43:44 Cloning the remote Git repository 00:43:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:43 > git init /w/workspace/edgex-go/3 # timeout=10 00:43:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:43 > git --version # timeout=10 00:43:43 > git --version # 'git version 2.17.1' 00:43:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:05 ---> 5702ec7bd42f 00:44:05 Step 3/23 : WORKDIR /edgex-go 00:44:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:05 ---> 5702ec7bd42f 00:44:05 Step 3/24 : WORKDIR /edgex-go 00:44:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:05 ---> 5702ec7bd42f 00:44:05 Step 3/21 : WORKDIR /edgex-go 00:44:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:05 ---> 5702ec7bd42f 00:44:05 Step 3/21 : WORKDIR /edgex-go 00:44:05 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:05 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:44:05 ---> 5702ec7bd42f 00:44:05 Step 3/27 : WORKDIR /edgex-go 00:44:05 ---> Running in 347b26fdea98 00:44:05 ---> Running in dfef7006f611 00:44:05 ---> Running in 3903f20b4630 00:44:05 ---> Running in 2134ea393e3c 00:44:05 ---> Running in ba8c57f59dab 00:44:05 Removing intermediate container dfef7006f611 00:44:05 ---> d63a425384f8 00:44:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:05 Removing intermediate container 3903f20b4630 00:44:05 ---> 2769a504dca5 00:44:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:05 Removing intermediate container ba8c57f59dab 00:44:05 ---> 439414e48780 00:44:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:05 Removing intermediate container 2134ea393e3c 00:44:05 ---> 47b1fda21587 00:44:05 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:05 Removing intermediate container 347b26fdea98 00:44:05 ---> 55d14f52966b 00:44:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:05 ---> Running in 07e9e65c6c2f 00:44:05 ---> Running in 76975dda1944 00:44:05 ---> Running in 572280a3ed04 00:44:05 ---> Running in bbce1c3a3777 00:44:05 ---> Running in bcd55a58d97f 00:44:05 Removing intermediate container 76975dda1944 00:44:05 ---> f0c665d18232 00:44:05 Step 5/21 : RUN apk update && apk add make git 00:44:05 Removing intermediate container 07e9e65c6c2f 00:44:05 ---> 684b582faa43 00:44:05 Step 5/21 : RUN apk update && apk add make git 00:44:05 ---> Running in 0f23b1fd58da 00:44:05 Removing intermediate container bbce1c3a3777 00:44:05 ---> c7c164667415 00:44:05 Step 5/24 : RUN apk update && apk add make git 00:44:05 ---> Running in ba32d64338ec 00:44:05 ---> Running in afd91495ba14 00:44:05 Removing intermediate container bcd55a58d97f 00:44:05 ---> afa5e622f0d5 00:44:05 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:44:05 Removing intermediate container 572280a3ed04 00:44:05 ---> 0ac28968146b 00:44:05 Step 5/27 : RUN apk update && apk add make bash git 00:44:05 ---> Running in ca60a1fb0870 00:44:05 ---> Running in 8b00cf686e3b 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:06 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:06 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:06 OK: 12620 distinct packages available 00:44:06 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:06 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:06 OK: 12620 distinct packages available 00:44:06 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:06 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:06 OK: 12620 distinct packages available 00:44:06 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:06 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:06 OK: 12620 distinct packages available 00:44:06 OK: 217 MiB in 51 packages 00:44:07 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:07 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:07 OK: 12620 distinct packages available 00:44:07 OK: 217 MiB in 51 packages 00:44:07 OK: 217 MiB in 51 packages 00:44:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:07 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:07 OK: 217 MiB in 51 packages 00:44:07 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 00:44:08 Merge succeeded, producing 6f67ed0c3cd78e9e3417ac00daa573eaf57654ff 00:44:08 Checking out Revision 6f67ed0c3cd78e9e3417ac00daa573eaf57654ff (PR-2970) 00:44:08 OK: 217 MiB in 51 packages 00:44:09 Removing intermediate container 0f23b1fd58da 00:44:09 ---> a2152bbcd9c0 00:44:09 Step 6/21 : COPY go.mod . 00:44:09 Removing intermediate container ba32d64338ec 00:44:09 ---> 8a677a8e62b4 00:44:09 Step 6/24 : COPY go.mod . 00:44:09 Removing intermediate container ca60a1fb0870 00:44:09 ---> c1282fd30eab 00:44:09 Step 6/23 : COPY go.mod . 00:44:07 > git config core.sparsecheckout # timeout=10 00:44:07 > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 00:44:07 > git remote # timeout=10 00:44:07 > git config --get remote.origin.url # timeout=10 00:44:07 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:07 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 00:44:07 > git rev-parse HEAD^{commit} # timeout=10 00:44:07 > git config core.sparsecheckout # timeout=10 00:44:07 > git checkout -f 6f67ed0c3cd78e9e3417ac00daa573eaf57654ff # timeout=10 00:44:10 Removing intermediate container afd91495ba14 00:44:10 ---> ccb03ec0f568 00:44:10 Step 6/21 : COPY go.mod . 00:44:10 Removing intermediate container 8b00cf686e3b 00:44:10 ---> b6d04ecb4f89 00:44:10 Step 6/27 : COPY go.mod . 00:44:10 ---> ea9e61c61b4a 00:44:10 Step 7/21 : RUN go mod download 00:44:10 ---> 74e1384a27f6 00:44:10 Step 7/24 : RUN go mod download 00:44:10 ---> Running in cddd09a4620b 00:44:10 ---> Running in eebee4f70818 00:44:10 ---> 6ef8b0f21b1d 00:44:10 Step 7/23 : RUN go mod download 00:44:10 ---> Running in 874ab3e28e9c 00:44:11 ---> 98cf14255d02 00:44:11 ---> e87dd63d3760 00:44:11 Step 7/21 : RUN go mod download 00:44:11 Step 7/27 : RUN go mod download 00:44:11 ---> Running in 7b527f4a632e 00:44:11 ---> Running in 4d4ba4f8cd35 00:44:11 Commit message: "Merge commit '68a8f910767166238b38b7946bcb5bba3869a893' into HEAD" 00:44:11 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:44:11 > git rev-list --no-walk e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 # timeout=10 00:44:12 + echo snap-build.sh 00:44:12 snap-build.sh 00:44:12 + SNAP_BASE_DIR=. 00:44:12 + '[' '!' -z /w/workspace/edgex-go/3 ']' 00:44:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 00:44:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 00:44:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 00:44:12 + cd /w/workspace/edgex-go/3 00:44:12 + sudo apt-get remove -qy --purge lxd lxd-client 00:44:12 Reading package lists... 00:44:12 Building dependency tree... 00:44:12 Reading state information... 00:44:13 The following packages were automatically installed and are no longer required: 00:44:13 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:44:13 uidmap xdelta3 00:44:13 Use 'sudo apt autoremove' to remove them. 00:44:13 The following packages will be REMOVED: 00:44:13 lxd* lxd-client* 00:44:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:44:13 After this operation, 31.7 MB disk space will be freed. 00:44:14 (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.) 00:44:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:14 Removing intermediate container cddd09a4620b 00:44:14 ---> d43e8c7ebd68 00:44:14 Step 8/21 : COPY . . 00:44:15 Removing intermediate container eebee4f70818 00:44:15 ---> fea60c337127 00:44:15 Step 8/24 : COPY . . 00:44:15 Removing lxd dnsmasq configuration 00:44:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:44:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:44:15 Removing intermediate container 874ab3e28e9c 00:44:15 ---> 65e844fae278 00:44:15 Step 8/23 : COPY . . 00:44:15 Removing intermediate container 4d4ba4f8cd35 00:44:15 ---> 854801aeafd5 00:44:15 Step 8/21 : COPY . . 00:44:15 Removing intermediate container 7b527f4a632e 00:44:15 ---> c58d13debc6d 00:44:15 Step 8/27 : COPY . . 00:44:16 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:44:16 (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.) 00:44:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:18 Processing triggers for systemd (237-3ubuntu10.42) ... 00:44:18 Processing triggers for ureadahead (0.100.0-21) ... 00:44:19 + sudo snap remove --purge lxd 00:44:19 snap "lxd" is not installed 00:44:19 + sudo groupadd --force --system lxd 00:44:19 ++ whoami 00:44:19 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:44:19 + newgrp - lxd 00:44:19 + sudo snap install lxd 00:44:27 2020-12-31T00:44:24Z INFO Waiting for automatic snapd restart... 00:44:42 ---> 277c2e4155e8 00:44:42 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:44:42 ---> 7756b45cb505 00:44:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:44:42 ---> 1f99be19ca43 00:44:42 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:42 ---> 034002abf4a4 00:44:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:44:42 ---> e326836157b3 00:44:42 Step 9/23 : RUN make cmd/core-data/core-data 00:44:42 ---> Running in c099a51218ff 00:44:42 ---> Running in ba24c1ae09b8 00:44:42 ---> Running in f4575d98858a 00:44:42 ---> Running in dde573743131 00:44:42 ---> Running in f84d41bbce30 00:44:44 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 00:44:44 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 00:44:44 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 00:44:44 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 00:44:44 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 00:44:45 lxd 4.9 from Canonical* installed 00:44:45 + sudo lxd init --auto 00:44:53 + sudo snap install --classic snapcraft 00:44:57 snapcraft 4.4.4 from Canonical* installed 00:44:57 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:57 + patch --verbose -p1 00:44:57 Hmm... Looks like a unified diff to me... 00:44:57 The text leading up to this was: 00:44:57 -------------------------- 00:44:57 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:57 |From: Tony Espy 00:44:57 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:57 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:57 | 00:44:57 |This patch is used by the EdgeX CI pipeline builds to 00:44:57 |optimize the snap CI check run for pull requests. When 00:44:57 |applied, it essentially strips out everything (apps and 00:44:57 |parts) from the snapcraft.yaml file except those required 00:44:57 |to build edgex-go, as the whole idea of the CI check is to 00:44:57 |catch changes to edgex-go that break the snap build. 00:44:57 | 00:44:57 |In general, anyone updating snapcraft.yaml will also need 00:44:57 |to update this patch file, otherwise it may fail to apply, 00:44:57 |resulting in a failed snap build CI check in the associated 00:44:57 |pull request. 00:44:57 | 00:44:57 |Note - in addition to applying this patch, the pipeline also 00:44:57 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:57 |need to build the finally binary .snap file (and it won't 00:44:57 |work with the patch applied). This further reduces the build 00:44:57 |time. 00:44:57 |--- 00:44:57 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:57 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:57 | 00:44:57 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:57 |index 1e537489..faf42425 100644 00:44:57 |--- a/snap/snapcraft.yaml 00:44:57 |+++ b/snap/snapcraft.yaml 00:44:57 -------------------------- 00:44:57 patching file snap/snapcraft.yaml 00:44:57 Using Plan A... 00:44:57 Hunk #1 succeeded at 73. 00:44:57 Hunk #2 succeeded at 202. 00:44:57 Hunk #3 succeeded at 214. 00:44:57 Hunk #4 succeeded at 222. 00:44:57 Hunk #5 succeeded at 229. 00:44:57 Hunk #6 succeeded at 256. 00:44:57 Hunk #7 succeeded at 290. 00:44:57 Hunk #8 succeeded at 341. 00:44:57 Hmm... Ignoring the trailing garbage. 00:44:57 done 00:44:57 + sudo snapcraft prime --use-lxd 00:44:58 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:44:58 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: 00:44:58 - README.md 00:44:58 00:44:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:59 Launching a container. 00:45:11 Waiting for container to be ready 00:45:11 To start your first instance, try: lxc launch ubuntu:18.04 00:45:11 00:45:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:45:15 Waiting for network to be ready... 00:45:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:15 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:45:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:45:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:45:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:45:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:45:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:45:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:45:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:45:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 00:45:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:45:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:45:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:45:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:45:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:45:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:45:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:45:19 Fetched 23.5 MB in 4s (6167 kB/s) 00:45:19 Reading package lists... 00:45:20 Reading package lists... 00:45:20 Building dependency tree... 00:45:20 Reading state information... 00:45:20 The following additional packages will be installed: 00:45:20 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:45:20 Suggested packages: 00:45:20 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:45:20 Recommended packages: 00:45:20 gnupg libsasl2-modules 00:45:20 The following NEW packages will be installed: 00:45:20 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:45:20 The following packages will be upgraded: 00:45:20 gpg gpg-agent gpgconf libudev1 00:45:20 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:45:20 Need to get 3531 kB of archives. 00:45:20 After this operation, 13.3 MB of additional disk space will be used. 00:45:20 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:45:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:45:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:45:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:45:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:45:21 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] 00:45:21 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] 00:45:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:45:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:45:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:45:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:45:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:45:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:45:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:45:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:45:21 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:45:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:45:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:45:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:45:21 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:45:21 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:45:21 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:45:21 debconf: delaying package configuration, since apt-utils is not installed 00:45:21 Fetched 3531 kB in 1s (3443 kB/s) 00:45:21 (Reading database ... 12511 files and directories currently installed.) 00:45:21 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:45:21 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:21 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:45:22 Selecting previously unselected package udev. 00:45:22 (Reading database ... 12511 files and directories currently installed.) 00:45:22 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:45:22 Unpacking udev (237-3ubuntu10.43) ... 00:45:22 Selecting previously unselected package libfuse2:amd64. 00:45:22 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:45:22 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:22 Selecting previously unselected package fuse. 00:45:22 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:45:22 Unpacking fuse (2.9.7-1ubuntu1) ... 00:45:22 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:22 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:22 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:22 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:22 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:22 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:22 Selecting previously unselected package libksba8:amd64. 00:45:22 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:45:22 Unpacking libksba8:amd64 (1.3.5-2) ... 00:45:22 Selecting previously unselected package libroken18-heimdal:amd64. 00:45:22 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:22 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:45:23 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:23 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:45:23 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:23 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:45:23 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:23 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Selecting previously unselected package libwind0-heimdal:amd64. 00:45:23 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:23 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:45:23 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:23 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:45:23 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:23 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:45:23 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:23 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:45:23 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:23 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Selecting previously unselected package libsasl2-modules-db:amd64. 00:45:23 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:45:23 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:23 Selecting previously unselected package libsasl2-2:amd64. 00:45:23 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:45:23 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:23 Selecting previously unselected package libldap-common. 00:45:23 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:45:23 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:45:23 Selecting previously unselected package libldap-2.4-2:amd64. 00:45:23 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:45:23 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:45:24 Selecting previously unselected package dirmngr. 00:45:24 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:24 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:45:24 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:45:24 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:45:24 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:24 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:24 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:24 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:45:24 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:24 Setting up libksba8:amd64 (1.3.5-2) ... 00:45:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:24 Setting up udev (237-3ubuntu10.43) ... 00:45:24 invoke-rc.d: policy-rc.d denied execution of start. 00:45:24 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:24 Processing triggers for systemd (237-3ubuntu10) ... 00:45:24 Setting up fuse (2.9.7-1ubuntu1) ... 00:45:25 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:45:25 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:25 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:25 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:25 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:25 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:25 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:25 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:25 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:45:25 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:45:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:25 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:45:25 settings in the [Install] section, and DefaultInstance for template units). 00:45:25 This means they are not meant to be enabled using systemctl. 00:45:25 Possible reasons for having this kind of units are: 00:45:25 1) A unit may be statically enabled by being symlinked from another unit's 00:45:25 .wants/ or .requires/ directory. 00:45:25 2) A unit's purpose may be to act as a helper for some other unit which has 00:45:25 a requirement dependency on it. 00:45:25 3) A unit may be started when needed via activation (socket, path, timer, 00:45:25 D-Bus, udev, scripted systemctl call, ...). 00:45:25 4) In case of template units, the unit is meant to be enabled with some 00:45:25 instance name specified. 00:45:26 Reading package lists... 00:45:26 Building dependency tree... 00:45:26 Reading state information... 00:45:26 The following additional packages will be installed: 00:45:26 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:45:26 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:45:26 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:45:26 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:45:26 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:45:26 Suggested packages: 00:45:26 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:45:26 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:45:26 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:45:26 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:45:26 systemd-container policykit-1 00:45:26 Recommended packages: 00:45:26 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:45:26 The following NEW packages will be installed: 00:45:26 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:45:26 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:45:26 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:45:26 multiarch-support openssh-client python3 python3-minimal python3.6 00:45:26 python3.6-minimal snapd squashfs-tools sudo 00:45:26 The following packages will be upgraded: 00:45:26 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:45:26 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:45:26 Need to get 35.2 MB of archives. 00:45:26 After this operation, 141 MB of additional disk space will be used. 00:45:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:45:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:45:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:45:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:45:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:45:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:45:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:45:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:45:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:45:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:45:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:45:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:45:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:45:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:45:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:45:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:45:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:45:27 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:45:27 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:45:27 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:45:27 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:45:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:45:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:45:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:45:27 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:45:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:45:27 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:45:27 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:45:27 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:45:27 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:45:28 debconf: delaying package configuration, since apt-utils is not installed 00:45:28 Fetched 35.2 MB in 2s (16.7 MB/s) 00:45:28 (Reading database ... 12757 files and directories currently installed.) 00:45:28 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:45:28 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:29 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:45:29 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:29 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:45:29 (Reading database ... 12757 files and directories currently installed.) 00:45:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:45:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:29 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:45:29 (Reading database ... 12757 files and directories currently installed.) 00:45:29 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:45:29 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:30 Setting up apt (1.6.12ubuntu0.2) ... 00:45:30 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:45:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:45:30 (Reading database ... 12764 files and directories currently installed.) 00:45:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:45:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:45:31 Selecting previously unselected package libpython3.6-minimal:amd64. 00:45:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:31 Selecting previously unselected package libexpat1:amd64. 00:45:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:45:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:31 Selecting previously unselected package python3.6-minimal. 00:45:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:45:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:45:32 Checking for services that may need to be restarted...done. 00:45:32 Checking for services that may need to be restarted...done. 00:45:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:45:32 Selecting previously unselected package python3-minimal. 00:45:32 (Reading database ... 13012 files and directories currently installed.) 00:45:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:45:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:45:32 Selecting previously unselected package mime-support. 00:45:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:45:32 Unpacking mime-support (3.60ubuntu1) ... 00:45:32 Selecting previously unselected package libmpdec2:amd64. 00:45:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:45:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:45:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:33 Selecting previously unselected package python3.6. 00:45:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:45:33 Selecting previously unselected package libpython3-stdlib:amd64. 00:45:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:45:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:33 Setting up python3-minimal (3.6.7-1~18.04) ... 00:45:33 Selecting previously unselected package python3. 00:45:33 (Reading database ... 13442 files and directories currently installed.) 00:45:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:45:33 Unpacking python3 (3.6.7-1~18.04) ... 00:45:33 Selecting previously unselected package multiarch-support. 00:45:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:45:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:45:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:45:33 Selecting previously unselected package liblzo2-2:amd64. 00:45:34 (Reading database ... 13479 files and directories currently installed.) 00:45:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:45:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:45:34 Selecting previously unselected package libbsd0:amd64. 00:45:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:45:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:34 Selecting previously unselected package sudo. 00:45:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:45:34 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:45:34 Selecting previously unselected package apparmor. 00:45:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:45:34 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:45:34 Selecting previously unselected package libedit2:amd64. 00:45:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:45:34 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:45:34 Selecting previously unselected package libkrb5support0:amd64. 00:45:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:45:34 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:34 Selecting previously unselected package libk5crypto3:amd64. 00:45:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:45:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:34 Selecting previously unselected package libkeyutils1:amd64. 00:45:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:45:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:34 Selecting previously unselected package libkrb5-3:amd64. 00:45:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:45:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:45:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:45:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:35 Selecting previously unselected package libssl1.0.0:amd64. 00:45:35 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:45:35 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:35 Selecting previously unselected package openssh-client. 00:45:35 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:45:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:35 Selecting previously unselected package squashfs-tools. 00:45:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:45:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:35 Selecting previously unselected package snapd. 00:45:35 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:45:35 Unpacking snapd (2.48+18.04) ... 00:45:38 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:45:38 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:38 Setting up mime-support (3.60ubuntu1) ... 00:45:38 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:45:38 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:38 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:38 Setting up systemd (237-3ubuntu10.43) ... 00:45:38 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:45:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:45:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:45:39 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:39 Setting up python3 (3.6.7-1~18.04) ... 00:45:39 running python rtupdate hooks for python3.6... 00:45:39 running python post-rtupdate hooks for python3.6... 00:45:39 Setting up apparmor (2.12-4ubuntu5.1) ... 00:45:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:45:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:41 Setting up snapd (2.48+18.04) ... 00:45:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:45:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:45:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:45:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:45:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:45:42 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:45:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:45:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:45:43 /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' 00:45:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:43 Processing triggers for systemd (237-3ubuntu10.43) ... 00:45:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:45 Reading package lists... 00:45:45 Reading package lists... 00:45:45 Building dependency tree... 00:45:45 Reading state information... 00:45:46 Calculating upgrade... 00:45:46 The following packages will be upgraded: 00:45:46 advancecomp base-files bash binutils binutils-common 00:45:46 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:45:46 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:45:46 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:45:46 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:45:46 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:45:46 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:45:46 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:45:46 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:45:46 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:45:46 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:45:46 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:45:46 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:45:46 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:45:46 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:45:46 Need to get 63.5 MB of archives. 00:45:46 After this operation, 5191 kB of additional disk space will be used. 00:45:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 00:45:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:45:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:45:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:45:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:45:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:45:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:45:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:45:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:45:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:45:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:45:46 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:45:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:45:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:45:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:45:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:45:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:45:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:45:46 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:45:46 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:45:46 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:45:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:45:46 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:45:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:45:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:45:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:45:46 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:45:46 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:45:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:45:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:45:46 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:45:46 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:45:46 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:45:46 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:45:46 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:45:46 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:45:46 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:45:46 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:45:46 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:45:46 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:45:46 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:45:46 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:45:46 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:45:46 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:45:46 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:45:46 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:45:46 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:45:46 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:45:46 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:45:46 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:45:46 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:45:46 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:45:46 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:45:46 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:45:46 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:45:46 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:45:46 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:45:46 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:45:47 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:45:47 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:45:47 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:45:47 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:45:47 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:45:47 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:45:47 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:45:47 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:45:47 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:45:47 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:45:47 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:45:47 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:45:47 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:45:47 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:45:47 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:45:47 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:45:47 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:45:47 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:45:47 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:45:47 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:45:47 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:45:47 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:45:47 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:45:47 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:45:47 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:45:47 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:45:47 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:45:47 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:45:47 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:45:47 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:45:47 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:45:47 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:45:47 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:45:47 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:45:47 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:45:47 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:45:48 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:45:48 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:45:48 debconf: delaying package configuration, since apt-utils is not installed 00:45:48 Fetched 63.5 MB in 2s (37.2 MB/s) 00:45:48 (Reading database ... 13912 files and directories currently installed.) 00:45:48 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:45:48 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:48 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:48 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:48 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 00:45:48 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 00:45:49 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:49 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:49 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:50 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:50 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:50 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:50 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:50 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:50 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:50 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:50 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:50 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:50 (Reading database ... 13911 files and directories currently installed.) 00:45:50 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:50 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:45:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:45:50 (Reading database ... 13911 files and directories currently installed.) 00:45:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:50 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:50 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:51 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:51 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:51 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:51 (Reading database ... 13911 files and directories currently installed.) 00:45:51 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:45:51 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:51 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:45:52 (Reading database ... 13911 files and directories currently installed.) 00:45:52 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:45:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:45:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:45:52 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:45:52 Setting up base-files (10.1ubuntu2.10) ... 00:45:52 Installing new version of config file /etc/issue ... 00:45:52 Installing new version of config file /etc/issue.net ... 00:45:52 Installing new version of config file /etc/lsb-release ... 00:45:52 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:45:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:45:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:45:52 Removing obsolete conffile /etc/default/motd-news ... 00:45:52 (Reading database ... 13912 files and directories currently installed.) 00:45:52 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:45:52 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:45:53 Setting up bash (4.4.18-2ubuntu1.2) ... 00:45:53 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 00:45:53 (Reading database ... 13912 files and directories currently installed.) 00:45:53 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:53 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:45:53 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:45:53 (Reading database ... 13912 files and directories currently installed.) 00:45:53 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:45:53 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:45:53 Setting up tar (1.29b-2ubuntu0.1) ... 00:45:53 (Reading database ... 13912 files and directories currently installed.) 00:45:53 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:45:53 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:54 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:45:54 (Reading database ... 13912 files and directories currently installed.) 00:45:54 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:54 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:54 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:54 (Reading database ... 13912 files and directories currently installed.) 00:45:54 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:54 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:54 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:45:54 (Reading database ... 13912 files and directories currently installed.) 00:45:54 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:45:54 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:45:55 Setting up grep (3.1-2build1) ... 00:45:55 (Reading database ... 13912 files and directories currently installed.) 00:45:55 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:55 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:55 Setting up login (1:4.5-1ubuntu2) ... 00:45:55 (Reading database ... 13912 files and directories currently installed.) 00:45:55 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:55 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:55 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:45:55 (Reading database ... 13912 files and directories currently installed.) 00:45:55 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:56 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:56 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:56 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:56 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:56 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:45:56 (Reading database ... 13912 files and directories currently installed.) 00:45:56 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:45:56 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:57 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:57 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:57 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:57 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:57 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:45:58 (Reading database ... 13912 files and directories currently installed.) 00:45:58 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:45:58 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:45:58 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:45:58 (Reading database ... 13912 files and directories currently installed.) 00:45:58 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:58 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:58 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:58 (Reading database ... 13912 files and directories currently installed.) 00:45:58 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:58 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:58 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:58 (Reading database ... 13912 files and directories currently installed.) 00:45:58 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:58 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:58 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:59 (Reading database ... 13912 files and directories currently installed.) 00:45:59 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:59 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:59 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:59 (Reading database ... 13912 files and directories currently installed.) 00:45:59 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:59 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:59 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:59 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:59 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:59 (Reading database ... 13912 files and directories currently installed.) 00:45:59 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:59 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:00 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:00 (Reading database ... 13912 files and directories currently installed.) 00:46:00 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:00 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:00 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:00 (Reading database ... 13912 files and directories currently installed.) 00:46:00 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:00 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:00 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:46:00 (Reading database ... 13912 files and directories currently installed.) 00:46:00 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:00 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:01 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:46:01 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:46:01 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:46:01 (Reading database ... 13912 files and directories currently installed.) 00:46:01 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:46:01 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:01 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:46:02 (Reading database ... 13912 files and directories currently installed.) 00:46:02 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:46:02 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:02 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:46:02 (Reading database ... 13914 files and directories currently installed.) 00:46:02 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:46:02 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:46:02 Setting up debconf (1.5.66ubuntu1) ... 00:46:02 (Reading database ... 13914 files and directories currently installed.) 00:46:02 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:02 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:02 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:03 (Reading database ... 13914 files and directories currently installed.) 00:46:03 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:03 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:03 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:03 (Reading database ... 13914 files and directories currently installed.) 00:46:03 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:03 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:03 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:03 (Reading database ... 13914 files and directories currently installed.) 00:46:03 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:03 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:04 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:46:04 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:46:04 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:04 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:04 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:04 (Reading database ... 13914 files and directories currently installed.) 00:46:04 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:46:04 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:46:04 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:46:04 (Reading database ... 13914 files and directories currently installed.) 00:46:04 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:46:04 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:04 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:05 (Reading database ... 13914 files and directories currently installed.) 00:46:05 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:05 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:05 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:05 (Reading database ... 13914 files and directories currently installed.) 00:46:05 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:46:05 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:46:05 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:46:05 (Reading database ... 13914 files and directories currently installed.) 00:46:05 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:46:05 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:46:05 Setting up passwd (1:4.5-1ubuntu2) ... 00:46:06 (Reading database ... 13914 files and directories currently installed.) 00:46:06 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:06 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:06 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:46:06 (Reading database ... 13914 files and directories currently installed.) 00:46:06 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:46:06 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:46:06 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:46:06 (Reading database ... 13914 files and directories currently installed.) 00:46:06 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:46:06 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:46:06 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:46:06 (Reading database ... 13914 files and directories currently installed.) 00:46:06 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:46:06 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:46:06 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:46:07 (Reading database ... 13914 files and directories currently installed.) 00:46:07 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:46:07 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:46:07 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:46:07 (Reading database ... 13914 files and directories currently installed.) 00:46:07 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:46:07 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:46:07 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:46:07 (Reading database ... 13915 files and directories currently installed.) 00:46:07 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:07 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:07 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:07 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:07 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:46:07 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:46:08 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:46:08 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:46:08 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:46:08 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:46:08 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:46:08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:46:08 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:46:08 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:46:08 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:46:08 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:46:08 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:46:08 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:46:08 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:46:08 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:46:09 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:46:09 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:46:09 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:46:09 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:46:10 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:46:10 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:46:10 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:46:10 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:46:10 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:10 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:10 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:10 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:10 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:10 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:10 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:10 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:11 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:11 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:11 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:11 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:12 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:13 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:13 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:14 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:14 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:15 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:15 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:15 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:15 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:15 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:46:16 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:16 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:46:16 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:16 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:46:16 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:46:16 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:16 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:16 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:16 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:16 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:46:16 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:46:16 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:16 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:16 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:16 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:16 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:16 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:46:16 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:46:16 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:46:17 00:46:17 Current default time zone: 'Etc/UTC' 00:46:17 Local time is now: Thu Dec 31 00:46:16 UTC 2020. 00:46:17 Universal Time is now: Thu Dec 31 00:46:16 UTC 2020. 00:46:17 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:46:17 00:46:17 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:46:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:17 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 00:46:17 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:46:17 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:46:17 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:46:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:46:17 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:46:17 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:46:17 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:46:17 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:17 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:46:17 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:17 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:46:17 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:17 Setting up patch (2.7.6-2ubuntu1.1) ... 00:46:17 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:46:17 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:46:17 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:46:17 Installing new version of config file /etc/ssl/openssl.cnf ... 00:46:17 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:46:17 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:46:17 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:46:19 Updating certificates in /etc/ssl/certs... 00:46:20 22 added, 17 removed; done. 00:46:21 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:46:21 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:21 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:46:21 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:46:21 Setting up pkgbinarymangler (138.18.04.1) ... 00:46:21 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:21 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:46:21 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:21 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:21 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:21 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:46:21 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:21 Setting up perl (5.26.1-6ubuntu0.5) ... 00:46:21 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:46:21 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:46:21 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:46:21 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:46:21 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:46:21 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:46:21 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:46:21 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:46:21 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:46:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:21 Processing triggers for systemd (237-3ubuntu10.43) ... 00:46:21 Processing triggers for mime-support (3.60ubuntu1) ... 00:46:21 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 00:46: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 00:46:21 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:46:21 Updating certificates in /etc/ssl/certs... 00:46:22 0 added, 0 removed; done. 00:46:22 Running hooks in /etc/ca-certificates/update.d... 00:46:22 done. 00:46:22 Reading package lists... 00:46:22 Building dependency tree... 00:46:22 Reading state information... 00:46:23 The following NEW packages will be installed: 00:46:23 apt-transport-https 00:46:23 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:46:23 Need to get 1696 B of archives. 00:46:23 After this operation, 153 kB of additional disk space will be used. 00:46:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:46:23 debconf: delaying package configuration, since apt-utils is not installed 00:46:23 Fetched 1696 B in 0s (9534 B/s) 00:46:23 Selecting previously unselected package apt-transport-https. 00:46:23 (Reading database ... 13929 files and directories currently installed.) 00:46:23 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:46:23 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:46:23 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:46:23 Waiting for network to be ready... 00:46:30 Removing intermediate container f84d41bbce30 00:46:30 ---> cfe9f7a6598f 00:46:30 00:46:30 Step 10/24 : FROM alpine:3.10 00:46:30 3.10: Pulling from library/alpine 00:46:30 2020-12-31T00:46:26Z INFO Waiting for automatic snapd restart... 00:46:30 snapd 2.48.1 from Canonical* installed 00:46:30 "snapd" switched to the "latest/stable" channel 00:46:30 00:46:32 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:46:32 Status: Downloaded newer image for alpine:3.10 00:46:32 ---> 536a684cf733 00:46:32 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:46:33 core18 20201210 from Canonical* installed 00:46:33 "core18" switched to the "latest/stable" channel 00:46:33 00:46:34 ---> Running in b740b54f6d4a 00:46:35 Removing intermediate container ba24c1ae09b8 00:46:35 ---> 36b4bb894554 00:46:35 00:46:35 Step 10/21 : FROM alpine 00:46:35 latest: Pulling from library/alpine 00:46:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:35 Status: Downloaded newer image for alpine:latest 00:46:35 ---> afeebe901d6b 00:46:35 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:46:35 ---> Running in 789d4deb7da3 00:46:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:46:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:46:37 snapcraft 4.4.4 from Canonical* installed 00:46:37 "snapcraft" switched to the "latest/stable" channel 00:46:37 00:46:37 Removing intermediate container c099a51218ff 00:46:37 ---> ab53b5d768ec 00:46:37 00:46:37 Step 10/21 : FROM scratch 00:46:37 ---> 00:46:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:37 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:46:37 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:46:37 OK: 10171 distinct packages available 00:46:37 ---> Running in 5be216e16894 00:46:38 Removing intermediate container dde573743131 00:46:38 ---> 00c7e74f2f6a 00:46:38 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:38 ---> Running in 19a65d772603 00:46:38 (1/5) Installing ca-certificates (20191127-r2) 00:46:38 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:46:38 (3/5) Installing libcurl (7.66.0-r3) 00:46:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:38 (4/5) Installing curl (7.66.0-r3) 00:46:38 (5/5) Installing dumb-init (1.2.2-r1) 00:46:38 Executing busybox-1.30.1-r3.trigger 00:46:38 Executing ca-certificates-20191127-r2.trigger 00:46:38 Removing intermediate container 5be216e16894 00:46:38 ---> 2a0b91292255 00:46:38 Step 12/21 : ENV APP_PORT=48085 00:46:38 ---> Running in 802c59cda5f5 00:46:38 OK: 7 MiB in 19 packages 00:46:39 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:46:39 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:46:39 OK: 12615 distinct packages available 00:46:39 Removing intermediate container 802c59cda5f5 00:46:39 ---> f396f54b33b3 00:46:39 Step 13/21 : EXPOSE $APP_PORT 00:46:40 ---> Running in 1177cbefd9e5 00:46:40 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: 00:46:40 - README.md 00:46:40 00:46:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:46:40 (1/4) Installing ca-certificates (20191127-r4) 00:46:40 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 00:46:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:46:40 (3/4) Installing libcurl (7.69.1-r3) 00:46:40 (4/4) Installing curl (7.69.1-r3) 00:46:40 Executing busybox-1.31.1-r19.trigger 00:46:40 Executing ca-certificates-20191127-r4.trigger 00:46:41 OK: 7 MiB in 18 packages 00:46:41 Removing intermediate container 1177cbefd9e5 00:46:41 ---> e95a7a874c77 00:46:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:46:42 Removing intermediate container b740b54f6d4a 00:46:42 ---> d6334e0deb7f 00:46:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:42 ---> Running in c695acda5c98 00:46:43 ---> 93ffcedae990 00:46:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:46:44 Removing intermediate container c695acda5c98 00:46:44 ---> c99733b56588 00:46:44 Step 13/24 : WORKDIR / 00:46:44 ---> Running in a137b7a0f0e7 00:46:44 Removing intermediate container 789d4deb7da3 00:46:44 ---> 1faac8ed9484 00:46:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:45 ---> Running in dd8e3c65e224 00:46:45 ---> 7e386e1ab6e4 00:46:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:46:45 Removing intermediate container a137b7a0f0e7 00:46:45 ---> 4d4e96679eb2 00:46:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:46:45 Removing intermediate container dd8e3c65e224 00:46:45 ---> 8e7ad86ee64d 00:46:45 Step 13/21 : WORKDIR /edgex 00:46:46 ---> Running in 66f96135b7f2 00:46:46 Removing intermediate container 19a65d772603 00:46:46 ---> 5f0a39d224de 00:46:46 00:46:46 Step 11/27 : FROM docker:latest 00:46:46 ---> f66387bf908a 00:46:46 Step 12/27 : RUN apk add --no-cache bash 00:46:46 ---> Running in 1120405d3ef5 00:46:46 ---> 3bbb622fb96e 00:46:46 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:46:46 ---> 0d1375671875 00:46:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:46:46 Removing intermediate container 66f96135b7f2 00:46:46 ---> 7720c2c8ceb4 00:46:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:46:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:47 ---> Running in 35b7fc02e0cd 00:46:48 Removing intermediate container 35b7fc02e0cd 00:46:48 ---> 0d3f403946d4 00:46:48 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:48 Reading package lists... 00:46:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:48 ---> Running in 574957ab9569 00:46:48 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 00:46:48 ---> 86fdf37a020e 00:46:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:46:48 ---> ccd6d1781c86 00:46:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:46:48 (1/2) Installing readline (8.0.4-r0) 00:46:48 (2/2) Installing bash (5.0.17-r0) 00:46:48 Executing bash-5.0.17-r0.post-install 00:46:48 Executing busybox-1.31.1-r19.trigger 00:46:48 OK: 12 MiB in 22 packages 00:46:49 Removing intermediate container 574957ab9569 00:46:49 ---> b5c1913cfc0c 00:46:49 Step 19/21 : LABEL arch=arm64 00:46:49 ---> Running in c3f733c52ebc 00:46:50 ---> 0547e0c02a52 00:46:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:46:50 Removing intermediate container c3f733c52ebc 00:46:50 ---> 95e592358751 00:46:50 Step 20/21 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:46:50 ---> 8d5b9dfc6f49 00:46:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:46:51 ---> Running in 497c84918111 00:46:51 Removing intermediate container 1120405d3ef5 00:46:51 ---> 626d8f47b924 00:46:51 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:46:51 Removing intermediate container 497c84918111 00:46:51 ---> 280c7bc54859 00:46:51 Step 21/21 : LABEL version=0.0.0 00:46:51 ---> 3810c8d1f472 00:46:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:46:52 ---> Running in 8a2e1561380d 00:46:52 ---> Running in dc7f4f5902c2 00:46:53 ---> 1249f30ff6e4 00:46:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:46:53 ---> Running in d158195f12bd 00:46:53 Removing intermediate container dc7f4f5902c2 00:46:53 ---> f75b8a9b2513 00:46:53 00:46:53 ---> 320cc606c074 00:46:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:46:53 Removing intermediate container d158195f12bd 00:46:53 ---> bf50ca42fcba 00:46:53 Step 18/21 : CMD ["--init=true"] 00:46:54 Successfully built f75b8a9b2513 00:46:54 Successfully tagged docker-support-scheduler-go-arm64:latest 00:46:54  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 00:46:54 ---> Running in 427d79023f75 00:46:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:55 Reading package lists... 00:46:55 Building dependency tree... 00:46:55 Reading state information... 00:46:55 Suggested packages: 00:46:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:46:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:46:55 Recommended packages: 00:46:55 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:46:55 The following NEW packages will be installed: 00:46:55 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:46:55 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:46:55 pkg-config zip 00:46:55 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:46:55 Need to get 7655 kB of archives. 00:46:55 After this operation, 43.7 MB of additional disk space will be used. 00:46:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:46:55 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:46:55 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:46:55 ---> ee3f33ee9848 00:46:55 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:46:55 Removing intermediate container 427d79023f75 00:46:55 ---> 82c0bff3db60 00:46:55 Step 19/21 : LABEL arch=arm64 00:46:55 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:46:55 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:46:55 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:46:55 ---> Running in 7688b63c6a82 00:46:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:46:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:46:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:46:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:46:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:46:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:46:55 ---> Running in 7a1dc8f75276 00:46:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:46:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:46:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:46:56 debconf: delaying package configuration, since apt-utils is not installed 00:46:56 Fetched 7655 kB in 1s (6704 kB/s) 00:46:56 Selecting previously unselected package libglib2.0-0:amd64. 00:46:56 (Reading database ... 13933 files and directories currently installed.) 00:46:56 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:46:56 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:56 Removing intermediate container 8a2e1561380d 00:46:56 ---> fd39e60e4d58 00:46:56 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:46:56 Selecting previously unselected package libpsl5:amd64. 00:46:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:46:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:46:56 Selecting previously unselected package libnghttp2-14:amd64. 00:46:56 Removing intermediate container 7a1dc8f75276 00:46:56 ---> 02f76d42a9a4 00:46:56 Step 20/21 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:46:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:46:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:56 Selecting previously unselected package librtmp1:amd64. 00:46:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:46:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:56 Selecting previously unselected package libcurl3-gnutls:amd64. 00:46:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:46:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:56 Selecting previously unselected package liberror-perl. 00:46:56 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:46:56 Unpacking liberror-perl (0.17025-1) ... 00:46:56 Selecting previously unselected package git-man. 00:46:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:46:56 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:46:56 ---> Running in 01fba6fef2a3 00:46:57 Selecting previously unselected package git. 00:46:57 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:46:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:46:57 ---> Running in 6c201249deae 00:46:58 Selecting previously unselected package libnorm1:amd64. 00:46:58 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:46:58 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:58 Selecting previously unselected package libpgm-5.2-0:amd64. 00:46:58 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:46:58 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:58 Selecting previously unselected package libsodium23:amd64. 00:46:58 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:46:58 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:46:58 Selecting previously unselected package libzmq5:amd64. 00:46:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:58 Selecting previously unselected package libzmq3-dev:amd64. 00:46:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:58 Removing intermediate container 01fba6fef2a3 00:46:58 ---> 8d10f4c975f1 00:46:58 Step 15/27 : ENV APP_PORT=48090 00:46:58 Selecting previously unselected package pkg-config. 00:46:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:46:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:46:58 Selecting previously unselected package zip. 00:46:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:46:58 Unpacking zip (3.0-11build1) ... 00:46:58 Removing intermediate container 6c201249deae 00:46:58 ---> 884a171273df 00:46:58 Step 21/21 : LABEL version=0.0.0 00:46:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:58 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:46:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:58 Setting up liberror-perl (0.17025-1) ... 00:46:58 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:46:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:58 No schema files found: doing nothing. 00:46:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:58 Setting up zip (3.0-11build1) ... 00:46:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:59 ---> Running in 798e9c0deeb0 00:46:59 Setting up libsodium23:amd64 (1.0.16-2) ... 00:46:59 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:46:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:46:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:59 ---> Running in 36c0f72787b5 00:47:00 Removing intermediate container 7688b63c6a82 00:47:00 ---> 7c2bea84e3c9 00:47:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:00 Removing intermediate container f4575d98858a 00:47:00 ---> 3e4260b1f1e7 00:47:00 00:47:00 Step 10/23 : FROM alpine 00:47:00 ---> afeebe901d6b 00:47:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:00 Removing intermediate container 798e9c0deeb0 00:47:00 ---> 43aecbe60998 00:47:00 Step 16/27 : EXPOSE $APP_PORT 00:47:00 ---> Running in d605ac54f278 00:47:00 ---> Running in fb4c38ae0a8f 00:47:00 ---> Running in 3f8c3318f7d3 00:47:00 Removing intermediate container 36c0f72787b5 00:47:00 ---> 680525a42693 00:47:00 00:47:01 Removing intermediate container d605ac54f278 00:47:01 ---> 994504d7d055 00:47:01 Step 12/23 : ENV APP_PORT=48080 00:47:01 Successfully built 680525a42693 00:47:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:01  Building docker-security-proxy-setup-go ... done Removing intermediate container fb4c38ae0a8f 00:47:01 ---> b0cc01019d80 00:47:01 Step 22/24 : LABEL arch=arm64 00:47:01 Building docker-security-bootstrap-redis-go 00:47:01 ---> Running in de288bbabe25 00:47:01 Removing intermediate container 3f8c3318f7d3 00:47:01 ---> 0376915c4e97 00:47:01 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:01 ---> Running in bd31e99c6e74 00:47:02 Removing intermediate container de288bbabe25 00:47:02 ---> 3bd3fcf5bb8c 00:47:02 Step 13/23 : EXPOSE $APP_PORT 00:47:02 ---> Running in b8e17e4b65af 00:47:02 Removing intermediate container bd31e99c6e74 00:47:02 ---> 645a062c516c 00:47:02 Step 23/24 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:47:02 ---> Running in 22265514e239 00:47:03 Removing intermediate container b8e17e4b65af 00:47:03 ---> ebded74bd3b6 00:47:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:03 ---> 924471597d07 00:47:03 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:03 ---> Running in c45b3d9d185c 00:47:03 Removing intermediate container 22265514e239 00:47:03 ---> d60762589cc6 00:47:03 Step 24/24 : LABEL version=0.0.0 00:47:04 ---> Running in b5b0a94cb526 00:47:04 ---> fb9261211935 00:47:04 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:05 Removing intermediate container b5b0a94cb526 00:47:05 ---> 1d521d99c201 00:47:05 00:47:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:05 Successfully built 1d521d99c201 00:47:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:05 Building docker-security-bootstrapper-go 00:47:06 git set to automatically installed. 00:47:06 git-man set to automatically installed. 00:47:06 libcurl3-gnutls set to automatically installed. 00:47:06 liberror-perl set to automatically installed. 00:47:06 libglib2.0-0 set to automatically installed. 00:47:06 libnghttp2-14 set to automatically installed. 00:47:06 libnorm1 set to automatically installed. 00:47:06 libpgm-5.2-0 set to automatically installed. 00:47:06 libpsl5 set to automatically installed. 00:47:06 librtmp1 set to automatically installed. 00:47:06 libsodium23 set to automatically installed. 00:47:06 libzmq3-dev set to automatically installed. 00:47:06 libzmq5 set to automatically installed. 00:47:06 pkg-config set to automatically installed. 00:47:06 zip set to automatically installed. 00:47:06  Building docker-security-secretstore-setup-go ... done  ---> e7ab42f3a358 00:47:06 Step 20/27 : RUN apk --no-cache add py3-pip 00:47:06 ---> Running in 594546a02d42 00:47:07 snapd is not logged in, snap install commands will use sudo 00:47:07 Removing intermediate container c45b3d9d185c 00:47:07 ---> 5780ad722048 00:47:07 Step 15/23 : RUN apk --no-cache add zeromq 00:47:07 ---> Running in b8a764b59376 00:47:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:08 (1/33) Installing libbz2 (1.0.8-r1) 00:47:08 (2/33) Installing expat (2.2.9-r1) 00:47:08 (3/33) Installing libffi (3.3-r2) 00:47:08 (4/33) Installing gdbm (1.13-r1) 00:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:08 (5/33) Installing xz-libs (5.2.5-r0) 00:47:08 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:08 (7/33) Installing python3 (3.8.5-r0) 00:47:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:10 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:10 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:10 (11/33) Installing py3-six (1.15.0-r0) 00:47:10 (12/33) Installing py3-packaging (20.4-r0) 00:47:10 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:10 (1/5) Installing libgcc (9.3.0-r2) 00:47:10 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:10 (2/5) Installing libsodium (1.0.18-r0) 00:47:11 (15/33) Installing py3-idna (2.9-r0) 00:47:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:11 (3/5) Installing libstdc++ (9.3.0-r2) 00:47:11 (18/33) Installing py3-requests (2.23.0-r0) 00:47:11 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:11 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:11 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:11 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:11 (24/33) Installing py3-distro (1.5.0-r1) 00:47:11 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:11 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:11 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:11 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:11 (29/33) Installing py3-progress (1.5-r0) 00:47:11 (30/33) Installing py3-toml (0.10.1-r0) 00:47:11 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:11 (33/33) Installing py3-pip (20.1.1-r0) 00:47:11 (4/5) Installing libzmq (4.3.3-r0) 00:47:11 Executing busybox-1.31.1-r19.trigger 00:47:11 OK: 71 MiB in 55 packages 00:47:11 (5/5) Installing zeromq (4.3.3-r0) 00:47:12 Executing busybox-1.31.1-r19.trigger 00:47:12 OK: 8 MiB in 19 packages 00:47:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:14 snap "core18" has no updates available 00:47:15 Pulling config-common 00:47:15 Pulling go-build-helper 00:47:17 Removing intermediate container b8a764b59376 00:47:17 ---> 145dc8da77d1 00:47:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:47:18 ---> 8bc07d2a4964 00:47:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:21 ---> f3f90daac529 00:47:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:22 ---> 8eccf898cc7f 00:47:22 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:23 ---> Running in 3f1af0734bc4 00:47:23 Removing intermediate container 594546a02d42 00:47:23 ---> f9abc45d0b9e 00:47:23 Step 21/27 : RUN pip install docker-compose==1.23.2 00:47:23 ---> Running in 0a1dd2561213 00:47:23 Removing intermediate container 3f1af0734bc4 00:47:23 ---> a31286c53560 00:47:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:23 ---> Running in 53a457cc0ec2 00:47:24 Removing intermediate container 53a457cc0ec2 00:47:24 ---> cf45e6850fdd 00:47:24 Step 21/23 : LABEL arch=arm64 00:47:24 ---> Running in 76af5995ac4e 00:47:25 Removing intermediate container 76af5995ac4e 00:47:25 ---> cd4d4aa07bd2 00:47:25 Step 22/23 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:47:26 ---> Running in 76b0343d0b6b 00:47:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:26 ---> 5702ec7bd42f 00:47:26 Step 3/24 : WORKDIR /edgex-go 00:47:26 ---> Using cache 00:47:26 ---> 55d14f52966b 00:47:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:26 ---> Using cache 00:47:26 ---> afa5e622f0d5 00:47:26 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:47:26 Removing intermediate container 76b0343d0b6b 00:47:26 ---> 13705cad0fee 00:47:26 Step 23/23 : LABEL version=0.0.0 00:47:27 ---> Running in 2912ea7b877d 00:47:27 ---> Running in d725df7f252a 00:47:28 Removing intermediate container d725df7f252a 00:47:28 ---> 1469c4fdd3bc 00:47:28 00:47:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:29 Successfully built 1469c4fdd3bc 00:47:29 Successfully tagged docker-core-data-go-arm64:latest 00:47:29 Building docker-core-command-go 00:47:30  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:30 Collecting docker-compose==1.23.2 00:47:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:31 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:31 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:31 OK: 12620 distinct packages available 00:47:31 Collecting PyYAML<4,>=3.10 00:47:31 Downloading PyYAML-3.13.tar.gz (270 kB) 00:47:32 OK: 217 MiB in 51 packages 00:47:35 Removing intermediate container 2912ea7b877d 00:47:35 ---> f4b602c6f85f 00:47:35 Step 6/24 : COPY go.mod . 00:47:36 Collecting texttable<0.10,>=0.9.0 00:47:36 Downloading texttable-0.9.1.tar.gz (11 kB) 00:47:36 ---> d896dbeaa901 00:47:36 Step 7/24 : RUN go mod download 00:47:37 ---> Running in 2700014ee97a 00:47:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:39 ---> 5702ec7bd42f 00:47:39 Step 3/22 : WORKDIR /edgex-go 00:47:39 ---> Using cache 00:47:39 ---> 55d14f52966b 00:47:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:39 ---> Using cache 00:47:39 ---> afa5e622f0d5 00:47:39 Step 5/22 : RUN apk update && apk add make git 00:47:39 ---> Running in bf18f3ca4600 00:47:40 Collecting jsonschema<3,>=2.5.1 00:47:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:47:40 Collecting cached-property<2,>=1.2.0 00:47:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:47: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) 00:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:41 Collecting docopt<0.7,>=0.6.1 00:47:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:47:42 Removing intermediate container 2700014ee97a 00:47:42 ---> b97ed2c6f7f4 00:47:42 Step 8/24 : COPY . . 00:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:47:42 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:47:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:47:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:47:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:47:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:47:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:47:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:47:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:47:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:47:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:47:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:47:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:47:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:47:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:47:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:47:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:47:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:47:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:47:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 00:47:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:47:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:47:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:47:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:47:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:47:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:47:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:47:42 Fetched 23.5 MB in 0s (0 B/s) 00:47:42 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:47:42 Fetched 96.5 kB in 0s (0 B/s) 00:47:42 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:47:42 Fetched 279 kB in 0s (0 B/s) 00:47:42 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:47:42 Fetched 122 kB in 0s (0 B/s) 00:47:42 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:47:42 Fetched 77.8 kB in 0s (0 B/s) 00:47:42 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:47:42 Fetched 8848 B in 0s (0 B/s) 00:47:42 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:47:42 Fetched 47.8 kB in 0s (0 B/s) 00:47:42 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:47:42 Fetched 45.6 kB in 0s (0 B/s) 00:47:42 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:47:42 Fetched 14.8 kB in 0s (0 B/s) 00:47:42 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:47:42 Fetched 214 kB in 0s (0 B/s) 00:47:42 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:47:42 Fetched 155 kB in 0s (0 B/s) 00:47:42 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:47:42 Fetched 50.6 kB in 0s (0 B/s) 00:47:42 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:47:42 Fetched 14.8 kB in 0s (0 B/s) 00:47:42 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:47:42 Fetched 41.8 kB in 0s (0 B/s) 00:47:42 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:47:42 Fetched 499 kB in 0s (0 B/s) 00:47:42 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:47:42 Fetched 111 kB in 0s (0 B/s) 00:47:42 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:47:42 Fetched 240 kB in 0s (0 B/s) 00:47:42 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:47:42 Fetched 29.3 kB in 0s (0 B/s) 00:47:42 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:47:42 Fetched 85.5 kB in 0s (0 B/s) 00:47:42 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:47:42 Fetched 24.5 kB in 0s (0 B/s) 00:47:42 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:47:42 Fetched 49.2 kB in 0s (0 B/s) 00:47:42 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:47:42 Fetched 54.2 kB in 0s (0 B/s) 00:47:42 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:47:42 Fetched 30.8 kB in 0s (0 B/s) 00:47:42 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:47:42 Fetched 17.0 kB in 0s (0 B/s) 00:47:42 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:47:42 Fetched 85.9 kB in 0s (0 B/s) 00:47:42 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:47:42 Fetched 8720 B in 0s (0 B/s) 00:47:42 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:47:42 Fetched 137 kB in 0s (0 B/s) 00:47:42 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:47:42 Fetched 119 kB in 0s (0 B/s) 00:47:42 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:47:42 Fetched 109 kB in 0s (0 B/s) 00:47:42 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:47:42 Fetched 11.1 kB in 0s (0 B/s) 00:47:42 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:47:42 Fetched 645 kB in 0s (0 B/s) 00:47:42 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:47:42 Fetched 41.3 kB in 0s (0 B/s) 00:47:42 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:47:42 Fetched 17.9 kB in 0s (0 B/s) 00:47:42 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:47:42 Fetched 368 kB in 0s (0 B/s) 00:47:42 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:47:42 Fetched 187 kB in 0s (0 B/s) 00:47:42 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:47:42 Fetched 175 kB in 0s (0 B/s) 00:47:42 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:47:42 Fetched 206 kB in 0s (0 B/s) 00:47:42 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:47:42 Fetched 1301 kB in 0s (0 B/s) 00:47:42 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:47:42 Fetched 36.2 kB in 0s (0 B/s) 00:47:42 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:47:42 Fetched 159 kB in 0s (0 B/s) 00:47:42 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:47:42 Fetched 107 kB in 0s (0 B/s) 00:47:42 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:47:42 Fetched 48.7 kB in 0s (0 B/s) 00:47:42 Pulling static-packages 00:47:42 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:47:42 Skipping pull go-build-helper (already ran) 00:47:42 Skipping pull static-packages (already ran) 00:47:42 Building go-build-helper 00:47:44 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:44 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:44 OK: 12620 distinct packages available 00:47:44 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:44 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:47:44 ---> 5702ec7bd42f 00:47:44 Step 3/32 : WORKDIR /edgex-go 00:47:44 ---> Using cache 00:47:44 ---> 55d14f52966b 00:47:44 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:44 ---> Using cache 00:47:44 ---> afa5e622f0d5 00:47:44 Step 5/32 : RUN apk add --update --no-cache make git 00:47:45 ---> Running in c994ff821cee 00:47:45 OK: 217 MiB in 51 packages 00:47:45 Collecting docker<4.0,>=3.6.0 00:47:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:47:47 Building static-packages 00:47:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:47 Collecting websocket-client<1.0,>=0.32.0 00:47:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:47:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:48 Removing intermediate container bf18f3ca4600 00:47:48 ---> cd8a1ec624ec 00:47:48 Step 6/22 : COPY go.mod . 00:47:48 Staging go-build-helper 00:47:49 OK: 217 MiB in 51 packages 00:47:49 Staging static-packages 00:47:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:50 Pulling go115 00:47:51 ---> 1a0c05fb9a7b 00:47:51 Step 7/22 : RUN go mod download 00:47:51 Collecting dockerpty<0.5,>=0.4.1 00:47:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:51 ---> Running in 17b137e6286a 00:47:51 Removing intermediate container c994ff821cee 00:47:51 ---> 395f0d7578c9 00:47:51 Step 6/32 : COPY go.mod . 00:47:51 'edgex-go' has dependencies that need to be staged: go115 00:47:51 Skipping pull go115 (already ran) 00:47:51 Building go115 00:47:51 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:51 Dload Upload Total Spent Left Speed 00:47:53 ---> f0bc9e827c37 00:47:53 Step 7/32 : RUN go mod download 00:47:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 261k 0 0 1103k 0 0:01:47 --:--:-- 0:01:47 1098k 35 115M 35 40.9M 0 0 33.1M 0 0:00:03 0:00:01 0:00:02 33.1M 81 115M 81 94.0M 0 0 42.0M 0 0:00:02 0:00:02 --:--:-- 42.0M 100 115M 100 115M 0 0 43.5M 0 0:00:02 0:00:02 --:--:-- 43.5M 00:47:54 Collecting docker-pycreds>=0.4.0 00:47:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:47:54 ---> Running in e3f30e2bff12 00:47:54 go1.15.2.linux-amd64.tar.gz: OK 00:47:55 Collecting idna<2.8,>=2.5 00:47:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:47:55 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) 00:47:55 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) 00:47:56 Collecting urllib3<1.25,>=1.21.1 00:47:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:47:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:47:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:47:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:47:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:47:57 Removing intermediate container 17b137e6286a 00:47:57 ---> 5298ad387cce 00:47:57 Step 8/22 : COPY . . 00:47:58 Installing collected packages: PyYAML, texttable, jsonschema, cached-property, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docker-compose 00:47:58 Running setup.py install for PyYAML: started 00:47:59 Staging go115 00:47:59 Removing intermediate container e3f30e2bff12 00:47:59 ---> c104f57000f7 00:47:59 Step 8/32 : COPY . . 00:48:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:00 ---> 5702ec7bd42f 00:48:00 Step 3/22 : WORKDIR /edgex-go 00:48:00 ---> Using cache 00:48:00 ---> 55d14f52966b 00:48:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:00 ---> Using cache 00:48:00 ---> afa5e622f0d5 00:48:00 Step 5/22 : RUN apk update && apk add make git 00:48:00 ---> Using cache 00:48:00 ---> cd8a1ec624ec 00:48:00 Step 6/22 : COPY go.mod . 00:48:00 ---> Using cache 00:48:00 ---> 1a0c05fb9a7b 00:48:00 Step 7/22 : RUN go mod download 00:48:00 ---> Using cache 00:48:00 ---> 5298ad387cce 00:48:00 Step 8/22 : COPY . . 00:48:02 Running setup.py install for PyYAML: finished with status 'done' 00:48:02 Running setup.py install for texttable: started 00:48:04 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:48:04 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:48:04 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:48:04 Fetched 0 B in 0s (0 B/s) 00:48:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:48:04 Fetched 224 kB in 0s (0 B/s) 00:48:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:48:04 Fetched 157 kB in 0s (0 B/s) 00:48:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:48:04 Fetched 221 kB in 0s (0 B/s) 00:48:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:48:04 Fetched 143 kB in 0s (0 B/s) 00:48:04 Pulling edgex-go 00:48:04 Running setup.py install for texttable: finished with status 'done' 00:48:05 Pulling version 00:48:05 Running setup.py install for docopt: started 00:48:05 Building config-common 00:48:08 Skipping build go-build-helper (already ran) 00:48:08 Skipping build static-packages (already ran) 00:48:08 Skipping build go115 (already ran) 00:48:08 Building edgex-go 00:48:08 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 00:48:08 Running setup.py install for docopt: finished with status 'done' 00:48:11 Attempting uninstall: idna 00:48:11 Found existing installation: idna 2.9 00:48:11 Uninstalling idna-2.9: 00:48:11 Successfully uninstalled idna-2.9 00:48:12 Attempting uninstall: urllib3 00:48:12 Found existing installation: urllib3 1.25.9 00:48:12 Uninstalling urllib3-1.25.9: 00:48:12 Successfully uninstalled urllib3-1.25.9 00:48:12 ---> 75a3d3bd983d 00:48:12 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:48:12 go: downloading github.com/gorilla/mux v1.8.0 00:48:12 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 00:48:12 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:48:12 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 00:48:12 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 00:48:12 go: downloading github.com/pkg/errors v0.8.1 00:48:12 go: downloading github.com/google/uuid v1.1.2 00:48:12 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:48:12 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 00:48:12 go: downloading github.com/imdario/mergo v0.3.11 00:48:12 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:48:12 go: downloading github.com/pebbe/zmq4 v1.0.0 00:48:12 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:48:12 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:48:12 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:48:12 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:48:12 go: downloading github.com/x448/float16 v0.8.4 00:48:12 go: downloading github.com/BurntSushi/toml v0.3.1 00:48:12 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:48:12 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:48:12 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:48:12 go: downloading github.com/go-kit/kit v0.8.0 00:48:12 go: downloading github.com/hashicorp/consul/api v1.1.0 00:48:12 go: downloading github.com/pelletier/go-toml v1.2.0 00:48:12 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:48:12 go: downloading gopkg.in/yaml.v2 v2.4.0 00:48:12 go: downloading github.com/go-playground/universal-translator v0.17.0 00:48:12 go: downloading github.com/leodido/go-urn v1.2.0 00:48:12 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:48:12 go: downloading github.com/hashicorp/serf v0.8.2 00:48:12 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:48:12 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:48:12 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:48:12 go: downloading github.com/mitchellh/copystructure v1.0.0 00:48:12 go: downloading github.com/go-playground/locales v0.13.0 00:48:12 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:48:12 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:48:12 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:48:12 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:48:12 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:48:14 Attempting uninstall: requests 00:48:14 Found existing installation: requests 2.23.0 00:48:14 Uninstalling requests-2.23.0: 00:48:14 Successfully uninstalled requests-2.23.0 00:48:15 ---> Running in a73adb240d77 00:48:16 Running setup.py install for dockerpty: started 00:48:16 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 00:48:18 Running setup.py install for dockerpty: finished with status 'done' 00:48:19 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 00:48:20 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 00:48:23 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 00:48:24 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 00:48:25 ---> 1d56564afcc7 00:48:25 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:48:25 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 00:48:26 ---> Running in 1f7a040e3f1d 00:48:26 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 00:48:26 go: downloading github.com/stretchr/testify v1.6.1 00:48:26 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:48:26 go: downloading github.com/pmezard/go-difflib v1.0.0 00:48:26 go: downloading github.com/davecgh/go-spew v1.1.1 00:48:28 ---> 3754ca8e89e9 00:48:28 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:48:28 ---> 6e8f451916d4 00:48:28 Step 9/22 : RUN make cmd/core-command/core-command 00:48:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:28 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:48:28 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:48:28 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 00:48:28 ---> Running in 90d239534c46 00:48:28 ---> Running in 4c7aae97479f 00:48:28 Removing intermediate container 0a1dd2561213 00:48:28 ---> 464d70fe3aa8 00:48:28 Step 22/27 : RUN apk --no-cache add curl 00:48:29 ---> Running in 3c60ae84a895 00:48:29 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 00:48:29 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:48:30 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 00:48:30 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:48:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:48:31 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 00:48:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:32 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 00:48:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:32 (2/3) Installing libcurl (7.69.1-r3) 00:48:32 (3/3) Installing curl (7.69.1-r3) 00:48:32 Executing busybox-1.31.1-r19.trigger 00:48:32 OK: 71 MiB in 58 packages 00:48:32 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 00:48: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 00:48:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:48:34 go: downloading github.com/lib/pq v1.9.0 00:48:34 Removing intermediate container 3c60ae84a895 00:48:34 ---> 3d5cbe40e729 00:48:34 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:48:34 ---> Running in 40ef0bfc4e2f 00:48:35 Removing intermediate container 40ef0bfc4e2f 00:48:35 ---> fa3b4324d48d 00:48:35 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:35 ---> Running in ee65a3ff8df8 00:48:36 Removing intermediate container ee65a3ff8df8 00:48:36 ---> 2447e7476911 00:48:36 Step 25/27 : LABEL arch=arm64 00:48:36 ---> Running in e4c15ebf397f 00:48:37 Removing intermediate container e4c15ebf397f 00:48:37 ---> 1b55da6a9521 00:48:37 Step 26/27 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:48:37 ---> Running in 4999990ba3e6 00:48:37 Building version 00:48:38 Removing intermediate container 4999990ba3e6 00:48:38 ---> 30ceacec50b8 00:48:38 Step 27/27 : LABEL version=0.0.0 00:48:38 ---> Running in 055b133f1851 00:48:38 Removing intermediate container 055b133f1851 00:48:38 ---> 045c6a7c10d5 00:48:38 00:48:39 Staging config-common 00:48:39 Successfully built 045c6a7c10d5 00:48:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:48:39  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 00:48:40 Skipping stage go-build-helper (already ran) 00:48:40 Skipping stage static-packages (already ran) 00:48:40 Skipping stage go115 (already ran) 00:48:40 Staging edgex-go 00:48:41 Staging version 00:48:41 Priming config-common 00:48:42 Priming go-build-helper 00:48:43 Priming static-packages 00:48:46 Priming go115 00:48:46 Priming edgex-go 00:48:48 Priming version 00:48:48 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:49:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:06 ---> 5702ec7bd42f 00:49:06 Step 3/22 : WORKDIR /edgex-go 00:49:06 ---> Using cache 00:49:06 ---> 55d14f52966b 00:49:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:06 ---> Using cache 00:49:06 ---> afa5e622f0d5 00:49:06 Step 5/22 : RUN apk update && apk add make git 00:49:06 ---> Using cache 00:49:06 ---> cd8a1ec624ec 00:49:06 Step 6/22 : COPY go.mod . 00:49:06 ---> Using cache 00:49:06 ---> 1a0c05fb9a7b 00:49:06 Step 7/22 : RUN go mod download 00:49:06 ---> Using cache 00:49:06 ---> 5298ad387cce 00:49:06 Step 8/22 : COPY . . 00:49:06 ---> Using cache 00:49:06 ---> 6e8f451916d4 00:49:06 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:49:06 ---> Running in e6a142bb6408 00:49:07 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 00:49:54 Removing intermediate container a73adb240d77 00:49:54 ---> 3175edd900bb 00:49:54 00:49:54 Step 10/24 : FROM scratch 00:49:54 ---> 00:49:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:49:54 ---> Running in 6e4a77687457 00:49:54 Removing intermediate container 6e4a77687457 00:49:54 ---> c04fb9d22a15 00:49:54 Step 12/24 : ENV APP_PORT=48060 00:49:54 ---> Running in 8a05a50542fc 00:49:55 Removing intermediate container 8a05a50542fc 00:49:55 ---> 6dfd3716d45d 00:49:55 Step 13/24 : EXPOSE $APP_PORT 00:49:55 ---> Running in 2df97c88de44 00:49:55 Removing intermediate container 2df97c88de44 00:49:55 ---> ff847df8bef3 00:49:55 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:49:57 ---> 396f78838099 00:49:57 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:49:59 ---> c42242de5815 00:49:59 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:50:01 ---> 08439c453760 00:50:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:50:02 ---> 702e308295e9 00:50:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:04 ---> 7a64c95f490b 00:50:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:05 ---> f0fc5ff07b1c 00:50:05 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:50:05 ---> Running in e87e206e4a72 00:50:06 Removing intermediate container e87e206e4a72 00:50:06 ---> 36409d0f9205 00:50:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:06 ---> Running in cfbe981ba2d1 00:50:06 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 00:50:07 Removing intermediate container cfbe981ba2d1 00:50:07 ---> 1296d2471afd 00:50:07 Step 22/24 : LABEL arch=arm64 00:50:07 ---> Running in fbdc290936e6 00:50:08 Removing intermediate container fbdc290936e6 00:50:08 ---> 654d022e8135 00:50:08 Step 23/24 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:50:09 ---> Running in bc887feba49b 00:50:10 Removing intermediate container bc887feba49b 00:50:10 ---> a88abaca7b97 00:50:10 Step 24/24 : LABEL version=0.0.0 00:50:10 ---> Running in cfd9800b6eb8 00:50:11 Removing intermediate container 1f7a040e3f1d 00:50:11 ---> 9d42dc5071b6 00:50:11 00:50:11 Step 10/22 : FROM alpine:3.10 00:50:11 ---> 536a684cf733 00:50:11 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:50:11 ---> Using cache 00:50:11 ---> d6334e0deb7f 00:50:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:50:11 Removing intermediate container cfd9800b6eb8 00:50:11 ---> 767c6aa77767 00:50:11 00:50:11 ---> Running in a578ef6e08ba 00:50:12 Successfully built 767c6aa77767 00:50:12 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:13  Building docker-support-notifications-go ... done Removing intermediate container a578ef6e08ba 00:50:13 ---> 3f86bd1989a6 00:50:13 Step 13/22 : WORKDIR / 00:50:13 ---> Running in dd1f8da45992 00:50:13 Removing intermediate container dd1f8da45992 00:50:13 ---> 0aa72723c1e7 00:50:13 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:50:15 ---> e8e7c6f0c5b0 00:50:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:50:18 ---> a5707ff4bf73 00:50:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:50:18 Removing intermediate container 4c7aae97479f 00:50:18 ---> abc18a176108 00:50:18 00:50:18 Step 10/22 : FROM scratch 00:50:18 ---> 00:50:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:19 ---> Using cache 00:50:19 ---> 2a0b91292255 00:50:19 Step 12/22 : ENV APP_PORT=48082 00:50:19 ---> Running in 0549b5ade954 00:50:20 ---> 983a38ff5814 00:50:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:50:20 Removing intermediate container 0549b5ade954 00:50:20 ---> a97b6cce3b07 00:50:20 Step 13/22 : EXPOSE $APP_PORT 00:50:20 ---> Running in 093409dd0a33 00:50:21 ---> 37d39cbfd260 00:50:21 Step 18/22 : RUN chmod +x entrypoint.sh 00:50:21 Removing intermediate container 093409dd0a33 00:50:21 ---> 20ccabece8d1 00:50:21 Step 14/22 : WORKDIR / 00:50:21 ---> Running in c9c91da7b1ae 00:50:21 ---> Running in 156d9802a7de 00:50:22 Removing intermediate container 156d9802a7de 00:50:22 ---> b107d3072175 00:50:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:50:24 ---> 7577570ecce9 00:50:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:26 Removing intermediate container c9c91da7b1ae 00:50:26 ---> ec1bcb2386d4 00:50:26 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:50:27 ---> Running in f4d5bb04a1a9 00:50:27 ---> 3056379897ff 00:50:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:28 Removing intermediate container f4d5bb04a1a9 00:50:28 ---> f6efc57d0ffd 00:50:28 Step 20/22 : LABEL arch=arm64 00:50:28 ---> Running in 63d0b09eb945 00:50:29 Removing intermediate container 90d239534c46 00:50:29 ---> 7b2ded763337 00:50:29 00:50:29 Step 10/32 : FROM alpine:3.12 00:50:29 3.12: Pulling from library/alpine 00:50:29 ---> e132b73d2b75 00:50:29 Step 18/22 : ENTRYPOINT ["/core-command"] 00:50:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:50:29 Status: Downloaded newer image for alpine:3.12 00:50:29 ---> afeebe901d6b 00:50:29 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 00:50:29 ---> Running in 8e2c2752c3c6 00:50:29 ---> Running in c9373b9ad6c7 00:50:29 Removing intermediate container 63d0b09eb945 00:50:29 ---> 9c405faf057e 00:50:29 Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:50:30 ---> Running in 9f4e0135d106 00:50:30 Removing intermediate container 8e2c2752c3c6 00:50:30 ---> c7e0fd681f90 00:50:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:31 ---> Running in 22488ae5a4f2 00:50:31 Removing intermediate container 9f4e0135d106 00:50:31 ---> 4b6d164e9498 00:50:31 Step 22/22 : LABEL version=0.0.0 00:50:31 ---> Running in c5f9ed40a678 00:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:31 Removing intermediate container 22488ae5a4f2 00:50:31 ---> a7d6ac082094 00:50:31 Step 20/22 : LABEL arch=arm64 00:50:32 ---> Running in b18525eb8d77 00:50:32 Removing intermediate container c5f9ed40a678 00:50:32 ---> 882030bb48c9 00:50:32 00:50:32 (1/2) Installing dumb-init (1.2.2-r1) 00:50:32 (2/2) Installing openssl (1.1.1i-r0) 00:50:32 Executing busybox-1.31.1-r19.trigger 00:50:32 OK: 6 MiB in 16 packages 00:50:32 Successfully built 882030bb48c9 00:50:32 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:50:32  Building docker-security-bootstrap-redis-go ... done Removing intermediate container b18525eb8d77 00:50:32 ---> 9539529b4a86 00:50:33 Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:50:33 ---> Running in 341869d954df 00:50:33 Removing intermediate container 341869d954df 00:50:33 ---> bb65b211edc6 00:50:33 Step 22/22 : LABEL version=0.0.0 00:50:33 ---> Running in fcc3419d13aa 00:50:34 Removing intermediate container c9373b9ad6c7 00:50:34 ---> 28a9026a40e3 00:50:34 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:50:34 ---> Running in 5b18e4b9c90d 00:50:34 Removing intermediate container fcc3419d13aa 00:50:34 ---> 6aaa1d407a0c 00:50:34 00:50:35 Removing intermediate container 5b18e4b9c90d 00:50:35 ---> c36d026ec011 00:50:35 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 00:50:35 Successfully built 6aaa1d407a0c 00:50:35 Successfully tagged docker-core-command-go-arm64:latest 00:50:35  Building docker-core-command-go ... done  ---> Running in cc7b17b66343 00:50:36 Removing intermediate container cc7b17b66343 00:50:36 ---> 6b68e23bab32 00:50:36 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 00:50:36 ---> Running in 54359c16b641 00:50:37 Connecting to github.com (140.82.113.3:443) 00:50:37 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.66.68:443) 00:50:37 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:50:37 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:50:37 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:50:37 dockerize 00:50:39 Removing intermediate container 54359c16b641 00:50:39 ---> 0ba8f36306e9 00:50:39 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 00:50:39 ---> Running in 4ab8a87f1af9 00:50:40 Removing intermediate container 4ab8a87f1af9 00:50:40 ---> 4f094207a406 00:50:40 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:40 ---> Running in f3ff8423c180 00:50:41 Removing intermediate container f3ff8423c180 00:50:41 ---> 55ae63b697c3 00:50:41 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:50:41 ---> Running in 5244d656a8d5 00:50:43 Copy dockerize executable 00:50:43 Removing intermediate container e6a142bb6408 00:50:43 ---> 379d34ef29d8 00:50:43 00:50:43 Step 10/22 : FROM scratch 00:50:43 ---> 00:50:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:43 ---> Using cache 00:50:43 ---> 2a0b91292255 00:50:43 Step 12/22 : ENV APP_PORT=48081 00:50:43 ---> Running in 06c9c77d95e7 00:50:43 Removing intermediate container 06c9c77d95e7 00:50:43 ---> 9867d6ae1d98 00:50:43 Step 13/22 : EXPOSE $APP_PORT 00:50:44 ---> Running in 200b0b78fd6e 00:50:44 Removing intermediate container 5244d656a8d5 00:50:44 ---> 43dbc54abba7 00:50:44 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 00:50:44 Removing intermediate container 200b0b78fd6e 00:50:44 ---> 9a36637c23e3 00:50:44 Step 14/22 : WORKDIR / 00:50:44 ---> Running in 6dcbf68cb38a 00:50:44 ---> Running in 048c9088f6c0 00:50:45 Removing intermediate container 048c9088f6c0 00:50:45 Removing intermediate container 6dcbf68cb38a 00:50:45 ---> 6ea0a032e3f2 00:50:45 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:45 ---> f0994b0b19b2 00:50:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:50:46 ---> fed7b762f855 00:50:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:46 ---> c3c5bf0ddce1 00:50:46 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:46 ---> Running in a2d07f36fd39 00:50:48 ---> a2aca9190cba 00:50:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:49 ---> febe617a8602 00:50:49 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:50:49 ---> Running in 51263f7c4062 00:50:49 Removing intermediate container a2d07f36fd39 00:50:49 ---> 892211d3cf3b 00:50:49 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:49 Removing intermediate container 51263f7c4062 00:50:49 ---> 964f499d542b 00:50:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:49 ---> Running in f282bc96db53 00:50:50 Removing intermediate container f282bc96db53 00:50:50 ---> ccd2599f6364 00:50:50 Step 20/22 : LABEL arch=arm64 00:50:50 ---> 99ec3b67b587 00:50:50 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:50 ---> Running in fe47403cbdea 00:50:51 Removing intermediate container fe47403cbdea 00:50:51 ---> d62b5be1b4f4 00:50:51 Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:50:51 ---> Running in e03dd63ddfc2 00:50:51 ---> 0cf473e5f7b6 00:50:51 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:50:51 Removing intermediate container e03dd63ddfc2 00:50:51 ---> 8bef84052788 00:50:51 Step 22/22 : LABEL version=0.0.0 00:50:52 ---> Running in c288330af512 00:50:52 ---> 5a35a316254d 00:50:52 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:52 Removing intermediate container c288330af512 00:50:52 ---> ff44cf221667 00:50:52 00:50:53 Successfully built ff44cf221667 00:50:53 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:53  Building docker-core-metadata-go ... done  ---> 39c7fb8e4190 00:50:53 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 00:50:54 ---> Running in c15219b1f174 00:50:54 Removing intermediate container c15219b1f174 00:50:54 ---> 085512991e3a 00:50:54 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 00:50:55 ---> 35dfb1255037 00:50:55 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:50:56 ---> Running in 44541df5c5ad 00:50:58 Removing intermediate container 44541df5c5ad 00:50:58 ---> 0d613cf80557 00:50:58 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 00:50:58 ---> Running in a7b700b4db54 00:50:58 Removing intermediate container a7b700b4db54 00:50:58 ---> ec94046bb4c6 00:50:58 Step 29/32 : CMD ["install"] 00:50:59 ---> Running in d528fc449f2e 00:51:00 Removing intermediate container d528fc449f2e 00:51:00 ---> 8e31f7463db2 00:51:00 Step 30/32 : LABEL arch=arm64 00:51:00 ---> Running in 748aee38e47a 00:51:00 Removing intermediate container 748aee38e47a 00:51:00 ---> 8a9316f2ba85 00:51:00 Step 31/32 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 00:51:01 ---> Running in 851e098957fd 00:51:01 Removing intermediate container 851e098957fd 00:51:01 ---> ba8aa1b013d6 00:51:01 Step 32/32 : LABEL version=0.0.0 00:51:02 ---> Running in 4468b850b455 00:51:02 Removing intermediate container 4468b850b455 00:51:02 ---> f1863909953e 00:51:02 00:51:03 Successfully built f1863909953e 00:51:03 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:51:03  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:51:03 $ docker stop --time=1 77c0dd12de9563106ae2de8ac23204ae18aedf7f0a30650287c197ba4974869d 00:51:05 $ docker rm -f 77c0dd12de9563106ae2de8ac23204ae18aedf7f0a30650287c197ba4974869d [Pipeline] // withDockerContainer [Pipeline] sh 00:51:06 + docker images 00:51:06 + grep docker 00:51:06 docker-security-bootstrapper-go-arm64 latest f1863909953e 4 seconds ago 40.2MB 00:51:06 docker-core-metadata-go-arm64 latest ff44cf221667 14 seconds ago 12.2MB 00:51:06 docker-core-command-go-arm64 latest 6aaa1d407a0c 32 seconds ago 9.98MB 00:51:06 docker-security-bootstrap-redis-go-arm64 latest 882030bb48c9 35 seconds ago 15.1MB 00:51:06 docker-support-notifications-go-arm64 latest 767c6aa77767 55 seconds ago 11.4MB 00:51:06 docker-sys-mgmt-agent-go-arm64 latest 045c6a7c10d5 2 minutes ago 300MB 00:51:06 docker-core-data-go-arm64 latest 1469c4fdd3bc 3 minutes ago 20.9MB 00:51:06 docker-security-secretstore-setup-go-arm64 latest 1d521d99c201 4 minutes ago 23.5MB 00:51:06 docker-security-proxy-setup-go-arm64 latest 680525a42693 4 minutes ago 23.3MB 00:51:06 docker-support-scheduler-go-arm64 latest f75b8a9b2513 4 minutes ago 10MB 00:51:06 docker latest f66387bf908a 12 days 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 00:51:09 provisioning config files... 00:51:09 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7659209054715224080tmp [Pipeline] { [Pipeline] sh 00:51:09 + set +x 00:51:09 + curl -s https://codecov.io/bash 00:51:09 + bash -s -- 00:51:10 00:51:10 _____ _ 00:51:10 / ____| | | 00:51:10 | | ___ __| | ___ ___ _____ __ 00:51:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:51:10 | |___| (_) | (_| | __/ (_| (_) \ V / 00:51:10 \_____\___/ \__,_|\___|\___\___/ \_/ 00:51:10 Bash-20201223-5ad85e3 00:51:10 00:51:10 00:51:10 ==> git version 2.24.3 found 00:51:10 ==> 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 00:51:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:51:10 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:51:10 ==> Jenkins CI detected. 00:51:10 project root: . 00:51:10 --> token set from env 00:51:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:51:10 ==> Running gcov in . (disable via -X gcov) 00:51:10 ==> Python coveragepy not found 00:51:10 ==> Searching for coverage reports in: 00:51:10 + . 00:51:10 -> Found 1 reports 00:51:10 ==> Detecting git/mercurial file structure 00:51:10 ==> Reading reports 00:51:10 + ./coverage.out bytes=542461 00:51:10 ==> Appending adjustments 00:51:10 https://docs.codecov.io/docs/fixing-reports 00:51:13 + Found adjustments 00:51:13 ==> Gzipping contents 00:51:13 84K /tmp/codecov.ADiTwE.gz 00:51:13 ==> Uploading reports 00:51:13 url: https://codecov.io 00:51:13 query: branch=PR-2970&commit=8109a1dab38252af991e68ca473fdeea3b0706f5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 00:51:13 -> Pinging Codecov 00:51:13 https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-2970&commit=8109a1dab38252af991e68ca473fdeea3b0706f5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 00:51:14 -> Uploading to 00:51:14 https://storage.googleapis.com/codecov/v4/raw/2020-12-31/00271124DB129430A58F1EEE437C3FCB/8109a1dab38252af991e68ca473fdeea3b0706f5/35a15ef4-d550-4316-89e1-08f86ee83231.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201231%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201231T005113Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10b3906434518a853aa6ee26247f198b8d211562fe301d4556e0de180f8d36e1 00:51:14 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:14 Dload Upload Total Spent Left Speed 00:51:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83004 0 0 100 83004 0 129k --:--:-- --:--:-- --:--:-- 129k 100 83004 0 0 100 83004 0 129k --:--:-- --:--:-- --:--:-- 129k 00:51:14 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8109a1dab38252af991e68ca473fdeea3b0706f5 [Pipeline] } 00:51:14 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 00:51:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:18 ---> package-listing.sh 00:51:18 ++ facter osfamily 00:51:18 ++ tr '[:upper:]' '[:lower:]' 00:51:18 + OS_FAMILY=redhat 00:51:18 + workspace=/w/workspace/edgex-go/3 00:51:18 + START_PACKAGES=/tmp/packages_start.txt 00:51:18 + END_PACKAGES=/tmp/packages_end.txt 00:51:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:18 + PACKAGES=/tmp/packages_start.txt 00:51:18 + '[' /w/workspace/edgex-go/3 ']' 00:51:18 + PACKAGES=/tmp/packages_end.txt 00:51:18 + case "${OS_FAMILY}" in 00:51:18 + rpm -qa 00:51:18 + sort 00:51:24 + '[' -f /tmp/packages_start.txt ']' 00:51:24 + '[' -f /tmp/packages_end.txt ']' 00:51:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:24 + '[' /w/workspace/edgex-go/3 ']' 00:51:24 + mkdir -p /w/workspace/edgex-go/3/archives/ 00:51:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 00:51:24 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:24 00:51:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:25 alpine: Pulling from edgex-lftools-log-publisher 00:51:25 df20fa9351a1: Pulling fs layer 00:51:25 36b3adc4ff6f: Pulling fs layer 00:51:25 8ad3a11d3b57: Pulling fs layer 00:51:25 46f8f816bc3b: Pulling fs layer 00:51:25 93b61091891f: Pulling fs layer 00:51:25 93b9cdb0e59b: Pulling fs layer 00:51:25 5e14af77c1be: Pulling fs layer 00:51:25 01666e4c0597: Pulling fs layer 00:51:25 aa168da1d23b: Pulling fs layer 00:51:25 93b9cdb0e59b: Waiting 00:51:25 5e14af77c1be: Waiting 00:51:25 01666e4c0597: Waiting 00:51:25 46f8f816bc3b: Waiting 00:51:25 93b61091891f: Waiting 00:51:25 aa168da1d23b: Waiting 00:51:25 36b3adc4ff6f: Verifying Checksum 00:51:25 36b3adc4ff6f: Download complete 00:51:25 46f8f816bc3b: Download complete 00:51:25 df20fa9351a1: Verifying Checksum 00:51:25 df20fa9351a1: Download complete 00:51:25 93b9cdb0e59b: Verifying Checksum 00:51:25 93b9cdb0e59b: Download complete 00:51:25 5e14af77c1be: Verifying Checksum 00:51:25 5e14af77c1be: Download complete 00:51:25 01666e4c0597: Download complete 00:51:25 93b61091891f: Verifying Checksum 00:51:25 93b61091891f: Download complete 00:51:26 df20fa9351a1: Pull complete 00:51:26 36b3adc4ff6f: Pull complete 00:51:26 8ad3a11d3b57: Verifying Checksum 00:51:26 8ad3a11d3b57: Download complete 00:51:27 8ad3a11d3b57: Pull complete 00:51:27 46f8f816bc3b: Pull complete 00:51:28 93b61091891f: Pull complete 00:51:28 93b9cdb0e59b: Pull complete 00:51:28 5e14af77c1be: Pull complete 00:51:28 01666e4c0597: Pull complete 00:51:30 aa168da1d23b: Verifying Checksum 00:51:30 aa168da1d23b: Download complete 00:51:41 aa168da1d23b: Pull complete 00:51:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:41 prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container 00:51:41 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-lftools-log-publisher:alpine cat 00:51:45 $ docker top 502ed84a85a3ac7385f2ab88fabbacfe09ac71c673c3a9c505568e08f643da22 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:46 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:46 + mkdir -p /var/log/sa [Pipeline] sh 00:51:47 + ls /var/log/sa-host 00:51:47 + sadf -c /var/log/sa-host/sa23 00:51:47 file_magic: OK 00:51:47 HZ: Using current value: 100 00:51:47 file_header: OK 00:51:47 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 00:51:47 Statistics: 00:51:47 Hnuu...uuuununununu... 00:51:47 File successfully converted to sysstat format version 12.2.1 00:51:47 + sadf -c /var/log/sa-host/sa31 00:51:47 file_magic: OK 00:51:47 HZ: Using current value: 100 00:51:47 file_header: OK 00:51:47 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 00:51:47 Statistics: 00:51:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:51:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:47 provisioning config files... 00:51:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6626716353264926561tmp [Pipeline] { [Pipeline] echo 00:51:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:48 ---> create-netrc.sh [Pipeline] } 00:51:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:48 ---> python-tools-install.sh [Pipeline] echo 00:51:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:48 ---> sudo-logs.sh 00:51:48 Archiving 'sudo' log.. [Pipeline] echo 00:51:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:49 ---> job-cost.sh 00:51:49 lf-activate-venv: SKIPPING 00:51:49 INFO: No Stack... 00:51:50 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:50 INFO: Archiving Costs [Pipeline] echo 00:51:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:50 ---> logs-deploy.sh 00:51:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/3 00:51:50 INFO: archiving workspace using pattern(s): 00:51:52 Archives upload complete. 00:51:52 INFO: archiving logs to Nexus 00:51:53 ---> uname -a: 00:51:53 Linux prd-centos7-docker-4c-2g-17835.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:51:53 00:51:53 00:51:53 ---> lscpu: 00:51:53 Architecture: x86_64 00:51:53 CPU op-mode(s): 32-bit, 64-bit 00:51:53 Byte Order: Little Endian 00:51:53 Address sizes: 40 bits physical, 48 bits virtual 00:51:53 CPU(s): 4 00:51:53 On-line CPU(s) list: 0-3 00:51:53 Thread(s) per core: 1 00:51:53 Core(s) per socket: 1 00:51:53 Socket(s): 4 00:51:53 NUMA node(s): 1 00:51:53 Vendor ID: GenuineIntel 00:51:53 CPU family: 6 00:51:53 Model: 44 00:51:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:53 Stepping: 1 00:51:53 CPU MHz: 2933.436 00:51:53 BogoMIPS: 5866.87 00:51:53 Virtualization: VT-x 00:51:53 Hypervisor vendor: KVM 00:51:53 Virtualization type: full 00:51:53 L1d cache: 128 KiB 00:51:53 L1i cache: 128 KiB 00:51:53 L2 cache: 16 MiB 00:51:53 L3 cache: 64 MiB 00:51:53 NUMA node0 CPU(s): 0-3 00:51:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:53 Vulnerability Meltdown: Mitigation; PTI 00:51:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:53 Vulnerability Srbds: Not affected 00:51:53 Vulnerability Tsx async abort: Not affected 00:51:53 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 00:51:53 00:51:53 00:51:53 ---> nproc: 00:51:53 4 00:51:53 00:51:53 00:51:53 ---> df -h: 00:51:53 Filesystem Size Used Available Use% Mounted on 00:51:53 overlay 50.0G 13.5G 36.5G 27% / 00:51:53 tmpfs 64.0M 0 64.0M 0% /dev 00:51:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:53 shm 64.0M 0 64.0M 0% /dev/shm 00:51:53 /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os 00:51:53 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf 00:51:53 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname 00:51:53 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts 00:51:53 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure 00:51:53 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log 00:51:53 /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json 00:51:53 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host 00:51:53 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/3 00:51:53 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/3@tmp 00:51:53 00:51:53 00:51:53 ---> free -m: 00:51:53 total used free shared buff/cache available 00:51:53 Mem: 1837 700 131 0 1005 1054 00:51:53 Swap: 1023 82 941 00:51:53 00:51:53 00:51:53 ---> ip addr: 00:51:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:53 inet 127.0.0.1/8 scope host lo 00:51:53 valid_lft forever preferred_lft forever 00:51:53 inet6 ::1/128 scope host 00:51:53 valid_lft forever preferred_lft forever 00:51:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:51:53 link/ether fa:16:3e:4f:7b:cb brd ff:ff:ff:ff:ff:ff 00:51:53 inet 10.30.123.71/23 brd 10.30.123.255 scope global dynamic eth0 00:51:53 valid_lft 85048sec preferred_lft 85048sec 00:51:53 inet6 fe80::f816:3eff:fe4f:7bcb/64 scope link 00:51:53 valid_lft forever preferred_lft forever 00:51:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:51:53 link/ether 02:42:c2:78:0b:56 brd ff:ff:ff:ff:ff:ff 00:51:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:51:53 valid_lft forever preferred_lft forever 00:51:53 inet6 fe80::42:c2ff:fe78:b56/64 scope link 00:51:53 valid_lft forever preferred_lft forever 00:51:53 00:51:53 00:51:53 ---> sar -b -r -n DEV: 00:51:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/31/20 _x86_64_ (4 CPU) 00:51:53 00:51:53 00:29:10 LINUX RESTART (4 CPU) 00:51:53 00:51:53 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:51:53 00:31:01 108.54 48.21 60.33 0.00 7655.85 18776.32 0.00 00:51:53 00:32:01 169.05 41.66 127.39 0.00 2885.75 50248.33 0.00 00:51:53 00:33:01 278.79 131.36 147.43 0.00 5434.87 18878.99 0.00 00:51:53 00:34:01 132.10 63.30 68.80 0.00 2311.39 7089.02 0.00 00:51:53 00:35:02 100.02 36.88 63.14 0.00 2024.18 16253.64 0.00 00:51:53 00:36:01 980.70 717.33 263.36 0.00 96095.19 160176.10 0.00 00:51:53 00:37:02 2357.26 2053.76 303.50 0.00 143280.12 151301.60 0.00 00:51:53 00:38:01 448.28 175.88 272.40 0.00 34546.89 91874.96 0.00 00:51:53 00:39:03 1550.00 1320.97 229.03 0.00 114181.42 119818.36 0.00 00:51:53 00:40:02 1999.17 1705.86 293.31 0.00 110780.68 119458.94 0.00 00:51:53 00:41:02 448.34 217.03 231.31 0.00 20296.99 35554.68 0.00 00:51:53 00:42:01 56.75 15.83 40.93 0.00 2927.56 1938.93 0.00 00:51:53 00:43:01 1.50 0.35 1.15 0.00 6.53 14.02 0.00 00:51:53 00:44:01 0.33 0.07 0.27 0.00 0.53 3.51 0.00 00:51:53 00:45:01 1.91 1.68 0.23 0.00 57.94 3.18 0.00 00:51:53 00:46:02 0.92 0.05 0.87 0.00 1.20 16.25 0.00 00:51:53 00:47:01 0.29 0.03 0.25 0.00 0.81 2.88 0.00 00:51:53 00:48:01 0.20 0.05 0.15 0.00 0.40 1.78 0.00 00:51:53 00:49:01 0.35 0.07 0.28 0.00 0.53 3.41 0.00 00:51:53 00:50:01 0.67 0.42 0.25 0.00 130.27 2.83 0.00 00:51:53 00:51:01 0.25 0.00 0.25 0.00 0.00 3.16 0.00 00:51:53 Average: 412.62 312.29 100.33 0.00 25931.86 37745.42 0.00 00:51:53 00:51:53 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:53 00:31:01 361000 0 591472 31.44 2620 926452 1121844 38.29 443980 874452 132 00:51:53 00:32:01 72160 0 698160 37.11 1616 1109608 1521136 51.91 630284 939660 35368 00:51:53 00:33:01 90192 0 888568 47.23 776 902008 1775448 60.59 765976 748208 71836 00:51:53 00:34:01 327640 0 756180 40.19 448 797276 1379244 47.07 620324 651020 78236 00:51:53 00:35:02 142944 0 764712 40.64 432 973456 1537348 52.47 654204 810728 17488 00:51:53 00:36:01 291956 0 806504 42.86 4 783080 3323336 113.42 651172 722076 72 00:51:53 00:37:02 361956 0 1064432 56.57 4 455152 3503124 119.56 664168 589040 1356 00:51:53 00:38:01 85004 0 811524 43.13 4 985012 2154236 73.52 727832 827980 54980 00:51:53 00:39:03 75164 0 784220 41.68 4 1022156 2187084 74.64 742572 849048 61000 00:51:53 00:40:02 114596 0 1152376 61.25 4 614568 3676348 125.47 732428 777792 23180 00:51:53 00:41:02 243552 0 676376 35.95 4 961612 1367480 46.67 621544 752464 204 00:51:53 00:42:01 262416 0 625948 33.27 4 993176 1219692 41.63 580960 785116 16 00:51:53 00:43:01 264168 0 624200 33.17 4 993172 1204272 41.10 579944 784836 8 00:51:53 00:44:01 264384 0 623964 33.16 4 993192 1204320 41.10 580304 784876 8 00:51:53 00:45:01 262684 0 624656 33.20 4 994200 1203232 41.06 580336 785544 8 00:51:53 00:46:02 263440 0 623884 33.16 4 994216 1200148 40.96 580132 785484 8 00:51:53 00:47:01 263744 0 623520 33.14 4 994276 1197064 40.85 579872 785456 20 00:51:53 00:48:01 263916 0 623400 33.13 4 994224 1197064 40.85 579792 785448 8 00:51:53 00:49:01 263948 0 623360 33.13 4 994232 1197064 40.85 579936 785464 8 00:51:53 00:50:01 256596 0 626840 33.32 4 998104 1197124 40.86 585744 786552 8 00:51:53 00:51:01 257112 0 626312 33.29 4 998116 1197064 40.85 585564 786560 12 00:51:53 Average: 228027 0 725743 38.57 284 927490 1693508 57.80 622241 780848 16379 00:51:53 00:51:53 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:51:53 00:31:01 eth0 1065.98 1123.38 4279.04 151.49 0.00 0.00 0.00 0.00 00:51:53 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:31:01 docker0 795.34 646.38 66.33 2662.10 0.00 0.00 0.00 0.00 00:51:53 00:32:01 eth0 509.76 395.78 4437.51 38.11 0.00 0.00 0.00 0.00 00:51:53 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:32:01 docker0 53.78 66.07 2.88 360.23 0.00 0.00 0.00 0.00 00:51:53 00:33:01 eth0 123.63 109.29 495.32 20.33 0.00 0.00 0.00 0.00 00:51:53 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:33:01 veth4b79c79 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:33:01 docker0 90.79 91.37 7.44 465.86 0.00 0.00 0.00 0.00 00:51:53 00:34:01 eth0 31.40 20.92 17.40 80.27 0.00 0.00 0.00 0.00 00:51:53 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:34:01 veth4b79c79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:35:02 eth0 181.82 145.12 1687.86 22.34 0.00 0.00 0.00 0.00 00:51:53 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:36:01 vetha7cc07d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:36:01 veth497ac7e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:36:01 veth30217b9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:36:01 eth0 44.04 33.84 28.13 64.19 0.00 0.00 0.00 0.00 00:51:53 00:37:02 vethac1a647 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:37:02 veth3ffcb81 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:37:02 veth30217b9 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:37:02 vethef69ef4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:38:01 veth30217b9 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:38:01 eth0 2726.07 2360.50 13673.34 467.38 0.00 0.00 0.00 0.00 00:51:53 00:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:51:53 00:38:01 docker0 993.07 870.87 79.85 3886.78 0.00 0.00 0.00 0.00 00:51:53 00:39:03 veth30217b9 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:39:03 eth0 69.82 49.01 139.96 90.05 0.00 0.00 0.00 0.00 00:51:53 00:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:39:03 docker0 11.60 18.63 0.62 114.37 0.00 0.00 0.00 0.00 00:51:53 00:40:02 veth1115aaf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:40:02 veth1280480 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:40:02 veth9b19343 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:40:02 veth30217b9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:41:02 veth30217b9 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:51:53 00:41:02 eth0 2885.75 2455.64 14043.52 638.35 0.00 0.00 0.00 0.00 00:51:53 00:41:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:51:53 00:41:02 docker0 1013.56 931.63 80.54 4353.95 0.00 0.00 0.00 0.00 00:51:53 00:42:01 eth0 30.81 17.94 74.09 8.98 0.00 0.00 0.00 0.00 00:51:53 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:42:01 docker0 7.28 11.10 0.66 57.31 0.00 0.00 0.00 0.00 00:51:53 00:43:01 eth0 2.37 0.80 0.91 0.56 0.00 0.00 0.00 0.00 00:51:53 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:44:01 eth0 2.25 0.78 0.89 0.59 0.00 0.00 0.00 0.00 00:51:53 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:45:01 eth0 0.42 0.17 0.10 0.10 0.00 0.00 0.00 0.00 00:51:53 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:46:02 eth0 0.25 0.18 0.08 0.01 0.00 0.00 0.00 0.00 00:51:53 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:47:01 eth0 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:51:53 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:48:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:49:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:51:53 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:50:01 eth0 0.35 0.23 0.14 0.07 0.00 0.00 0.00 0.00 00:51:53 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:51:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:51:53 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 Average: eth0 110.39 98.13 575.64 28.23 0.00 0.00 0.00 0.00 00:51:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:53 Average: docker0 48.94 45.19 3.89 211.47 0.00 0.00 0.00 0.00 00:51:53 00:51:53 00:51:53 ---> sar -P ALL: 00:51:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/31/20 _x86_64_ (4 CPU) 00:51:53 00:51:53 00:29:10 LINUX RESTART (4 CPU) 00:51:53 00:51:53 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:51:53 00:31:01 all 12.59 0.00 6.24 1.83 2.64 76.70 00:51:53 00:31:01 0 13.95 0.00 7.31 0.66 2.65 75.43 00:51:53 00:31:01 1 11.83 0.00 5.38 2.43 2.77 77.60 00:51:53 00:31:01 2 15.35 0.00 6.23 0.38 2.42 75.63 00:51:53 00:31:01 3 9.28 0.00 6.08 3.82 2.73 78.09 00:51:53 00:32:01 all 9.70 0.00 7.34 1.44 1.34 80.17 00:51:53 00:32:01 0 11.07 0.00 7.80 0.98 1.25 78.90 00:51:53 00:32:01 1 9.48 0.00 7.38 3.43 1.27 78.43 00:51:53 00:32:01 2 10.15 0.00 7.85 0.67 1.34 79.99 00:51:53 00:32:01 3 8.11 0.00 6.34 0.70 1.50 83.34 00:51:53 00:33:01 all 34.10 0.00 11.58 7.39 2.12 44.81 00:51:53 00:33:01 0 34.19 0.00 11.49 5.18 2.04 47.11 00:51:53 00:33:01 1 36.16 0.00 11.84 10.49 2.04 39.47 00:51:53 00:33:01 2 33.20 0.00 11.50 7.40 2.26 45.64 00:51:53 00:33:01 3 32.83 0.00 11.50 6.45 2.13 47.08 00:51:53 00:34:01 all 49.70 0.00 13.48 2.88 1.43 32.51 00:51:53 00:34:01 0 49.17 0.00 13.14 3.83 1.53 32.33 00:51:53 00:34:01 1 49.62 0.00 14.18 2.66 1.33 32.20 00:51:53 00:34:01 2 49.30 0.00 13.47 2.93 1.50 32.80 00:51:53 00:34:01 3 50.72 0.00 13.14 2.09 1.36 32.69 00:51:53 00:35:02 all 33.85 0.00 12.32 4.03 3.07 46.74 00:51:53 00:35:02 0 32.43 0.00 12.19 3.59 3.26 48.53 00:51:53 00:35:02 1 34.17 0.00 12.52 6.36 2.74 44.21 00:51:53 00:35:02 2 33.97 0.00 12.14 4.02 2.83 47.05 00:51:53 00:35:02 3 34.82 0.00 12.42 2.18 3.43 47.15 00:51:53 00:36:01 all 21.20 0.00 22.69 6.84 6.58 42.68 00:51:53 00:36:01 0 19.32 0.00 21.22 6.26 6.93 46.27 00:51:53 00:36:01 1 22.69 0.00 23.51 6.87 6.37 40.56 00:51:53 00:36:01 2 21.20 0.00 22.92 8.75 6.13 41.00 00:51:53 00:36:01 3 21.61 0.00 23.11 5.50 6.90 42.87 00:51:53 00:37:02 all 33.22 0.00 25.19 19.37 3.10 19.12 00:51:53 00:37:02 0 33.66 0.00 27.05 17.26 2.92 19.10 00:51:53 00:37:02 1 32.22 0.00 25.00 22.12 3.17 17.48 00:51:53 00:37:02 2 34.25 0.00 24.24 18.40 3.04 20.07 00:51:53 00:37:02 3 32.74 0.00 24.44 19.70 3.28 19.84 00:51:53 00:38:01 all 44.13 0.00 19.96 13.50 2.60 19.82 00:51:53 00:38:01 0 43.75 0.00 19.91 14.01 2.53 19.80 00:51:53 00:38:01 1 44.36 0.00 20.72 12.71 2.36 19.84 00:51:53 00:38:01 2 44.68 0.00 19.95 16.15 2.73 16.49 00:51:53 00:38:01 3 43.72 0.00 19.28 11.12 2.77 23.11 00:51:53 00:39:03 all 13.34 0.00 16.83 39.59 3.29 26.95 00:51:53 00:39:03 0 13.35 0.00 16.78 32.26 3.41 34.19 00:51:53 00:39:03 1 13.64 0.00 16.06 43.98 3.27 23.05 00:51:53 00:39:03 2 13.79 0.00 18.21 36.16 3.12 28.73 00:51:53 00:39:03 3 12.59 0.00 16.26 45.98 3.36 21.81 00:51:53 00:40:02 all 45.06 0.00 22.96 17.04 3.48 11.46 00:51:53 00:40:02 0 44.13 0.00 25.05 15.33 3.51 11.98 00:51:53 00:40:02 1 44.47 0.00 21.95 17.71 3.35 12.52 00:51:53 00:40:02 2 45.21 0.00 22.87 19.17 3.48 9.27 00:51:53 00:40:02 3 46.43 0.00 21.95 15.95 3.58 12.08 00:51:53 00:41:02 all 37.63 0.00 14.27 10.19 1.60 36.32 00:51:53 00:41:02 0 37.66 0.00 14.10 11.41 1.56 35.27 00:51:53 00:41:02 1 37.47 0.00 13.36 5.97 1.75 41.45 00:51:53 00:41:02 2 37.74 0.00 15.09 13.45 1.48 32.24 00:51:53 00:41:02 3 37.63 0.00 14.53 9.99 1.60 36.25 00:51:53 00:51:53 00:41:02 CPU %user %nice %system %iowait %steal %idle 00:51:53 00:42:01 all 3.75 0.00 1.70 2.24 0.07 92.24 00:51:53 00:42:01 0 4.26 0.00 2.12 1.88 0.05 91.68 00:51:53 00:42:01 1 1.31 0.00 0.99 2.20 0.10 95.39 00:51:53 00:42:01 2 7.55 0.00 2.46 2.63 0.03 87.33 00:51:53 00:42:01 3 1.89 0.00 1.25 2.25 0.10 94.50 00:51:53 00:43:01 all 0.17 0.00 0.04 0.01 0.00 99.78 00:51:53 00:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:51:53 00:43:01 1 0.52 0.00 0.03 0.03 0.00 99.42 00:51:53 00:43:01 2 0.07 0.00 0.05 0.00 0.02 99.87 00:51:53 00:43:01 3 0.07 0.00 0.03 0.00 0.00 99.90 00:51:53 00:44:01 all 0.17 0.00 0.05 0.00 0.01 99.77 00:51:53 00:44:01 0 0.05 0.00 0.05 0.00 0.03 99.87 00:51:53 00:44:01 1 0.53 0.00 0.03 0.00 0.02 99.42 00:51:53 00:44:01 2 0.02 0.00 0.05 0.00 0.00 99.93 00:51:53 00:44:01 3 0.07 0.00 0.08 0.00 0.00 99.85 00:51:53 00:45:01 all 0.15 0.00 0.06 0.02 0.00 99.76 00:51:53 00:45:01 0 0.00 0.00 0.03 0.00 0.00 99.97 00:51:53 00:45:01 1 0.52 0.00 0.03 0.00 0.00 99.45 00:51:53 00:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:53 00:45:01 3 0.08 0.00 0.15 0.10 0.02 99.65 00:51:53 00:46:02 all 0.16 0.00 0.03 0.00 0.02 99.79 00:51:53 00:46:02 0 0.03 0.00 0.02 0.00 0.05 99.90 00:51:53 00:46:02 1 0.50 0.00 0.02 0.00 0.00 99.48 00:51:53 00:46:02 2 0.03 0.00 0.03 0.00 0.02 99.92 00:51:53 00:46:02 3 0.07 0.00 0.05 0.00 0.02 99.87 00:51:53 00:47:01 all 0.06 0.00 0.03 0.00 0.00 99.91 00:51:53 00:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:51:53 00:47:01 1 0.12 0.00 0.05 0.00 0.02 99.81 00:51:53 00:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:53 00:47:01 3 0.07 0.00 0.05 0.02 0.00 99.86 00:51:53 00:48:01 all 0.13 0.00 0.04 0.00 0.01 99.82 00:51:53 00:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 00:51:53 00:48:01 1 0.38 0.00 0.03 0.00 0.00 99.58 00:51:53 00:48:01 2 0.07 0.00 0.05 0.02 0.02 99.85 00:51:53 00:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:51:53 00:49:01 all 0.14 0.00 0.03 0.00 0.00 99.82 00:51:53 00:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:51:53 00:49:01 1 0.52 0.00 0.03 0.02 0.02 99.42 00:51:53 00:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:53 00:49:01 3 0.02 0.00 0.05 0.00 0.00 99.93 00:51:53 00:50:01 all 0.16 0.00 0.03 0.01 0.01 99.79 00:51:53 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:53 00:50:01 1 0.53 0.00 0.08 0.03 0.02 99.33 00:51:53 00:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 00:51:53 00:50:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:51:53 00:51:01 all 0.11 0.00 0.05 0.00 0.00 99.84 00:51:53 00:51:01 0 0.02 0.00 0.03 0.00 0.02 99.93 00:51:53 00:51:01 1 0.35 0.00 0.08 0.00 0.00 99.57 00:51:53 00:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:51:53 00:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:51:53 Average: all 15.70 0.00 8.10 5.88 1.46 68.86 00:51:53 Average: 0 15.61 0.00 8.27 5.25 1.48 69.40 00:51:53 Average: 1 15.79 0.00 8.02 6.39 1.42 68.37 00:51:53 Average: 2 16.04 0.00 8.21 6.04 1.41 68.30 00:51:53 Average: 3 15.35 0.00 7.89 5.85 1.52 69.39 00:51:53 00:51:53 00:51:53