acoustic-librarian-29560
05/30/2024, 6:49 PMcp to pull this file in and out of sandbox but for an open-source version I'm wondering if anyone has any better ideas.fast-nail-55400
05/30/2024, 6:55 PMfast-nail-55400
05/30/2024, 6:56 PMfast-nail-55400
05/30/2024, 6:56 PMacoustic-librarian-29560
06/05/2024, 6:46 PMappend_only_caches anywhere?acoustic-librarian-29560
06/07/2024, 4:06 AMappend_only_cache into a digest? The append only cache feature works well for what I'm trying to do except I also need access to the content of the files in there.acoustic-librarian-29560
06/07/2024, 4:15 AMfast-nail-55400
06/07/2024, 1:21 PMProcess with the append-only cache and just capture outputs from the cache directory as you would for any other process?acoustic-librarian-29560
06/07/2024, 2:14 PMoutput_digest but when I preserve the process execution sandbox it is there (as a link into my named_caches)acoustic-librarian-29560
06/07/2024, 2:28 PMoutput_files I get an error
native_engine.IntrinsicError: Snapshots must be constructed from unique path stats; got duplicates in [Some(".cache/pex_root"), Some(".python-build-standalone"), Some("target")]fast-nail-55400
06/07/2024, 4:24 PMacoustic-librarian-29560
06/07/2024, 4:59 PMfast-nail-55400
06/07/2024, 7:36 PMsrc/python/pants/init/plugin_resolver.py runs a Process to leak the cache paths back into rule code. That might be a work-around as well.fast-nail-55400
06/07/2024, 7:37 PMfast-nail-55400
06/07/2024, 7:37 PMdocker_environementacoustic-librarian-29560
06/07/2024, 7:38 PMexit 1 at the top, that's for the issue below).