freezing-fall-2672
09/12/2023, 12:22 PMpants --changed-since=main fmt lint check
on the pants repository itself (for a PR) but I run into the following issue:
see paste in thread
does this mean repo1.maven.org is down currently?freezing-fall-2672
09/12/2023, 12:23 PMpants --changed-since=main fmt lint check
14:20:24.28 [ERROR] 1 Exception encountered:
Engine traceback:
in select
..
in pants.core.goals.fmt.fmt
`fmt` goal
Traceback (most recent call last):
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 626, in native_engine_generator_send
res = rule.send(arg) if err is None else rule.throw(throw or err)
File "/Users/elmcrest/projects_python/pants/src/python/pants/core/goals/fmt.py", line 77, in fmt
return await _do_fix(
File "/Users/elmcrest/projects_python/pants/src/python/pants/core/goals/fix.py", line 273, in _do_fix
partitions_by_request_type = await _get_partitions_by_request_type(
File "/Users/elmcrest/projects_python/pants/src/python/pants/core/goals/lint.py", line 396, in _get_partitions_by_request_type
all_partitions = await MultiGet(
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 361, in MultiGet
return await _MultiGet(tuple(__arg0))
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 168, in __await__
result = yield self.gets
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 626, in native_engine_generator_send
res = rule.send(arg) if err is None else rule.throw(throw or err)
File "/Users/elmcrest/projects_python/pants/src/python/pants/backend/scala/lint/scalafmt/rules.py", line 125, in partition_scalafmt
tool_classpath, config_files = await MultiGet(
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 512, in MultiGet
return await _MultiGet((__arg0, __arg1))
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 168, in __await__
result = yield self.gets
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 626, in native_engine_generator_send
res = rule.send(arg) if err is None else rule.throw(throw or err)
File "/Users/elmcrest/projects_python/pants/src/python/pants/jvm/resolve/coursier_fetch.py", line 795, in materialize_classpath_for_tool
classpath_entries = await Get(ResolvedClasspathEntries, CoursierResolvedLockfile, resolution)
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 118, in __await__
result = yield self
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 626, in native_engine_generator_send
res = rule.send(arg) if err is None else rule.throw(throw or err)
File "/Users/elmcrest/projects_python/pants/src/python/pants/jvm/resolve/coursier_fetch.py", line 639, in coursier_fetch_lockfile
classpath_entries = await MultiGet(
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 361, in MultiGet
return await _MultiGet(tuple(__arg0))
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 168, in __await__
result = yield self.gets
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 626, in native_engine_generator_send
res = rule.send(arg) if err is None else rule.throw(throw or err)
File "/Users/elmcrest/projects_python/pants/src/python/pants/jvm/resolve/coursier_fetch.py", line 583, in coursier_fetch_one_coord
process_result = await Get(
File "/Users/elmcrest/projects_python/pants/src/python/pants/engine/internals/selectors.py", line 118, in __await__
result = yield self
pants.engine.process.ProcessExecutionFailure: Process 'Fetching with coursier: com.geirsson:metaconfig-core_2.13:0.9.15' failed with exit code 1.
stdout:
stderr:
+ coursier_exe=__coursier/./cs-x86_64-apple-darwin
+ shift
+ json_output_file=coursier_report.json
+ shift
++ pwd
+ working_dir=/private/var/folders/ll/98hnvg_n5l3by0224q_qybc40000gn/T/pants-sandbox-NJXHOT
+ __coursier/./cs-x86_64-apple-darwin fetch -r=<https://maven-central.storage-download.googleapis.com/maven2> -r=<https://repo1.maven.org/maven2> --no-default --json-output-file=coursier_report.json --intransitive com.geirsson:metaconfig-core_2.13:0.9.15
Downloading <https://maven-central.storage-download.googleapis.com/maven2/com/geirsson/metaconfig-core_2.13/0.9.15/metaconfig-core_2.13-0.9.15.pom>
Downloaded <https://maven-central.storage-download.googleapis.com/maven2/com/geirsson/metaconfig-core_2.13/0.9.15/metaconfig-core_2.13-0.9.15.pom>
Downloading <https://maven-central.storage-download.googleapis.com/maven2/com/geirsson/metaconfig-core_2.13/0.9.15/metaconfig-core_2.13-0.9.15.pom.sha1>
Downloaded <https://maven-central.storage-download.googleapis.com/maven2/com/geirsson/metaconfig-core_2.13/0.9.15/metaconfig-core_2.13-0.9.15.pom.sha1>
Downloading <https://repo1.maven.org/maven2/com/geirsson/metaconfig-core_2.13/0.9.15/metaconfig-core_2.13-0.9.15.pom>
Downloaded <https://repo1.maven.org/maven2/com/geirsson/metaconfig-core_2.13/0.9.15/metaconfig-core_2.13-0.9.15.pom>
Downloading <https://repo1.maven.org/maven2/com/geirsson/metaconfig-core_2.13/0.9.15/metaconfig-core_2.13-0.9.15.pom.sha1>
Downloaded <https://repo1.maven.org/maven2/com/geirsson/metaconfig-core_2.13/0.9.15/metaconfig-core_2.13-0.9.15.pom.sha1>
Resolution error: Error downloading com.geirsson:metaconfig-core_2.13:0.9.15
download error: Caught java.net.UnknownHostException (<http://maven-central.storage-download.googleapis.com|maven-central.storage-download.googleapis.com>) while downloading <https://maven-central.storage-download.googleapis.com/maven2/com/geirsson/metaconfig-core_2.13/0.9.15/metaconfig-core_2.13-0.9.15.pom>
download error: Caught java.net.UnknownHostException (<http://repo1.maven.org|repo1.maven.org>) while downloading <https://repo1.maven.org/maven2/com/geirsson/metaconfig-core_2.13/0.9.15/metaconfig-core_2.13-0.9.15.pom>
Use `--keep-sandboxes=on_failure` to preserve the process chroot for inspection.
the host responds to ping packets but I guess that's not really insightful 😄freezing-fall-2672
09/12/2023, 12:31 PMLuLu
's dialog to allow the connection was hidden on a different display with other windows in front - so it's working fine now.bitter-ability-32190
09/12/2023, 1:17 PMfix
instead of fmt
freezing-fall-2672
09/12/2023, 2:01 PMblack
so fmt and fix is the same