Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doh-proxy: init at 0.0.8 #49158

Merged
merged 4 commits into from Oct 31, 2018
Merged

doh-proxy: init at 0.0.8 #49158

merged 4 commits into from Oct 31, 2018

Conversation

alyssais
Copy link
Member

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/8x2wsnd9d24nxrq57jxlzv5mjk7qdchw-python3.6-doh-proxy-0.0.8
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/8x2wsnd9d24nxrq57jxlzv5mjk7qdchw-python3.6-doh-proxy-0.0.8/lib  /nix/store/8x2wsnd9d24nxrq57jxlzv5mjk7qdchw-python3.6-doh-proxy-0.0.8/bin
patching script interpreter paths in /nix/store/8x2wsnd9d24nxrq57jxlzv5mjk7qdchw-python3.6-doh-proxy-0.0.8
checking for references to /build in /nix/store/8x2wsnd9d24nxrq57jxlzv5mjk7qdchw-python3.6-doh-proxy-0.0.8...
wrapping `/nix/store/8x2wsnd9d24nxrq57jxlzv5mjk7qdchw-python3.6-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/8x2wsnd9d24nxrq57jxlzv5mjk7qdchw-python3.6-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/8x2wsnd9d24nxrq57jxlzv5mjk7qdchw-python3.6-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/8x2wsnd9d24nxrq57jxlzv5mjk7qdchw-python3.6-doh-proxy-0.0.8/bin/doh-client'...
/nix/store/8x2wsnd9d24nxrq57jxlzv5mjk7qdchw-python3.6-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)


----------------------------------------------------------------------
Ran 20 tests in 7.009s

FAILED (failures=1)
Test failed: <unittest.runner.TextTestResult run=20 errors=0 failures=1>
error: Test failed: <unittest.runner.TextTestResult run=20 errors=0 failures=1>
builder for '/nix/store/26aibaqv40sy7y79c9pi2f9861fdkgnl-python3.6-aioh2-0.2.2.drv' failed with exit code 1
cannot build derivation '/nix/store/wwyzlcyvlaif7smfm7hdj4cyscjp1vg7-python3.6-doh-proxy-0.0.8.drv': 1 dependencies couldn't be built
error: build of '/nix/store/wwyzlcyvlaif7smfm7hdj4cyscjp1vg7-python3.6-doh-proxy-0.0.8.drv' failed

@alyssais
Copy link
Member Author

AssertionError: 1.547662527392257 != 1.6 within 1 places

👀

Are those tests… nondeterministic??

pkgs/top-level/python-packages.nix Outdated Show resolved Hide resolved
pkgs/development/python-modules/priority/default.nix Outdated Show resolved Hide resolved
pkgs/development/python-modules/aioh2/default.nix Outdated Show resolved Hide resolved
@dotlambda
Copy link
Member

Are those tests… nondeterministic??

Maybe ask upstream about that

@dotlambda
Copy link
Member

Ran 0 tests in 0.000s

Please provide appropriate checkPhases or set doCheck = false and add a comment with the reason.

@alyssais
Copy link
Member Author

All addressed, I think. Opened decentfox/aioh2#18 to fix the non-deterministic test issue upstream, but I think for now we should just skip checkPhase for that package.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8/lib  /nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8/bin
patching script interpreter paths in /nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8
checking for references to /build in /nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8...
wrapping `/nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8/bin/doh-client'...
/nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8/lib  /nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8/bin
patching script interpreter paths in /nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8
checking for references to /build in /nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8...
wrapping `/nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8/bin/doh-client'...
/nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8

pkgs/servers/dns/doh-proxy/default.nix Outdated Show resolved Hide resolved
pkgs/top-level/all-packages.nix Outdated Show resolved Hide resolved
@dotlambda
Copy link
Member

@GrahamcOfBorg build python2.pkgs.aioh2 python3.pkgs.aioh2 python2.pkgs.aiohttp-remotes python3.pkgs.aiohttp-remotes python2.pkgs.priority python3.pkgs.priority doh-proxy

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python2.pkgs.aioh2, python3.pkgs.aioh2, python3.pkgs.aiohttp-remotes, python2.pkgs.priority, python3.pkgs.priority, doh-proxy

The following builds were skipped because they don't evaluate on x86_64-darwin: python2.pkgs.aiohttp-remotes

Partial log (click to expand)

wrapping `/nix/store/bf0p3shj5vqa7jf182wnsyhg0g5apsn7-python3.6-doh-proxy-0.0.8/bin/doh-client'...
wrapping `/nix/store/bf0p3shj5vqa7jf182wnsyhg0g5apsn7-python3.6-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/bf0p3shj5vqa7jf182wnsyhg0g5apsn7-python3.6-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/bf0p3shj5vqa7jf182wnsyhg0g5apsn7-python3.6-doh-proxy-0.0.8/bin/doh-stub'...
/nix/store/z2dm1zyd9a9djxbqzif7qbd20k1qir4k-python2.7-aioh2-0.2.2
/nix/store/k24ay9yqpkk3k9cdang1idpy2ly03ivk-python3.6-aioh2-0.2.2
/nix/store/g6ydw8rbjrnjpb077mslyhw2wazbalz6-python3.6-aiohttp_remotes-0.1.2
/nix/store/1kvymgbgxvysyf42gqrq2qymfcasczsl-python2.7-priority-1.3.0
/nix/store/d19pl7k6x9sggvi43i49i7qqi4rhkz7h-python3.6-priority-1.3.0
/nix/store/bf0p3shj5vqa7jf182wnsyhg0g5apsn7-python3.6-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2.pkgs.aioh2, python3.pkgs.aioh2, python3.pkgs.aiohttp-remotes, python2.pkgs.priority, python3.pkgs.priority, doh-proxy

The following builds were skipped because they don't evaluate on aarch64-linux: python2.pkgs.aiohttp-remotes

Partial log (click to expand)

strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/pzhkanwyay242pq2ka1rsi95qlz255z7-python2.7-aioh2-0.2.2/lib
patching script interpreter paths in /nix/store/pzhkanwyay242pq2ka1rsi95qlz255z7-python2.7-aioh2-0.2.2
checking for references to /build in /nix/store/pzhkanwyay242pq2ka1rsi95qlz255z7-python2.7-aioh2-0.2.2...
/nix/store/pzhkanwyay242pq2ka1rsi95qlz255z7-python2.7-aioh2-0.2.2
/nix/store/1ij5shfiz6zcss3hqg7fb8ik84hx6gb1-python3.6-aioh2-0.2.2
/nix/store/bniaz7p5hpkpg0v3fijsrfjnca6ayrqb-python3.6-aiohttp_remotes-0.1.2
/nix/store/gwxjm3nkhkz8wl8ayrcz2m7fpsq4y2vi-python2.7-priority-1.3.0
/nix/store/cn61zrym36jdxnwy03mmiq1lr9psyqjj-python3.6-priority-1.3.0
/nix/store/2rvw8kr92s4175rarbrqxmc904p799m4-python3.6-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2.pkgs.aioh2, python3.pkgs.aioh2, python3.pkgs.aiohttp-remotes, python2.pkgs.priority, python3.pkgs.priority, doh-proxy

The following builds were skipped because they don't evaluate on x86_64-linux: python2.pkgs.aiohttp-remotes

Partial log (click to expand)

wrapping `/nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8/bin/doh-client'...
wrapping `/nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8/bin/doh-proxy'...
/nix/store/a9waqkbgppv00riz2jwb40njmrmhw5vm-python2.7-aioh2-0.2.2
/nix/store/05nj60mv1qkpbhpf9xs3iaz8dpky1dwj-python3.6-aioh2-0.2.2
/nix/store/qls43k40mib56rbxlmhyp95m0l7naa0i-python3.6-aiohttp_remotes-0.1.2
/nix/store/31b3rdh9rzzp1kqxkbh0a882wr9p1d7q-python2.7-priority-1.3.0
/nix/store/9lzfbxbzm74w5axxchpl8yk9skg40lf3-python3.6-priority-1.3.0
/nix/store/a50p07fgx3xs5705r3sz0r0f7pj69vz8-python3.6-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8/lib  /nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8/bin
patching script interpreter paths in /nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8
checking for references to /build in /nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8...
wrapping `/nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8/bin/doh-client'...
/nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8/lib  /nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8/bin
patching script interpreter paths in /nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8
checking for references to /build in /nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8...
wrapping `/nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8/bin/doh-client'...
/nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8

pkgs/top-level/all-packages.nix Outdated Show resolved Hide resolved
pkgs/servers/dns/doh-proxy/default.nix Outdated Show resolved Hide resolved
@alyssais
Copy link
Member Author

Okay, hopefully that should be it :P

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

/nix/store/iw4205gxsqwk984ahhjg7l1c6c02v6g9-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2.pkgs.aioh2, python3.pkgs.aioh2, python3.pkgs.aiohttp-remotes, python2.pkgs.priority, python3.pkgs.priority, doh-proxy

Partial log (click to expand)

wrapping `/nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8/bin/doh-client'...
/nix/store/a9waqkbgppv00riz2jwb40njmrmhw5vm-python2.7-aioh2-0.2.2
/nix/store/05nj60mv1qkpbhpf9xs3iaz8dpky1dwj-python3.6-aioh2-0.2.2
/nix/store/qls43k40mib56rbxlmhyp95m0l7naa0i-python3.6-aiohttp_remotes-0.1.2
/nix/store/31b3rdh9rzzp1kqxkbh0a882wr9p1d7q-python2.7-priority-1.3.0
/nix/store/9lzfbxbzm74w5axxchpl8yk9skg40lf3-python3.6-priority-1.3.0
/nix/store/acgl7f5jjxkhjs5pzk7mw8rd413h3dgy-doh-proxy-0.0.8

@dotlambda
Copy link
Member

dotlambda commented Oct 30, 2018

Ran 0 tests in 0.000s

I've opened aio-libs/aiohttp-remotes#57. You should set doCheck = false, add a comment with the reason and remember to add an appropriate checkPhase once a new version with the PR merged is released.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/9m8jap0cbck9j7838i95cnr7vfk02dn9-doh-proxy-0.0.8
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/9m8jap0cbck9j7838i95cnr7vfk02dn9-doh-proxy-0.0.8/lib  /nix/store/9m8jap0cbck9j7838i95cnr7vfk02dn9-doh-proxy-0.0.8/bin
patching script interpreter paths in /nix/store/9m8jap0cbck9j7838i95cnr7vfk02dn9-doh-proxy-0.0.8
checking for references to /build in /nix/store/9m8jap0cbck9j7838i95cnr7vfk02dn9-doh-proxy-0.0.8...
wrapping `/nix/store/9m8jap0cbck9j7838i95cnr7vfk02dn9-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/9m8jap0cbck9j7838i95cnr7vfk02dn9-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/9m8jap0cbck9j7838i95cnr7vfk02dn9-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/9m8jap0cbck9j7838i95cnr7vfk02dn9-doh-proxy-0.0.8/bin/doh-client'...
/nix/store/9m8jap0cbck9j7838i95cnr7vfk02dn9-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/s3cfp19frill1plzx1mcjrjgwqmniamd-doh-proxy-0.0.8
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/s3cfp19frill1plzx1mcjrjgwqmniamd-doh-proxy-0.0.8/lib  /nix/store/s3cfp19frill1plzx1mcjrjgwqmniamd-doh-proxy-0.0.8/bin
patching script interpreter paths in /nix/store/s3cfp19frill1plzx1mcjrjgwqmniamd-doh-proxy-0.0.8
checking for references to /build in /nix/store/s3cfp19frill1plzx1mcjrjgwqmniamd-doh-proxy-0.0.8...
wrapping `/nix/store/s3cfp19frill1plzx1mcjrjgwqmniamd-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/s3cfp19frill1plzx1mcjrjgwqmniamd-doh-proxy-0.0.8/bin/doh-client'...
wrapping `/nix/store/s3cfp19frill1plzx1mcjrjgwqmniamd-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/s3cfp19frill1plzx1mcjrjgwqmniamd-doh-proxy-0.0.8/bin/doh-stub'...
/nix/store/s3cfp19frill1plzx1mcjrjgwqmniamd-doh-proxy-0.0.8

@alyssais alyssais force-pushed the doh-proxy branch 2 times, most recently from 4cbe868 to c867d96 Compare October 30, 2018 17:16
@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on x86_64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

building '/nix/store/ij8538k4n3frfa0673m09gv3hipkj9wd-188772abcea038c31dae7d607e487eeed44391bc.patch.drv'...

trying https://github.com/aio-libs/aiohttp-remotes/commit/188772abcea038c31dae7d607e487eeed44391bc.patch
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1879    0  1879    0     0   4944      0 --:--:-- --:--:-- --:--:--  4931
fixed-output derivation produced path '/nix/store/s1cifhjg71p7w7mzwdag34mcaggdbpn9-188772abcea038c31dae7d607e487eeed44391bc.patch' with sha256 hash '0pb1y4jb8ar1szhnjiyj2sdmdk6z9h6c3wrxw59nv9kr3if5igvs' instead of the expected hash '12g6nyjl4nm1x80fv3mg8b0c9lg4rb1fw53yabc2rvz9m621hckn'
cannot build derivation '/nix/store/l1mzhar82zqqkl27jw3y0bhvxqg8qsd6-python3.6-aiohttp_remotes-0.1.2.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/ply9q38rp2sm69hmzly7xjlikbw8vyh3-doh-proxy-0.0.8.drv': 1 dependencies couldn't be built
error: build of '/nix/store/ply9q38rp2sm69hmzly7xjlikbw8vyh3-doh-proxy-0.0.8.drv' failed

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on aarch64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/sddrdknjc7hgzxj4fz5sl45lng7dhs7j-python3.6-pytest-aiohttp-0.3.0
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/sddrdknjc7hgzxj4fz5sl45lng7dhs7j-python3.6-pytest-aiohttp-0.3.0/lib
patching script interpreter paths in /nix/store/sddrdknjc7hgzxj4fz5sl45lng7dhs7j-python3.6-pytest-aiohttp-0.3.0
checking for references to /build in /nix/store/sddrdknjc7hgzxj4fz5sl45lng7dhs7j-python3.6-pytest-aiohttp-0.3.0...
pytestcachePhase
cannot build derivation '/nix/store/6rlva1b7wr66f3k0yj19g48lb3458pfz-python3.6-aiohttp_remotes-0.1.2.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/rdg9ablk6w5xmd31b564v5rg3f14s27n-doh-proxy-0.0.8.drv': 1 dependencies couldn't be built
error: build of '/nix/store/rdg9ablk6w5xmd31b564v5rg3f14s27n-doh-proxy-0.0.8.drv' failed

@alyssais
Copy link
Member Author

That hash is working for me…

@GrahamcOfBorg build doh-proxy

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on x86_64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

building '/nix/store/ij8538k4n3frfa0673m09gv3hipkj9wd-188772abcea038c31dae7d607e487eeed44391bc.patch.drv'...

trying https://github.com/aio-libs/aiohttp-remotes/commit/188772abcea038c31dae7d607e487eeed44391bc.patch
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1879    0  1879    0     0   4639      0 --:--:-- --:--:-- --:--:--  4628
fixed-output derivation produced path '/nix/store/s1cifhjg71p7w7mzwdag34mcaggdbpn9-188772abcea038c31dae7d607e487eeed44391bc.patch' with sha256 hash '0pb1y4jb8ar1szhnjiyj2sdmdk6z9h6c3wrxw59nv9kr3if5igvs' instead of the expected hash '12g6nyjl4nm1x80fv3mg8b0c9lg4rb1fw53yabc2rvz9m621hckn'
cannot build derivation '/nix/store/l1mzhar82zqqkl27jw3y0bhvxqg8qsd6-python3.6-aiohttp_remotes-0.1.2.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/ply9q38rp2sm69hmzly7xjlikbw8vyh3-doh-proxy-0.0.8.drv': 1 dependencies couldn't be built
error: build of '/nix/store/ply9q38rp2sm69hmzly7xjlikbw8vyh3-doh-proxy-0.0.8.drv' failed

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on aarch64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

Successfully installed aioh2-0.2.2
/build/aioh2-0.2.2
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/1ij5shfiz6zcss3hqg7fb8ik84hx6gb1-python3.6-aioh2-0.2.2
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/1ij5shfiz6zcss3hqg7fb8ik84hx6gb1-python3.6-aioh2-0.2.2/lib
patching script interpreter paths in /nix/store/1ij5shfiz6zcss3hqg7fb8ik84hx6gb1-python3.6-aioh2-0.2.2
checking for references to /build in /nix/store/1ij5shfiz6zcss3hqg7fb8ik84hx6gb1-python3.6-aioh2-0.2.2...
cannot build derivation '/nix/store/rdg9ablk6w5xmd31b564v5rg3f14s27n-doh-proxy-0.0.8.drv': 1 dependencies couldn't be built
error: build of '/nix/store/rdg9ablk6w5xmd31b564v5rg3f14s27n-doh-proxy-0.0.8.drv' failed

@alyssais
Copy link
Member Author

Hash fixed, I think. Thanks @cleverca22 for the advice in IRC.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8/lib  /nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8/bin
patching script interpreter paths in /nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8
checking for references to /build in /nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8...
wrapping `/nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8/bin/doh-client'...
/nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8/lib  /nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8/bin
patching script interpreter paths in /nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8
checking for references to /build in /nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8...
wrapping `/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8/bin/doh-client'...
/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8

@dotlambda
Copy link
Member

@GrahamcOfBorg build python2.pkgs.aioh2 python3.pkgs.aioh2 python3.pkgs.aiohttp-remotes python2.pkgs.priority python3.pkgs.priority doh-proxy

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python2.pkgs.aioh2, python3.pkgs.aioh2, python3.pkgs.aiohttp-remotes, python2.pkgs.priority, python3.pkgs.priority, doh-proxy

Partial log (click to expand)

wrapping `/nix/store/83fysvdlkf02yv1n01g0y2w88p7vy09l-doh-proxy-0.0.8/bin/doh-client'...
wrapping `/nix/store/83fysvdlkf02yv1n01g0y2w88p7vy09l-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/83fysvdlkf02yv1n01g0y2w88p7vy09l-doh-proxy-0.0.8/bin/doh-proxy'...
wrapping `/nix/store/83fysvdlkf02yv1n01g0y2w88p7vy09l-doh-proxy-0.0.8/bin/doh-stub'...
/nix/store/z2dm1zyd9a9djxbqzif7qbd20k1qir4k-python2.7-aioh2-0.2.2
/nix/store/k24ay9yqpkk3k9cdang1idpy2ly03ivk-python3.6-aioh2-0.2.2
/nix/store/bq3c28i6kil2jm6agffhy8m15hgam8b0-python3.6-aiohttp_remotes-0.1.2
/nix/store/1kvymgbgxvysyf42gqrq2qymfcasczsl-python2.7-priority-1.3.0
/nix/store/d19pl7k6x9sggvi43i49i7qqi4rhkz7h-python3.6-priority-1.3.0
/nix/store/83fysvdlkf02yv1n01g0y2w88p7vy09l-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2.pkgs.aioh2, python3.pkgs.aioh2, python3.pkgs.aiohttp-remotes, python2.pkgs.priority, python3.pkgs.priority, doh-proxy

Partial log (click to expand)

wrapping `/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8/bin/doh-httpproxy'...
wrapping `/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8/bin/doh-client'...
wrapping `/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8/bin/doh-stub'...
wrapping `/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8/bin/doh-proxy'...
/nix/store/a9waqkbgppv00riz2jwb40njmrmhw5vm-python2.7-aioh2-0.2.2
/nix/store/05nj60mv1qkpbhpf9xs3iaz8dpky1dwj-python3.6-aioh2-0.2.2
/nix/store/xbz7l7zbgzabqr5nzgc6xfxadv2371wy-python3.6-aiohttp_remotes-0.1.2
/nix/store/31b3rdh9rzzp1kqxkbh0a882wr9p1d7q-python2.7-priority-1.3.0
/nix/store/9lzfbxbzm74w5axxchpl8yk9skg40lf3-python3.6-priority-1.3.0
/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2.pkgs.aioh2, python3.pkgs.aioh2, python3.pkgs.aiohttp-remotes, python2.pkgs.priority, python3.pkgs.priority, doh-proxy

Partial log (click to expand)

strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/pzhkanwyay242pq2ka1rsi95qlz255z7-python2.7-aioh2-0.2.2/lib
patching script interpreter paths in /nix/store/pzhkanwyay242pq2ka1rsi95qlz255z7-python2.7-aioh2-0.2.2
checking for references to /build in /nix/store/pzhkanwyay242pq2ka1rsi95qlz255z7-python2.7-aioh2-0.2.2...
/nix/store/pzhkanwyay242pq2ka1rsi95qlz255z7-python2.7-aioh2-0.2.2
/nix/store/1ij5shfiz6zcss3hqg7fb8ik84hx6gb1-python3.6-aioh2-0.2.2
/nix/store/isvk89br07a29qd3jz7srid4jzqiwnx3-python3.6-aiohttp_remotes-0.1.2
/nix/store/gwxjm3nkhkz8wl8ayrcz2m7fpsq4y2vi-python2.7-priority-1.3.0
/nix/store/cn61zrym36jdxnwy03mmiq1lr9psyqjj-python3.6-priority-1.3.0
/nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8

@dotlambda
Copy link
Member

aioh2 is missing a disabled = !isPy3k.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

/nix/store/zk8kkizi9pjk9s7ws06ll68xik692vzq-doh-proxy-0.0.8

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: doh-proxy

Partial log (click to expand)

/nix/store/yh4p1m0z3z1m4d5b3wv8npvf3hr8gw4v-doh-proxy-0.0.8

@dotlambda dotlambda merged commit f6107ef into NixOS:master Oct 31, 2018
@alyssais alyssais deleted the doh-proxy branch November 2, 2018 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants