witty-crayon-22786
07/10/2018, 9:20 PMwitty-crayon-22786
07/10/2018, 9:21 PMrough-minister-58256
07/10/2018, 9:21 PMwitty-crayon-22786
07/10/2018, 9:22 PMcacheable
flag on the rust task struct, that i think is just completely unused right now: https://github.com/pantsbuild/pants/blob/master/src/rust/engine/src/tasks.rs#L17rough-minister-58256
07/10/2018, 9:22 PMrough-minister-58256
07/10/2018, 9:24 PMrough-minister-58256
07/10/2018, 9:25 PMwitty-crayon-22786
07/10/2018, 9:32 PMwitty-crayon-22786
07/10/2018, 9:33 PMrough-minister-58256
07/10/2018, 9:34 PMrough-minister-58256
07/10/2018, 9:35 PMwitty-crayon-22786
07/10/2018, 9:36 PMwitty-crayon-22786
07/10/2018, 9:36 PMrough-minister-58256
07/10/2018, 9:37 PMaloof-angle-91616
07/11/2018, 6:15 AM~/.cache/pants
as well as .pants.d
, and run a git clean -xfd
at the repo root. i'm seeing the beginning of the log when i switch branches or do something else to make rust recompile (this is not the error, but i haven't seen this before). the error is after the first ellipsis, where there appears to be an error importing the native engine (I think?) for some reason. where could i start trying to figure out where this came from?aloof-angle-91616
07/11/2018, 6:16 AMaloof-angle-91616
07/11/2018, 6:17 AMaloof-angle-91616
07/11/2018, 6:17 AMaloof-angle-91616
07/11/2018, 6:18 AMaloof-angle-91616
07/11/2018, 6:19 AMaloof-angle-91616
07/11/2018, 6:21 AMaloof-angle-91616
07/11/2018, 6:53 AMPATH=/bin:/usr/bin'
so if anyone has thoughts on the above they would still be applicablerough-minister-58256
07/11/2018, 7:14 AMcffi-1.11.1-cp27-cp27m-manylinux1_x86_64.whl
vs whatever interpreter you’re executing with (which if on linux, is usually cp27mu
where the u
is “wide unicode” aka UCS4 vs UCS2)rough-minister-58256
07/11/2018, 7:16 AMcffi
wheel was lax about the ABI type matching - which is pex’ default mode for a short form platform, but can be specified more concretelyrough-minister-58256
07/11/2018, 7:17 AMplatforms=['linux-x86_64-cp-27-mu']
vs platforms=['linux-x86_64']
average-vr-56795
07/11/2018, 2:36 PMrough-minister-58256
07/11/2018, 4:34 PMwitty-crayon-22786
07/11/2018, 5:17 PMwitty-crayon-22786
07/11/2018, 5:17 PMwitty-crayon-22786
07/11/2018, 5:18 PM