Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--build-mode=none runs the autobuild script for Java on CentOS 7 #16202

Open
abaveja313 opened this issue Apr 12, 2024 · 5 comments
Open

--build-mode=none runs the autobuild script for Java on CentOS 7 #16202

abaveja313 opened this issue Apr 12, 2024 · 5 comments
Assignees
Labels
Java question Further information is requested

Comments

@abaveja313
Copy link

I am encountering an issue with CodeQL version 2.17 when using the new --build-mode=none option for Java on CentOS Linux 7 (Core). Despite specifying this option in the codeql database create command, the autobuild script is still executed, resulting in the project being built. Are there any workarounds to make this work?

Steps to Reproduce

  1. Install Bundled Toolchain
wget https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.17.0/codeql-bundle-linux64.tar.gz
  1. Clone the Apache Commons CLI repository:
git clone https://github.com/apache/commons-cli
  1. Run the codeql database create command with the --build-mode=none option:
codeql database create test --no-skip-empty --build-mode=none -l java --source-root commons-cli -v

Expected Behavior

When specifying the --build-mode=none option, I expect the autobuild script not to be executed and the project not to be built. I am trying to optimize the speed of the database creation.

Actual Behavior

Despite using the --build-mode=none option, the autobuild script is still executed, and the project is being built. This can be observed in the logs, where the Maven build process is initiated and dependencies are downloaded.

Environment

  • Operating System: CentOS Linux 7 (Core)
  • Environment: SLURM Job, Stanford Sherlock
  • CodeQL Version:
[abaveja@sh03-ln08 login /home/groups/azalia/amrit]$ ./codeql/codeql --version
CodeQL command-line toolchain release 2.17.0.
Copyright (C) 2019-2024 GitHub, Inc.
Unpacked in: /home/groups/azalia/amrit/codeql
   Analysis results depend critically on separately distributed query and
   extractor modules. To list modules that are visible to the toolchain,
   use 'codeql resolve qlpacks' and 'codeql resolve languages'.

Additional Information

