acoustic-book-58772
05/22/2019, 6:30 PM[binary]
and under [DEFAULT]
yeah?aloof-angle-91616
05/22/2019, 6:30 PMaloof-angle-91616
05/22/2019, 6:32 PMunset PANTS_BINARIES_PATH_BY_ID
), and it continues to fail, then adding binaries_path_by_id: {('darwin', '18'): ('mac', '10.14')}
in [GLOBAL]
should solve the problem -- but i would ask you to make an issue if you can with any repro info you have at hand, since this is supposed to be fixed. it's possible we could do something more complex to detect if the option is being overridden, but it's not clear what the right behavior would necessarily be thereacoustic-book-58772
05/22/2019, 6:36 PMbinaries_path_by_id = {(u’darwin’, u'18'): (u’mac’, u'10.14')} (from CONFIG in pants.ini)
aloof-angle-91616
05/22/2019, 6:36 PMaloof-angle-91616
05/22/2019, 6:37 PMacoustic-book-58772
05/22/2019, 6:41 PMacoustic-book-58772
05/22/2019, 6:45 PM1.4
derp. Really should have done all the fundamental checks first my bad.acoustic-book-58772
05/22/2019, 6:45 PMhappy-kitchen-89482
05/22/2019, 9:09 PMhappy-kitchen-89482
05/22/2019, 9:09 PMhappy-kitchen-89482
05/22/2019, 9:10 PMaloof-angle-91616
05/22/2019, 9:10 PM1.4
though!happy-kitchen-89482
05/22/2019, 9:10 PMaloof-angle-91616
05/22/2019, 9:10 PMaloof-angle-91616
05/22/2019, 9:10 PMhappy-kitchen-89482
05/22/2019, 9:13 PMos.path.exists
on a symlink returns false if the thing it links to (in our case the old JDK) is gone.happy-kitchen-89482
05/22/2019, 9:14 PMaloof-angle-91616
05/22/2019, 9:28 PMlate-article-56753
05/23/2019, 12:19 PMtimestamp: 2019-05-22T09:05:16.435110
Exception caught: (pants.invalidation.cache_manager.IllegalResultsDir) (backtrace omitted)
Exception message:
The results_dirs state should not be manually cleaned or recreated by tasks.
The current_results_dir directory was not found
* /home/bamboo/git/r9/.pants.d/compile/zinc/a53b6931478d/nucleus.java.com.r9.nucleus.commons.memoization.memoization/1cd408ba5a91
pants_version: 1.14.0rc3
actualy /nucleus.java.com.r9.nucleus.commons.memoization.memoization/current
points to 1cd408ba5a91
and this does not exits. I did not find anything on our system what could delete that directory. Maybe some known behaviour?little-action-42934
05/23/2019, 5:12 PMerror[E0034]: multiple applicable items in scope
little-action-42934
05/23/2019, 5:13 PM./pants setup-py src/python/pants:pants-packaged
little-action-42934
05/23/2019, 5:13 PMerror[E0034]: multiple applicable items in scope
--> /Users/allan/.cache/pants/rust-toolchain/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.4/src/graph.rs:489:17
|
489 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx);
| ^^^^^^^ multiple `max` found
|
note: candidate #1 is defined in the trait `graph_impl::IndexType`
--> /Users/allan/.cache/pants/rust-toolchain/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.4/src/graph.rs:47:5
|
47 | fn max() -> Self;
| ^^^^^^^^^^^^^^^^^
= help: to disambiguate the method call, write `graph_impl::IndexType::max(...)` instead
note: candidate #2 is defined in the trait `std::cmp::Ord`
= help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead
error[E0034]: multiple applicable items in scope
--> /Users/allan/.cache/pants/rust-toolchain/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.4/src/graph.rs:526:17
|
526 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx);
| ^^^^^^^ multiple `max` found
|
note: candidate #1 is defined in the trait `graph_impl::IndexType`
--> /Users/allan/.cache/pants/rust-toolchain/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.4/src/graph.rs:47:5
|
47 | fn max() -> Self;
| ^^^^^^^^^^^^^^^^^
= help: to disambiguate the method call, write `graph_impl::IndexType::max(...)` instead
note: candidate #2 is defined in the trait `std::cmp::Ord`
= help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead
error: aborting due to 2 previous errors
little-action-42934
05/23/2019, 5:14 PMwitty-crayon-22786
05/23/2019, 5:18 PMhappy-kitchen-89482
05/23/2019, 5:18 PMZinc argument '"+['-C-parameters']"' is not supported, and is subject to change/removal!
?hundreds-father-404
05/23/2019, 5:21 PMwitty-crayon-22786
05/23/2019, 5:29 PMwitty-crayon-22786
05/23/2019, 5:30 PMwitty-crayon-22786
05/23/2019, 5:39 PM./pants help-advanced compile.zinc
and ./pants help-advanced java