Opened 3 years ago

Last modified 3 years ago

#16828 new bug

Interrupted system call re-using downloaded packages

Reported by: kallisti5 Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Kits/Package Kit Version: R1/Development
Keywords: pkgkit Cc:
Blocked By: Blocking: #16881, #17316
Platform: All

Description

Haiku shredder 1 hrev54972 Mar 3 2021 08:01:57 x86_64 x86_64 Haiku

$ pkgman install mesa_swpipe
100% repochecksum-1 [65 bytes]
Validating checksum for Haiku...done.
100% repochecksum-1 [64 bytes]
Validating checksum for HaikuPorts...done.
The following changes will be made:
  in system:
    install package mesa_swpipe-17.1.10-6 from repository HaikuPorts
Continue? [yes/no] (yes) : 
Re-using download '/boot/system/packages/administrative/state_2021-01-05_07:56:45/mesa_swpipe-17.1.10-6-x86_64.hpkg' from previous transaction (partial)

*** Failed to download package mesa_swpipe: Interrupted system call
  0%/Data/Code/Puri/src> 
$ ls -la /boot/system/packages/administrative/state_2021-01-05_07:56:45/mesa_swpipe-17.1.10-6-x86_64.hpkg
-rw-r--r-- 1 user root 2597689 Mar  7  2020 /boot/system/packages/administrative/state_2021-01-05_07:56:45/mesa_swpipe-17.1.10-6-x86_64.hpkg
$ sha256sum /boot/system/packages/administrative/state_2021-01-05_07:56:45/mesa_swpipe-17.1.10-6-x86_64.hpkg
2588987c9c61c31a6eb981f088f1b8a2e4ef8afede99fadbb51550f87f52d5a6  /boot/system/packages/administrative/state_2021-01-05_07:56:45/mesa_swpipe-17.1.10-6-x86_64.hpkg

Attachments (1)

mesa_swpipe-17.1.10-6-x86_64.hpkg (2.5 MB ) - added by kallisti5 3 years ago.
/boot/system/packages/administrative/state_2021-01-05_07:56:45/mesa_swpipe-17.1.10-6-x86_64.hpkg

Change History (9)

by kallisti5, 3 years ago

/boot/system/packages/administrative/state_2021-01-05_07:56:45/mesa_swpipe-17.1.10-6-x86_64.hpkg

comment:1 by nielx, 3 years ago

Is this a consistent error?

comment:2 by diver, 3 years ago

Blocking: 16881 added

comment:3 by nephele, 3 years ago

Interupted system call seems to be the failed download, I think the error here is that package kit tries to pick up a package that was installed before, thus is clearly fully downloaded, and then trying to threat it as a partial download. And next try to download the file as a continuation over it's end, and then fail after severall retries of the server telling it that that range is invalid.

Here is a more complete log from a full-sync with lovely network kit debug output attached :)

~/Desktop pkgman full-sync
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/repo.sha256
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/repo.sha256 HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
    HTTPS: Request sent.
    HTTPS: Status line received: Code 200 (OK)
<-- HTTPS: Accept-Ranges: bytes
<-- HTTPS: Content-Length: 64
<-- HTTPS: Content-Type: application/octet-stream
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:40 GMT
<-- HTTPS: Etag: "60ef1ff9-40"
<-- HTTPS: Last-Modified: Wed, 14 Jul 2021 17:33:45 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 8 headers and 0 bytes of data remaining
100% repochecksum-1 [64 bitokoj]
Validigado de kontrolsumo por HaikuPorts...done.
The following changes will be made:
  in system:
    upgrade package netsurf-3.10-2 to 3.10-3 from repository HaikuPorts
    upgrade package mesa-21.0.0-1 to 17.1.10-6 from repository HaikuPorts
    upgrade package gcc-8.3.0_2019_05_24-12 to 8.3.0_2019_05_24-10 from repository HaikuPorts
    upgrade package gcc_syslibs-8.3.0_2019_05_24-12 to 8.3.0_2019_05_24-10 from repository HaikuPorts
    upgrade package mksh-57-2 to 57-2 from repository HaikuPorts
    upgrade package gcc_syslibs_devel-8.3.0_2019_05_24-12 to 8.3.0_2019_05_24-10 from repository HaikuPorts
    install package libquotient-0.6.6-2 from repository HaikuPorts
    upgrade package haikuwebkit-1.8.1-1 to 1.8.2-1 from repository HaikuPorts
    upgrade package mesa_debuginfo-21.0.0-1 to 17.1.10-6 from repository HaikuPorts
    upgrade package mesa_swpipe-21.0.0-1 to 17.1.10-6 from repository HaikuPorts
    upgrade package mesa_devel-21.0.0-1 to 17.1.10-6 from repository HaikuPorts
    upgrade package retroarch-1.9.4-1 to 1.9.6-1 from repository HaikuPorts
    upgrade package gcc_debuginfo-8.3.0_2019_05_24-12 to 8.3.0_2019_05_24-10 from repository HaikuPorts
    upgrade package gcc_fortran-8.3.0_2019_05_24-12 to 8.3.0_2019_05_24-10 from repository HaikuPorts
    upgrade package quaternion-0.0.95~beta5-2 to 0.0.95~beta5-1 from repository HaikuPorts