(base) [abaveja@sh02-01n58 /home/groups/azalia/amrit]$ codeql database create foo --no-skip-empty --build-mode=none -l java --source-root commons-cli -v
Writing logs to /home/groups/azalia/amrit/foo/log/database-create-20240412.153625.848.log.
Initializing database at /home/groups/azalia/amrit/foo.
Calculating baseline information in /home/groups/azalia/amrit/commons-cli
Running command in /home/groups/azalia/amrit/commons-cli: [/home/groups/azalia/amrit/codeql/javascript/tools/configure-baseline.sh]
Calculated baseline information for languages: java, javascript (220ms).
Resolving extractor java.
Successfully loaded extractor Java/Kotlin (java) from /home/groups/azalia/amrit/codeql/java.
Created skeleton CodeQL database at /home/groups/azalia/amrit/foo. This in-progress database is ready to be populated by an extractor.
Detected autobuild command for Java/Kotlin: /home/groups/azalia/amrit/codeql/java/tools/autobuild.sh.
Running build command: [/home/groups/azalia/amrit/codeql/java/tools/autobuild.sh]
Running command in /home/groups/azalia/amrit/commons-cli: [/home/groups/azalia/amrit/codeql/java/tools/autobuild.sh]
[2024-04-12 15:36:28] [build-stdout] [2024-04-12 15:36:28] Extracting Java with build-mode=none.
[2024-04-12 15:36:28] [build-stdout] [2024-04-12 15:36:28] Found usable build tool Maven.
[2024-04-12 15:36:28] [build-stdout] [2024-04-12 15:36:28] Trying to infer the JDK to use to extract Java.
[2024-04-12 15:36:28] [build-stdout] [2024-04-12 15:36:28] Found no Java toolchains in a toolchains file, inspecting environment variables...
[2024-04-12 15:36:28] [build-stdout] [2024-04-12 15:36:28] Checking if a build tool can recommend a classpath to resolve external dependencies.
[2024-04-12 15:36:28] [build-stdout] [2024-04-12 15:36:28] Build directory is .
[2024-04-12 15:36:29] [build-stdout] [2024-04-12 15:36:29] [autobuild] Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
[2024-04-12 15:36:29] [build-stdout] [2024-04-12 15:36:29] [autobuild] Maven home: /home/groups/azalia/amrit/mc/opt/maven
[2024-04-12 15:36:29] [build-stdout] [2024-04-12 15:36:29] [autobuild] Java version: 11.0.13, vendor: JetBrains s.r.o., runtime: /home/groups/azalia/amrit/mc
[2024-04-12 15:36:29] [build-stdout] [2024-04-12 15:36:29] [autobuild] Default locale: en_US, platform encoding: UTF-8
[2024-04-12 15:36:29] [build-stdout] [2024-04-12 15:36:29] [autobuild] OS name: "linux", version: "3.10.0-1160.108.1.el7.x86_64", arch: "amd64", family: "unix"
[2024-04-12 15:36:31] [build-stdout] [2024-04-12 15:36:31] [autobuild] [INFO] Error stacktraces are turned on.
[2024-04-12 15:36:31] [build-stdout] [2024-04-12 15:36:31] [autobuild] [INFO] Scanning for projects...
[2024-04-12 15:36:33] [build-stdout] [2024-04-12 15:36:33] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom
[2024-04-12 15:36:33] [build-stdout] [2024-04-12 15:36:33] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom (77 kB at 103 kB/s)
[2024-04-12 15:36:33] [build-stdout] [2024-04-12 15:36:33] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom
[2024-04-12 15:36:33] [build-stdout] [2024-04-12 15:36:33] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 336 kB/s)
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 88 kB/s)
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.pom
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.pom (17 kB at 219 kB/s)
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 104 kB/s)
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.jar
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.jar (148 kB at 2.4 MB/s)
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO]
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] ----------------------< commons-cli:commons-cli >-----------------------
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Building Apache Commons CLI 1.7.0-SNAPSHOT
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] --------------------------------[ jar ]---------------------------------
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.pom
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.pom (3.2 kB at 55 kB/s)
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom (2.0 kB at 38 kB/s)
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.pom
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.pom (2.8 kB at 51 kB/s)
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 28 kB/s)
[2024-04-12 15:36:34] [build-stdout] [2024-04-12 15:36:34] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.pom (3.2 kB at 42 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.pom (3.2 kB at 53 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.pom (3.0 kB at 48 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom (20 kB at 322 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO]
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] --- depgraph-maven-plugin:4.0.2:graph (default-cli) @ commons-cli ---
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom (7.4 kB at 121 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom (7.4 kB at 140 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom (13 kB at 255 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom (7.8 kB at 165 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 452 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.pom (3.5 kB at 72 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.pom
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.pom (4.9 kB at 84 kB/s)
[2024-04-12 15:36:35] [build-stdout] [2024-04-12 15:36:35] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom (11 kB at 182 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom (13 kB at 212 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 35 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 152 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 103 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 42 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 54 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 96 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom (2.4 kB at 44 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 37 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 89 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 48 kB/s)
[2024-04-12 15:36:36] [build-stdout] [2024-04-12 15:36:36] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom (3.0 kB at 53 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 456 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 803 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 356 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (4.1 kB at 79 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 89 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 433 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom (2.4 kB at 43 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 606 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.5 MB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 310 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 73 kB/s)
[2024-04-12 15:36:37] [build-stdout] [2024-04-12 15:36:37] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 280 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 22 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 44 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 152 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 422 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 20 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 11 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 52 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 288 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 13 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 85 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 333 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 122 kB/s)
[2024-04-12 15:36:38] [build-stdout] [2024-04-12 15:36:38] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 435 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 125 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 194 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 64 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 152 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 73 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 98 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.jar (68 kB at 440 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.jar (352 kB at 2.1 MB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 26 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 10 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 89 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 50 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar (201 kB at 726 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 30 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar (2.8 MB at 8.8 MB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar (47 kB at 138 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar (58 kB at 155 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar (215 kB at 565 kB/s)
[2024-04-12 15:36:39] [build-stdout] [2024-04-12 15:36:39] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 1.2 MB/s)
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 465 kB/s)
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 102 kB/s)
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 13 kB/s)
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.jar (1.4 MB at 3.0 MB/s)
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 5.1 kB/s)
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 8.4 kB/s)
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 735 kB/s)
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 101 kB/s)
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 114 kB/s)
[2024-04-12 15:36:40] [build-stdout] [2024-04-12 15:36:40] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar (262 kB at 488 kB/s)
[2024-04-12 15:36:41] [build-stdout] [2024-04-12 15:36:41] [autobuild] [INFO] ------------------------------------------------------------------------
[2024-04-12 15:36:41] [build-stdout] [2024-04-12 15:36:41] [autobuild] [INFO] BUILD SUCCESS
[2024-04-12 15:36:41] [build-stdout] [2024-04-12 15:36:41] [autobuild] [INFO] ------------------------------------------------------------------------
[2024-04-12 15:36:41] [build-stdout] [2024-04-12 15:36:41] [autobuild] [INFO] Total time:  9.510 s
[2024-04-12 15:36:41] [build-stdout] [2024-04-12 15:36:41] [autobuild] [INFO] Finished at: 2024-04-12T15:36:41-07:00
[2024-04-12 15:36:41] [build-stdout] [2024-04-12 15:36:41] [autobuild] [INFO] ------------------------------------------------------------------------
[2024-04-12 15:36:41] [build-stdout] [2024-04-12 15:36:41] No specific JDK inferred from the project being analysed; using the java on the PATH
[2024-04-12 15:36:43] [build-stdout] [2024-04-12 15:36:43] [autobuild] Scanning for files in /home/groups/azalia/amrit/commons-cli...
[2024-04-12 15:36:43] [build-stdout] [2024-04-12 15:36:43] [autobuild] /home/groups/azalia/amrit/foo: Indexing files in in /home/groups/azalia/amrit/commons-cli...
[2024-04-12 15:36:43] [build-stdout] [2024-04-12 15:36:43] [autobuild] Running command in /home/groups/azalia/amrit/commons-cli: [/home/groups/azalia/amrit/codeql/java/tools/index-files.sh, /home/groups/azalia/amrit/foo/working/files-to-index8849380996473278053.list]
Finalizing database at /home/groups/azalia/amrit/foo.
Running pre-finalize script /home/groups/azalia/amrit/codeql/java/tools/pre-finalize.sh in /home/groups/azalia/amrit/commons-cli.
Running command in /home/groups/azalia/amrit/commons-cli: [/home/groups/azalia/amrit/codeql/java/tools/pre-finalize.sh]
[2024-04-12 15:37:32] [build-stderr] Scanning for files in /home/groups/azalia/amrit/commons-cli...
[2024-04-12 15:37:32] [build-stderr] /home/groups/azalia/amrit/foo: Indexing files in in /home/groups/azalia/amrit/commons-cli...
[2024-04-12 15:37:32] [build-stderr] Running command in /home/groups/azalia/amrit/commons-cli: [/home/groups/azalia/amrit/codeql/xml/tools/index-files.sh, /home/groups/azalia/amrit/foo/working/files-to-index1657203010595853730.list]
[2024-04-12 15:37:35] [build-stderr] Scanning for files in /home/groups/azalia/amrit/commons-cli...
Running TRAP import for CodeQL database at /home/groups/azalia/amrit/foo...
Importing TRAP files
Merging relations
Finished writing database (relations: 3.96 MiB; string pool: 2.41 MiB).
TRAP import complete (8.3s).
Cleaning up existing TRAP files after import...
TRAP files cleaned up (4.3s).
Cleaning up scratch directory...
Scratch directory cleaned up (132ms).
Finished zipping source archive (179.46 KiB).
Successfully created database at /home/groups/azalia/amrit/foo.

I would appreciate any assistance in resolving this issue and ensuring that the --build-mode=none option works as expected, preventing the autobuild script from running and building the project.

Thank you for your help!

@abaveja313 abaveja313 added the question Further information is requested label Apr 12, 2024
@mbg
Copy link
Member

mbg commented Apr 12, 2024

Hi @abaveja313 👋

The autobuild.sh script is just the entry point to our Java tooling and is invoked whether the autobuilder is used or not. The name is autobuilder.sh since it predates the work on --build-mode=none. The build log you posted shows output that is expected for --build-mode=none.

@mbg mbg self-assigned this Apr 12, 2024
@abaveja313
Copy link
Author

Ok, got it, thanks!

@abaveja313
Copy link
Author

@mbg Do you have any suggestions as to how to make the database creation process faster?

@mbg
Copy link
Member

mbg commented Apr 15, 2024

Going by the log you posted, it looks like the database creation is already pretty quick. What are you hoping for?

@smowton
Copy link
Contributor

smowton commented Apr 15, 2024

Specifically the Maven activity you can see here is the result of querying dependencies, not actually building the project, hence Maven's completion in 10 seconds including fetching jar files.

@sidshank sidshank added the Java label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants