Skip to content
Success

Console Output

Started by GitHub push by ME1312
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/Bridge
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/ME1312/Bridge.git
 > git init /var/lib/jenkins/workspace/Bridge # timeout=10
Fetching upstream changes from https://github.com/ME1312/Bridge.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/ME1312/Bridge.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/ME1312/Bridge.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision aaf22523ed66592a8d68bc2255a23f43be1f5aab (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aaf22523ed66592a8d68bc2255a23f43be1f5aab # timeout=10
Commit message: "Add future bridges to the class hierarchy"
 > git rev-list --no-walk ffdd77b424b81277dcbe68b98c783471fc3f80d3 # timeout=10
[Bridge] $ /usr/bin/env bash /tmp/jenkins14772020159709508087.sh
Getting version from file: /var/lib/jenkins/workspace/Bridge/build.txt
Loaded version is 24w11a
New run name is '24w11a'
[Bridge] $ mvn -DgenerateBackupPoms=false -DartifactId=* -DnewVersion=24w11a versions:set
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] bridge-asm                                                         [jar]
[INFO] bridge-plugin                                             [maven-plugin]
[INFO] bridge                                                             [jar]
[INFO] bridge-test                                                        [jar]
[INFO] bridge-parent                                                      [pom]
[INFO] 
[INFO] --------------------< net.ME1312.ASM:bridge-parent >--------------------
[INFO] Building bridge-parent -PLACEHOLDER                                [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.5:set (default-cli) @ bridge-parent ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /var/lib/jenkins/workspace/Bridge
[INFO] Processing change of net.ME1312.ASM:*:-PLACEHOLDER -> 24w11a
[INFO] Processing net.ME1312.ASM:bridge-asm
[INFO]     Updating project net.ME1312.ASM:bridge-asm
[INFO]         from version -PLACEHOLDER to 24w11a
[INFO] 
[INFO] Processing net.ME1312.ASM:bridge-parent
[INFO]     Updating project net.ME1312.ASM:bridge-parent
[INFO]         from version -PLACEHOLDER to 24w11a
[INFO] 
[INFO] Processing net.ME1312.ASM:bridge-plugin
[INFO]     Updating dependency net.ME1312.ASM:bridge-asm
[INFO]         from version -PLACEHOLDER to 24w11a
[INFO]     Updating project net.ME1312.ASM:bridge-plugin
[INFO]         from version -PLACEHOLDER to 24w11a
[INFO] 
[INFO] Processing net.ME1312.ASM:bridge-test
[INFO]     Updating project net.ME1312.ASM:bridge-test
[INFO]         from version -PLACEHOLDER to 24w11a
[INFO] 
[INFO] Processing net.ME1312.ASM:bridge
[INFO]     Updating plugin net.ME1312.ASM:bridge-plugin
[INFO]         from version -PLACEHOLDER to 24w11a
[INFO]     Updating project net.ME1312.ASM:bridge
[INFO]         from version -PLACEHOLDER to 24w11a
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bridge-parent -PLACEHOLDER:
[INFO] 
[INFO] bridge-asm ......................................... SKIPPED
[INFO] bridge-plugin ...................................... SKIPPED
[INFO] bridge ............................................. SKIPPED
[INFO] bridge-test ........................................ SKIPPED
[INFO] bridge-parent ...................................... SUCCESS [  2.109 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.614 s
[INFO] Finished at: 2024-03-15T12:02:59-04:00
[INFO] ------------------------------------------------------------------------
[Bridge] $ mvn verify
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] bridge-asm                                                         [jar]
[INFO] bridge-plugin                                             [maven-plugin]
[INFO] bridge                                                             [jar]
[INFO] bridge-test                                                        [jar]
[INFO] bridge-parent                                                      [pom]
[INFO] 
[INFO] ---------------------< net.ME1312.ASM:bridge-asm >----------------------
[INFO] Building bridge-asm 24w11a                                         [1/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bridge-asm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Bridge/bridge-asm/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ bridge-asm ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 9 source files to /var/lib/jenkins/workspace/Bridge/build/bridge-asm/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bridge-asm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Bridge/bridge-asm/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ bridge-asm ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bridge-asm ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bridge-asm ---
[INFO] Building jar: /var/lib/jenkins/workspace/Bridge/build/bridge-asm/bridge-asm-24w11a.jar
[INFO] 
[INFO] --------------------< net.ME1312.ASM:bridge-plugin >--------------------
[INFO] Building bridge-plugin 24w11a                                      [2/5]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bridge-plugin ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Bridge/bridge-plugin/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (default) @ bridge-plugin ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ bridge-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 7 source files to /var/lib/jenkins/workspace/Bridge/build/bridge-plugin/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ bridge-plugin ---
[WARNING] Using platform encoding (UTF-8 actually) to read mojo source files, i.e. build is platform dependent!
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bridge-plugin ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Bridge/bridge-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ bridge-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bridge-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bridge-plugin ---
[INFO] Building jar: /var/lib/jenkins/workspace/Bridge/build/bridge-plugin/bridge-plugin-24w11a.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ bridge-plugin ---
[INFO] 
[INFO] -----------------------< net.ME1312.ASM:bridge >------------------------
[INFO] Building bridge 24w11a                                             [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.6.3:javadoc (default) > generate-sources @ bridge >>>
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.6.3:javadoc (default) < generate-sources @ bridge <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.6.3:javadoc (default) @ bridge ---
[WARNING] Source files encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] Note: Custom tags that could override future standard tags:  @implNote. To avoid potential overrides, use at least one period character (.) in custom tag names.
[WARNING] 1 warning
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bridge ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Bridge/bridge/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ bridge ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 9 source files to /var/lib/jenkins/workspace/Bridge/build/bridge/classes
[INFO] 
[INFO] --- bridge-plugin:24w11a:bridge (default) @ bridge ---
[INFO] Resolving class hierarchy...
[INFO]   + /var/lib/jenkins/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.jar (provided)
[INFO] 
[INFO] Building bridges...
[INFO]  -> bridge.Bridges  +1 adjustment
[INFO] 
[INFO] Hierarchy resolved in 19.88ms
[INFO] Recompiled in 60.92ms
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bridge ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Bridge/bridge/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ bridge ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bridge ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bridge ---
[INFO] Building jar: /var/lib/jenkins/workspace/Bridge/build/bridge/bridge-24w11a.jar
[INFO] 
[INFO] ---------------------< net.ME1312.ASM:bridge-test >---------------------
[INFO] Building bridge-test 24w11a                                        [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bridge-test ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Bridge/bridge-test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ bridge-test ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 17 source files to /var/lib/jenkins/workspace/Bridge/build/bridge-test/classes
[INFO] 
[INFO] --- bridge-plugin:24w11a:bridge (default) @ bridge-test ---
[INFO] Resolving class hierarchy...
[INFO]   + /var/lib/jenkins/workspace/Bridge/build/bridge/bridge-24w11a.jar (provided)
[INFO] 
[INFO] Building bridges...
[INFO]  -> bridge.objects.Dummy  +19 bridges  +4 adjustments
[INFO]  -> bridge.objects.Invocations  +66 invocations
[INFO]  -> bridge.objects.Jester  +2 adjustments
[INFO]  -> bridge.primitives.CharBridge  +19 bridges
[INFO]  -> bridge.primitives.LongBridge  +19 bridges
[INFO]  -> bridge.primitives.BooleanBridge  +19 bridges
[INFO]  -> bridge.primitives.FloatBridge  +19 bridges
[INFO]  -> bridge.primitives.IntBridge  +19 bridges
[INFO]  -> bridge.primitives.DoubleBridge  +19 bridges
[INFO]  -> bridge.primitives.ShortBridge  +19 bridges
[INFO]  -> bridge.primitives.ByteBridge  +19 bridges
[INFO]  -> bridge.primitives.UnknownBridge  +23 bridges
[INFO]  -> bridge.primitives.BoxBridge  +36 bridges
[INFO]  -> bridge.primitives.VoidBridge  +12 bridges
[INFO] 
[INFO] Hierarchy resolved in 18.96ms
[INFO] Recompiled in 81.38ms
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bridge-test ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Bridge/bridge-test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ bridge-test ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/Bridge/build/bridge-test/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ bridge-test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit.JUnit3Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running bridge.objects.InvocationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in bridge.objects.InvocationTest
[INFO] Running bridge.primitives.ConversionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in bridge.primitives.ConversionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bridge-test ---
[INFO] Building jar: /var/lib/jenkins/workspace/Bridge/build/bridge-test/bridge-test-24w11a.jar
[INFO] 
[INFO] --------------------< net.ME1312.ASM:bridge-parent >--------------------
[INFO] Building bridge-parent 24w11a                                      [5/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bridge-parent 24w11a:
[INFO] 
[INFO] bridge-asm ......................................... SUCCESS [  3.604 s]
[INFO] bridge-plugin ...................................... SUCCESS [  5.345 s]
[INFO] bridge ............................................. SUCCESS [  4.475 s]
[INFO] bridge-test ........................................ SUCCESS [  1.682 s]
[INFO] bridge-parent ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.213 s
[INFO] Finished at: 2024-03-15T12:03:15-04:00
[INFO] ------------------------------------------------------------------------
[Bridge] $ /usr/bin/env bash /tmp/jenkins16759649758451620396.sh
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] bridge-asm                                                         [jar]
[INFO] bridge-plugin                                             [maven-plugin]
[INFO] bridge                                                             [jar]
[INFO] bridge-test                                                        [jar]
[INFO] bridge-parent                                                      [pom]
[INFO] 
[INFO] --------------------< net.ME1312.ASM:bridge-parent >--------------------
[INFO] Building bridge-parent 24w11a                                      [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ bridge-parent ---
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.jar
Progress (1): 4.1/9.2 kB
Progress (1): 8.2/9.2 kB
Progress (1): 9.2 kB    
                    
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.jar (9.2 kB at 328 kB/s)
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.pom
Progress (1): 3.0 kB
                    
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.pom (3.0 kB at 1.5 MB/s)
Downloading from remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/maven-metadata.xml
Progress (1): 654 B
                   
Downloaded from remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/maven-metadata.xml (654 B at 28 kB/s)
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/maven-metadata.xml
Progress (1): 686 B
                   
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/maven-metadata.xml (686 B at 343 kB/s)
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a-sources.jar
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a-sources.jar (6.4 kB at 3.2 MB/s)
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a-javadoc.jar
Progress (1): 4.1/160 kB
Progress (1): 8.2/160 kB
Progress (1): 12/160 kB 
Progress (1): 16/160 kB
Progress (1): 20/160 kB
Progress (1): 25/160 kB
Progress (1): 29/160 kB
Progress (1): 33/160 kB
Progress (1): 37/160 kB
Progress (1): 41/160 kB
Progress (1): 45/160 kB
Progress (1): 49/160 kB
Progress (1): 53/160 kB
Progress (1): 57/160 kB
Progress (1): 61/160 kB
Progress (1): 66/160 kB
Progress (1): 70/160 kB
Progress (1): 74/160 kB
Progress (1): 78/160 kB
Progress (1): 82/160 kB
Progress (1): 86/160 kB
Progress (1): 90/160 kB
Progress (1): 94/160 kB
Progress (1): 98/160 kB
Progress (1): 102/160 kB
Progress (1): 106/160 kB
Progress (1): 111/160 kB
Progress (1): 115/160 kB
Progress (1): 119/160 kB
Progress (1): 123/160 kB
Progress (1): 127/160 kB
Progress (1): 131/160 kB
Progress (1): 135/160 kB
Progress (1): 139/160 kB
Progress (1): 143/160 kB
Progress (1): 147/160 kB
Progress (1): 152/160 kB
Progress (1): 156/160 kB
Progress (1): 160 kB    
                    
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a-javadoc.jar (160 kB at 5.9 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bridge-parent 24w11a:
[INFO] 
[INFO] bridge-asm ......................................... SKIPPED
[INFO] bridge-plugin ...................................... SKIPPED
[INFO] bridge ............................................. SKIPPED
[INFO] bridge-test ........................................ SKIPPED
[INFO] bridge-parent ...................................... SUCCESS [  0.294 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.529 s
[INFO] Finished at: 2024-03-15T12:03:17-04:00
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] bridge-asm                                                         [jar]
[INFO] bridge-plugin                                             [maven-plugin]
[INFO] bridge                                                             [jar]
[INFO] bridge-test                                                        [jar]
[INFO] bridge-parent                                                      [pom]
[INFO] 
[INFO] --------------------< net.ME1312.ASM:bridge-parent >--------------------
[INFO] Building bridge-parent 24w11a                                      [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ bridge-parent ---
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.jar
Progress (1): 4.1/31 kB
Progress (1): 8.2/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 25/31 kB
Progress (1): 29/31 kB
Progress (1): 31 kB   
                   
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.jar (31 kB at 899 kB/s)
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.pom
Progress (1): 1.2 kB
                    
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.pom (1.2 kB at 1.2 MB/s)
Downloading from remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-asm/maven-metadata.xml
Progress (1): 658 B
                   
Downloaded from remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-asm/maven-metadata.xml (658 B at 18 kB/s)
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-asm/maven-metadata.xml
Progress (1): 690 B
                   
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-asm/maven-metadata.xml (690 B at 345 kB/s)
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a-sources.jar
Progress (1): 4.1/13 kB
Progress (1): 8.2/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a-sources.jar (13 kB at 3.4 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bridge-parent 24w11a:
[INFO] 
[INFO] bridge-asm ......................................... SKIPPED
[INFO] bridge-plugin ...................................... SKIPPED
[INFO] bridge ............................................. SKIPPED
[INFO] bridge-test ........................................ SKIPPED
[INFO] bridge-parent ...................................... SUCCESS [  0.264 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.499 s
[INFO] Finished at: 2024-03-15T12:03:19-04:00
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] bridge-asm                                                         [jar]
[INFO] bridge-plugin                                             [maven-plugin]
[INFO] bridge                                                             [jar]
[INFO] bridge-test                                                        [jar]
[INFO] bridge-parent                                                      [pom]
[INFO] 
[INFO] --------------------< net.ME1312.ASM:bridge-parent >--------------------
[INFO] Building bridge-parent 24w11a                                      [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ bridge-parent ---
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-plugin/24w11a/bridge-plugin-24w11a.jar
Progress (1): 4.1/66 kB
Progress (1): 8.2/66 kB
Progress (1): 12/66 kB 
Progress (1): 16/66 kB
Progress (1): 20/66 kB
Progress (1): 25/66 kB
Progress (1): 29/66 kB
Progress (1): 33/66 kB
Progress (1): 37/66 kB
Progress (1): 41/66 kB
Progress (1): 45/66 kB
Progress (1): 49/66 kB
Progress (1): 53/66 kB
Progress (1): 57/66 kB
Progress (1): 61/66 kB
Progress (1): 66/66 kB
Progress (1): 66 kB   
                   
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-plugin/24w11a/bridge-plugin-24w11a.jar (66 kB at 1.4 MB/s)
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-plugin/24w11a/bridge-plugin-24w11a.pom
Progress (1): 3.3 kB
                    
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-plugin/24w11a/bridge-plugin-24w11a.pom (3.3 kB at 1.7 MB/s)
Downloading from remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-plugin/maven-metadata.xml
Progress (1): 689 B
                   
Downloaded from remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-plugin/maven-metadata.xml (689 B at 19 kB/s)
Uploading to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-plugin/maven-metadata.xml
Progress (1): 721 B
                   
Uploaded to remote-repository: file:///var/www/Home/assets/maven/net/ME1312/ASM/bridge-plugin/maven-metadata.xml (721 B at 23 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bridge-parent 24w11a:
[INFO] 
[INFO] bridge-asm ......................................... SKIPPED
[INFO] bridge-plugin ...................................... SKIPPED
[INFO] bridge ............................................. SKIPPED
[INFO] bridge-test ........................................ SKIPPED
[INFO] bridge-parent ...................................... SUCCESS [  0.295 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.532 s
[INFO] Finished at: 2024-03-15T12:03:21-04:00
[INFO] ------------------------------------------------------------------------
Publishing Javadoc
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@49c2bbc[archived=false,commits={},compareUsePaginatedCommits=false,description=Bridge – Adding advanced language features to Java versions new and old,disabled=false,fork=false,homepage=,isTemplate=false,language=Java,milestones={},name=Bridge,nodeId=R_kgDOKJe5cA,parent=<null>,size=130,source=<null>,visibility=public,createdAt=2023-08-21T05:52:19Z,id=681032048,nodeId=<null>,updatedAt=2023-08-27T20:15:08Z,url=https://api.github.com/repos/ME1312/Bridge]] (sha:aaf2252) with context:Bridge
Setting commit status on GitHub for https://github.com/ME1312/Bridge/commit/aaf22523ed66592a8d68bc2255a23f43be1f5aab
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESS