Skip to content

Instantly share code, notes, and snippets.

@dhess
Last active January 22, 2021 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhess/015a86d79c940aa47c2465fa47d24a15 to your computer and use it in GitHub Desktop.
Save dhess/015a86d79c940aa47c2465fa47d24a15 to your computer and use it in GitHub Desktop.
evaluating file '/nix/store/8xv13mhf8vzdrhcylmnslwj5l7p83pzi-source/default.nix'
evaluating file '/nix/store/wydbs7nwx8bq8ampdxpwbd36raydym54-source/default.nix'
evaluating file '/nix/store/8xv13mhf8vzdrhcylmnslwj5l7p83pzi-source/flake.nix'
downloading 'https://api.github.com/repos/numtide/flake-utils/tarball/5021eac20303a61fafe17224c087f5519baed54d'...
Assertion failed: (request.expectedETag == res.etag), function downloadFile, file src/libfetchers/tarball.cc, line 67.
 sqlite3 fetcher-cache-v1.sqlite
SQLite version 3.32.3 2020-06-18 14:16:19
Enter ".help" for usage hints.
sqlite> .dump
PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
CREATE TABLE Cache (
input text not null,
info text not null,
path text not null,
immutable integer not null,
timestamp integer not null,
primary key (input)
);
...
INSERT INTO Cache VALUES('{"name":"source","type":"file","url":"https://api.github.com/repos/numtide/flake-utils/tarball/5021eac20303a61fafe17224c087f5519baed54d"}','{"etag":"\"17552ff816e897217c41da34c98d7fc7fd2682fde9c63a931172d14a958303f9\"","url":"https://codeload.github.com/numtide/flake-utils/legacy.tar.gz/5021eac20303a61fafe17224c087f5519baed54d"}','/nix/store/nmczpvs1lc0p3x1bpxr454g64y3hvy28-source',0,1611270871);
INSERT INTO Cache VALUES('{"name":"source","type":"file","url":"https://codeload.github.com/numtide/flake-utils/legacy.tar.gz/5021eac20303a61fafe17224c087f5519baed54d"}','{"etag":"\"17552ff816e897217c41da34c98d7fc7fd2682fde9c63a931172d14a958303f9\"","url":"https://codeload.github.com/numtide/flake-utils/legacy.tar.gz/5021eac20303a61fafe17224c087f5519baed54d"}','/nix/store/nmczpvs1lc0p3x1bpxr454g64y3hvy28-source',0,1611270871);
INSERT INTO Cache VALUES('{"name":"source","type":"tarball","url":"https://api.github.com/repos/numtide/flake-utils/tarball/5021eac20303a61fafe17224c087f5519baed54d"}','{"etag":"\"17552ff816e897217c41da34c98d7fc7fd2682fde9c63a931172d14a958303f9\"","lastModified":1605370193}','/nix/store/if5crzwh0ziyarn0kjajd8br35i8lqa9-source',0,1611270871);
 wget -S https://api.github.com/repos/numtide/flake-utils/tarball/5021eac20303a61fafe17224c087f5519baed54d
--2021-01-22 11:01:01-- https://api.github.com/repos/numtide/flake-utils/tarball/5021eac20303a61fafe17224c087f5519baed54d
Resolving api.github.com (api.github.com)... 140.82.121.6
Connecting to api.github.com (api.github.com)|140.82.121.6|:443... connected.
HTTP request sent, awaiting response...
HTTP/1.1 302 Found
Date: Fri, 22 Jan 2021 11:00:45 GMT
Content-Type: text/html;charset=utf-8
Content-Length: 0
Server: GitHub.com
Status: 302 Found
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 60
X-RateLimit-Reset: 1611316844
x-ratelimit-used: 0
Cache-Control: public, must-revalidate, max-age=0
expires: Fri, 22 Jan 2021 11:00:44 GMT
Location: https://codeload.github.com/numtide/flake-utils/legacy.tar.gz/5021eac20303a61fafe17224c087f5519baed54d
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Frame-Options: deny
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
Content-Security-Policy: default-src 'none'
Vary: Accept-Encoding, Accept, X-Requested-With, Accept-Encoding
X-GitHub-Request-Id: CA68:5F1A:65BAF0:710254:600AB06D
Location: https://codeload.github.com/numtide/flake-utils/legacy.tar.gz/5021eac20303a61fafe17224c087f5519baed54d [following]
--2021-01-22 11:01:01-- https://codeload.github.com/numtide/flake-utils/legacy.tar.gz/5021eac20303a61fafe17224c087f5519baed54d
Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Fri, 22 Jan 2021 11:01:02 GMT
Content-Type: application/x-gzip
Content-Length: 5082
Access-Control-Allow-Origin: https://render.githubusercontent.com
content-disposition: attachment; filename=numtide-flake-utils-5021eac.tar.gz
Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
ETag: "17552ff816e897217c41da34c98d7fc7fd2682fde9c63a931172d14a958303f9"
Strict-Transport-Security: max-age=31536000
Vary: Authorization,Accept-Encoding
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-XSS-Protection: 1; mode=block
Vary: Accept-Encoding
X-GitHub-Request-Id: CA69:112C7:50C43:6F68F:600AB06E
Length: 5082 (5.0K) [application/x-gzip]
Saving to: ‘5021eac20303a61fafe17224c087f5519baed54d’
5021eac20303a61fafe17224c087f5519baed54d 100%[=========================================================================================================>] 4.96K --.-KB/s in 0s
2021-01-22 11:01:02 (9.75 MB/s) - ‘5021eac20303a61fafe17224c087f5519baed54d’ saved [5082/5082]
 curl -v -L -O https://api.github.com/repos/numtide/flake-utils/tarball/5021eac20303a61fafe17224c087f5519baed54d
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 140.82.121.5...
* TCP_NODELAY set
* Connected to api.github.com (140.82.121.5) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [228 bytes data]
* TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [102 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2970 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [300 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [37 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=*.github.com
* start date: Jun 22 00:00:00 2020 GMT
* expire date: Aug 17 12:00:00 2022 GMT
* subjectAltName: host "api.github.com" matched cert's "*.github.com"
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x7fdee000d600)
> GET /repos/numtide/flake-utils/tarball/5021eac20303a61fafe17224c087f5519baed54d HTTP/2
> Host: api.github.com
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 302
< date: Fri, 22 Jan 2021 11:25:54 GMT
< content-type: text/html;charset=utf-8
< content-length: 0
< server: GitHub.com
< status: 302 Found
< x-ratelimit-limit: 60
< x-ratelimit-remaining: 60
< x-ratelimit-reset: 1611318354
< x-ratelimit-used: 0
< cache-control: public, must-revalidate, max-age=0
< expires: Fri, 22 Jan 2021 11:25:54 GMT
< location: https://codeload.github.com/numtide/flake-utils/legacy.tar.gz/5021eac20303a61fafe17224c087f5519baed54d
< access-control-expose-headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset
< access-control-allow-origin: *
< strict-transport-security: max-age=31536000; includeSubdomains; preload
< x-frame-options: deny
< x-content-type-options: nosniff
< x-xss-protection: 1; mode=block
< referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin
< content-security-policy: default-src 'none'
< vary: Accept-Encoding, Accept, X-Requested-With, Accept-Encoding
< x-github-request-id: CBBD:6B85:17FEA02:1A819B8:600AB695
<
{ [0 bytes data]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Connection #0 to host api.github.com left intact
* Issue another request to this URL: 'https://codeload.github.com/numtide/flake-utils/legacy.tar.gz/5021eac20303a61fafe17224c087f5519baed54d'
* Trying 140.82.121.9...
* TCP_NODELAY set
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0* Connected to codeload.github.com (140.82.121.9) port 443 (#1)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [233 bytes data]
* TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [108 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2970 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [300 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [37 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
* subject: C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=*.github.com
* start date: Jun 22 00:00:00 2020 GMT
* expire date: Aug 17 12:00:00 2022 GMT
* subjectAltName: host "codeload.github.com" matched cert's "*.github.com"
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
* SSL certificate verify ok.
> GET /numtide/flake-utils/legacy.tar.gz/5021eac20303a61fafe17224c087f5519baed54d HTTP/1.1
> Host: codeload.github.com
> User-Agent: curl/7.64.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Fri, 22 Jan 2021 11:27:19 GMT
< Content-Type: application/x-gzip
< Content-Length: 5082
< Access-Control-Allow-Origin: https://render.githubusercontent.com
< content-disposition: attachment; filename=numtide-flake-utils-5021eac.tar.gz
< Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
< ETag: "17552ff816e897217c41da34c98d7fc7fd2682fde9c63a931172d14a958303f9"
< Strict-Transport-Security: max-age=31536000
< Vary: Authorization,Accept-Encoding
< X-Content-Type-Options: nosniff
< X-Frame-Options: deny
< X-XSS-Protection: 1; mode=block
< Vary: Accept-Encoding
< X-GitHub-Request-Id: CBBE:10C71:15116E:1B591E:600AB697
<
{ [708 bytes data]
100 5082 100 5082 0 0 2344 0 0:00:02 0:00:02 --:--:-- 8807
* Connection #1 to host codeload.github.com left intact
* Closing connection 0
* Closing connection 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment