Dremio oss build error

Hi, I am trying to build the dremio-oss and debug an issue as referred in this topic:

my mvn version is:

mvn --version

Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)

Maven home: /Users/tester/projects/apache-maven-3.6.3

Java version: 1.8.0_181, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre

Default locale: en_US, platform encoding: UTF-8

OS name: “mac os x”, version: “10.14.6”, arch: “x86_64”, family: “mac”

I got the dremio-oss from:

git clone GitHub - dremio/dremio-oss: Dremio - the missing link in modern data dremio

then cd dremio

mvn clean -X install -DskipTests

then I got the following error message, any clues?

Thanks

[ ERROR ] Failed to execute goal on project dremio-dac-daemon: Could not resolve dependencies for project com.dremio:dremio-dac-daemon:jar:4.1.7-202002220604270180-54f278ec: The following artifacts could not be resolved: com.dremio.community.sabot.joust:dremio-ce-sabot-joust-java:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.sabot:dremio-ce-sabot-kernel:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.sabot:dremio-ce-sabot-scheduler:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-elasticsearch-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-parquet-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-mongo-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-jdbc-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.services:dremio-ce-services-cachemanager:jar:4.1.7-202002220604270180-54f278ec: Failure to find com.dremio.community.sabot.joust:dremio-ce-sabot-joust-java:jar:4.1.7-202002220604270180-54f278ec in https://maven.dremio.com/free/ was cached in the local repository, resolution will not be reattempted until the update interval of dremio-free has elapsed or updates are forced[Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException : Failed to execute goal on project dremio-dac-daemon : Could not resolve dependencies for project com.dremio:dremio-dac-daemon:jar:4.1.7-202002220604270180-54f278ec: The following artifacts could not be resolved: com.dremio.community.sabot.joust:dremio-ce-sabot-joust-java:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.sabot:dremio-ce-sabot-kernel:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.sabot:dremio-ce-sabot-scheduler:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-elasticsearch-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-parquet-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-mongo-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-jdbc-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.services:dremio-ce-services-cachemanager:jar:4.1.7-202002220604270180-54f278ec: Failure to find com.dremio.community.sabot.joust:dremio-ce-sabot-joust-java:jar:4.1.7-202002220604270180-54f278ec in https://maven.dremio.com/free/ was cached in the local repository, resolution will not be reattempted until the update interval of dremio-free has elapsed or updates are forced

at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies ( LifecycleDependencyResolver.java:269 )

at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies ( LifecycleDependencyResolver.java:147 )

at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved ( MojoExecutor.java:248 )

at org.apache.maven.lifecycle.internal.MojoExecutor.execute ( MojoExecutor.java:202 )

at org.apache.maven.lifecycle.internal.MojoExecutor.execute ( MojoExecutor.java:156 )

at org.apache.maven.lifecycle.internal.MojoExecutor.execute ( MojoExecutor.java:148 )

at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject ( LifecycleModuleBuilder.java:117 )

at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject ( LifecycleModuleBuilder.java:81 )

at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build ( SingleThreadedBuilder.java:56 )

at org.apache.maven.lifecycle.internal.LifecycleStarter.execute ( LifecycleStarter.java:128 )

at org.apache.maven.DefaultMaven.doExecute ( DefaultMaven.java:305 )

at org.apache.maven.DefaultMaven.doExecute ( DefaultMaven.java:192 )

at org.apache.maven.DefaultMaven.execute ( DefaultMaven.java:105 )

at org.apache.maven.cli.MavenCli.execute ( MavenCli.java:957 )

at org.apache.maven.cli.MavenCli.doMain ( MavenCli.java:289 )

at org.apache.maven.cli.MavenCli.main ( MavenCli.java:193 )

at sun.reflect.NativeMethodAccessorImpl.invoke0 ( Native Method )

at sun.reflect.NativeMethodAccessorImpl.invoke ( NativeMethodAccessorImpl.java:62 )

at sun.reflect.DelegatingMethodAccessorImpl.invoke ( DelegatingMethodAccessorImpl.java:43 )

at java.lang.reflect.Method.invoke ( Method.java:498 )

at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced ( Launcher.java:282 )

at org.codehaus.plexus.classworlds.launcher.Launcher.launch ( Launcher.java:225 )

at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode ( Launcher.java:406 )

at org.codehaus.plexus.classworlds.launcher.Launcher.main ( Launcher.java:347 )

Caused by : org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project com.dremio:dremio-dac-daemon:jar:4.1.7-202002220604270180-54f278ec: The following artifacts could not be resolved: com.dremio.community.sabot.joust:dremio-ce-sabot-joust-java:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.sabot:dremio-ce-sabot-kernel:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.sabot:dremio-ce-sabot-scheduler:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-elasticsearch-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-parquet-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-mongo-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.plugins:dremio-ce-jdbc-plugin:jar:4.1.7-202002220604270180-54f278ec, com.dremio.community.services:dremio-ce-services-cachemanager:jar:4.1.7-202002220604270180-54f278ec: Failure to find com.dremio.community.sabot.joust:dremio-ce-sabot-joust-java:jar:4.1.7-202002220604270180-54f278ec in https://maven.dremio.com/free/ was cached in the local repository, resolution will not be reattempted until the update interval of dremio-free has elapsed or updates are forced

at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve ( DefaultProjectDependenciesResolver.java:209 )

at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies ( LifecycleDependencyResolver.java:243 )

at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies ( LifecycleDependencyResolver.java:147 )

at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved ( MojoExecutor.java:248 )

at org.apache.maven.lifecycle.internal.MojoExecutor.execute ( MojoExecutor.java:202 )

at org.apache.maven.lifecycle.internal.MojoExecutor.execute ( MojoExecutor.java:156 )

I did a quick test, and those dependencies are downloaded fine for me. Can you retry (or check that you can access https://maven.dremio.com/free/com/dremio/community/sabot/joust/dremio-ce-sabot-joust-java/4.1.7-202002220604270180-54f278ec/dremio-ce-sabot-joust-java-4.1.7-202002220604270180-54f278ec.jar) ?