Continue? [yes/no] (yes) : yes
Re-using download '/boot/system/packages/administrative/transaction-1/netsurf-3.10-3-x86_64.hpkg' from previous transaction
Re-using download '/boot/system/packages/administrative/transaction-2/mesa-17.1.10-6-x86_64.hpkg' from previous transaction (partial)
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2043388-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:42 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2043601-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:42 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2043814-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:42 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2044027-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:43 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2044240-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:43 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2044453-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:43 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2044666-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:43 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2044879-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:43 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2045092-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:43 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2045305-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:43 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2045518-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:43 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2045731-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:44 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2045944-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:44 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2046157-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:44 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2046370-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:44 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2046583-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:44 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2046796-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:44 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2047009-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:44 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2047222-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:44 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2047435-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:44 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2047648-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:45 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2047861-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:45 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2048074-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:45 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2048287-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:45 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2048500-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:45 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2048713-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:45 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2048926-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:45 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2049139-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:45 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2049352-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:46 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2049565-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:46 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2049778-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:46 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2049991-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:46 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2050204-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:46 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2050417-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:46 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2050630-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:46 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2050843-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:46 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2051056-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:47 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2051269-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:47 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2051482-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:47 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2051695-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:47 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2051908-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:47 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2052121-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:47 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2052334-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:47 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2052547-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:47 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2052760-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:47 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2052973-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:48 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2053186-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:48 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2053399-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:48 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2053612-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:48 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2053825-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:48 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2054038-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:48 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2054251-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:48 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2054464-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:48 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2054677-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
<-- HTTPS: Content-Length: 213
<-- HTTPS: Content-Range: bytes */2033590
<-- HTTPS: Content-Type: text/html; charset=utf-8
<-- HTTPS: Date: Wed, 14 Jul 2021 17:43:49 GMT
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 6 headers and 0 bytes of data remaining
    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/r1beta3/x86_64/current/packages/mesa-17.1.10-6-x86_64.hpkg HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Range: bytes=2054890-
    HTTPS: Request sent.
    HTTPS: Status line received: Code 416 (Requested Range Not Satisfiable)
*** Failed to download package mesa: Interrupted system call
  0%~}}}

comment:4 by pulkomandy, 3 years ago

"interrupted system call" happens when the software receives a signal. For example it could be from pressing control+C or similar. Or maybe resizing Terminal (yes, this sends a signal to let ncurses app know that they should redraw the screen...).

It would be nice to know which signal happened and why. Can you try running it through strace? I think that will show it?

comment:5 by nephele, 3 years ago

After the patch to handle error codes properly I do not get the interupted system call anymore, do you want me to test on an older release regardless for the signal or does that not matter now?

comment:6 by diver, 3 years ago

Blocking: 17316 added

comment:7 by waddlesplash, 3 years ago

Seems this still happens, if the recently opened ticket is any indication.

comment:8 by diver, 3 years ago

I just had it (Interrupted system call) while repo index (/boot/system/cache/package-repositories/HaikuPorts) was updated due to new packages appearing in the repo.

Note: See TracTickets for help on using tickets.