Exporting environment variables Exporting TERM Exporting PAGER Exporting DISPLAY Exporting CI Exporting SEMAPHORE Exporting SEMAPHORE_PROJECT_NAME Exporting SEMAPHORE_PROJECT_ID Exporting SEMAPHORE_JOB_NAME Exporting SEMAPHORE_JOB_ID Exporting SEMAPHORE_AGENT_MACHINE_TYPE Exporting SEMAPHORE_AGENT_MACHINE_OS_IMAGE Exporting SEMAPHORE_AGENT_MACHINE_ENVIRONMENT_TYPE Exporting SEMAPHORE_ORGANIZATION_URL Exporting SEMAPHORE_ARTIFACT_TOKEN Exporting SSH_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_BACKEND Exporting SEMAPHORE_CACHE_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_USERNAME Exporting SEMAPHORE_CACHE_URL Exporting SEMAPHORE_CACHE_NEW_CLI Exporting SEMAPHORE_TOOLBOX_METRICS_ENABLED Exporting SEMAPHORE_GIT_PROVIDER Exporting SEMAPHORE_GIT_URL Exporting SEMAPHORE_GIT_DIR Exporting SEMAPHORE_GIT_SHA Exporting SEMAPHORE_GIT_REPO_SLUG Exporting SEMAPHORE_GIT_REF Exporting SEMAPHORE_GIT_COMMIT_RANGE Exporting SEMAPHORE_GIT_REF_TYPE Exporting SEMAPHORE_GIT_BRANCH Exporting SEMAPHORE_GIT_PR_SLUG Exporting SEMAPHORE_GIT_PR_SHA Exporting SEMAPHORE_GIT_PR_NUMBER Exporting SEMAPHORE_GIT_PR_NAME Exporting SEMAPHORE_GIT_PR_BRANCH Exporting COVERALLS_TOKEN Exporting SEMAPHORE_WORKFLOW_ID Exporting SEMAPHORE_WORKFLOW_NUMBER Exporting SEMAPHORE_WORKFLOW_RERUN Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_HOOK Exporting SEMAPHORE_WORKFLOW_HOOK_SOURCE Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_SCHEDULE Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_API Exporting SEMAPHORE_PIPELINE_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ID Exporting SEMAPHORE_PIPELINE_RERUN Exporting SEMAPHORE_PIPELINE_PROMOTION Exporting SEMAPHORE_PIPELINE_PROMOTED_BY Exporting SEMAPHORE_PIPELINE_0_ARTEFACT_ID Exporting TMPDIR Exporting CI_MAX_KERNEL_VERSION Injecting Files Injecting /home/semaphore/.ssh/semaphore_cache_key with file mode 0600 Injecting .ssh/id_rsa with file mode 0600 Setting up the Semaphore toolbox Running: dowloadPath=$(curl -s -L --retry 5 http://packages.semaphoreci.com/toolbox/linux) && echo $dowloadPath && curl -s -L --retry 5 --connect-timeout 3 $dowloadPath -o /tmp/toolbox.tar && tar -xvf /tmp/toolbox.tar && mv toolbox ~/.toolbox && bash ~/.toolbox/install-toolbox && source ~/.toolbox/toolbox && echo 'source ~/.toolbox/toolbox' >> ~/.bash_profile && if [ -f /etc/init.d/xvfb ]; then /etc/init.d/xvfb start; fi http://packages.semaphoreci.com/toolbox/releases/download/v1.16.4/linux.tar toolbox/ toolbox/test-results toolbox/sem-version toolbox/toolbox toolbox/system-metrics-collector toolbox/sem-service toolbox/libchecksum toolbox/when toolbox/cache toolbox/install-toolbox toolbox/artifact toolbox/sem-service-check-params toolbox/sem-install toolbox/libcheckout toolbox/new-cache toolbox/enetwork toolbox/install-package toolbox/sem-dockerize toolbox/retry toolbox/README.md toolbox/ssh-session-cli toolbox/spc retry installed ssh-session-cli installed cache installed sem-service installed sem-dockerize installed sem-service-check-params installed install-package installed Installing the artifacts CLI artifacts installed Installing the test results CLI test-results installed Installing the SPC CLI spc installed Installing the when CLI when installed Installing the enetwork CLI when installed Starting to collect System Metrics in /tmp/system-metrics Starting virtual X frame buffer: Xvfb. Starting an ssh-agent Running: eval `ssh-agent` && echo 'eval $(ssh-agent) >/dev/null' >> ~/.bash_profile && echo 'yes' > /tmp/sempahore-user-commands-have-started Agent pid 2045 Connecting to cache Running: (ssh-keyscan -p 29920 -H 94.130.239.239 >> /home/semaphore/.ssh/known_hosts || true) && ssh-add /home/semaphore/.ssh/semaphore_cache_key # 94.130.239.239:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.239.239:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.239.239:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.239.239:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.239.239:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 Identity added: /home/semaphore/.ssh/semaphore_cache_key (/home/semaphore/.ssh/semaphore_cache_key) sudo sh -c 'swapoff -a && fallocate -l 2G /swapfile && chmod 0600 /swapfile && mkswap /swapfile && swapon /swapfile' Setting up swapspace version 1, size = 2 GiB (2147479552 bytes) no label, UUID=f1c06a03-9170-4225-9dad-d4517a7bf32c checkout HEAD is now at 60399a54bdfec9922870e5d1023062b054e7d3bf curl -sSfL http://security.ubuntu.com/ubuntu/pool/main/c/ca-certificates/ca-certificates_20210119~20.04.2_all.deb -o /tmp/ca-certificates.deb && sudo dpkg -i /tmp/ca-certificates.deb (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 ... 220337 files and directories currently installed.) Preparing to unpack /tmp/ca-certificates.deb ... Unpacking ca-certificates (20210119~20.04.2) over (20210119~20.04.2) ... Setting up ca-certificates (20210119~20.04.2) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Processing triggers for ca-certificates (20210119~20.04.2) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. done. sudo mkdir -p /usr/local/golang/1.17 && curl -fL "https://golang.org/dl/go1.17.linux-amd64.tar.gz" | sudo tar -xz -C /usr/local/golang/1.17 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 78 100 78 0 0 445 0 --:--:-- --:--:-- --:--:-- 445 100 73 100 73 0 0 211 0 --:--:-- --:--:-- --:--:-- 211 21 128M 21 27.7M 0 0 27.5M 0 0:00:04 0:00:01 0:00:03 27.5M 65 128M 65 84.1M 0 0 42.3M 0 0:00:03 0:00:01 0:00:02 57.4M 100 128M 100 128M 0 0 44.4M 0 0:00:02 0:00:02 --:--:-- 53.4M sem-version go 1.17 [11:22 16/02/2022]: Changing 'go' to version 1.17 Currently active Go version is: go version go1.17 linux/amd64 [11:22 16/02/2022]: Switch successful. curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.42.1 golangci/golangci-lint info checking GitHub for tag 'v1.42.1' golangci/golangci-lint info found version: 1.42.1 for v1.42.1/linux/amd64 golangci/golangci-lint info installed /home/semaphore/go/bin/golangci-lint export PATH="$PATH:$(go env GOPATH)/bin" cache restore Detected go.sum. Fetching '/home/semaphore/go/pkg/mod' directory with cache keys 'go-master-01964495a899ad6ec8578b639e9a7370,go-master'... HIT: 'go-master-01964495a899ad6ec8578b639e9a7370', using key 'go-master-01964495a899ad6ec8578b639e9a7370'. Downloading key 'go-master-01964495a899ad6ec8578b639e9a7370'... Download complete. Duration: 100.149172ms. Size: 9.0M bytes. Unpacking '/tmp/go-master-01964495a899ad6ec8578b639e9a7370-119024296'... Unpack complete. Duration: 118.620081ms. Restored: /home/semaphore/go/pkg/mod/. go mod tidy sudo pip3 install https://github.com/amluto/virtme/archive/beb85146cd91de37ae455eccb6ab67c393e6e290.zip /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes WARNING: The directory '/home/semaphore/.pip_download_cache' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Collecting https://github.com/amluto/virtme/archive/beb85146cd91de37ae455eccb6ab67c393e6e290.zip Downloading https://github.com/amluto/virtme/archive/beb85146cd91de37ae455eccb6ab67c393e6e290.zip [?25l - 0 bytes ? 0:00:00  - 45.9 kB 44.7 MB/s 0:00:00 [?25h Preparing metadata (setup.py) ... [?25l- done [?25hBuilding wheels for collected packages: virtme Building wheel for virtme (setup.py) ... [?25l- done [?25h Created wheel for virtme: filename=virtme-0.1.1-py3-none-any.whl size=37567 sha256=3babb4bd238f92c71a01b70888558fc928f242ca0e58aa93ac59c664008f5677 Stored in directory: /tmp/pip-ephem-wheel-cache-fdtvuaqa/wheels/66/8c/ce/3ca0a489aea54f6faa648721baba1a828bcd80d1cae7fc0752 Successfully built virtme Installing collected packages: virtme Successfully installed virtme-0.1.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv sudo apt-get update 0% [Working] Hit:1 http://mirror.init7.net/ubuntu focal InRelease 0% [Waiting for headers] [Waiting for headers] [Connected to packages.microsoft Hit:2 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease 0% [Waiting for headers] [Waiting for headers] [Connected to packages.microsoft Get:3 http://mirror.init7.net/ubuntu focal-updates InRelease [114 kB] 0% [Waiting for headers] [3 InRelease 14.2 kB/114 kB 12%] [Connected to package Get:4 https://cli.github.com/packages stable InRelease [3,743 B] Hit:5 https://baltocdn.com/helm/stable/debian all InRelease 0% [Waiting for headers] [3 InRelease 14.2 kB/114 kB 12%] [Connected to package Hit:6 https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04 InRelease 0% [Waiting for headers] [3 InRelease 20.0 kB/114 kB 18%] [Connected to package Hit:7 http://de.archive.ubuntu.com/ubuntu focal InRelease 0% [Waiting for headers] [3 InRelease 22.9 kB/114 kB 20%] [Connected to package Hit:8 https://download.docker.com/linux/ubuntu focal InRelease 0% [Waiting for headers] [3 InRelease 43.2 kB/114 kB 38%] [Connected to package Hit:9 https://storage.googleapis.com/bazel-apt stable InRelease 0% [Waiting for headers] [3 InRelease 101 kB/114 kB 89%] [Waiting for headers] Hit:10 http://ppa.launchpad.net/cwchien/gradle/ubuntu bionic InRelease 0% [Waiting for headers] [3 InRelease 101 kB/114 kB 89%] [Waiting for headers] Get:11 http://de.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB] 0% [11 InRelease 13.4 kB/114 kB 12%] [3 InRelease 101 kB/114 kB 89%] [Waiting f 0% [11 InRelease 13.4 kB/114 kB 12%] [Waiting for headers] [Connecting to ppa.l Get:12 https://packages.microsoft.com/repos/azure-cli focal InRelease [10.4 kB] 0% [11 InRelease 13.4 kB/114 kB 12%] [Waiting for headers] [12 InRelease 10.4 k 0% [11 InRelease 13.4 kB/114 kB 12%] [Waiting for headers] [Connecting to ppa.l Hit:13 https://dl.yarnpkg.com/debian stable InRelease 0% [11 InRelease 13.4 kB/114 kB 12%] [Waiting for headers] [Connecting to ppa.l Get:14 https://packages.cloud.google.com/apt cloud-sdk-bionic InRelease [6,786 B] 0% [11 InRelease 13.4 kB/114 kB 12%] [Waiting for headers] [Connecting to ppa.l Get:15 http://mirror.init7.net/ubuntu focal-backports InRelease [108 kB] 0% [11 InRelease 13.4 kB/114 kB 12%] [15 InRelease 34.5 kB/108 kB 32%] [Connect 0% [11 InRelease 13.4 kB/114 kB 12%] [Waiting for headers] [Connecting to packa Get:16 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B] 0% [11 InRelease 13.4 kB/114 kB 12%] [Waiting for headers] [Waiting for headers 0% [11 InRelease 13.4 kB/114 kB 12%] [Waiting for headers] [Waiting for headers Get:17 http://mirror.init7.net/ubuntu focal-security InRelease [114 kB] 0% [11 InRelease 40.8 kB/114 kB 36%] [17 InRelease 20.0 kB/114 kB 18%] [Waiting 0% [11 InRelease 40.8 kB/114 kB 36%] [Waiting for headers] [Connecting to packa Hit:18 http://ppa.launchpad.net/pypy/ppa/ubuntu focal InRelease 0% [11 InRelease 40.8 kB/114 kB 36%] [Connecting to ppa.launchpad.net (91.189.9 0% [11 InRelease 91.4 kB/114 kB 80%] [Waiting for headers] [Connecting to packa 0% [Waiting for headers] [Waiting for headers] [Connecting to packagecloud.io ( Get:19 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal InRelease [18.1 kB] 0% [Waiting for headers] [19 InRelease 2,572 B/18.1 kB 14%] [Connecting to pack Get:20 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 0% [20 InRelease 18.9 kB/114 kB 17%] [19 InRelease 8,364 B/18.1 kB 46%] [Connec 0% [19 InRelease 8,364 B/18.1 kB 46%] [Connecting to packagecloud.io (52.52.85. 0% [Connecting to packagecloud.io (52.52.85.114)] 0% [Connected to packagecloud.io (52.52.85.114)] 0% [Connected to packagecloud.io (52.52.85.114)] Get:21 https://cli.github.com/packages stable/main amd64 Packages [335 B] 0% [Connected to packagecloud.io (52.52.85.114)] 0% [21 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 0% [Connected to packagecloud.io (52.52.85.114)] 0% [Connected to packagecloud.io (52.52.85.114)] 0% [Connected to packagecloud.io (52.52.85.114)] 0% [Connected to packagecloud.io (52.52.85.114)] 0% [Connected to packagecloud.io (52.52.85.114)] 0% [Connected to packagecloud.io (52.52.85.114)] 0% [Waiting for headers] 0% [Waiting for headers] Get:22 http://mirror.init7.net/ubuntu focal-updates/main i386 Packages [602 kB] 0% [22 Packages 27.3 kB/602 kB 5%] [Waiting for headers] 0% [Waiting for headers] 0% [22 Packages store 0 B] [Waiting for headers] 0% [22 Packages store 0 B] [Waiting for headers] [Waiting for headers] Get:23 http://mirror.init7.net/ubuntu focal-updates/main amd64 Packages [1,573 kB] 0% [22 Packages store 0 B] [23 Packages 40.3 kB/1,573 kB 3%] [Waiting for heade Get:24 https://packages.microsoft.com/repos/azure-cli focal/main amd64 Packages [8,213 B] 0% [22 Packages store 0 B] [23 Packages 627 kB/1,573 kB 40%] [24 Packages 8,213 0% [22 Packages store 0 B] [23 Packages 627 kB/1,573 kB 40%] [Waiting for heade 0% [22 Packages store 0 B] [Waiting for headers] [Waiting for headers] Get:25 http://mirror.init7.net/ubuntu focal-updates/main Translation-en [302 kB] 0% [22 Packages store 0 B] [25 Translation-en 70.6 kB/302 kB 23%] [Waiting for 0% [22 Packages store 0 B] [25 Translation-en 302 kB/302 kB 100%] Get:27 http://mirror.init7.net/ubuntu focal-updates/main amd64 c-n-f Metadata [14.7 kB] Get:28 http://mirror.init7.net/ubuntu focal-updates/restricted amd64 Packages [801 kB] 0% [22 Packages store 0 B] [28 Packages 801 kB/801 kB 100%] Get:29 http://mirror.init7.net/ubuntu focal-updates/restricted i386 Packages [23.1 kB] 0% [22 Packages store 0 B] [29 Packages 23.1 kB/23.1 kB 100%] 0% [22 Packages store 0 B] Get:30 http://mirror.init7.net/ubuntu focal-updates/restricted Translation-en [114 kB] 0% [22 Packages store 0 B] [30 Translation-en 4,096 B/114 kB 4%] 0% [22 Packages store 0 B] [Waiting for headers] Get:31 http://mirror.init7.net/ubuntu focal-updates/restricted amd64 c-n-f Metadata [500 B] Get:32 http://mirror.init7.net/ubuntu focal-updates/universe amd64 Packages [904 kB] 0% [22 Packages store 0 B] [32 Packages 65.5 kB/904 kB 7%] 0% [22 Packages store 0 B] [Waiting for headers] Get:33 http://mirror.init7.net/ubuntu focal-updates/universe i386 Packages [667 kB] 0% [22 Packages store 0 B] [33 Packages 45.1 kB/667 kB 7%] 0% [22 Packages store 0 B] [Waiting for headers] Get:34 http://mirror.init7.net/ubuntu focal-updates/universe Translation-en [200 kB] 0% [22 Packages store 0 B] [34 Translation-en 73.7 kB/200 kB 37%] 0% [22 Packages store 0 B] [Waiting for headers] Get:35 http://mirror.init7.net/ubuntu focal-updates/universe amd64 c-n-f Metadata [20.1 kB] Get:36 http://mirror.init7.net/ubuntu focal-updates/multiverse i386 Packages [8,432 B] 0% [22 Packages store 0 B] [36 Packages 8,432 B/8,432 B 100%] Get:37 http://mirror.init7.net/ubuntu focal-updates/multiverse amd64 Packages [23.7 kB] Get:38 http://mirror.init7.net/ubuntu focal-updates/multiverse Translation-en [7,312 B] 0% [Connecting to d28dx6y1hfq314.cloudfront.net] [22 Packages store 0 B] [38 Tr Get:39 http://mirror.init7.net/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [580 B] 0% [Connecting to d28dx6y1hfq314.cloudfront.net] [22 Packages store 0 B] [39 Co 0% [Connecting to d28dx6y1hfq314.cloudfront.net] [22 Packages store 0 B] 0% [Connecting to d28dx6y1hfq314.cloudfront.net] 0% [Connecting to d28dx6y1hfq314.cloudfront.net] [24 Packages store 0 B] 0% [Connecting to d28dx6y1hfq314.cloudfront.net] 0% [Connecting to d28dx6y1hfq314.cloudfront.net] [23 Packages store 0 B] 0% [Connecting to d28dx6y1hfq314.cloudfront.net (13.32.118.176)] [23 Packages s 0% [Waiting for headers] [23 Packages store 0 B] Get:40 https://packages.cloud.google.com/apt cloud-sdk-bionic/main amd64 Packages [239 kB] 0% [Waiting for headers] [23 Packages store 0 B] [40 Packages 3,488 B/239 kB 1% 0% [Waiting for headers] [23 Packages store 0 B] 0% [Waiting for headers] [23 Packages store 0 B] [Waiting for headers] Get:41 https://packages.cloud.google.com/apt cloud-sdk-bionic/main i386 Packages [190 kB] 0% [Waiting for headers] [23 Packages store 0 B] [Waiting for headers] [41 Pack 0% [Waiting for headers] [23 Packages store 0 B] [Waiting for headers] Get:42 http://mirror.init7.net/ubuntu focal-backports/universe i386 Packages [11.7 kB] 0% [Waiting for headers] [23 Packages store 0 B] [42 Packages 2,640 B/11.7 kB 2 0% [Waiting for headers] [23 Packages store 0 B] 0% [Waiting for headers] [Waiting for headers] 0% [Waiting for headers] [25 Translation-en store 0 B] [Waiting for headers] Get:43 http://mirror.init7.net/ubuntu focal-backports/universe amd64 Packages [21.6 kB] 0% [Waiting for headers] [25 Translation-en store 0 B] [43 Packages 21.1 kB/21. 0% [Waiting for headers] [25 Translation-en store 0 B] [Waiting for headers] Get:44 http://mirror.init7.net/ubuntu focal-backports/universe Translation-en [15.0 kB] Get:45 http://mirror.init7.net/ubuntu focal-backports/universe amd64 c-n-f Metadata [716 B] 0% [Waiting for headers] [25 Translation-en store 0 B] [45 Commands-amd64 716 B 0% [Waiting for headers] [25 Translation-en store 0 B] 0% [Waiting for headers] [25 Translation-en store 0 B] 0% [Waiting for headers] [Waiting for headers] 0% [Waiting for headers] [27 Commands-amd64 store 0 B] [Waiting for headers] 0% [Waiting for headers] [Waiting for headers] 0% [Waiting for headers] [28 Packages store 0 B] [Waiting for headers] Get:46 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,093 B] 0% [Waiting for headers] [28 Packages store 0 B] [46 Packages 1,093 B/1,093 B 1 0% [Waiting for headers] [28 Packages store 0 B] 0% [Waiting for headers] [28 Packages store 0 B] 0% [Waiting for headers] [Waiting for headers] 0% [Waiting for headers] [29 Packages store 0 B] [Waiting for headers] 0% [Waiting for headers] [Waiting for headers] 0% [Waiting for headers] [30 Translation-en store 0 B] [Waiting for headers] 0% [Waiting for headers] [Waiting for headers] 0% [Waiting for headers] [31 Commands-amd64 store 0 B] [Waiting for headers] 0% [Waiting for headers] [Waiting for headers] 0% [Waiting for headers] [32 Packages store 0 B] [Waiting for headers] 0% [Waiting for headers] [32 Packages store 0 B] [Waiting for headers] 0% [Waiting for headers] [32 Packages store 0 B] [Waiting for headers] 0% [Waiting for headers] [Waiting for headers] [Waiting for headers] 0% [Waiting for headers] [33 Packages store 0 B] [Waiting for headers] [Waiting Get:47 http://de.archive.ubuntu.com/ubuntu focal-security/main i386 Packages [376 kB] 0% [Waiting for headers] [33 Packages store 0 B] [47 Packages 13.4 kB/376 kB 4% 0% [Waiting for headers] [33 Packages store 0 B] [47 Packages 95.5 kB/376 kB 25 Get:48 http://mirror.init7.net/ubuntu focal-security/main i386 Packages [376 kB] 0% [Waiting for headers] [33 Packages store 0 B] [47 Packages 95.5 kB/376 kB 25 0% [Waiting for headers] [33 Packages store 0 B] [47 Packages 95.5 kB/376 kB 25 0% [Waiting for headers] [47 Packages 205 kB/376 kB 54%] [Waiting for headers] 0% [Waiting for headers] [34 Translation-en store 0 B] [47 Packages 205 kB/376 Get:49 http://mirror.init7.net/ubuntu focal-security/main amd64 Packages [1,238 kB] 0% [Waiting for headers] [34 Translation-en store 0 B] [49 Packages 113 kB/1,23 0% [Waiting for headers] [Waiting for headers] [49 Packages 789 kB/1,238 kB 64% 0% [Waiting for headers] [35 Commands-amd64 store 0 B] [Waiting for headers] [4 Get:50 http://de.archive.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,239 kB] 0% [Waiting for headers] [35 Commands-amd64 store 0 B] [50 Packages 10.7 kB/1,2 0% [Waiting for headers] [50 Packages 109 kB/1,239 kB 9%] [49 Packages 802 kB/1 0% [Waiting for headers] [36 Packages store 0 B] [50 Packages 171 kB/1,239 kB 1 0% [Waiting for headers] [50 Packages 238 kB/1,239 kB 19%] [49 Packages 802 kB/ 0% [Waiting for headers] [37 Packages store 0 B] [50 Packages 297 kB/1,239 kB 2 0% [Waiting for headers] [37 Packages store 0 B] [50 Packages 368 kB/1,239 kB 3 Get:51 http://mirror.init7.net/ubuntu focal-security/main Translation-en [217 kB] 0% [Waiting for headers] [37 Packages store 0 B] [50 Packages 368 kB/1,239 kB 3 0% [Waiting for headers] [37 Packages store 0 B] [50 Packages 368 kB/1,239 kB 3 Get:52 http://mirror.init7.net/ubuntu focal-security/main amd64 c-n-f Metadata [9,564 B] Get:53 http://mirror.init7.net/ubuntu focal-security/restricted i386 Packages [21.7 kB] 0% [Waiting for headers] [37 Packages store 0 B] [50 Packages 368 kB/1,239 kB 3 Get:54 http://mirror.init7.net/ubuntu focal-security/restricted amd64 Packages [748 kB] 0% [Waiting for headers] [37 Packages store 0 B] [50 Packages 368 kB/1,239 kB 3 Get:55 http://mirror.init7.net/ubuntu focal-security/restricted Translation-en [107 kB] Get:56 http://mirror.init7.net/ubuntu focal-security/restricted amd64 c-n-f Metadata [504 B] Get:57 http://mirror.init7.net/ubuntu focal-security/universe amd64 Packages [678 kB] 0% [Waiting for headers] [37 Packages store 149 kB] [50 Packages 368 kB/1,239 k 0% [Waiting for headers] [50 Packages 368 kB/1,239 kB 30%] [57 Packages 197 kB/ 0% [Waiting for headers] [38 Translation-en store 0 B] [50 Packages 368 kB/1,23 0% [Waiting for headers] [50 Packages 368 kB/1,239 kB 30%] [57 Packages 262 kB/ 0% [Waiting for headers] [39 Commands-amd64 store 0 B] [50 Packages 368 kB/1,23 0% [Waiting for headers] [50 Packages 368 kB/1,239 kB 30%] [57 Packages 262 kB/ 0% [Waiting for headers] [40 Packages store 0 B] [50 Packages 368 kB/1,239 kB 3 0% [Waiting for headers] [40 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB Get:58 http://mirror.init7.net/ubuntu focal-security/universe i386 Packages [533 kB] 0% [Waiting for headers] [40 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB 0% [Waiting for headers] [40 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB Get:59 http://mirror.init7.net/ubuntu focal-security/universe Translation-en [116 kB] 0% [Waiting for headers] [40 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB 0% [Waiting for headers] [40 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB Get:60 http://mirror.init7.net/ubuntu focal-security/universe amd64 c-n-f Metadata [13.1 kB] 0% [Waiting for headers] [40 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB 0% [Waiting for headers] [40 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB Get:61 http://mirror.init7.net/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 0% [Waiting for headers] [40 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB 0% [Waiting for headers] [50 Packages 1,109 kB/1,239 kB 90%] [61 Packages 20.7 0% [Waiting for headers] [41 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB 0% [Waiting for headers] [41 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB Get:62 http://mirror.init7.net/ubuntu focal-security/multiverse i386 Packages [7,180 B] 0% [Waiting for headers] [41 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB 0% [Waiting for headers] [41 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB Get:63 http://mirror.init7.net/ubuntu focal-security/multiverse Translation-en [5,196 B] 0% [Waiting for headers] [41 Packages store 0 B] [50 Packages 1,109 kB/1,239 kB Get:64 http://de.archive.ubuntu.com/ubuntu focal-security/main Translation-en [217 kB] 0% [Waiting for headers] [41 Packages store 0 B] [64 Translation-en 96.0 kB/217 0% [Waiting for headers] [41 Packages store 0 B] [63 Translation-en 4,662 B/5,1 Get:65 http://de.archive.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9,564 B] 0% [Waiting for headers] [41 Packages store 0 B] [65 Commands-amd64 0 B/9,564 B 0% [Waiting for headers] [41 Packages store 0 B] [63 Translation-en 4,662 B/5,1 Get:66 http://de.archive.ubuntu.com/ubuntu focal-security/restricted i386 Packages [21.7 kB] 0% [Waiting for headers] [41 Packages store 0 B] [66 Packages 0 B/21.7 kB 0%] [ 0% [Waiting for headers] [41 Packages store 0 B] [63 Translation-en 4,662 B/5,1 Get:67 http://de.archive.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [748 kB] 0% [Waiting for headers] [41 Packages store 0 B] [67 Packages 0 B/748 kB 0%] [6 0% [Waiting for headers] [67 Packages 393 kB/748 kB 53%] [63 Translation-en 4,6 0% [Waiting for headers] [42 Packages store 0 B] [67 Packages 393 kB/748 kB 53% 0% [Waiting for headers] [42 Packages store 0 B] [67 Packages 393 kB/748 kB 53% 0% [Waiting for headers] [67 Packages 524 kB/748 kB 70%] [Waiting for headers] 0% [Waiting for headers] [43 Packages store 0 B] [67 Packages 524 kB/748 kB 70% Get:68 http://mirror.init7.net/ubuntu focal-security/multiverse amd64 c-n-f Metadata [500 B] 0% [Waiting for headers] [43 Packages store 0 B] [67 Packages 524 kB/748 kB 70% 0% [Waiting for headers] [43 Packages store 0 B] [67 Packages 524 kB/748 kB 70% 0% [Waiting for headers] [67 Packages 748 kB/748 kB 100%] [Waiting for headers] 0% [Waiting for headers] [44 Translation-en store 0 B] [Waiting for headers] Get:69 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main i386 Packages [11.6 kB] 0% [Waiting for headers] [44 Translation-en store 0 B] [69 Packages 2,670 B/11. Get:70 http://de.archive.ubuntu.com/ubuntu focal-security/restricted Translation-en [107 kB] 0% [Waiting for headers] [44 Translation-en store 0 B] [70 Translation-en 0 B/1 0% [Waiting for headers] [70 Translation-en 42.6 kB/107 kB 40%] [69 Packages 2, 0% [Waiting for headers] [45 Commands-amd64 store 0 B] [70 Translation-en 42.6 0% [Waiting for headers] [70 Translation-en 65.5 kB/107 kB 61%] [69 Packages 2, 0% [Waiting for headers] [46 Packages store 0 B] [70 Translation-en 65.5 kB/107 0% [Waiting for headers] [70 Translation-en 65.5 kB/107 kB 61%] [69 Packages 2, 0% [Waiting for headers] [48 Packages store 0 B] [70 Translation-en 65.5 kB/107 0% [Waiting for headers] [48 Packages store 0 B] [69 Packages 2,670 B/11.6 kB 2 Get:71 http://de.archive.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [504 B] 0% [Waiting for headers] [48 Packages store 0 B] [71 Commands-amd64 0 B/504 B 0 0% [Waiting for headers] [48 Packages store 0 B] [69 Packages 5,566 B/11.6 kB 4 Get:72 http://de.archive.ubuntu.com/ubuntu focal-security/universe i386 Packages [533 kB] 0% [Waiting for headers] [48 Packages store 0 B] [72 Packages 0 B/533 kB 0%] [6 0% [Waiting for headers] [48 Packages store 0 B] [72 Packages 225 kB/533 kB 42% 0% [Waiting for headers] [48 Packages store 0 B] [Connecting to ppa.launchpad.n Get:73 http://de.archive.ubuntu.com/ubuntu focal-security/universe amd64 Packages [678 kB] 0% [Waiting for headers] [48 Packages store 0 B] [73 Packages 0 B/678 kB 0%] [C 0% [Waiting for headers] [48 Packages store 0 B] [Connecting to ppa.launchpad.n Get:74 http://de.archive.ubuntu.com/ubuntu focal-security/universe Translation-en [116 kB] 0% [Waiting for headers] [48 Packages store 0 B] [74 Translation-en 0 B/116 kB 0% [Waiting for headers] [48 Packages store 0 B] [Connecting to ppa.launchpad.n Get:75 http://de.archive.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [13.1 kB] 0% [Waiting for headers] [48 Packages store 0 B] [75 Commands-amd64 0 B/13.1 kB 0% [Waiting for headers] [48 Packages store 0 B] [Waiting for headers] Get:76 http://de.archive.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,180 B] 0% [Waiting for headers] [48 Packages store 0 B] [76 Packages 0 B/7,180 B 0%] [ 0% [Waiting for headers] [48 Packages store 0 B] [Waiting for headers] Get:77 http://de.archive.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 0% [Waiting for headers] [48 Packages store 0 B] [77 Packages 0 B/20.7 kB 0%] [ 0% [Waiting for headers] [48 Packages store 0 B] [Waiting for headers] Get:78 http://de.archive.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,196 B] 0% [Waiting for headers] [48 Packages store 0 B] [78 Translation-en 0 B/5,196 B 0% [Waiting for headers] [48 Packages store 0 B] [Waiting for headers] Get:79 http://de.archive.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [500 B] 0% [Waiting for headers] [48 Packages store 0 B] [79 Commands-amd64 0 B/500 B 0 0% [Waiting for headers] [48 Packages store 0 B] [Waiting for headers] Get:80 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,573 kB] 0% [Waiting for headers] [48 Packages store 0 B] [80 Packages 0 B/1,573 kB 0%] 0% [Waiting for headers] [80 Packages 131 kB/1,573 kB 8%] [Waiting for headers] 0% [Waiting for headers] [47 Packages store 0 B] [80 Packages 131 kB/1,573 kB 8 0% [Waiting for headers] [47 Packages store 0 B] [Waiting for headers] Get:81 http://de.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [602 kB] 0% [Waiting for headers] [47 Packages store 0 B] [81 Packages 0 B/602 kB 0%] [W Get:82 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 Packages [22.4 kB] 0% [Waiting for headers] [47 Packages store 0 B] [81 Packages 233 kB/602 kB 39% 0% [Waiting for headers] [47 Packages store 0 B] [82 Packages 5,566 B/22.4 kB 2 Get:83 http://de.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [302 kB] 0% [Waiting for headers] [47 Packages store 0 B] [83 Translation-en 0 B/302 kB 0% [Waiting for headers] [47 Packages store 0 B] [82 Packages 14.3 kB/22.4 kB 6 Get:84 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.7 kB] 0% [Waiting for headers] [47 Packages store 0 B] [84 Commands-amd64 0 B/14.7 kB 0% [Waiting for headers] [47 Packages store 0 B] [82 Packages 14.3 kB/22.4 kB 6 Get:85 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [801 kB] 0% [Waiting for headers] [47 Packages store 0 B] [85 Packages 0 B/801 kB 0%] [8 0% [Waiting for headers] [47 Packages store 0 B] [82 Packages 17.1 kB/22.4 kB 7 Get:86 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [23.1 kB] 0% [Waiting for headers] [47 Packages store 0 B] [86 Packages 0 B/23.1 kB 0%] [ 0% [Waiting for headers] [47 Packages store 0 B] [82 Packages 17.1 kB/22.4 kB 7 Get:87 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [114 kB] 0% [Waiting for headers] [47 Packages store 0 B] [87 Translation-en 0 B/114 kB 0% [Waiting for headers] [47 Packages store 0 B] [82 Packages 20.0 kB/22.4 kB 8 Get:88 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [500 B] 0% [Waiting for headers] [47 Packages store 0 B] [88 Commands-amd64 0 B/500 B 0 0% [Waiting for headers] [47 Packages store 0 B] [82 Packages 20.0 kB/22.4 kB 8 Get:89 http://de.archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [667 kB] 0% [Waiting for headers] [47 Packages store 0 B] [89 Packages 0 B/667 kB 0%] [8 0% [Waiting for headers] [47 Packages store 0 B] [89 Packages 42.9 kB/667 kB 6% 0% [Waiting for headers] [89 Packages 667 kB/667 kB 100%] 0% [Waiting for headers] [49 Packages store 0 B] [89 Packages 667 kB/667 kB 100 0% [Waiting for headers] [49 Packages store 0 B] Get:90 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [904 kB] 0% [Waiting for headers] [49 Packages store 0 B] [90 Packages 0 B/904 kB 0%] 0% [Waiting for headers] [49 Packages store 0 B] Get:91 http://de.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [200 kB] 0% [Waiting for headers] [49 Packages store 0 B] [91 Translation-en 0 B/200 kB 0% [Waiting for headers] [49 Packages store 0 B] Get:92 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [20.1 kB] 0% [Waiting for headers] [49 Packages store 0 B] [92 Commands-amd64 0 B/20.1 kB 0% [Waiting for headers] [49 Packages store 0 B] Get:93 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,432 B] 0% [Waiting for headers] [49 Packages store 0 B] [93 Packages 0 B/8,432 B 0%] 0% [Waiting for headers] [49 Packages store 0 B] Get:94 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.7 kB] 0% [Waiting for headers] [49 Packages store 0 B] [94 Packages 0 B/23.7 kB 0%] 0% [Waiting for headers] [49 Packages store 0 B] Get:95 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,312 B] 0% [Waiting for headers] [49 Packages store 0 B] [95 Translation-en 0 B/7,312 B 0% [Waiting for headers] [49 Packages store 0 B] Get:26 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [24.4 kB] 0% [26 InRelease 8,604 B/24.4 kB 35%] [49 Packages store 0 B] [Waiting for head Get:96 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [580 B] 0% [26 InRelease 8,604 B/24.4 kB 35%] [49 Packages store 0 B] [96 Commands-amd6 0% [26 InRelease 8,604 B/24.4 kB 35%] [49 Packages store 0 B] 0% [26 InRelease 8,604 B/24.4 kB 35%] 0% [26 InRelease 8,604 B/24.4 kB 35%] [51 Translation-en store 0 B] 0% [26 InRelease 8,604 B/24.4 kB 35%] 0% [26 InRelease 8,604 B/24.4 kB 35%] [52 Commands-amd64 store 0 B] 0% [26 InRelease 8,604 B/24.4 kB 35%] 0% [26 InRelease 8,604 B/24.4 kB 35%] [53 Packages store 0 B] 0% [26 InRelease 8,604 B/24.4 kB 35%] 0% [26 InRelease 8,604 B/24.4 kB 35%] [54 Packages store 0 B] 0% [54 Packages store 0 B] 97% [54 Packages store 0 B] 97% [Connecting to packagecloud.io (52.52.85.114)] 97% [55 Translation-en store 0 B] [Connecting to packagecloud.io (52.52.85.114) 97% [Connecting to packagecloud.io (52.52.85.114)] 97% [56 Commands-amd64 store 0 B] [Connecting to packagecloud.io (52.52.85.114) 98% [Connecting to packagecloud.io (52.52.85.114)] 98% [57 Packages store 0 B] [Connecting to packagecloud.io (52.52.85.114)] 98% [Connecting to packagecloud.io (52.52.85.114)] 98% [58 Packages store 0 B] [Connecting to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [59 Translation-en store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [60 Commands-amd64 store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [61 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [62 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [50 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [64 Translation-en store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [65 Commands-amd64 store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [66 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [63 Translation-en store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [68 Commands-amd64 store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [67 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [70 Translation-en store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [71 Commands-amd64 store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [69 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 98% [Connected to packagecloud.io (52.52.85.114)] 98% [72 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 99% [Waiting for headers] 99% [73 Packages store 0 B] [Waiting for headers] 99% [Waiting for headers] 99% [74 Translation-en store 0 B] [Waiting for headers] 99% [Waiting for headers] 99% [75 Commands-amd64 store 0 B] [Waiting for headers] 99% [Waiting for headers] 99% [76 Packages store 0 B] [Waiting for headers] 99% [Waiting for headers] 99% [77 Packages store 0 B] [Waiting for headers] 99% [Waiting for headers] 99% [78 Translation-en store 0 B] [Waiting for headers] 99% [Waiting for headers] 99% [79 Commands-amd64 store 0 B] [Waiting for headers] 99% [Waiting for headers] 99% [80 Packages store 0 B] [Waiting for headers] 99% [80 Packages store 0 B] 99% [Waiting for headers] [Connecting to packagecloud.io (52.52.85.114)] 99% [Waiting for headers] [81 Packages store 0 B] [Connecting to packagecloud.i 99% [Waiting for headers] [Connecting to packagecloud.io (52.52.85.114)] 99% [Waiting for headers] [83 Translation-en store 0 B] [Connecting to packagec 99% [Waiting for headers] [Connecting to packagecloud.io (52.52.85.114)] 99% [Waiting for headers] [84 Commands-amd64 store 0 B] [Connecting to packagec 99% [Waiting for headers] [Connecting to packagecloud.io (52.52.85.114)] 99% [Waiting for headers] [85 Packages store 0 B] [Connecting to packagecloud.i Get:97 https://packagecloud.io/github/git-lfs/ubuntu focal/main i386 Packages [2,424 B] 99% [85 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 99% [Connected to packagecloud.io (52.52.85.114)] 99% [86 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 99% [Connected to packagecloud.io (52.52.85.114)] 99% [87 Translation-en store 0 B] [Connected to packagecloud.io (52.52.85.114)] 99% [Connected to packagecloud.io (52.52.85.114)] 99% [88 Commands-amd64 store 0 B] [Connected to packagecloud.io (52.52.85.114)] 99% [Connected to packagecloud.io (52.52.85.114)] 99% [82 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 99% [Connected to packagecloud.io (52.52.85.114)] 99% [89 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 99% [Connected to packagecloud.io (52.52.85.114)] 99% [90 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 100% [Connected to packagecloud.io (52.52.85.114)] 100% [91 Translation-en store 0 B] [Connected to packagecloud.io (52.52.85.114) 100% [Connected to packagecloud.io (52.52.85.114)] 100% [92 Commands-amd64 store 0 B] [Connected to packagecloud.io (52.52.85.114) 100% [Connected to packagecloud.io (52.52.85.114)] 100% [93 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 100% [Connected to packagecloud.io (52.52.85.114)] 100% [94 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 100% [Connected to packagecloud.io (52.52.85.114)] 100% [95 Translation-en store 0 B] [Connected to packagecloud.io (52.52.85.114) 100% [Connected to packagecloud.io (52.52.85.114)] 100% [96 Commands-amd64 store 0 B] [Connected to packagecloud.io (52.52.85.114) 100% [Connected to packagecloud.io (52.52.85.114)] 100% [97 Packages store 0 B] [Connected to packagecloud.io (52.52.85.114)] 100% [Connected to packagecloud.io (52.52.85.114)] 100% [Working] 100% [Waiting for headers] Get:98 https://packagecloud.io/github/git-lfs/ubuntu focal/main amd64 Packages [2,452 B] 100% [Working] 100% [98 Packages store 0 B] 100% [Working] Fetched 19.9 MB in 4s (5,306 kB/s) Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 1% Reading package lists... 1% Reading package lists... 2% Reading package lists... 2% Reading package lists... 3% Reading package lists... 3% Reading package lists... 3% Reading package lists... 3% Reading package lists... 3% Reading package lists... 3% Reading package lists... 3% Reading package lists... 3% Reading package lists... 17% Reading package lists... 17% Reading package lists... 24% Reading package lists... 24% Reading package lists... 31% Reading package lists... 31% Reading package lists... 31% Reading package lists... 31% Reading package lists... 31% Reading package lists... 31% Reading package lists... 32% Reading package lists... 32% Reading package lists... 33% Reading package lists... 33% Reading package lists... 34% Reading package lists... 34% Reading package lists... 35% Reading package lists... 35% Reading package lists... 36% Reading package lists... 36% Reading package lists... 36% Reading package lists... 36% Reading package lists... 37% Reading package lists... 37% Reading package lists... 38% Reading package lists... 38% Reading package lists... 39% Reading package lists... 39% Reading package lists... 39% Reading package lists... 39% Reading package lists... 39% Reading package lists... 39% Reading package lists... 39% Reading package lists... 39% Reading package lists... 39% Reading package lists... 39% Reading package lists... 41% Reading package lists... 41% Reading package lists... 42% Reading package lists... 42% Reading package lists... 44% Reading package lists... 44% Reading package lists... 45% Reading package lists... 45% Reading package lists... 45% Reading package lists... 45% Reading package lists... 46% Reading package lists... 46% Reading package lists... 47% Reading package lists... 47% Reading package lists... 48% Reading package lists... 48% Reading package lists... 49% Reading package lists... 49% Reading package lists... 49% Reading package lists... 49% Reading package lists... 49% Reading package lists... 49% Reading package lists... 49% Reading package lists... 49% Reading package lists... 50% Reading package lists... 50% Reading package lists... 51% Reading package lists... 51% Reading package lists... 52% Reading package lists... 52% Reading package lists... 52% Reading package lists... 52% Reading package lists... 52% Reading package lists... 52% Reading package lists... 52% Reading package lists... 52% Reading package lists... 61% Reading package lists... 66% Reading package lists... 66% Reading package lists... 73% Reading package lists... 73% Reading package lists... 80% Reading package lists... 80% Reading package lists... 80% Reading package lists... 80% Reading package lists... 81% Reading package lists... 81% Reading package lists... 81% Reading package lists... 81% Reading package lists... 83% Reading package lists... 83% Reading package lists... 84% Reading package lists... 84% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 87% Reading package lists... 87% Reading package lists... 88% Reading package lists... 88% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 90% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 94% Reading package lists... 94% Reading package lists... 95% Reading package lists... 95% Reading package lists... 95% Reading package lists... 95% Reading package lists... 96% Reading package lists... 96% Reading package lists... 97% Reading package lists... 97% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 98% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done sudo apt-get install -y --no-install-recommends qemu-system-x86 clang-9 llvm-9 Reading package lists... 0% Reading package lists... 100% Reading package lists... Done Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree Reading state information... 0% Reading state information... 0% Reading state information... Done qemu-system-x86 is already the newest version (1:4.2-3ubuntu6.19). qemu-system-x86 set to manually installed. The following packages were automatically installed and are no longer required: dh-strip-nondeterminism dwz intltool-debian libarchive-cpio-perl libarchive-zip-perl libdebhelper-perl libfile-stripnondeterminism-perl libmail-sendmail-perl libsub-override-perl libsys-hostname-long-perl po-debconf Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: libclang-common-9-dev libclang-cpp9 libllvm9 llvm-9-runtime Suggested packages: clang-9-doc llvm-9-doc Recommended packages: llvm-9-dev libomp-9-dev The following NEW packages will be installed: clang-9 libclang-common-9-dev libclang-cpp9 libllvm9 llvm-9 llvm-9-runtime 0 upgraded, 6 newly installed, 0 to remove and 117 not upgraded. Need to get 33.0 MB of archives. After this operation, 176 MB of additional disk space will be used. 0% [Working] Get:1 http://de.archive.ubuntu.com/ubuntu focal/main amd64 libllvm9 amd64 1:9.0.1-12 [14.8 MB] 0% [1 libllvm9 13.4 kB/14.8 MB 0%] 39% [Working] Get:2 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp9 amd64 1:9.0.1-12 [8,341 kB] 39% [2 libclang-cpp9 28.5 kB/8,341 kB 0%] 63% [Waiting for headers] Get:3 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-9-dev amd64 1:9.0.1-12 [3,687 kB] 63% [3 libclang-common-9-dev 39.8 kB/3,687 kB 1%] 75% [Waiting for headers] Get:4 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 clang-9 amd64 1:9.0.1-12 [1,122 kB] 75% [4 clang-9 22.6 kB/1,122 kB 2%] 81% [Working] Get:5 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-9-runtime amd64 1:9.0.1-12 [178 kB] 81% [5 llvm-9-runtime 13.9 kB/178 kB 8%] 85% [Waiting for headers] Get:6 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-9 amd64 1:9.0.1-12 [4,816 kB] 85% [6 llvm-9 26.1 kB/4,816 kB 1%] 100% [Working] Fetched 33.0 MB in 1s (39.7 MB/s) Selecting previously unselected package libllvm9:amd64. (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 ... 220337 files and directories currently installed.) Preparing to unpack .../0-libllvm9_1%3a9.0.1-12_amd64.deb ... Unpacking libllvm9:amd64 (1:9.0.1-12) ... Selecting previously unselected package libclang-cpp9. Preparing to unpack .../1-libclang-cpp9_1%3a9.0.1-12_amd64.deb ... Unpacking libclang-cpp9 (1:9.0.1-12) ... Selecting previously unselected package libclang-common-9-dev. Preparing to unpack .../2-libclang-common-9-dev_1%3a9.0.1-12_amd64.deb ... Unpacking libclang-common-9-dev (1:9.0.1-12) ... Selecting previously unselected package clang-9. Preparing to unpack .../3-clang-9_1%3a9.0.1-12_amd64.deb ... Unpacking clang-9 (1:9.0.1-12) ... Selecting previously unselected package llvm-9-runtime. Preparing to unpack .../4-llvm-9-runtime_1%3a9.0.1-12_amd64.deb ... Unpacking llvm-9-runtime (1:9.0.1-12) ... Selecting previously unselected package llvm-9. Preparing to unpack .../5-llvm-9_1%3a9.0.1-12_amd64.deb ... Unpacking llvm-9 (1:9.0.1-12) ... Setting up libllvm9:amd64 (1:9.0.1-12) ... Setting up libclang-cpp9 (1:9.0.1-12) ... Setting up llvm-9-runtime (1:9.0.1-12) ... Setting up libclang-common-9-dev (1:9.0.1-12) ... Setting up clang-9 (1:9.0.1-12) ... Setting up llvm-9 (1:9.0.1-12) ... Processing triggers for libc-bin (2.31-0ubuntu9) ... sudo dmesg -C ( export GOOS=darwin; go build ./... && for p in $(go list ./...) ; do go test -c $p || exit ; done ) ? github.com/cilium/ebpf/internal/cmd/gentypes [no test files] ? github.com/cilium/ebpf/internal/testutils [no test files] ? github.com/cilium/ebpf/internal/unix [no test files] ( export GOARCH=arm GOARM=6; go build ./... && for p in $(go list ./...) ; do go test -c $p || exit ; done ) ? github.com/cilium/ebpf/internal/cmd/gentypes [no test files] ? github.com/cilium/ebpf/internal/testutils [no test files] ? github.com/cilium/ebpf/internal/unix [no test files] ( export GOARCH=arm64; go build ./... && for p in $(go list ./...) ; do go test -c $p || exit ; done ) ? github.com/cilium/ebpf/internal/cmd/gentypes [no test files] ? github.com/cilium/ebpf/internal/testutils [no test files] ? github.com/cilium/ebpf/internal/unix [no test files] make clean rm -f testdata/*.elf rm -f internal/btf/testdata/*.elf make container-all make: command: Command not found make: command: Command not found docker run --rm --user "1001:1001" \ -v "/home/semaphore/ebpf":/ebpf -w /ebpf --env MAKEFLAGS \ --env CFLAGS="-fdebug-prefix-map=/ebpf=." \ --env HOME="/tmp" \ "quay.io/cilium/ebpf-builder:1637058444" \ make all Unable to find image 'quay.io/cilium/ebpf-builder:1637058444' locally 1637058444: Pulling from cilium/ebpf-builder  07471e81507f: Pulling fs layer   c6cef1aa2170: Pulling fs layer   13a51f13be8e: Pulling fs layer   def39d67a1a7: Pulling fs layer   e04882e62cc4: Pulling fs layer   8a8ce676462b: Pulling fs layer   2d2faf5b0902: Pulling fs layer   b3b72b82d71a: Pulling fs layer   4e3d3f127614: Pulling fs layer   69c14940496d: Pulling fs layer   d360bb29d30d: Pulling fs layer  def39d67a1a7: Waiting  e04882e62cc4: Waiting  8a8ce676462b: Waiting  69c14940496d: Waiting  d360bb29d30d: Waiting  2d2faf5b0902: Waiting  b3b72b82d71a: Waiting  c6cef1aa2170: Downloading 80.76kB/7.834MB  13a51f13be8e: Downloading 114kB/9.997MB  07471e81507f: Downloading 506.7kB/50.44MB  c6cef1aa2170: Downloading 2.214MB/7.834MB  13a51f13be8e: Downloading 4.107MB/9.997MB  07471e81507f: Downloading 3.569MB/50.44MB  c6cef1aa2170: Downloading 5.363MB/7.834MB  13a51f13be8e: Downloading 9.389MB/9.997MB  13a51f13be8e: Verifying Checksum  13a51f13be8e: Download complete  07471e81507f: Downloading 9.71MB/50.44MB  c6cef1aa2170: Verifying Checksum  c6cef1aa2170: Download complete  07471e81507f: Downloading 19.97MB/50.44MB  07471e81507f: Downloading 31.73MB/50.44MB  07471e81507f: Downloading 43.51MB/50.44MB  07471e81507f: Verifying Checksum  07471e81507f: Download complete  07471e81507f: Extracting 524.3kB/50.44MB  07471e81507f: Extracting 5.767MB/50.44MB  def39d67a1a7: Downloading 521.6kB/51.84MB  07471e81507f: Extracting 9.961MB/50.44MB  def39d67a1a7: Downloading 12.11MB/51.84MB  e04882e62cc4: Downloading 539.5kB/68.78MB  07471e81507f: Extracting 13.63MB/50.44MB  def39d67a1a7: Downloading 16.87MB/51.84MB  e04882e62cc4: Downloading 7.006MB/68.78MB  07471e81507f: Extracting 16.78MB/50.44MB  def39d67a1a7: Downloading 23.21MB/51.84MB  e04882e62cc4: Downloading 15.09MB/68.78MB  def39d67a1a7: Downloading 29.53MB/51.84MB  07471e81507f: Extracting 18.35MB/50.44MB  e04882e62cc4: Downloading 18.87MB/68.78MB  8a8ce676462b: Downloading 526.4kB/134.8MB  def39d67a1a7: Downloading 35.33MB/51.84MB  e04882e62cc4: Downloading 23.17MB/68.78MB  8a8ce676462b: Downloading 3.699MB/134.8MB  07471e81507f: Extracting 19.4MB/50.44MB  def39d67a1a7: Downloading 40.61MB/51.84MB  e04882e62cc4: Downloading 29.11MB/68.78MB  8a8ce676462b: Downloading 10.03MB/134.8MB  07471e81507f: Extracting 23.07MB/50.44MB  def39d67a1a7: Downloading 44.82MB/51.84MB  e04882e62cc4: Downloading 33.42MB/68.78MB  8a8ce676462b: Downloading 14.79MB/134.8MB  def39d67a1a7: Downloading 49.01MB/51.84MB  07471e81507f: Extracting 26.21MB/50.44MB  8a8ce676462b: Downloading 17.98MB/134.8MB  e04882e62cc4: Downloading 38.25MB/68.78MB  def39d67a1a7: Verifying Checksum  def39d67a1a7: Download complete  07471e81507f: Extracting 33.03MB/50.44MB  e04882e62cc4: Downloading 45.24MB/68.78MB  8a8ce676462b: Downloading 23.83MB/134.8MB  07471e81507f: Extracting 38.27MB/50.44MB  8a8ce676462b: Downloading 28.62MB/134.8MB  e04882e62cc4: Downloading 52.78MB/68.78MB  07471e81507f: Extracting 41.42MB/50.44MB  e04882e62cc4: Downloading 59.75MB/68.78MB  8a8ce676462b: Downloading 32.86MB/134.8MB  07471e81507f: Extracting 44.56MB/50.44MB  e04882e62cc4: Downloading 67.3MB/68.78MB  8a8ce676462b: Downloading 37.68MB/134.8MB  e04882e62cc4: Verifying Checksum  e04882e62cc4: Download complete  07471e81507f: Extracting 47.19MB/50.44MB  8a8ce676462b: Downloading 45.71MB/134.8MB  2d2faf5b0902: Downloading 155B/155B  2d2faf5b0902: Verifying Checksum  2d2faf5b0902: Download complete  07471e81507f: Extracting 48.76MB/50.44MB  8a8ce676462b: Downloading 56.91MB/134.8MB  8a8ce676462b: Downloading 69.17MB/134.8MB  8a8ce676462b: Downloading 79.79MB/134.8MB  07471e81507f: Extracting 49.81MB/50.44MB  b3b72b82d71a: Downloading 2.554kB/2.554kB  b3b72b82d71a: Verifying Checksum  b3b72b82d71a: Download complete  8a8ce676462b: Downloading 86.18MB/134.8MB  4e3d3f127614: Downloading 16.38kB/350.1kB  07471e81507f: Extracting 50.33MB/50.44MB  8a8ce676462b: Downloading 96.3MB/134.8MB  4e3d3f127614: Verifying Checksum  4e3d3f127614: Download complete  07471e81507f: Extracting 50.44MB/50.44MB  07471e81507f: Pull complete  c6cef1aa2170: Extracting 98.3kB/7.834MB  8a8ce676462b: Downloading 110.6MB/134.8MB  c6cef1aa2170: Extracting 786.4kB/7.834MB  8a8ce676462b: Downloading 122.3MB/134.8MB  8a8ce676462b: Verifying Checksum  8a8ce676462b: Download complete  c6cef1aa2170: Extracting 3.637MB/7.834MB  c6cef1aa2170: Extracting 7.834MB/7.834MB  69c14940496d: Downloading 289B/289B  69c14940496d: Verifying Checksum  69c14940496d: Download complete  c6cef1aa2170: Pull complete  13a51f13be8e: Extracting 131.1kB/9.997MB  d360bb29d30d: Downloading 539.5kB/227.7MB  13a51f13be8e: Extracting 3.146MB/9.997MB  d360bb29d30d: Downloading 9.575MB/227.7MB  13a51f13be8e: Extracting 9.044MB/9.997MB  13a51f13be8e: Extracting 9.997MB/9.997MB  d360bb29d30d: Downloading 22.34MB/227.7MB  13a51f13be8e: Pull complete  d360bb29d30d: Downloading 36.19MB/227.7MB  def39d67a1a7: Extracting 524.3kB/51.84MB  d360bb29d30d: Downloading 47.88MB/227.7MB  def39d67a1a7: Extracting 4.719MB/51.84MB  d360bb29d30d: Downloading 55.31MB/227.7MB  def39d67a1a7: Extracting 6.816MB/51.84MB  d360bb29d30d: Downloading 63.28MB/227.7MB  def39d67a1a7: Extracting 9.437MB/51.84MB  d360bb29d30d: Downloading 76.58MB/227.7MB  def39d67a1a7: Extracting 13.63MB/51.84MB  d360bb29d30d: Downloading 86.17MB/227.7MB  def39d67a1a7: Extracting 17.3MB/51.84MB  d360bb29d30d: Downloading 99.48MB/227.7MB  d360bb29d30d: Downloading 113.9MB/227.7MB  def39d67a1a7: Extracting 19.92MB/51.84MB  d360bb29d30d: Downloading 125MB/227.7MB  def39d67a1a7: Extracting 22.54MB/51.84MB  d360bb29d30d: Downloading 135.7MB/227.7MB  def39d67a1a7: Extracting 24.64MB/51.84MB  d360bb29d30d: Downloading 148.9MB/227.7MB  def39d67a1a7: Extracting 26.74MB/51.84MB  d360bb29d30d: Downloading 154.8MB/227.7MB  def39d67a1a7: Extracting 28.84MB/51.84MB  d360bb29d30d: Downloading 167.5MB/227.7MB  def39d67a1a7: Extracting 31.98MB/51.84MB  d360bb29d30d: Downloading 181.4MB/227.7MB  d360bb29d30d: Downloading 189.4MB/227.7MB  def39d67a1a7: Extracting 33.03MB/51.84MB  d360bb29d30d: Downloading 204.8MB/227.7MB  def39d67a1a7: Extracting 36.18MB/51.84MB  d360bb29d30d: Downloading 216.5MB/227.7MB  def39d67a1a7: Extracting 37.22MB/51.84MB  d360bb29d30d: Downloading 226MB/227.7MB  d360bb29d30d: Verifying Checksum  d360bb29d30d: Download complete  def39d67a1a7: Extracting 42.47MB/51.84MB  def39d67a1a7: Extracting 46.66MB/51.84MB  def39d67a1a7: Extracting 49.28MB/51.84MB  def39d67a1a7: Extracting 50.33MB/51.84MB  def39d67a1a7: Extracting 51.38MB/51.84MB  def39d67a1a7: Extracting 51.84MB/51.84MB  def39d67a1a7: Pull complete  e04882e62cc4: Extracting 557.1kB/68.78MB  e04882e62cc4: Extracting 6.685MB/68.78MB  e04882e62cc4: Extracting 7.799MB/68.78MB  e04882e62cc4: Extracting 8.913MB/68.78MB  e04882e62cc4: Extracting 12.26MB/68.78MB  e04882e62cc4: Extracting 20.05MB/68.78MB  e04882e62cc4: Extracting 28.97MB/68.78MB  e04882e62cc4: Extracting 33.98MB/68.78MB  e04882e62cc4: Extracting 41.78MB/68.78MB  e04882e62cc4: Extracting 49.58MB/68.78MB  e04882e62cc4: Extracting 54.59MB/68.78MB  e04882e62cc4: Extracting 58.49MB/68.78MB  e04882e62cc4: Extracting 64.62MB/68.78MB  e04882e62cc4: Extracting 68.78MB/68.78MB  e04882e62cc4: Pull complete  8a8ce676462b: Extracting 557.1kB/134.8MB  8a8ce676462b: Extracting 6.685MB/134.8MB  8a8ce676462b: Extracting 11.14MB/134.8MB  8a8ce676462b: Extracting 14.48MB/134.8MB  8a8ce676462b: Extracting 20.05MB/134.8MB  8a8ce676462b: Extracting 25.62MB/134.8MB  8a8ce676462b: Extracting 30.08MB/134.8MB  8a8ce676462b: Extracting 34.54MB/134.8MB  8a8ce676462b: Extracting 38.99MB/134.8MB  8a8ce676462b: Extracting 44.56MB/134.8MB  8a8ce676462b: Extracting 49.02MB/134.8MB  8a8ce676462b: Extracting 54.03MB/134.8MB  8a8ce676462b: Extracting 59.05MB/134.8MB  8a8ce676462b: Extracting 66.29MB/134.8MB  8a8ce676462b: Extracting 73.53MB/134.8MB  8a8ce676462b: Extracting 83.56MB/134.8MB  8a8ce676462b: Extracting 90.8MB/134.8MB  8a8ce676462b: Extracting 95.26MB/134.8MB  8a8ce676462b: Extracting 99.16MB/134.8MB  8a8ce676462b: Extracting 101.4MB/134.8MB  8a8ce676462b: Extracting 105.8MB/134.8MB  8a8ce676462b: Extracting 108.6MB/134.8MB  8a8ce676462b: Extracting 117MB/134.8MB  8a8ce676462b: Extracting 118.7MB/134.8MB  8a8ce676462b: Extracting 119.8MB/134.8MB  8a8ce676462b: Extracting 121.4MB/134.8MB  8a8ce676462b: Extracting 123.1MB/134.8MB  8a8ce676462b: Extracting 125.3MB/134.8MB  8a8ce676462b: Extracting 127.6MB/134.8MB  8a8ce676462b: Extracting 129.8MB/134.8MB  8a8ce676462b: Extracting 131.5MB/134.8MB  8a8ce676462b: Extracting 133.7MB/134.8MB  8a8ce676462b: Extracting 134.8MB/134.8MB  8a8ce676462b: Pull complete  2d2faf5b0902: Extracting 155B/155B  2d2faf5b0902: Extracting 155B/155B  2d2faf5b0902: Pull complete  b3b72b82d71a: Extracting 2.554kB/2.554kB  b3b72b82d71a: Extracting 2.554kB/2.554kB  b3b72b82d71a: Pull complete  4e3d3f127614: Extracting 32.77kB/350.1kB  4e3d3f127614: Extracting 350.1kB/350.1kB  4e3d3f127614: Extracting 350.1kB/350.1kB  4e3d3f127614: Pull complete  69c14940496d: Extracting 289B/289B  69c14940496d: Extracting 289B/289B  69c14940496d: Pull complete  d360bb29d30d: Extracting 557.1kB/227.7MB  d360bb29d30d: Extracting 5.014MB/227.7MB  d360bb29d30d: Extracting 11.7MB/227.7MB  d360bb29d30d: Extracting 17.83MB/227.7MB  d360bb29d30d: Extracting 21.17MB/227.7MB  d360bb29d30d: Extracting 23.4MB/227.7MB  d360bb29d30d: Extracting 25.62MB/227.7MB  d360bb29d30d: Extracting 30.08MB/227.7MB  d360bb29d30d: Extracting 33.42MB/227.7MB  d360bb29d30d: Extracting 36.21MB/227.7MB  d360bb29d30d: Extracting 40.67MB/227.7MB  d360bb29d30d: Extracting 46.79MB/227.7MB  d360bb29d30d: Extracting 52.36MB/227.7MB  d360bb29d30d: Extracting 54.03MB/227.7MB  d360bb29d30d: Extracting 59.05MB/227.7MB  d360bb29d30d: Extracting 65.18MB/227.7MB  d360bb29d30d: Extracting 71.3MB/227.7MB  d360bb29d30d: Extracting 74.65MB/227.7MB  d360bb29d30d: Extracting 79.1MB/227.7MB  d360bb29d30d: Extracting 83MB/227.7MB  d360bb29d30d: Extracting 89.13MB/227.7MB  d360bb29d30d: Extracting 93.03MB/227.7MB  d360bb29d30d: Extracting 97.48MB/227.7MB  d360bb29d30d: Extracting 101.4MB/227.7MB  d360bb29d30d: Extracting 106.4MB/227.7MB  d360bb29d30d: Extracting 114.8MB/227.7MB  d360bb29d30d: Extracting 119.2MB/227.7MB  d360bb29d30d: Extracting 121.4MB/227.7MB  d360bb29d30d: Extracting 123.7MB/227.7MB  d360bb29d30d: Extracting 127MB/227.7MB  d360bb29d30d: Extracting 130.9MB/227.7MB  d360bb29d30d: Extracting 134.3MB/227.7MB  d360bb29d30d: Extracting 139.8MB/227.7MB  d360bb29d30d: Extracting 147.1MB/227.7MB  d360bb29d30d: Extracting 152.6MB/227.7MB  d360bb29d30d: Extracting 155.4MB/227.7MB  d360bb29d30d: Extracting 158.8MB/227.7MB  d360bb29d30d: Extracting 167.1MB/227.7MB  d360bb29d30d: Extracting 172.7MB/227.7MB  d360bb29d30d: Extracting 175.5MB/227.7MB  d360bb29d30d: Extracting 177.1MB/227.7MB  d360bb29d30d: Extracting 183.8MB/227.7MB  d360bb29d30d: Extracting 190MB/227.7MB  d360bb29d30d: Extracting 196.1MB/227.7MB  d360bb29d30d: Extracting 203.3MB/227.7MB  d360bb29d30d: Extracting 210MB/227.7MB  d360bb29d30d: Extracting 215.6MB/227.7MB  d360bb29d30d: Extracting 220MB/227.7MB  d360bb29d30d: Extracting 222.8MB/227.7MB  d360bb29d30d: Extracting 227.7MB/227.7MB  d360bb29d30d: Pull complete Digest: sha256:ae15589f0ae06ef277149928057133cd64638c0073b3aeb1516184e9a481f5e1 Status: Downloaded newer image for quay.io/cilium/ebpf-builder:1637058444 clang-7 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/loader.c -o testdata/loader-clang-7-el.elf llvm-strip-13 -g testdata/loader-clang-7-el.elf clang-9 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/loader.c -o testdata/loader-clang-9-el.elf llvm-strip-13 -g testdata/loader-clang-9-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/loader.c -o testdata/loader-clang-13-el.elf llvm-strip-13 -g testdata/loader-clang-13-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/btf_map_init.c -o testdata/btf_map_init-el.elf llvm-strip-13 -g testdata/btf_map_init-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/invalid_map.c -o testdata/invalid_map-el.elf llvm-strip-13 -g testdata/invalid_map-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/raw_tracepoint.c -o testdata/raw_tracepoint-el.elf llvm-strip-13 -g testdata/raw_tracepoint-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/invalid_map_static.c -o testdata/invalid_map_static-el.elf llvm-strip-13 -g testdata/invalid_map_static-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/invalid_btf_map_init.c -o testdata/invalid_btf_map_init-el.elf llvm-strip-13 -g testdata/invalid_btf_map_init-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/strings.c -o testdata/strings-el.elf llvm-strip-13 -g testdata/strings-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/freplace.c -o testdata/freplace-el.elf llvm-strip-13 -g testdata/freplace-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/iproute2_map_compat.c -o testdata/iproute2_map_compat-el.elf llvm-strip-13 -g testdata/iproute2_map_compat-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/map_spin_lock.c -o testdata/map_spin_lock-el.elf llvm-strip-13 -g testdata/map_spin_lock-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/subprog_reloc.c -o testdata/subprog_reloc-el.elf llvm-strip-13 -g testdata/subprog_reloc-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c testdata/fwd_decl.c -o testdata/fwd_decl-el.elf llvm-strip-13 -g testdata/fwd_decl-el.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfel -c internal/btf/testdata/relocs.c -o internal/btf/testdata/relocs-el.elf llvm-strip-13 -g internal/btf/testdata/relocs-el.elf clang-7 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/loader.c -o testdata/loader-clang-7-eb.elf llvm-strip-13 -g testdata/loader-clang-7-eb.elf clang-9 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/loader.c -o testdata/loader-clang-9-eb.elf llvm-strip-13 -g testdata/loader-clang-9-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/loader.c -o testdata/loader-clang-13-eb.elf llvm-strip-13 -g testdata/loader-clang-13-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/btf_map_init.c -o testdata/btf_map_init-eb.elf llvm-strip-13 -g testdata/btf_map_init-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/invalid_map.c -o testdata/invalid_map-eb.elf llvm-strip-13 -g testdata/invalid_map-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/raw_tracepoint.c -o testdata/raw_tracepoint-eb.elf llvm-strip-13 -g testdata/raw_tracepoint-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/invalid_map_static.c -o testdata/invalid_map_static-eb.elf llvm-strip-13 -g testdata/invalid_map_static-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/invalid_btf_map_init.c -o testdata/invalid_btf_map_init-eb.elf llvm-strip-13 -g testdata/invalid_btf_map_init-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/strings.c -o testdata/strings-eb.elf llvm-strip-13 -g testdata/strings-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/freplace.c -o testdata/freplace-eb.elf llvm-strip-13 -g testdata/freplace-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/iproute2_map_compat.c -o testdata/iproute2_map_compat-eb.elf llvm-strip-13 -g testdata/iproute2_map_compat-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/map_spin_lock.c -o testdata/map_spin_lock-eb.elf llvm-strip-13 -g testdata/map_spin_lock-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/subprog_reloc.c -o testdata/subprog_reloc-eb.elf llvm-strip-13 -g testdata/subprog_reloc-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c testdata/fwd_decl.c -o testdata/fwd_decl-eb.elf llvm-strip-13 -g testdata/fwd_decl-eb.elf clang-13 -O2 -g -Wall -Werror -fdebug-prefix-map=/ebpf=. -target bpfeb -c internal/btf/testdata/relocs.c -o internal/btf/testdata/relocs-eb.elf llvm-strip-13 -g internal/btf/testdata/relocs-eb.elf go generate ./cmd/bpf2go/test go: downloading golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34 Compiled /ebpf/cmd/bpf2go/test/test_bpfel.o Stripped /ebpf/cmd/bpf2go/test/test_bpfel.o Wrote /ebpf/cmd/bpf2go/test/test_bpfel.go Compiled /ebpf/cmd/bpf2go/test/test_bpfeb.o Stripped /ebpf/cmd/bpf2go/test/test_bpfeb.o Wrote /ebpf/cmd/bpf2go/test/test_bpfeb.go cd examples/ && go generate ./... go: downloading github.com/cilium/ebpf v0.7.1-0.20211126075831-9ead52e53c13 go: downloading golang.org/x/sys v0.0.0-20211001092434-39dca1131b70 Compiled /ebpf/examples/cgroup_skb/bpf_bpfel.o Stripped /ebpf/examples/cgroup_skb/bpf_bpfel.o Wrote /ebpf/examples/cgroup_skb/bpf_bpfel.go Compiled /ebpf/examples/cgroup_skb/bpf_bpfeb.o Stripped /ebpf/examples/cgroup_skb/bpf_bpfeb.o Wrote /ebpf/examples/cgroup_skb/bpf_bpfeb.go Compiled /ebpf/examples/fentry/bpf_bpfel.o Stripped /ebpf/examples/fentry/bpf_bpfel.o Wrote /ebpf/examples/fentry/bpf_bpfel.go Compiled /ebpf/examples/fentry/bpf_bpfeb.o Stripped /ebpf/examples/fentry/bpf_bpfeb.o Wrote /ebpf/examples/fentry/bpf_bpfeb.go Compiled /ebpf/examples/kprobe/bpf_bpfel.o Stripped /ebpf/examples/kprobe/bpf_bpfel.o Wrote /ebpf/examples/kprobe/bpf_bpfel.go Compiled /ebpf/examples/kprobe/bpf_bpfeb.o Stripped /ebpf/examples/kprobe/bpf_bpfeb.o Wrote /ebpf/examples/kprobe/bpf_bpfeb.go Compiled /ebpf/examples/kprobe_percpu/bpf_bpfel.o Stripped /ebpf/examples/kprobe_percpu/bpf_bpfel.o Wrote /ebpf/examples/kprobe_percpu/bpf_bpfel.go Compiled /ebpf/examples/kprobe_percpu/bpf_bpfeb.o Stripped /ebpf/examples/kprobe_percpu/bpf_bpfeb.o Wrote /ebpf/examples/kprobe_percpu/bpf_bpfeb.go Compiled /ebpf/examples/kprobepin/bpf_bpfel.o Stripped /ebpf/examples/kprobepin/bpf_bpfel.o Wrote /ebpf/examples/kprobepin/bpf_bpfel.go Compiled /ebpf/examples/kprobepin/bpf_bpfeb.o Stripped /ebpf/examples/kprobepin/bpf_bpfeb.o Wrote /ebpf/examples/kprobepin/bpf_bpfeb.go Compiled /ebpf/examples/ringbuffer/bpf_bpfel.o Stripped /ebpf/examples/ringbuffer/bpf_bpfel.o Wrote /ebpf/examples/ringbuffer/bpf_bpfel.go Compiled /ebpf/examples/ringbuffer/bpf_bpfeb.o Stripped /ebpf/examples/ringbuffer/bpf_bpfeb.o Wrote /ebpf/examples/ringbuffer/bpf_bpfeb.go Compiled /ebpf/examples/tracepoint_in_c/bpf_bpfel.o Stripped /ebpf/examples/tracepoint_in_c/bpf_bpfel.o Wrote /ebpf/examples/tracepoint_in_c/bpf_bpfel.go Compiled /ebpf/examples/tracepoint_in_c/bpf_bpfeb.o Stripped /ebpf/examples/tracepoint_in_c/bpf_bpfeb.o Wrote /ebpf/examples/tracepoint_in_c/bpf_bpfeb.go Compiled /ebpf/examples/uretprobe/bpf_bpfel.o Stripped /ebpf/examples/uretprobe/bpf_bpfel.o Wrote /ebpf/examples/uretprobe/bpf_bpfel.go Compiled /ebpf/examples/uretprobe/bpf_bpfeb.o Stripped /ebpf/examples/uretprobe/bpf_bpfeb.o Wrote /ebpf/examples/uretprobe/bpf_bpfeb.go ln -srf testdata/loader-clang-13-el.elf testdata/loader-el.elf ln -srf testdata/loader-clang-13-eb.elf testdata/loader-eb.elf git diff --exit-code || { echo "generated files are not up to date" >&2; false; } pushd ./examples ~/ebpf/examples ~/ebpf go build -v -o "$(mktemp -d)" ./... golang.org/x/sys/internal/unsafeheader golang.org/x/sys/unix github.com/cilium/ebpf/internal/unix github.com/cilium/ebpf/internal/sys github.com/cilium/ebpf/asm github.com/cilium/ebpf/internal github.com/cilium/ebpf/rlimit github.com/cilium/ebpf/internal/btf github.com/cilium/ebpf/internal/epoll github.com/cilium/ebpf github.com/cilium/ebpf/ringbuf github.com/cilium/ebpf/link github.com/cilium/ebpf/perf github.com/cilium/ebpf/examples/cgroup_skb github.com/cilium/ebpf/examples/fentry github.com/cilium/ebpf/examples/kprobe github.com/cilium/ebpf/examples/kprobe_percpu github.com/cilium/ebpf/examples/kprobepin github.com/cilium/ebpf/examples/ringbuffer github.com/cilium/ebpf/examples/tracepoint_in_c github.com/cilium/ebpf/examples/tracepoint_in_go github.com/cilium/ebpf/examples/uretprobe popd ~/ebpf golangci-lint run features/version.go:15: File is not `goimports`-ed (goimports) export SEMAPHORE_JOB_RESULT=failed sudo dmesg [ 742.383884] docker0: port 1(veth4c644e0) entered blocking state [ 742.383887] docker0: port 1(veth4c644e0) entered disabled state [ 742.383925] device veth4c644e0 entered promiscuous mode [ 742.548202] eth0: renamed from vethd921c13 [ 742.563172] IPv6: ADDRCONF(NETDEV_CHANGE): veth4c644e0: link becomes ready [ 742.563199] docker0: port 1(veth4c644e0) entered blocking state [ 742.563201] docker0: port 1(veth4c644e0) entered forwarding state [ 742.563218] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready [ 748.672996] docker0: port 1(veth4c644e0) entered disabled state [ 748.673058] vethd921c13: renamed from eth0 [ 748.708544] docker0: port 1(veth4c644e0) entered disabled state [ 748.708741] device veth4c644e0 left promiscuous mode [ 748.708743] docker0: port 1(veth4c644e0) entered disabled state