[GH-ISSUE #770] Issue: Ubuntu dependencies fail to install during job run #485

Closed
opened 2026-03-01 21:43:49 +03:00 by kerem · 4 comments
Owner

Originally created by @HarshCasper on GitHub (Aug 9, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/770

Originally assigned to: @catthehacker on GitHub.

System information

  • Operating System: Linux (RHEL)
  • Architecture: x86_64
  • Apple M1: no
  • Docker version: 20.10.7
  • Docker image used in act: catthehacker/ubuntu:act-latest
  • act version: 0.2.24

Expected behaviour

I am trying to set up act on the meson_tweaks branch of my Scipy fork to run all the GitHub actions workflows locally. I have three jobs: build, test_meson, test_macos. Right now, I'm concerned with the test_meson job which builds and tests Scipy.

The expected behaviour is that the job should successfully run after installing all Ubuntu and Python dependencies, and build, install and test Scipy.

Actual behaviour

As of now, when I'm running act -j test_meson, the Ubuntu dependencies fail to install. Due to this the whole job fails and I'm not able to validate the entire job run.

Workflow and/or repository

workflow
name: Linux Tests

on:
  push:
    branches:
      - meson
  pull_request:
    branches:
      - meson

jobs:
  test_meson:
    name: Meson build
    # if: "github.repository == 'rgommers/scipy' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip github]') && !contains(github.ref, 'maintenance/') && !contains(github.base_ref, 'maintenance/')"
    runs-on: ubuntu-latest
    strategy:
      matrix:
        python-version: [3.9]

    steps:
    - uses: actions/checkout@v2
      with:
        submodules: recursive

    - name: Setup Python
      uses: actions/setup-python@v2
      with:
        python-version: ${{ matrix.python-version }}

    - name: Install Ubuntu dependencies
      run: |
        # NOTE: not the same OpenBLAS version as in upstream CI (I'm being lazy here)
        apt-get update
        yes | apt-get -o Debug::pkgProblemResolver=true -o Debug::Acquire::http=true install libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache libmpc-dev

    - name: Install Python packages
      run: |
        python -m pip install numpy setuptools wheel cython pytest pytest-xdist pybind11 pytest-xdist mpmath gmpy2 pythran ninja
        python -m pip install --user git+https://github.com/rgommers/meson.git@fix-cython-mixed-sources

    - name: Build SciPy
      run: |
        meson setup build --prefix=$PWD/installdir
        ninja -C build -j 2

    - name: Cache build dir
      id: cache-scipy-build
      uses: actions/cache@v2
      with:
        path: build
        key: ${{ runner.os }}-${{ matrix.python-version }}

    - name: Install SciPy
      run: |
        meson install -C build

    - name: Test SciPy
      run: |
        export PYTHONPATH=$PWD/installdir/lib/python3.9/site-packages/
        # FIXME: run all tests, not just one simple module - create a dev.py
        #        interface. Also ensure that fails CI if tests fail (see runtests.py)
        # Avoid being in a directory which has a scipy/ dir
        pushd installdir
        python -c "import scipy; import sys; sys.exit(int(not scipy.test(parallel=2)))"
        popd

Workflow link: linux.yml

Steps to reproduce

  1. Clone the repo: https://github.com/HarshCasper/scipy-fork and cd into it.
  2. Run act -l to see all the available jobs.
  3. Run act -j test_meson to run the test_meson job and see the error.

act output

Log
 hmishra@hmishra  ~/quansight/scipy   meson_tweaks  act -j test_meson
[Linux Tests/Meson build] 🧪  Matrix: map[python-version:3.9]
[Linux Tests/Meson build] 🚀  Start image=catthehacker/ubuntu:act-latest
[Linux Tests/Meson build]   🐳  docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Linux Tests/Meson build]   🐳  docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root
[Linux Tests/Meson build]   🐳  docker cp src=/home/hmishra/quansight/scipy/. dst=/home/hmishra/quansight/scipy
[Linux Tests/Meson build]   🐳  docker exec cmd=[mkdir -p /home/hmishra/quansight/scipy] user=
[Linux Tests/Meson build] ⭐  Run actions/checkout@v2
[Linux Tests/Meson build]   ✅  Success - actions/checkout@v2
[Linux Tests/Meson build] ⭐  Run Setup Python
INFO[0005]   ☁  git clone 'https://github.com/actions/setup-python' # ref=v2 
[Linux Tests/Meson build]   🐳  docker cp src=/home/hmishra/.cache/act/actions-setup-python@v2/ dst=/var/run/act/actions/actions-setup-python@v2/
[Linux Tests/Meson build]   🐳  docker exec cmd=[mkdir -p /var/run/act/actions/actions-setup-python@v2/] user=
[Linux Tests/Meson build]   🐳  docker exec cmd=[node /var/run/act/actions/actions-setup-python@v2/dist/index.js] user=
[Linux Tests/Meson build]   💬  ::debug::Semantic version spec of 3.9 is 3.9
[Linux Tests/Meson build]   💬  ::debug::isExplicit: 
[Linux Tests/Meson build]   💬  ::debug::explicit? false
[Linux Tests/Meson build]   💬  ::debug::evaluating 0 versions
[Linux Tests/Meson build]   💬  ::debug::match not found
| Version 3.9 was not found in the local cache
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-rc.1 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-beta.4 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-beta.3 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-beta.2 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-beta.1 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-alpha.7 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-alpha.6 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-alpha.5 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-alpha.4 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-alpha.3 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-alpha.2 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.10.0-alpha.1 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::check 3.9.6 satisfies 3.9
[Linux Tests/Meson build]   💬  ::debug::x64===x64 && darwin===linux
[Linux Tests/Meson build]   💬  ::debug::x64===x64 && linux===linux
[Linux Tests/Meson build]   💬  ::debug::x64===x64 && linux===linux
[Linux Tests/Meson build]   💬  ::debug::x64===x64 && linux===linux
[Linux Tests/Meson build]   💬  ::debug::matched 3.9.6
| Version 3.9 is available for downloading
| Download from "https://github.com/actions/python-versions/releases/download/3.9.6-112667/python-3.9.6-linux-20.04-x64.tar.gz"
[Linux Tests/Meson build]   💬  ::debug::Downloading https://github.com/actions/python-versions/releases/download/3.9.6-112667/python-3.9.6-linux-20.04-x64.tar.gz
[Linux Tests/Meson build]   💬  ::debug::Destination /tmp/b5c83d94-e3dc-4914-8376-43ffc54e950a
[Linux Tests/Meson build]   💬  ::debug::download complete
| Extract downloaded archive
[Linux Tests/Meson build]   💬  ::debug::Checking tar --version
[Linux Tests/Meson build]   💬  ::debug::tar (GNU tar) 1.30%0ACopyright (C) 2017 Free Software Foundation, Inc.%0ALicense GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.%0AThis is free software: you are free to change and redistribute it.%0AThere is NO WARRANTY, to the extent permitted by law.%0A%0AWritten by John Gilmore and Jay Fenlason.
| [command]/usr/bin/tar xz --warning=no-unknown-keyword -C /tmp/c365bb97-e663-4806-8b1b-ada386f04318 -f /tmp/b5c83d94-e3dc-4914-8376-43ffc54e950a
| Execute installation script
| Check if Python hostedtoolcache folder exist...
| Creating Python hostedtoolcache folder...
| Create Python 3.9.6 folder
| Copy Python binaries to hostedtoolcache folder
| Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action)
| Upgrading PIP...
| Looking in links: /tmp/tmp1_s03nps
| Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.9.6/x64/lib/python3.9/site-packages (56.0.0)
| Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.6/x64/lib/python3.9/site-packages (21.1.3)
[Linux Tests/Meson build]   ❗  ::error::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
| Collecting pip
| Downloading pip-21.2.3-py3-none-any.whl (1.6 MB)
| Installing collected packages: pip
| Successfully installed pip-21.2.3
[Linux Tests/Meson build]   ❗  ::error::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
[Linux Tests/Meson build]   ❗  ::error::WARNING: You are using pip version 21.1.3; however, version 21.2.3 is available.%0AYou should consider upgrading via the '/opt/hostedtoolcache/Python/3.9.6/x64/bin/python -m pip install --upgrade pip' command.
| Create complete file
[Linux Tests/Meson build]   💬  ::debug::isExplicit: 
[Linux Tests/Meson build]   💬  ::debug::explicit? false
[Linux Tests/Meson build]   💬  ::debug::isExplicit: 3.9.6
[Linux Tests/Meson build]   💬  ::debug::explicit? true
[Linux Tests/Meson build]   💬  ::debug::evaluating 1 versions
[Linux Tests/Meson build]   💬  ::debug::matched: 3.9.6
[Linux Tests/Meson build]   💬  ::debug::checking cache: /opt/hostedtoolcache/Python/3.9.6/x64
[Linux Tests/Meson build]   💬  ::debug::Found tool in cache Python 3.9.6 x64
[Linux Tests/Meson build]   ⚙  ::set-output:: python-version=3.9.6
| Successfully setup CPython (3.9.6)
[Linux Tests/Meson build]   ❓  ##[add-matcher]/run/act/actions/actions-setup-python@v2/.github/python.json
[Linux Tests/Meson build]   ✅  Success - Setup Python
[Linux Tests/Meson build] ⭐  Run Install Ubuntu dependencies
[Linux Tests/Meson build]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/hmishra/quansight/scipy/workflow/2] user=
Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]                
Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]      
Get:3 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [10.5 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]    
Get:5 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64 Packages [94.4 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]      
Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [432 kB]
Get:8 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.6 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]    
Get:11 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [786 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [989 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [39.0 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [478 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1424 kB]
Get:18 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1056 kB]
Get:19 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [2668 B]
Get:20 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [6319 B]
Fetched 18.8 MB in 9s (2202 kB/s)                                              
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
| libgmp-dev is already the newest version (2:6.2.0+dfsg-4).
| Starting pkgProblemResolver with broken count: 0
| Starting 2 pkgProblemResolver with broken count: 0
| Done
| The following additional packages will be installed:
|   gfortran-9 libamd2 libatlas3-base libbtf1 libcamd2 libccolamd2 libcholmod3
|   libcolamd2 libcxsparse3 libgfortran-9-dev libgfortran5 libgraphblas3 libklu1
|   liblapack3 libldl2 libmetis5 libmongoose2 libopenblas-pthread-dev
|   libopenblas0 libopenblas0-pthread librbio2 libspqr2 libsuitesparseconfig5
|   libumfpack5
| Suggested packages:
|   distcc | icecc gfortran-multilib gfortran-doc gfortran-9-multilib
|   gfortran-9-doc libcoarrays-dev libatlas-doc liblapack-doc libmpfr-doc
| The following NEW packages will be installed:
|   ccache gfortran gfortran-9 libamd2 libatlas-base-dev libatlas3-base libbtf1
|   libcamd2 libccolamd2 libcholmod3 libcolamd2 libcxsparse3 libgfortran-9-dev
|   libgfortran5 libgraphblas3 libklu1 liblapack-dev liblapack3 libldl2
|   libmetis5 libmongoose2 libmpc-dev libmpfr-dev libopenblas-dev
|   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread librbio2 libspqr2
|   libsuitesparse-dev libsuitesparseconfig5 libumfpack5
| 0 upgraded, 32 newly installed, 0 to remove and 3 not upgraded.
| Need to get 46.6 MB of archives.
| After this operation, 395 MB of additional disk space will be used.
0% [Working]GET /ubuntu/pool/main/c/ccache/ccache_3.7.7-1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
0% [Waiting for headers]Answer for: http://archive.ubuntu.com/ubuntu/pool/main/c/ccache/ccache_3.7.7-1_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:02 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 06 Jan 2020 23:39:02 GMT
| ETag: "1d768-59b812a0af180"
| Accept-Ranges: bytes
| Content-Length: 120680
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 ccache amd64 3.7.7-1 [121 kB]
0% [1 ccache 95.2 kB/121 kB 79%]GET /ubuntu/pool/main/g/gcc-10/libgfortran5_10.3.0-1ubuntu1%7e20.04_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
1% [Working]GET /ubuntu/pool/main/g/gcc-9/libgfortran-9-dev_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/main/g/gcc-9/gfortran-9_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/main/g/gcc-defaults/gfortran_9.3.0-1ubuntu2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/main/s/suitesparse/libsuitesparseconfig5_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/main/s/suitesparse/libamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/universe/a/atlas/libatlas3-base_3.10.3-8ubuntu7_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/universe/a/atlas/libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/main/s/suitesparse/libbtf1_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/main/g/gcc-10/libgfortran5_10.3.0-1ubuntu1%7e20.04_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
1% [Waiting for headers]Answer for: http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-10/libgfortran5_10.3.0-1ubuntu1~20.04_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:04 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 14 Jun 2021 19:28:55 GMT
| ETag: "b3c9c-5c4bede4c061c"
| Accept-Ranges: bytes
| Content-Length: 736412
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgfortran5 amd64 10.3.0-1ubuntu1~20.04 [736 kB]
2% [2 libgfortran5 724 kB/736 kB 98%]GET /ubuntu/pool/main/g/gcc-9/libgfortran-9-dev_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
3% [Working]GET /ubuntu/pool/main/g/gcc-9/libgfortran-9-dev_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-9/libgfortran-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:05 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Fri, 04 Sep 2020 13:24:43 GMT
| ETag: "a713c-5ae7ccaabfcc0"
| Accept-Ranges: bytes
| Content-Length: 684348
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgfortran-9-dev amd64 9.3.0-17ubuntu1~20.04 [684 kB]
4% [3 libgfortran-9-dev 479 kB/684 kB 70%]GET /ubuntu/pool/main/g/gcc-9/gfortran-9_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
5% [Working]GET /ubuntu/pool/main/g/gcc-9/gfortran-9_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-9/gfortran-9_9.3.0-17ubuntu1~20.04_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:06 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Fri, 04 Sep 2020 13:24:44 GMT
| ETag: "78dd2c-5ae7ccabb3f00"
| Accept-Ranges: bytes
| Content-Length: 7920940
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gfortran-9 amd64 9.3.0-17ubuntu1~20.04 [7921 kB]
17% [4 gfortran-9 7033 kB/7921 kB 89%]                         300 kB/s 2min 7sGET /ubuntu/pool/main/g/gcc-defaults/gfortran_9.3.0-1ubuntu2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
19% [Working]                                                  300 kB/s 2min 4sGET /ubuntu/pool/main/g/gcc-defaults/gfortran_9.3.0-1ubuntu2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-defaults/gfortran_9.3.0-1ubuntu2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:10 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Tue, 24 Mar 2020 09:54:27 GMT
| ETag: "55c-5a196bcb99ac0"
| Accept-Ranges: bytes
| Content-Length: 1372
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 gfortran amd64 4:9.3.0-1ubuntu2 [1372 B]
19% [5 gfortran 1372 B/1372 B 100%]                            300 kB/s 2min 4sGET /ubuntu/pool/main/s/suitesparse/libsuitesparseconfig5_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
19% [Working]                                                  300 kB/s 2min 4sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libsuitesparseconfig5_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:11 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT
| ETag: "2608-59fe08f0c6c40"
| Accept-Ranges: bytes
| Content-Length: 9736
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libsuitesparseconfig5 amd64 1:5.7.1+dfsg-2 [9736 B]
20% [Working]                                                  300 kB/s 2min 4sGET /ubuntu/pool/main/s/suitesparse/libamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libamd2_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:11 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:27 GMT
| ETag: "4e00-59fe08f2af0c0"
| Accept-Ranges: bytes
| Content-Length: 19968
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libamd2 amd64 1:5.7.1+dfsg-2 [20.0 kB]
20% [7 libamd2 8407 B/20.0 kB 42%]                             300 kB/s 2min 4sGET /ubuntu/pool/universe/a/atlas/libatlas3-base_3.10.3-8ubuntu7_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
21% [Working]                                                  300 kB/s 2min 3sGET /ubuntu/pool/universe/a/atlas/libatlas3-base_3.10.3-8ubuntu7_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/universe/a/atlas/libatlas3-base_3.10.3-8ubuntu7_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:11 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Thu, 26 Mar 2020 12:23:33 GMT
| ETag: "39021c-5a1c10da17b40"
| Accept-Ranges: bytes
| Content-Length: 3736092
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libatlas3-base amd64 3.10.3-8ubuntu7 [3736 kB]
25% [8 libatlas3-base 2292 kB/3736 kB 61%]                    300 kB/s 1min 56sGET /ubuntu/pool/universe/a/atlas/libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
28% [Working]                                                 300 kB/s 1min 51sGET /ubuntu/pool/universe/a/atlas/libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/universe/a/atlas/libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:13 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Thu, 26 Mar 2020 12:23:33 GMT
| ETag: "3e0c48-5a1c10da17b40"
| Accept-Ranges: bytes
| Content-Length: 4066376
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 libatlas-base-dev amd64 3.10.3-8ubuntu7 [4066 kB]
28% [9 libatlas-base-dev 4059 B/4066 kB 0%]                   300 kB/s 1min 51sGET /ubuntu/pool/main/s/suitesparse/libbtf1_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
35% [Working]                                                 300 kB/s 1min 37sGET /ubuntu/pool/main/s/suitesparse/libbtf1_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libbtf1_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:13 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT
| ETag: "2c18-59fe08f0c6c40"
| Accept-Ranges: bytes
| Content-Length: 11288
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtf1 amd64 1:5.7.1+dfsg-2 [11.3 kB]
36% [Working]                                                     2483 kB/s 11sGET /ubuntu/pool/main/s/suitesparse/libcamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/main/s/suitesparse/libcamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
36% [Waiting for headers]                                         2483 kB/s 11sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libcamd2_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:14 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT
| ETag: "54b4-59fe08f1bae80"
| Accept-Ranges: bytes
| Content-Length: 21684
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libcamd2 amd64 1:5.7.1+dfsg-2 [21.7 kB]
37% [Working]                                                     2483 kB/s 11sGET /ubuntu/pool/main/s/suitesparse/libccolamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/main/s/suitesparse/libccolamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
37% [Waiting for headers]                                         2483 kB/s 11sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libccolamd2_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:15 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT
| ETag: "5ad0-59fe08f0c6c40"
| Accept-Ranges: bytes
| Content-Length: 23248
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libccolamd2 amd64 1:5.7.1+dfsg-2 [23.2 kB]
37% [12 libccolamd2 14.2 kB/23.2 kB 61%]                          2483 kB/s 11sGET /ubuntu/pool/universe/o/openblas/libopenblas0-pthread_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
37% [Working]                                                     2483 kB/s 11sGET /ubuntu/pool/universe/o/openblas/libopenblas0-pthread_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
37% [Waiting for headers]                                         2483 kB/s 11sAnswer for: http://archive.ubuntu.com/ubuntu/pool/universe/o/openblas/libopenblas0-pthread_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:15 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Wed, 10 Jun 2020 14:11:07 GMT
| ETag: "8b4450-5a7bb6a4234c0"
| Accept-Ranges: bytes
| Content-Length: 9126992
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenblas0-pthread amd64 0.3.8+ds-1ubuntu0.20.04.1 [9127 kB]
54% [Working]                                                      2483 kB/s 8sGET /ubuntu/pool/main/s/suitesparse/libcolamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/main/s/suitesparse/libcolamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libcolamd2_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:17 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT
| ETag: "427c-59fe08f1bae80"
| Accept-Ranges: bytes
| Content-Length: 17020
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libcolamd2 amd64 1:5.7.1+dfsg-2 [17.0 kB]
54% [14 libcolamd2 9358 B/17.0 kB 55%]                             2483 kB/s 8sGET /ubuntu/pool/main/l/lapack/liblapack3_3.9.0-1build1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
54% [Working]                                                      2483 kB/s 8sGET /ubuntu/pool/main/l/lapack/liblapack3_3.9.0-1build1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
54% [Waiting for headers]                                          2483 kB/s 8sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/l/lapack/liblapack3_3.9.0-1build1_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:17 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Sat, 21 Mar 2020 13:18:55 GMT
| ETag: "20dc30-5a15d3e6e4dc0"
| Accept-Ranges: bytes
| Content-Length: 2153520
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 liblapack3 amd64 3.9.0-1build1 [2154 kB]
57% [15 liblapack3 1647 kB/2154 kB 76%]                            2483 kB/s 7sGET /ubuntu/pool/main/m/metis/libmetis5_5.1.0.dfsg-5_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
59% [Working]                                                      2483 kB/s 7sGET /ubuntu/pool/main/m/metis/libmetis5_5.1.0.dfsg-5_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/m/metis/libmetis5_5.1.0.dfsg-5_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:19 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Wed, 02 Nov 2016 04:08:50 GMT
| ETag: "29326-540499929d880"
| Accept-Ranges: bytes
| Content-Length: 168742
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libmetis5 amd64 5.1.0.dfsg-5 [169 kB]
59% [16 libmetis5 8405 B/169 kB 5%]                                1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libcholmod3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
59% [Working]                                                      1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libcholmod3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libcholmod3_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:20 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT
| ETag: "4b300-59fe08f1bae80"
| Accept-Ranges: bytes
| Content-Length: 307968
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libcholmod3 amd64 1:5.7.1+dfsg-2 [308 kB]
59% [17 libcholmod3 2613 B/308 kB 1%]                              1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libcxsparse3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
61% [Working]                                                      1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libcxsparse3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libcxsparse3_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:21 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:27 GMT
| ETag: "facc-59fe08f2af0c0"
| Accept-Ranges: bytes
| Content-Length: 64204
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libcxsparse3 amd64 1:5.7.1+dfsg-2 [64.2 kB]
61% [18 libcxsparse3 7910 B/64.2 kB 12%]                           1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libgraphblas3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
61% [Working]                                                      1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libgraphblas3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libgraphblas3_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:21 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:24 GMT
| ETag: "3986f0-59fe08efd2a00"
| Accept-Ranges: bytes
| Content-Length: 3770096
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libgraphblas3 amd64 1:5.7.1+dfsg-2 [3770 kB]
64% [19 libgraphblas3 1368 kB/3770 kB 36%]                         1882 kB/s 8sGET /ubuntu/pool/main/s/suitesparse/libklu1_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
68% [Working]                                                      1882 kB/s 7sGET /ubuntu/pool/main/s/suitesparse/libklu1_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libklu1_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:24 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT
| ETag: "1181c-59fe08f0c6c40"
| Accept-Ranges: bytes
| Content-Length: 71708
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libklu1 amd64 1:5.7.1+dfsg-2 [71.7 kB]
68% [20 libklu1 9854 B/71.7 kB 14%]                                1882 kB/s 7sGET /ubuntu/pool/universe/o/openblas/libopenblas-pthread-dev_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
69% [Working]                                                      1882 kB/s 7sGET /ubuntu/pool/universe/o/openblas/libopenblas-pthread-dev_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/universe/o/openblas/libopenblas-pthread-dev_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:24 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Wed, 10 Jun 2020 14:11:07 GMT
| ETag: "450f44-5a7bb6a4234c0"
| Accept-Ranges: bytes
| Content-Length: 4525892
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:21 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenblas-pthread-dev amd64 0.3.8+ds-1ubuntu0.20.04.1 [4526 kB]
75% [21 libopenblas-pthread-dev 3638 kB/4526 kB 80%]               1882 kB/s 5sGET /ubuntu/pool/main/l/lapack/liblapack-dev_3.9.0-1build1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
78% [Working]                                                      1882 kB/s 4sGET /ubuntu/pool/main/l/lapack/liblapack-dev_3.9.0-1build1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/l/lapack/liblapack-dev_3.9.0-1build1_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:26 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Sat, 21 Mar 2020 13:18:53 GMT
| ETag: "40b8ec-5a15d3e4fc940"
| Accept-Ranges: bytes
| Content-Length: 4241644
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 liblapack-dev amd64 3.9.0-1build1 [4242 kB]
81% [22 liblapack-dev 2091 kB/4242 kB 49%]                         1430 kB/s 4sGET /ubuntu/pool/main/s/suitesparse/libldl2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
85% [Connecting to archive.ubuntu.com (91.189.88.142)]             1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libldl2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libldl2_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:28 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT
| ETag: "2acc-59fe08f0c6c40"
| Accept-Ranges: bytes
| Content-Length: 10956
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libldl2 amd64 1:5.7.1+dfsg-2 [11.0 kB]
85% [23 libldl2 10.8 kB/11.0 kB 99%]                               1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libmongoose2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
86% [Working]                                                      1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libmongoose2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
86% [Waiting for headers]                                          1430 kB/s 3sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libmongoose2_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:28 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT
| ETag: "7a98-59fe08f0c6c40"
| Accept-Ranges: bytes
| Content-Length: 31384
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libmongoose2 amd64 1:5.7.1+dfsg-2 [31.4 kB]
86% [24 libmongoose2 8407 B/31.4 kB 27%]                           1430 kB/s 3sGET /ubuntu/pool/main/m/mpfr4/libmpfr-dev_4.0.2-1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
87% [Working]                                                      1430 kB/s 3sGET /ubuntu/pool/main/m/mpfr4/libmpfr-dev_4.0.2-1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
87% [Waiting for headers]                                          1430 kB/s 3sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/m/mpfr4/libmpfr-dev_4.0.2-1_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:29 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Fri, 01 Feb 2019 13:18:25 GMT
| ETag: "3a9d8-580d4fa574a40"
| Accept-Ranges: bytes
| Content-Length: 240088
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr-dev amd64 4.0.2-1 [240 kB]
87% [25 libmpfr-dev 5509 B/240 kB 2%]                              1430 kB/s 3sGET /ubuntu/pool/universe/o/openblas/libopenblas0_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
88% [Working]                                                      1430 kB/s 3sGET /ubuntu/pool/universe/o/openblas/libopenblas0_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/universe/o/openblas/libopenblas0_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:30 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Wed, 10 Jun 2020 14:11:06 GMT
| ETag: "1704-5a7bb6a32f280"
| Accept-Ranges: bytes
| Content-Length: 5892
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenblas0 amd64 0.3.8+ds-1ubuntu0.20.04.1 [5892 B]
88% [26 libopenblas0 5892 B/5892 B 100%]                           1430 kB/s 3sGET /ubuntu/pool/universe/o/openblas/libopenblas-dev_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
88% [Working]                                                      1430 kB/s 3sAnswer for: http://archive.ubuntu.com/ubuntu/pool/universe/o/openblas/libopenblas-dev_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:30 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Wed, 10 Jun 2020 14:11:07 GMT
| ETag: "4028-5a7bb6a4234c0"
| Accept-Ranges: bytes
| Content-Length: 16424
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenblas-dev amd64 0.3.8+ds-1ubuntu0.20.04.1 [16.4 kB]
88% [27 libopenblas-dev 9358 B/16.4 kB 57%]                        1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/librbio2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
89% [Working]                                                      1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/librbio2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/librbio2_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:30 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT
| ETag: "5f94-59fe08f1bae80"
| Accept-Ranges: bytes
| Content-Length: 24468
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 librbio2 amd64 1:5.7.1+dfsg-2 [24.5 kB]
89% [28 librbio2 8407 B/24.5 kB 34%]                               1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libspqr2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
90% [Working]                                                      1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libspqr2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libspqr2_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:31 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT
| ETag: "fd0c-59fe08f1bae80"
| Accept-Ranges: bytes
| Content-Length: 64780
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libspqr2 amd64 1:5.7.1+dfsg-2 [64.8 kB]
91% [Working]                                                      1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libumfpack5_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| GET /ubuntu/pool/main/s/suitesparse/libumfpack5_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
91% [Waiting for headers]                                          1430 kB/s 3sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libumfpack5_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:31 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT
| ETag: "37de4-59fe08f0c6c40"
| Accept-Ranges: bytes
| Content-Length: 228836
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libumfpack5 amd64 1:5.7.1+dfsg-2 [229 kB]
91% [30 libumfpack5 13.7 kB/229 kB 6%]                             1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libsuitesparse-dev_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
92% [Working]                                                      1430 kB/s 2sGET /ubuntu/pool/main/s/suitesparse/libsuitesparse-dev_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libsuitesparse-dev_5.7.1+dfsg-2_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:32 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT
| ETag: "3f7f14-59fe08f1bae80"
| Accept-Ranges: bytes
| Content-Length: 4161300
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libsuitesparse-dev amd64 1:5.7.1+dfsg-2 [4161 kB]
99% [31 libsuitesparse-dev 4159 kB/4161 kB 100%]                    776 kB/s 0sGET /ubuntu/pool/main/m/mpclib3/libmpc-dev_1.1.0-1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
99% [Working]                                                       776 kB/s 0sGET /ubuntu/pool/main/m/mpclib3/libmpc-dev_1.1.0-1_amd64.deb HTTP/1.1
| Host: archive.ubuntu.com
| User-Agent: Debian APT-HTTP/1.3 (2.0.6)
| 
| 
| Answer for: http://archive.ubuntu.com/ubuntu/pool/main/m/mpclib3/libmpc-dev_1.1.0-1_amd64.deb
| HTTP/1.1 200 OK
| Date: Mon, 09 Aug 2021 12:22:34 GMT
| Server: Apache/2.4.29 (Ubuntu)
| Last-Modified: Tue, 23 Jan 2018 23:28:50 GMT
| ETag: "c51c-56379e8b63080"
| Accept-Ranges: bytes
| Content-Length: 50460
| Cache-Control: max-age=86400
| Content-Type: application/x-debian-package
| 
Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc-dev amd64 1.1.0-1 [50.5 kB]
Fetched 46.6 MB in 33s (1421 kB/s)                                             
| debconf: delaying package configuration, since apt-utils is not installed
| Selecting previously unselected package ccache.
(Reading database ... 26223 files and directories currently installed.)
| Preparing to unpack .../00-ccache_3.7.7-1_amd64.deb ...
| Unpacking ccache (3.7.7-1) ...
| Selecting previously unselected package libgfortran5:amd64.
| Preparing to unpack .../01-libgfortran5_10.3.0-1ubuntu1~20.04_amd64.deb ...
| Unpacking libgfortran5:amd64 (10.3.0-1ubuntu1~20.04) ...
| Selecting previously unselected package libgfortran-9-dev:amd64.
| Preparing to unpack .../02-libgfortran-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
| Unpacking libgfortran-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
| Selecting previously unselected package gfortran-9.
| Preparing to unpack .../03-gfortran-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
| Unpacking gfortran-9 (9.3.0-17ubuntu1~20.04) ...
| Selecting previously unselected package gfortran.
| Preparing to unpack .../04-gfortran_4%3a9.3.0-1ubuntu2_amd64.deb ...
| Unpacking gfortran (4:9.3.0-1ubuntu2) ...
| Selecting previously unselected package libsuitesparseconfig5:amd64.
| Preparing to unpack .../05-libsuitesparseconfig5_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libsuitesparseconfig5:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libamd2:amd64.
| Preparing to unpack .../06-libamd2_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libamd2:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libatlas3-base:amd64.
| Preparing to unpack .../07-libatlas3-base_3.10.3-8ubuntu7_amd64.deb ...
| Unpacking libatlas3-base:amd64 (3.10.3-8ubuntu7) ...
| Selecting previously unselected package libatlas-base-dev:amd64.
| Preparing to unpack .../08-libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb ...
| Unpacking libatlas-base-dev:amd64 (3.10.3-8ubuntu7) ...
| Selecting previously unselected package libbtf1:amd64.
| Preparing to unpack .../09-libbtf1_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libbtf1:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libcamd2:amd64.
| Preparing to unpack .../10-libcamd2_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libcamd2:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libccolamd2:amd64.
| Preparing to unpack .../11-libccolamd2_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libccolamd2:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libopenblas0-pthread:amd64.
| Preparing to unpack .../12-libopenblas0-pthread_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb ...
| Unpacking libopenblas0-pthread:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ...
| Selecting previously unselected package libcolamd2:amd64.
| Preparing to unpack .../13-libcolamd2_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libcolamd2:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package liblapack3:amd64.
| Preparing to unpack .../14-liblapack3_3.9.0-1build1_amd64.deb ...
| Unpacking liblapack3:amd64 (3.9.0-1build1) ...
| Selecting previously unselected package libmetis5:amd64.
| Preparing to unpack .../15-libmetis5_5.1.0.dfsg-5_amd64.deb ...
| Unpacking libmetis5:amd64 (5.1.0.dfsg-5) ...
| Selecting previously unselected package libcholmod3:amd64.
| Preparing to unpack .../16-libcholmod3_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libcholmod3:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libcxsparse3:amd64.
| Preparing to unpack .../17-libcxsparse3_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libcxsparse3:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libgraphblas3:amd64.
| Preparing to unpack .../18-libgraphblas3_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libgraphblas3:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libklu1:amd64.
| Preparing to unpack .../19-libklu1_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libklu1:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libopenblas-pthread-dev:amd64.
| Preparing to unpack .../20-libopenblas-pthread-dev_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb ...
| Unpacking libopenblas-pthread-dev:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ...
| Selecting previously unselected package liblapack-dev:amd64.
| Preparing to unpack .../21-liblapack-dev_3.9.0-1build1_amd64.deb ...
| Unpacking liblapack-dev:amd64 (3.9.0-1build1) ...
| Selecting previously unselected package libldl2:amd64.
| Preparing to unpack .../22-libldl2_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libldl2:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libmongoose2:amd64.
| Preparing to unpack .../23-libmongoose2_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libmongoose2:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libmpfr-dev:amd64.
| Preparing to unpack .../24-libmpfr-dev_4.0.2-1_amd64.deb ...
| Unpacking libmpfr-dev:amd64 (4.0.2-1) ...
| Selecting previously unselected package libopenblas0:amd64.
| Preparing to unpack .../25-libopenblas0_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb ...
| Unpacking libopenblas0:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ...
| Selecting previously unselected package libopenblas-dev:amd64.
| Preparing to unpack .../26-libopenblas-dev_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb ...
| Unpacking libopenblas-dev:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ...
| Selecting previously unselected package librbio2:amd64.
| Preparing to unpack .../27-librbio2_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking librbio2:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libspqr2:amd64.
| Preparing to unpack .../28-libspqr2_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libspqr2:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libumfpack5:amd64.
| Preparing to unpack .../29-libumfpack5_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libumfpack5:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libsuitesparse-dev:amd64.
| Preparing to unpack .../30-libsuitesparse-dev_1%3a5.7.1+dfsg-2_amd64.deb ...
| Unpacking libsuitesparse-dev:amd64 (1:5.7.1+dfsg-2) ...
| Selecting previously unselected package libmpc-dev:amd64.
| Preparing to unpack .../31-libmpc-dev_1.1.0-1_amd64.deb ...
| Unpacking libmpc-dev:amd64 (1.1.0-1) ...
| Setting up libgraphblas3:amd64 (1:5.7.1+dfsg-2) ...
| Setting up ccache (3.7.7-1) ...
| Updating symlinks in /usr/lib/ccache ...
| Setting up libldl2:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libmetis5:amd64 (5.1.0.dfsg-5) ...
| Setting up libmpfr-dev:amd64 (4.0.2-1) ...
| Setting up libbtf1:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libmpc-dev:amd64 (1.1.0-1) ...
| Setting up libgfortran5:amd64 (10.3.0-1ubuntu1~20.04) ...
| Setting up libcxsparse3:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libsuitesparseconfig5:amd64 (1:5.7.1+dfsg-2) ...
| Setting up librbio2:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libamd2:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libopenblas0-pthread:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ...
| update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
| update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
| update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/x86_64-linux-gnu/libopenblas.so.0 (libopenblas.so.0-x86_64-linux-gnu) in auto mode
| Setting up libatlas3-base:amd64 (3.10.3-8ubuntu7) ...
| Setting up libcolamd2:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libgfortran-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
| Setting up libatlas-base-dev:amd64 (3.10.3-8ubuntu7) ...
| update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
| update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
| Setting up libcamd2:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libmongoose2:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libopenblas0:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ...
| Setting up libklu1:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libccolamd2:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libcholmod3:amd64 (1:5.7.1+dfsg-2) ...
| Setting up libopenblas-pthread-dev:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ...
| update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
| update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
| update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/x86_64-linux-gnu/libopenblas.so (libopenblas.so-x86_64-linux-gnu) in auto mode
| Setting up libspqr2:amd64 (1:5.7.1+dfsg-2) ...
| Setting up liblapack3:amd64 (3.9.0-1build1) ...
| Setting up gfortran-9 (9.3.0-17ubuntu1~20.04) ...
| Setting up gfortran (4:9.3.0-1ubuntu2) ...
| update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
| update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist
| update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
| update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist
| Setting up libopenblas-dev:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ...
| Setting up libumfpack5:amd64 (1:5.7.1+dfsg-2) ...
| Setting up liblapack-dev:amd64 (3.9.0-1build1) ...
| Setting up libsuitesparse-dev:amd64 (1:5.7.1+dfsg-2) ...
| Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
[Linux Tests/Meson build]   ❌  Failure - Install Ubuntu dependencies
Error: exit with `FAILURE`: 141
Originally created by @HarshCasper on GitHub (Aug 9, 2021). Original GitHub issue: https://github.com/nektos/act/issues/770 Originally assigned to: @catthehacker on GitHub. ## System information - Operating System: Linux (RHEL) - Architecture: x86_64 - Apple M1: no - Docker version: 20.10.7 - Docker image used in `act`: `catthehacker/ubuntu:act-latest` - `act` version: `0.2.24` ## Expected behaviour I am trying to set up `act` on the `meson_tweaks` branch of my [Scipy fork](https://github.com/harshcasper/scipy-fork) to run all the GitHub actions workflows locally. I have three jobs: `build`, `test_meson`, `test_macos`. Right now, I'm concerned with the `test_meson` job which builds and tests Scipy. The expected behaviour is that the job should successfully run after installing all Ubuntu and Python dependencies, and build, install and test Scipy. ## Actual behaviour As of now, when I'm running `act -j test_meson`, the Ubuntu dependencies fail to install. Due to this the whole job fails and I'm not able to validate the entire job run. ## Workflow and/or repository <details> <summary>workflow</summary> ```none name: Linux Tests on: push: branches: - meson pull_request: branches: - meson jobs: test_meson: name: Meson build # if: "github.repository == 'rgommers/scipy' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip github]') && !contains(github.ref, 'maintenance/') && !contains(github.base_ref, 'maintenance/')" runs-on: ubuntu-latest strategy: matrix: python-version: [3.9] steps: - uses: actions/checkout@v2 with: submodules: recursive - name: Setup Python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install Ubuntu dependencies run: | # NOTE: not the same OpenBLAS version as in upstream CI (I'm being lazy here) apt-get update yes | apt-get -o Debug::pkgProblemResolver=true -o Debug::Acquire::http=true install libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache libmpc-dev - name: Install Python packages run: | python -m pip install numpy setuptools wheel cython pytest pytest-xdist pybind11 pytest-xdist mpmath gmpy2 pythran ninja python -m pip install --user git+https://github.com/rgommers/meson.git@fix-cython-mixed-sources - name: Build SciPy run: | meson setup build --prefix=$PWD/installdir ninja -C build -j 2 - name: Cache build dir id: cache-scipy-build uses: actions/cache@v2 with: path: build key: ${{ runner.os }}-${{ matrix.python-version }} - name: Install SciPy run: | meson install -C build - name: Test SciPy run: | export PYTHONPATH=$PWD/installdir/lib/python3.9/site-packages/ # FIXME: run all tests, not just one simple module - create a dev.py # interface. Also ensure that fails CI if tests fail (see runtests.py) # Avoid being in a directory which has a scipy/ dir pushd installdir python -c "import scipy; import sys; sys.exit(int(not scipy.test(parallel=2)))" popd ``` </details> Workflow link: [linux.yml](https://github.com/HarshCasper/scipy-fork/blob/meson_tweaks/.github/workflows/linux.yml) ## Steps to reproduce 1. Clone the repo: `https://github.com/HarshCasper/scipy-fork` and `cd` into it. 2. Run `act -l` to see all the available jobs. 3. Run `act -j test_meson` to run the `test_meson` job and see the error. ## `act` output <details> <summary>Log</summary> ```none hmishra@hmishra  ~/quansight/scipy   meson_tweaks  act -j test_meson [Linux Tests/Meson build] 🧪 Matrix: map[python-version:3.9] [Linux Tests/Meson build] 🚀 Start image=catthehacker/ubuntu:act-latest [Linux Tests/Meson build] 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Linux Tests/Meson build] 🐳 docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root [Linux Tests/Meson build] 🐳 docker cp src=/home/hmishra/quansight/scipy/. dst=/home/hmishra/quansight/scipy [Linux Tests/Meson build] 🐳 docker exec cmd=[mkdir -p /home/hmishra/quansight/scipy] user= [Linux Tests/Meson build] ⭐ Run actions/checkout@v2 [Linux Tests/Meson build] ✅ Success - actions/checkout@v2 [Linux Tests/Meson build] ⭐ Run Setup Python INFO[0005] ☁ git clone 'https://github.com/actions/setup-python' # ref=v2 [Linux Tests/Meson build] 🐳 docker cp src=/home/hmishra/.cache/act/actions-setup-python@v2/ dst=/var/run/act/actions/actions-setup-python@v2/ [Linux Tests/Meson build] 🐳 docker exec cmd=[mkdir -p /var/run/act/actions/actions-setup-python@v2/] user= [Linux Tests/Meson build] 🐳 docker exec cmd=[node /var/run/act/actions/actions-setup-python@v2/dist/index.js] user= [Linux Tests/Meson build] 💬 ::debug::Semantic version spec of 3.9 is 3.9 [Linux Tests/Meson build] 💬 ::debug::isExplicit: [Linux Tests/Meson build] 💬 ::debug::explicit? false [Linux Tests/Meson build] 💬 ::debug::evaluating 0 versions [Linux Tests/Meson build] 💬 ::debug::match not found | Version 3.9 was not found in the local cache [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-rc.1 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-beta.4 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-beta.3 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-beta.2 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-beta.1 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-alpha.7 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-alpha.6 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-alpha.5 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-alpha.4 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-alpha.3 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-alpha.2 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.10.0-alpha.1 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::check 3.9.6 satisfies 3.9 [Linux Tests/Meson build] 💬 ::debug::x64===x64 && darwin===linux [Linux Tests/Meson build] 💬 ::debug::x64===x64 && linux===linux [Linux Tests/Meson build] 💬 ::debug::x64===x64 && linux===linux [Linux Tests/Meson build] 💬 ::debug::x64===x64 && linux===linux [Linux Tests/Meson build] 💬 ::debug::matched 3.9.6 | Version 3.9 is available for downloading | Download from "https://github.com/actions/python-versions/releases/download/3.9.6-112667/python-3.9.6-linux-20.04-x64.tar.gz" [Linux Tests/Meson build] 💬 ::debug::Downloading https://github.com/actions/python-versions/releases/download/3.9.6-112667/python-3.9.6-linux-20.04-x64.tar.gz [Linux Tests/Meson build] 💬 ::debug::Destination /tmp/b5c83d94-e3dc-4914-8376-43ffc54e950a [Linux Tests/Meson build] 💬 ::debug::download complete | Extract downloaded archive [Linux Tests/Meson build] 💬 ::debug::Checking tar --version [Linux Tests/Meson build] 💬 ::debug::tar (GNU tar) 1.30%0ACopyright (C) 2017 Free Software Foundation, Inc.%0ALicense GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.%0AThis is free software: you are free to change and redistribute it.%0AThere is NO WARRANTY, to the extent permitted by law.%0A%0AWritten by John Gilmore and Jay Fenlason. | [command]/usr/bin/tar xz --warning=no-unknown-keyword -C /tmp/c365bb97-e663-4806-8b1b-ada386f04318 -f /tmp/b5c83d94-e3dc-4914-8376-43ffc54e950a | Execute installation script | Check if Python hostedtoolcache folder exist... | Creating Python hostedtoolcache folder... | Create Python 3.9.6 folder | Copy Python binaries to hostedtoolcache folder | Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) | Upgrading PIP... | Looking in links: /tmp/tmp1_s03nps | Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.9.6/x64/lib/python3.9/site-packages (56.0.0) | Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.6/x64/lib/python3.9/site-packages (21.1.3) [Linux Tests/Meson build] ❗ ::error::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 | Collecting pip | Downloading pip-21.2.3-py3-none-any.whl (1.6 MB) | Installing collected packages: pip | Successfully installed pip-21.2.3 [Linux Tests/Meson build] ❗ ::error::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 [Linux Tests/Meson build] ❗ ::error::WARNING: You are using pip version 21.1.3; however, version 21.2.3 is available.%0AYou should consider upgrading via the '/opt/hostedtoolcache/Python/3.9.6/x64/bin/python -m pip install --upgrade pip' command. | Create complete file [Linux Tests/Meson build] 💬 ::debug::isExplicit: [Linux Tests/Meson build] 💬 ::debug::explicit? false [Linux Tests/Meson build] 💬 ::debug::isExplicit: 3.9.6 [Linux Tests/Meson build] 💬 ::debug::explicit? true [Linux Tests/Meson build] 💬 ::debug::evaluating 1 versions [Linux Tests/Meson build] 💬 ::debug::matched: 3.9.6 [Linux Tests/Meson build] 💬 ::debug::checking cache: /opt/hostedtoolcache/Python/3.9.6/x64 [Linux Tests/Meson build] 💬 ::debug::Found tool in cache Python 3.9.6 x64 [Linux Tests/Meson build] ⚙ ::set-output:: python-version=3.9.6 | Successfully setup CPython (3.9.6) [Linux Tests/Meson build] ❓ ##[add-matcher]/run/act/actions/actions-setup-python@v2/.github/python.json [Linux Tests/Meson build] ✅ Success - Setup Python [Linux Tests/Meson build] ⭐ Run Install Ubuntu dependencies [Linux Tests/Meson build] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/hmishra/quansight/scipy/workflow/2] user= Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:3 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [10.5 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:5 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64 Packages [94.4 kB] Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [432 kB] Get:8 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.6 kB] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:11 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [786 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [989 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [39.0 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [478 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1424 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1056 kB] Get:19 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [2668 B] Get:20 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [6319 B] Fetched 18.8 MB in 9s (2202 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done | libgmp-dev is already the newest version (2:6.2.0+dfsg-4). | Starting pkgProblemResolver with broken count: 0 | Starting 2 pkgProblemResolver with broken count: 0 | Done | The following additional packages will be installed: | gfortran-9 libamd2 libatlas3-base libbtf1 libcamd2 libccolamd2 libcholmod3 | libcolamd2 libcxsparse3 libgfortran-9-dev libgfortran5 libgraphblas3 libklu1 | liblapack3 libldl2 libmetis5 libmongoose2 libopenblas-pthread-dev | libopenblas0 libopenblas0-pthread librbio2 libspqr2 libsuitesparseconfig5 | libumfpack5 | Suggested packages: | distcc | icecc gfortran-multilib gfortran-doc gfortran-9-multilib | gfortran-9-doc libcoarrays-dev libatlas-doc liblapack-doc libmpfr-doc | The following NEW packages will be installed: | ccache gfortran gfortran-9 libamd2 libatlas-base-dev libatlas3-base libbtf1 | libcamd2 libccolamd2 libcholmod3 libcolamd2 libcxsparse3 libgfortran-9-dev | libgfortran5 libgraphblas3 libklu1 liblapack-dev liblapack3 libldl2 | libmetis5 libmongoose2 libmpc-dev libmpfr-dev libopenblas-dev | libopenblas-pthread-dev libopenblas0 libopenblas0-pthread librbio2 libspqr2 | libsuitesparse-dev libsuitesparseconfig5 libumfpack5 | 0 upgraded, 32 newly installed, 0 to remove and 3 not upgraded. | Need to get 46.6 MB of archives. | After this operation, 395 MB of additional disk space will be used. 0% [Working]GET /ubuntu/pool/main/c/ccache/ccache_3.7.7-1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 0% [Waiting for headers]Answer for: http://archive.ubuntu.com/ubuntu/pool/main/c/ccache/ccache_3.7.7-1_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:02 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 06 Jan 2020 23:39:02 GMT | ETag: "1d768-59b812a0af180" | Accept-Ranges: bytes | Content-Length: 120680 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 ccache amd64 3.7.7-1 [121 kB] 0% [1 ccache 95.2 kB/121 kB 79%]GET /ubuntu/pool/main/g/gcc-10/libgfortran5_10.3.0-1ubuntu1%7e20.04_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 1% [Working]GET /ubuntu/pool/main/g/gcc-9/libgfortran-9-dev_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/main/g/gcc-9/gfortran-9_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/main/g/gcc-defaults/gfortran_9.3.0-1ubuntu2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/main/s/suitesparse/libsuitesparseconfig5_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/main/s/suitesparse/libamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/universe/a/atlas/libatlas3-base_3.10.3-8ubuntu7_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/universe/a/atlas/libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/main/s/suitesparse/libbtf1_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/main/g/gcc-10/libgfortran5_10.3.0-1ubuntu1%7e20.04_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 1% [Waiting for headers]Answer for: http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-10/libgfortran5_10.3.0-1ubuntu1~20.04_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:04 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 14 Jun 2021 19:28:55 GMT | ETag: "b3c9c-5c4bede4c061c" | Accept-Ranges: bytes | Content-Length: 736412 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgfortran5 amd64 10.3.0-1ubuntu1~20.04 [736 kB] 2% [2 libgfortran5 724 kB/736 kB 98%]GET /ubuntu/pool/main/g/gcc-9/libgfortran-9-dev_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 3% [Working]GET /ubuntu/pool/main/g/gcc-9/libgfortran-9-dev_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-9/libgfortran-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:05 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Fri, 04 Sep 2020 13:24:43 GMT | ETag: "a713c-5ae7ccaabfcc0" | Accept-Ranges: bytes | Content-Length: 684348 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgfortran-9-dev amd64 9.3.0-17ubuntu1~20.04 [684 kB] 4% [3 libgfortran-9-dev 479 kB/684 kB 70%]GET /ubuntu/pool/main/g/gcc-9/gfortran-9_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 5% [Working]GET /ubuntu/pool/main/g/gcc-9/gfortran-9_9.3.0-17ubuntu1%7e20.04_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-9/gfortran-9_9.3.0-17ubuntu1~20.04_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:06 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Fri, 04 Sep 2020 13:24:44 GMT | ETag: "78dd2c-5ae7ccabb3f00" | Accept-Ranges: bytes | Content-Length: 7920940 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gfortran-9 amd64 9.3.0-17ubuntu1~20.04 [7921 kB] 17% [4 gfortran-9 7033 kB/7921 kB 89%] 300 kB/s 2min 7sGET /ubuntu/pool/main/g/gcc-defaults/gfortran_9.3.0-1ubuntu2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 19% [Working] 300 kB/s 2min 4sGET /ubuntu/pool/main/g/gcc-defaults/gfortran_9.3.0-1ubuntu2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-defaults/gfortran_9.3.0-1ubuntu2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:10 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Tue, 24 Mar 2020 09:54:27 GMT | ETag: "55c-5a196bcb99ac0" | Accept-Ranges: bytes | Content-Length: 1372 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 gfortran amd64 4:9.3.0-1ubuntu2 [1372 B] 19% [5 gfortran 1372 B/1372 B 100%] 300 kB/s 2min 4sGET /ubuntu/pool/main/s/suitesparse/libsuitesparseconfig5_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 19% [Working] 300 kB/s 2min 4sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libsuitesparseconfig5_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:11 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT | ETag: "2608-59fe08f0c6c40" | Accept-Ranges: bytes | Content-Length: 9736 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libsuitesparseconfig5 amd64 1:5.7.1+dfsg-2 [9736 B] 20% [Working] 300 kB/s 2min 4sGET /ubuntu/pool/main/s/suitesparse/libamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libamd2_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:11 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:27 GMT | ETag: "4e00-59fe08f2af0c0" | Accept-Ranges: bytes | Content-Length: 19968 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libamd2 amd64 1:5.7.1+dfsg-2 [20.0 kB] 20% [7 libamd2 8407 B/20.0 kB 42%] 300 kB/s 2min 4sGET /ubuntu/pool/universe/a/atlas/libatlas3-base_3.10.3-8ubuntu7_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 21% [Working] 300 kB/s 2min 3sGET /ubuntu/pool/universe/a/atlas/libatlas3-base_3.10.3-8ubuntu7_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/universe/a/atlas/libatlas3-base_3.10.3-8ubuntu7_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:11 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Thu, 26 Mar 2020 12:23:33 GMT | ETag: "39021c-5a1c10da17b40" | Accept-Ranges: bytes | Content-Length: 3736092 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libatlas3-base amd64 3.10.3-8ubuntu7 [3736 kB] 25% [8 libatlas3-base 2292 kB/3736 kB 61%] 300 kB/s 1min 56sGET /ubuntu/pool/universe/a/atlas/libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 28% [Working] 300 kB/s 1min 51sGET /ubuntu/pool/universe/a/atlas/libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/universe/a/atlas/libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:13 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Thu, 26 Mar 2020 12:23:33 GMT | ETag: "3e0c48-5a1c10da17b40" | Accept-Ranges: bytes | Content-Length: 4066376 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 libatlas-base-dev amd64 3.10.3-8ubuntu7 [4066 kB] 28% [9 libatlas-base-dev 4059 B/4066 kB 0%] 300 kB/s 1min 51sGET /ubuntu/pool/main/s/suitesparse/libbtf1_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 35% [Working] 300 kB/s 1min 37sGET /ubuntu/pool/main/s/suitesparse/libbtf1_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libbtf1_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:13 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT | ETag: "2c18-59fe08f0c6c40" | Accept-Ranges: bytes | Content-Length: 11288 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtf1 amd64 1:5.7.1+dfsg-2 [11.3 kB] 36% [Working] 2483 kB/s 11sGET /ubuntu/pool/main/s/suitesparse/libcamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/main/s/suitesparse/libcamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 36% [Waiting for headers] 2483 kB/s 11sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libcamd2_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:14 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT | ETag: "54b4-59fe08f1bae80" | Accept-Ranges: bytes | Content-Length: 21684 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libcamd2 amd64 1:5.7.1+dfsg-2 [21.7 kB] 37% [Working] 2483 kB/s 11sGET /ubuntu/pool/main/s/suitesparse/libccolamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/main/s/suitesparse/libccolamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 37% [Waiting for headers] 2483 kB/s 11sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libccolamd2_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:15 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT | ETag: "5ad0-59fe08f0c6c40" | Accept-Ranges: bytes | Content-Length: 23248 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libccolamd2 amd64 1:5.7.1+dfsg-2 [23.2 kB] 37% [12 libccolamd2 14.2 kB/23.2 kB 61%] 2483 kB/s 11sGET /ubuntu/pool/universe/o/openblas/libopenblas0-pthread_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 37% [Working] 2483 kB/s 11sGET /ubuntu/pool/universe/o/openblas/libopenblas0-pthread_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 37% [Waiting for headers] 2483 kB/s 11sAnswer for: http://archive.ubuntu.com/ubuntu/pool/universe/o/openblas/libopenblas0-pthread_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:15 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Wed, 10 Jun 2020 14:11:07 GMT | ETag: "8b4450-5a7bb6a4234c0" | Accept-Ranges: bytes | Content-Length: 9126992 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenblas0-pthread amd64 0.3.8+ds-1ubuntu0.20.04.1 [9127 kB] 54% [Working] 2483 kB/s 8sGET /ubuntu/pool/main/s/suitesparse/libcolamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/main/s/suitesparse/libcolamd2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libcolamd2_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:17 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT | ETag: "427c-59fe08f1bae80" | Accept-Ranges: bytes | Content-Length: 17020 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libcolamd2 amd64 1:5.7.1+dfsg-2 [17.0 kB] 54% [14 libcolamd2 9358 B/17.0 kB 55%] 2483 kB/s 8sGET /ubuntu/pool/main/l/lapack/liblapack3_3.9.0-1build1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 54% [Working] 2483 kB/s 8sGET /ubuntu/pool/main/l/lapack/liblapack3_3.9.0-1build1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 54% [Waiting for headers] 2483 kB/s 8sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/l/lapack/liblapack3_3.9.0-1build1_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:17 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Sat, 21 Mar 2020 13:18:55 GMT | ETag: "20dc30-5a15d3e6e4dc0" | Accept-Ranges: bytes | Content-Length: 2153520 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 liblapack3 amd64 3.9.0-1build1 [2154 kB] 57% [15 liblapack3 1647 kB/2154 kB 76%] 2483 kB/s 7sGET /ubuntu/pool/main/m/metis/libmetis5_5.1.0.dfsg-5_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 59% [Working] 2483 kB/s 7sGET /ubuntu/pool/main/m/metis/libmetis5_5.1.0.dfsg-5_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/m/metis/libmetis5_5.1.0.dfsg-5_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:19 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Wed, 02 Nov 2016 04:08:50 GMT | ETag: "29326-540499929d880" | Accept-Ranges: bytes | Content-Length: 168742 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libmetis5 amd64 5.1.0.dfsg-5 [169 kB] 59% [16 libmetis5 8405 B/169 kB 5%] 1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libcholmod3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 59% [Working] 1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libcholmod3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libcholmod3_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:20 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT | ETag: "4b300-59fe08f1bae80" | Accept-Ranges: bytes | Content-Length: 307968 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libcholmod3 amd64 1:5.7.1+dfsg-2 [308 kB] 59% [17 libcholmod3 2613 B/308 kB 1%] 1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libcxsparse3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 61% [Working] 1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libcxsparse3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libcxsparse3_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:21 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:27 GMT | ETag: "facc-59fe08f2af0c0" | Accept-Ranges: bytes | Content-Length: 64204 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libcxsparse3 amd64 1:5.7.1+dfsg-2 [64.2 kB] 61% [18 libcxsparse3 7910 B/64.2 kB 12%] 1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libgraphblas3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 61% [Working] 1882 kB/s 9sGET /ubuntu/pool/main/s/suitesparse/libgraphblas3_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libgraphblas3_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:21 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:24 GMT | ETag: "3986f0-59fe08efd2a00" | Accept-Ranges: bytes | Content-Length: 3770096 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libgraphblas3 amd64 1:5.7.1+dfsg-2 [3770 kB] 64% [19 libgraphblas3 1368 kB/3770 kB 36%] 1882 kB/s 8sGET /ubuntu/pool/main/s/suitesparse/libklu1_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 68% [Working] 1882 kB/s 7sGET /ubuntu/pool/main/s/suitesparse/libklu1_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libklu1_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:24 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT | ETag: "1181c-59fe08f0c6c40" | Accept-Ranges: bytes | Content-Length: 71708 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libklu1 amd64 1:5.7.1+dfsg-2 [71.7 kB] 68% [20 libklu1 9854 B/71.7 kB 14%] 1882 kB/s 7sGET /ubuntu/pool/universe/o/openblas/libopenblas-pthread-dev_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 69% [Working] 1882 kB/s 7sGET /ubuntu/pool/universe/o/openblas/libopenblas-pthread-dev_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/universe/o/openblas/libopenblas-pthread-dev_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:24 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Wed, 10 Jun 2020 14:11:07 GMT | ETag: "450f44-5a7bb6a4234c0" | Accept-Ranges: bytes | Content-Length: 4525892 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:21 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenblas-pthread-dev amd64 0.3.8+ds-1ubuntu0.20.04.1 [4526 kB] 75% [21 libopenblas-pthread-dev 3638 kB/4526 kB 80%] 1882 kB/s 5sGET /ubuntu/pool/main/l/lapack/liblapack-dev_3.9.0-1build1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 78% [Working] 1882 kB/s 4sGET /ubuntu/pool/main/l/lapack/liblapack-dev_3.9.0-1build1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/l/lapack/liblapack-dev_3.9.0-1build1_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:26 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Sat, 21 Mar 2020 13:18:53 GMT | ETag: "40b8ec-5a15d3e4fc940" | Accept-Ranges: bytes | Content-Length: 4241644 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 liblapack-dev amd64 3.9.0-1build1 [4242 kB] 81% [22 liblapack-dev 2091 kB/4242 kB 49%] 1430 kB/s 4sGET /ubuntu/pool/main/s/suitesparse/libldl2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 85% [Connecting to archive.ubuntu.com (91.189.88.142)] 1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libldl2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libldl2_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:28 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT | ETag: "2acc-59fe08f0c6c40" | Accept-Ranges: bytes | Content-Length: 10956 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libldl2 amd64 1:5.7.1+dfsg-2 [11.0 kB] 85% [23 libldl2 10.8 kB/11.0 kB 99%] 1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libmongoose2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 86% [Working] 1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libmongoose2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 86% [Waiting for headers] 1430 kB/s 3sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libmongoose2_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:28 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT | ETag: "7a98-59fe08f0c6c40" | Accept-Ranges: bytes | Content-Length: 31384 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libmongoose2 amd64 1:5.7.1+dfsg-2 [31.4 kB] 86% [24 libmongoose2 8407 B/31.4 kB 27%] 1430 kB/s 3sGET /ubuntu/pool/main/m/mpfr4/libmpfr-dev_4.0.2-1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 87% [Working] 1430 kB/s 3sGET /ubuntu/pool/main/m/mpfr4/libmpfr-dev_4.0.2-1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 87% [Waiting for headers] 1430 kB/s 3sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/m/mpfr4/libmpfr-dev_4.0.2-1_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:29 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Fri, 01 Feb 2019 13:18:25 GMT | ETag: "3a9d8-580d4fa574a40" | Accept-Ranges: bytes | Content-Length: 240088 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr-dev amd64 4.0.2-1 [240 kB] 87% [25 libmpfr-dev 5509 B/240 kB 2%] 1430 kB/s 3sGET /ubuntu/pool/universe/o/openblas/libopenblas0_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 88% [Working] 1430 kB/s 3sGET /ubuntu/pool/universe/o/openblas/libopenblas0_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/universe/o/openblas/libopenblas0_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:30 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Wed, 10 Jun 2020 14:11:06 GMT | ETag: "1704-5a7bb6a32f280" | Accept-Ranges: bytes | Content-Length: 5892 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenblas0 amd64 0.3.8+ds-1ubuntu0.20.04.1 [5892 B] 88% [26 libopenblas0 5892 B/5892 B 100%] 1430 kB/s 3sGET /ubuntu/pool/universe/o/openblas/libopenblas-dev_0.3.8%2bds-1ubuntu0.20.04.1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 88% [Working] 1430 kB/s 3sAnswer for: http://archive.ubuntu.com/ubuntu/pool/universe/o/openblas/libopenblas-dev_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:30 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Wed, 10 Jun 2020 14:11:07 GMT | ETag: "4028-5a7bb6a4234c0" | Accept-Ranges: bytes | Content-Length: 16424 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenblas-dev amd64 0.3.8+ds-1ubuntu0.20.04.1 [16.4 kB] 88% [27 libopenblas-dev 9358 B/16.4 kB 57%] 1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/librbio2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 89% [Working] 1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/librbio2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/librbio2_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:30 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT | ETag: "5f94-59fe08f1bae80" | Accept-Ranges: bytes | Content-Length: 24468 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 librbio2 amd64 1:5.7.1+dfsg-2 [24.5 kB] 89% [28 librbio2 8407 B/24.5 kB 34%] 1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libspqr2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 90% [Working] 1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libspqr2_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libspqr2_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:31 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT | ETag: "fd0c-59fe08f1bae80" | Accept-Ranges: bytes | Content-Length: 64780 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libspqr2 amd64 1:5.7.1+dfsg-2 [64.8 kB] 91% [Working] 1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libumfpack5_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | GET /ubuntu/pool/main/s/suitesparse/libumfpack5_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 91% [Waiting for headers] 1430 kB/s 3sAnswer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libumfpack5_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:31 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:25 GMT | ETag: "37de4-59fe08f0c6c40" | Accept-Ranges: bytes | Content-Length: 228836 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libumfpack5 amd64 1:5.7.1+dfsg-2 [229 kB] 91% [30 libumfpack5 13.7 kB/229 kB 6%] 1430 kB/s 3sGET /ubuntu/pool/main/s/suitesparse/libsuitesparse-dev_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 92% [Working] 1430 kB/s 2sGET /ubuntu/pool/main/s/suitesparse/libsuitesparse-dev_5.7.1%2bdfsg-2_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/s/suitesparse/libsuitesparse-dev_5.7.1+dfsg-2_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:32 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Mon, 02 Mar 2020 15:08:26 GMT | ETag: "3f7f14-59fe08f1bae80" | Accept-Ranges: bytes | Content-Length: 4161300 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libsuitesparse-dev amd64 1:5.7.1+dfsg-2 [4161 kB] 99% [31 libsuitesparse-dev 4159 kB/4161 kB 100%] 776 kB/s 0sGET /ubuntu/pool/main/m/mpclib3/libmpc-dev_1.1.0-1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | 99% [Working] 776 kB/s 0sGET /ubuntu/pool/main/m/mpclib3/libmpc-dev_1.1.0-1_amd64.deb HTTP/1.1 | Host: archive.ubuntu.com | User-Agent: Debian APT-HTTP/1.3 (2.0.6) | | | Answer for: http://archive.ubuntu.com/ubuntu/pool/main/m/mpclib3/libmpc-dev_1.1.0-1_amd64.deb | HTTP/1.1 200 OK | Date: Mon, 09 Aug 2021 12:22:34 GMT | Server: Apache/2.4.29 (Ubuntu) | Last-Modified: Tue, 23 Jan 2018 23:28:50 GMT | ETag: "c51c-56379e8b63080" | Accept-Ranges: bytes | Content-Length: 50460 | Cache-Control: max-age=86400 | Content-Type: application/x-debian-package | Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc-dev amd64 1.1.0-1 [50.5 kB] Fetched 46.6 MB in 33s (1421 kB/s) | debconf: delaying package configuration, since apt-utils is not installed | Selecting previously unselected package ccache. (Reading database ... 26223 files and directories currently installed.) | Preparing to unpack .../00-ccache_3.7.7-1_amd64.deb ... | Unpacking ccache (3.7.7-1) ... | Selecting previously unselected package libgfortran5:amd64. | Preparing to unpack .../01-libgfortran5_10.3.0-1ubuntu1~20.04_amd64.deb ... | Unpacking libgfortran5:amd64 (10.3.0-1ubuntu1~20.04) ... | Selecting previously unselected package libgfortran-9-dev:amd64. | Preparing to unpack .../02-libgfortran-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... | Unpacking libgfortran-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... | Selecting previously unselected package gfortran-9. | Preparing to unpack .../03-gfortran-9_9.3.0-17ubuntu1~20.04_amd64.deb ... | Unpacking gfortran-9 (9.3.0-17ubuntu1~20.04) ... | Selecting previously unselected package gfortran. | Preparing to unpack .../04-gfortran_4%3a9.3.0-1ubuntu2_amd64.deb ... | Unpacking gfortran (4:9.3.0-1ubuntu2) ... | Selecting previously unselected package libsuitesparseconfig5:amd64. | Preparing to unpack .../05-libsuitesparseconfig5_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libsuitesparseconfig5:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libamd2:amd64. | Preparing to unpack .../06-libamd2_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libamd2:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libatlas3-base:amd64. | Preparing to unpack .../07-libatlas3-base_3.10.3-8ubuntu7_amd64.deb ... | Unpacking libatlas3-base:amd64 (3.10.3-8ubuntu7) ... | Selecting previously unselected package libatlas-base-dev:amd64. | Preparing to unpack .../08-libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb ... | Unpacking libatlas-base-dev:amd64 (3.10.3-8ubuntu7) ... | Selecting previously unselected package libbtf1:amd64. | Preparing to unpack .../09-libbtf1_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libbtf1:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libcamd2:amd64. | Preparing to unpack .../10-libcamd2_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libcamd2:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libccolamd2:amd64. | Preparing to unpack .../11-libccolamd2_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libccolamd2:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libopenblas0-pthread:amd64. | Preparing to unpack .../12-libopenblas0-pthread_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb ... | Unpacking libopenblas0-pthread:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ... | Selecting previously unselected package libcolamd2:amd64. | Preparing to unpack .../13-libcolamd2_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libcolamd2:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package liblapack3:amd64. | Preparing to unpack .../14-liblapack3_3.9.0-1build1_amd64.deb ... | Unpacking liblapack3:amd64 (3.9.0-1build1) ... | Selecting previously unselected package libmetis5:amd64. | Preparing to unpack .../15-libmetis5_5.1.0.dfsg-5_amd64.deb ... | Unpacking libmetis5:amd64 (5.1.0.dfsg-5) ... | Selecting previously unselected package libcholmod3:amd64. | Preparing to unpack .../16-libcholmod3_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libcholmod3:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libcxsparse3:amd64. | Preparing to unpack .../17-libcxsparse3_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libcxsparse3:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libgraphblas3:amd64. | Preparing to unpack .../18-libgraphblas3_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libgraphblas3:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libklu1:amd64. | Preparing to unpack .../19-libklu1_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libklu1:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libopenblas-pthread-dev:amd64. | Preparing to unpack .../20-libopenblas-pthread-dev_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb ... | Unpacking libopenblas-pthread-dev:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ... | Selecting previously unselected package liblapack-dev:amd64. | Preparing to unpack .../21-liblapack-dev_3.9.0-1build1_amd64.deb ... | Unpacking liblapack-dev:amd64 (3.9.0-1build1) ... | Selecting previously unselected package libldl2:amd64. | Preparing to unpack .../22-libldl2_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libldl2:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libmongoose2:amd64. | Preparing to unpack .../23-libmongoose2_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libmongoose2:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libmpfr-dev:amd64. | Preparing to unpack .../24-libmpfr-dev_4.0.2-1_amd64.deb ... | Unpacking libmpfr-dev:amd64 (4.0.2-1) ... | Selecting previously unselected package libopenblas0:amd64. | Preparing to unpack .../25-libopenblas0_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb ... | Unpacking libopenblas0:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ... | Selecting previously unselected package libopenblas-dev:amd64. | Preparing to unpack .../26-libopenblas-dev_0.3.8+ds-1ubuntu0.20.04.1_amd64.deb ... | Unpacking libopenblas-dev:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ... | Selecting previously unselected package librbio2:amd64. | Preparing to unpack .../27-librbio2_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking librbio2:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libspqr2:amd64. | Preparing to unpack .../28-libspqr2_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libspqr2:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libumfpack5:amd64. | Preparing to unpack .../29-libumfpack5_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libumfpack5:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libsuitesparse-dev:amd64. | Preparing to unpack .../30-libsuitesparse-dev_1%3a5.7.1+dfsg-2_amd64.deb ... | Unpacking libsuitesparse-dev:amd64 (1:5.7.1+dfsg-2) ... | Selecting previously unselected package libmpc-dev:amd64. | Preparing to unpack .../31-libmpc-dev_1.1.0-1_amd64.deb ... | Unpacking libmpc-dev:amd64 (1.1.0-1) ... | Setting up libgraphblas3:amd64 (1:5.7.1+dfsg-2) ... | Setting up ccache (3.7.7-1) ... | Updating symlinks in /usr/lib/ccache ... | Setting up libldl2:amd64 (1:5.7.1+dfsg-2) ... | Setting up libmetis5:amd64 (5.1.0.dfsg-5) ... | Setting up libmpfr-dev:amd64 (4.0.2-1) ... | Setting up libbtf1:amd64 (1:5.7.1+dfsg-2) ... | Setting up libmpc-dev:amd64 (1.1.0-1) ... | Setting up libgfortran5:amd64 (10.3.0-1ubuntu1~20.04) ... | Setting up libcxsparse3:amd64 (1:5.7.1+dfsg-2) ... | Setting up libsuitesparseconfig5:amd64 (1:5.7.1+dfsg-2) ... | Setting up librbio2:amd64 (1:5.7.1+dfsg-2) ... | Setting up libamd2:amd64 (1:5.7.1+dfsg-2) ... | Setting up libopenblas0-pthread:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ... | update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode | update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode | update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/x86_64-linux-gnu/libopenblas.so.0 (libopenblas.so.0-x86_64-linux-gnu) in auto mode | Setting up libatlas3-base:amd64 (3.10.3-8ubuntu7) ... | Setting up libcolamd2:amd64 (1:5.7.1+dfsg-2) ... | Setting up libgfortran-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... | Setting up libatlas-base-dev:amd64 (3.10.3-8ubuntu7) ... | update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode | update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode | Setting up libcamd2:amd64 (1:5.7.1+dfsg-2) ... | Setting up libmongoose2:amd64 (1:5.7.1+dfsg-2) ... | Setting up libopenblas0:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ... | Setting up libklu1:amd64 (1:5.7.1+dfsg-2) ... | Setting up libccolamd2:amd64 (1:5.7.1+dfsg-2) ... | Setting up libcholmod3:amd64 (1:5.7.1+dfsg-2) ... | Setting up libopenblas-pthread-dev:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ... | update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode | update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode | update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/x86_64-linux-gnu/libopenblas.so (libopenblas.so-x86_64-linux-gnu) in auto mode | Setting up libspqr2:amd64 (1:5.7.1+dfsg-2) ... | Setting up liblapack3:amd64 (3.9.0-1build1) ... | Setting up gfortran-9 (9.3.0-17ubuntu1~20.04) ... | Setting up gfortran (4:9.3.0-1ubuntu2) ... | update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode | update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist | update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode | update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist | Setting up libopenblas-dev:amd64 (0.3.8+ds-1ubuntu0.20.04.1) ... | Setting up libumfpack5:amd64 (1:5.7.1+dfsg-2) ... | Setting up liblapack-dev:amd64 (3.9.0-1build1) ... | Setting up libsuitesparse-dev:amd64 (1:5.7.1+dfsg-2) ... | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... [Linux Tests/Meson build] ❌ Failure - Install Ubuntu dependencies Error: exit with `FAILURE`: 141 ``` </details>
Author
Owner

@catthehacker commented on GitHub (Aug 9, 2021):

What a coincidence, I was just recently talking with my friend about how stupid yes program is.

@HarshCasper Build will work if you remove yes

      run: |
        # NOTE: not the same OpenBLAS version as in upstream CI (I'm being lazy here)
        apt-get update
-        yes | apt-get -o Debug::pkgProblemResolver=true -o Debug::Acquire::http=true install libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache libmpc-dev
+        apt-get -yq -o Debug::pkgProblemResolver=true -o Debug::Acquire::http=true install libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache libmpc-dev

    - name: Install Python packages
      run: |

but I don't know of a permanent solution yet.

<!-- gh-comment-id:895197261 --> @catthehacker commented on GitHub (Aug 9, 2021): What a coincidence, I was just recently talking with my friend about how stupid `yes` program is. @HarshCasper Build will work if you remove `yes` ```diff run: | # NOTE: not the same OpenBLAS version as in upstream CI (I'm being lazy here) apt-get update - yes | apt-get -o Debug::pkgProblemResolver=true -o Debug::Acquire::http=true install libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache libmpc-dev + apt-get -yq -o Debug::pkgProblemResolver=true -o Debug::Acquire::http=true install libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache libmpc-dev - name: Install Python packages run: | ``` but I don't know of a permanent solution yet.
Author
Owner

@catthehacker commented on GitHub (Aug 9, 2021):

mhm, 141 exit code is SIGPIPE, basically we stopped receiving input when program was still outputting, I guess that is what happens if someone were to push 4KB buffered spam into our pipe

<!-- gh-comment-id:895202050 --> @catthehacker commented on GitHub (Aug 9, 2021): mhm, `141` exit code is `SIGPIPE`, basically we stopped receiving input when program was still outputting, I guess that is what happens if someone were to push 4KB buffered spam into our pipe
Author
Owner

@HarshCasper commented on GitHub (Aug 20, 2021):

Hi @catthehacker

The issue has been resolved and act now works completely with Scipy. Shall I close the issue now?

P.S: I have created my first contribution to the project here: https://github.com/nektos/act/pull/781

It would be great to have your feedback :)

<!-- gh-comment-id:902821187 --> @HarshCasper commented on GitHub (Aug 20, 2021): Hi @catthehacker The issue has been resolved and `act` now works completely with Scipy. Shall I close the issue now? P.S: I have created my first contribution to the project here: https://github.com/nektos/act/pull/781 It would be great to have your feedback :)
Author
Owner

@catthehacker commented on GitHub (Aug 21, 2021):

The issue has been resolved and act now works completely with Scipy. Shall I close the issue now?

If the issue doesn't happen with same same workflow then yes otherwise I would like to fix that.

<!-- gh-comment-id:903164747 --> @catthehacker commented on GitHub (Aug 21, 2021): > The issue has been resolved and `act` now works completely with Scipy. Shall I close the issue now? If the issue doesn't happen with same same workflow then yes otherwise I would like to fix that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#485
No description provided.