You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that we can no longer run mvn clean package -DskipTests so we should fix this or document this if it is no longer possible to support.
[INFO] Resolving com.nvidia:rapids-4-spark-aggregator_2.12:jar:spark301:21.12.0-SNAPSHOT
[INFO] Downloading from snapshots-repo: https://oss.sonatype.org/content/repositories/snapshots/com/nvidia/rapids-4-spark-aggregator_2.12/21.12.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata com.nvidia:rapids-4-spark-aggregator_2.12:21.12.0-SNAPSHOT/maven-metadata.xml from/to apache-snapshots-repo (${env.URM_URL}): Cannot access ${env.URM_URL} with type default using the available connector factories: BasicRepositoryConnectorFactory
[WARNING] Could not transfer metadata com.nvidia:rapids-4-spark-aggregator_2.12:21.12.0-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (${env.URM_URL}): Cannot access ${env.URM_URL} with type default using the available connector factories: BasicRepositoryConnectorFactory
[WARNING] Could not transfer metadata com.nvidia:rapids-4-spark-aggregator_2.12:21.12.0-SNAPSHOT/maven-metadata.xml from/to apache.snapshots (${env.URM_URL}): Cannot access ${env.URM_URL} with type default using the available connector factories: BasicRepositoryConnectorFactory
[WARNING] Could not transfer metadata com.nvidia:rapids-4-spark-aggregator_2.12:21.12.0-SNAPSHOT/maven-metadata.xml from/to snapshots (${env.URM_URL}): Cannot access ${env.URM_URL} with type default using the available connector factories: BasicRepositoryConnectorFactory
[INFO] Downloading from snapshots-repo: https://oss.sonatype.org/content/repositories/snapshots/com/nvidia/rapids-4-spark-aggregator_2.12/21.12.0-SNAPSHOT/rapids-4-spark-aggregator_2.12-21.12.0-SNAPSHOT-spark301.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.040 s
[INFO] Finished at: 2021-11-01T13:21:40-06:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:get (default-cli) on project rapids-4-spark_2.12: Couldn't download artifact: Could not transfer artifact com.nvidia:rapids-4-spark-aggregator_2.12:jar:spark301:21.12.0-SNAPSHOT from/to apache-snapshots-repo (${env.URM_URL}): Cannot access ${env.URM_URL} with type default using the available connector factories: BasicRepositoryConnectorFactory
[ERROR] com.nvidia:rapids-4-spark-aggregator_2.12:jar:21.12.0-SNAPSHOT
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] apache-snapshots-repo (${env.URM_URL}, releases=true, snapshots=true),
[ERROR] apache.snapshots.https (${env.URM_URL}, releases=true, snapshots=true),
[ERROR] apache.snapshots (${env.URM_URL}, releases=true, snapshots=true),
[ERROR] central (${env.URM_URL}, releases=true, snapshots=false),
[ERROR] snapshots (${env.URM_URL}, releases=true, snapshots=true),
[ERROR] snapshots-repo (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true): Cannot access ${env.URM_URL} using the registered transporter factories: WagonTransporterFactory: Unsupported transport protocol
[ERROR] -> [Help 1]
I was able to run mvn clean install -DskipTests instead as a workaround.
Steps/Code to reproduce bug
Run mvn clean package -DskipTests
Expected behavior
Should not fail
Environment details (please complete the following information)
Ubuntu 20.04.03 LTS
Additional context
None
The text was updated successfully, but these errors were encountered:
1) Make dependency:get conditional on whether the jar is being created
in the current build's package phase, fallback on the previously
installed
2) dependency:get should receive jenkins/settings only on CI
3) propagate maven.repo.local if set
ClosesNVIDIA#3987
Signed-off-by: Gera Shegalov <[email protected]>
* Fix aggegator jar copy logic
1) Make dependency:get conditional on whether the jar is being created
in the current build's package phase, fallback on the previously
installed
2) dependency:get should receive jenkins/settings only on CI
3) propagate maven.repo.local if set
Closes#3987
Signed-off-by: Gera Shegalov <[email protected]>
* Prefer files in the build dirs
Signed-off-by: Gera Shegalov <[email protected]>
Describe the bug
It seems that we can no longer run
mvn clean package -DskipTests
so we should fix this or document this if it is no longer possible to support.I was able to run
mvn clean install -DskipTests
instead as a workaround.Steps/Code to reproduce bug
Run
mvn clean package -DskipTests
Expected behavior
Should not fail
Environment details (please complete the following information)
Ubuntu 20.04.03 LTS
Additional context
None
The text was updated successfully, but these errors were encountered: