Skip to content

Console Output

Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on sos-builder01 (lin) in workspace /builds/workspace/Jimfs
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/google/jimfs.git # timeout=10
Fetching upstream changes from https://github.com/google/jimfs.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/google/jimfs.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 93a6c6782a9fdf1365face2461876b8644b2a404 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 93a6c6782a9fdf1365face2461876b8644b2a404
Commit message: "Fix 1 ErrorProneStyle finding: * Constructors and methods with the same name should appear sequentially with no other code in between. Please re-order or re-name methods."
 > git rev-list --no-walk 93a6c6782a9fdf1365face2461876b8644b2a404 # timeout=10
[Jimfs] $ /bin/sh -xe /tmp/jenkins821233624371559442.sh
+ curl http://spoon.gforge.inria.fr/jenkins/build.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0+      0    0     0   bash 0   
  0      0      0 --:--:-- --:--:-- --:--:--     0
100 21193  100 21193    0     0   670k      0 --:--:-- --:--:-- --:--:--  689k
 
-------------------------------------------------------
Initizalizes project
-------------------------------------------------------
 
HEAD is now at 93a6c67 Fix 1 ErrorProneStyle finding:

--- Displays variables used in the build ---
Artifact id: jimfs-parent
Version: HEAD-SNAPSHOT
Modules job:
- jimfs/q
Has checkstyle: true
Has enforcer: true
Git version id: 93a6c6782a9fdf1365face2461876b8644b2a404
Java version: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
Java home: /builds/tools/hudson.model.JDK/JDK_8.0.151
 
-------------------------------------------------------
Compiles project (at the root project if it's a multi module project) without spoon
-------------------------------------------------------
 
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Jimfs Parent
[INFO] Jimfs
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Jimfs Parent HEAD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jimfs-parent ---
[INFO] Deleting /builds/workspace/Jimfs/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jimfs-parent ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jimfs-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jimfs-parent ---
[INFO] Installing /builds/workspace/Jimfs/pom.xml to /builds/.m2/repository/com/google/jimfs/jimfs-parent/HEAD-SNAPSHOT/jimfs-parent-HEAD-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Jimfs HEAD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jimfs ---
[INFO] Deleting /builds/workspace/Jimfs/jimfs/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jimfs ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ jimfs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Jimfs/jimfs/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jimfs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 60 source files to /builds/workspace/Jimfs/jimfs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ jimfs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Jimfs/jimfs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jimfs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /builds/workspace/Jimfs/jimfs/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jimfs ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.common.jimfs.RegexGlobMatcherTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in com.google.common.jimfs.RegexGlobMatcherTest
[INFO] Running com.google.common.jimfs.UnixPathTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in com.google.common.jimfs.UnixPathTypeTest
[INFO] Running com.google.common.jimfs.WatchServiceConfigurationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in com.google.common.jimfs.WatchServiceConfigurationTest
[INFO] Running com.google.common.jimfs.FileFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in com.google.common.jimfs.FileFactoryTest
[INFO] Running com.google.common.jimfs.JimfsFileChannelTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 s - in com.google.common.jimfs.JimfsFileChannelTest
[INFO] Running com.google.common.jimfs.UrlTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in com.google.common.jimfs.UrlTest
[INFO] Running com.google.common.jimfs.NameTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.google.common.jimfs.NameTest
[INFO] Running com.google.common.jimfs.ConfigurationTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in com.google.common.jimfs.ConfigurationTest
[INFO] Running com.google.common.jimfs.WindowsPathTypeTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in com.google.common.jimfs.WindowsPathTypeTest
[INFO] Running com.google.common.jimfs.DosAttributeProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.common.jimfs.DosAttributeProviderTest
[INFO] Running com.google.common.jimfs.RegularFileBlocksTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.google.common.jimfs.RegularFileBlocksTest
[INFO] Running com.google.common.jimfs.JimfsPathTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in com.google.common.jimfs.JimfsPathTest
[INFO] Running com.google.common.jimfs.JimfsFileSystemCloseTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in com.google.common.jimfs.JimfsFileSystemCloseTest
[INFO] Running com.google.common.jimfs.PathNormalizationTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in com.google.common.jimfs.PathNormalizationTest
[INFO] Running com.google.common.jimfs.BasicAttributeProviderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in com.google.common.jimfs.BasicAttributeProviderTest
[INFO] Running com.google.common.jimfs.RegularFileTest
[INFO] Tests run: 5376, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 s - in com.google.common.jimfs.RegularFileTest
[INFO] Running com.google.common.jimfs.AclAttributeProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in com.google.common.jimfs.AclAttributeProviderTest
[INFO] Running com.google.common.jimfs.PathTypeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.common.jimfs.PathTypeTest
[INFO] Running com.google.common.jimfs.DirectoryTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s - in com.google.common.jimfs.DirectoryTest
[INFO] Running com.google.common.jimfs.AttributeServiceTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.google.common.jimfs.AttributeServiceTest
[INFO] Running com.google.common.jimfs.FileTreeTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in com.google.common.jimfs.FileTreeTest
[INFO] Running com.google.common.jimfs.AbstractWatchServiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.common.jimfs.AbstractWatchServiceTest
[INFO] Running com.google.common.jimfs.HeapDiskTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.google.common.jimfs.HeapDiskTest
[INFO] Running com.google.common.jimfs.PosixAttributeProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in com.google.common.jimfs.PosixAttributeProviderTest
[INFO] Running com.google.common.jimfs.PollingWatchServiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s - in com.google.common.jimfs.PollingWatchServiceTest
[INFO] Running com.google.common.jimfs.OwnerAttributeProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.common.jimfs.OwnerAttributeProviderTest
[INFO] Running com.google.common.jimfs.UserDefinedAttributeProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.common.jimfs.UserDefinedAttributeProviderTest
[INFO] Running com.google.common.jimfs.FileTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.google.common.jimfs.FileTest
[INFO] Running com.google.common.jimfs.UnixAttributeProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.common.jimfs.UnixAttributeProviderTest
[INFO] Running com.google.common.jimfs.ClassLoaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in com.google.common.jimfs.ClassLoaderTest
[INFO] Running com.google.common.jimfs.JimfsUnixLikeFileSystemTest
[INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in com.google.common.jimfs.JimfsUnixLikeFileSystemTest
[INFO] Running com.google.common.jimfs.JimfsOutputStreamTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.common.jimfs.JimfsOutputStreamTest
[INFO] Running com.google.common.jimfs.JimfsInputStreamTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.common.jimfs.JimfsInputStreamTest
[INFO] Running com.google.common.jimfs.UserLookupServiceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.common.jimfs.UserLookupServiceTest
[INFO] Running com.google.common.jimfs.PathServiceTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.common.jimfs.PathServiceTest
[INFO] Running com.google.common.jimfs.FileSystemStateTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.common.jimfs.FileSystemStateTest
[INFO] Running com.google.common.jimfs.JimfsAsynchronousFileChannelTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in com.google.common.jimfs.JimfsAsynchronousFileChannelTest
[INFO] Running com.google.common.jimfs.JimfsWindowsLikeFileSystemTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in com.google.common.jimfs.JimfsWindowsLikeFileSystemTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5833, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ jimfs ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jimfs ---
[INFO] Building jar: /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-docs) @ jimfs ---
[INFO] 
Loading source files for package com.google.common.jimfs...
Loading source files for package spoon...
Constructing Javadoc information...
Standard Doclet version 1.8.0_151
Building tree for all the packages and classes...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/AttributeProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Configuration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Configuration.Builder.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Feature.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/File.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/FileLookup.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Handler.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Jimfs.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/PathNormalization.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/PathType.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/PathType.ParseResult.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/SystemJimfsFileSystemProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/WatchServiceConfiguration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/overview-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-summary.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-tree.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-summary.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-tree.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/constant-values.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/PathNormalization.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/SystemJimfsFileSystemProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Handler.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/PathType.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/PathType.ParseResult.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/FileLookup.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Configuration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Configuration.Builder.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/File.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Feature.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/AttributeProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Jimfs.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/WatchServiceConfiguration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-use.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-use.html...
Building index for all the packages and classes...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/overview-tree.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/index-all.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/allclasses-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/allclasses-noframe.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/index.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/overview-summary.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/help-doc.html...
[INFO] Building jar: /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jimfs ---
[INFO] Installing /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT.jar to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Jimfs/jimfs/pom.xml to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT.pom
[INFO] Installing /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-sources.jar to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT-sources.jar
[INFO] Installing /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-javadoc.jar to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ jimfs ---
[INFO] Installing com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Jimfs Parent ....................................... SUCCESS [  0.486 s]
[INFO] Jimfs .............................................. SUCCESS [ 32.252 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.581 s
[INFO] Finished at: 2019-11-26T16:53:36+01:00
[INFO] Final Memory: 29M/197M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 35228
Number of tests: 5833
Number of tests skipped: 0
Number of failures in tests: 0
Number of errors in tests: 0
 
-------------------------------------------------------
Inserts the maven plugin to spoon the project
-------------------------------------------------------
 
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Jimfs Parent
[INFO] Jimfs
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Jimfs Parent HEAD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ jimfs-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Jimfs HEAD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ jimfs ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Jimfs Parent ....................................... SUCCESS [  0.442 s]
[INFO] Jimfs .............................................. SUCCESS [  0.326 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.723 s
[INFO] Finished at: 2019-11-26T16:53:40+01:00
[INFO] Final Memory: 19M/193M
[INFO] ------------------------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Jimfs Parent
[INFO] Jimfs
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Jimfs Parent HEAD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jimfs-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jimfs-parent ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ jimfs-parent ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
704/704 B   
            
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (704 B at 4.9 KB/sec)
2/3 KB      
3/3 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (3 KB at 8.8 KB/sec)
         
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom
2/22 KB   
3/22 KB   
5/22 KB   
6/22 KB   
7/22 KB   
9/22 KB   
10/22 KB   
11/22 KB   
13/22 KB   
14/22 KB   
15/22 KB   
17/22 KB   
18/22 KB   
19/22 KB   
21/22 KB   
22/22 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom (22 KB at 607.0 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 29.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/spoon-core-7.1.0-20181011.225349-264.pom
4/23 KB       
8/23 KB   
12/23 KB   
13/23 KB   
17/23 KB   
21/23 KB   
23/23 KB   
           
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/spoon-core-7.1.0-20181011.225349-264.pom (23 KB at 511.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom
2/23 KB    
3/23 KB   
5/23 KB   
6/23 KB   
7/23 KB   
9/23 KB   
10/23 KB   
11/23 KB   
13/23 KB   
14/23 KB   
15/23 KB   
17/23 KB   
18/23 KB   
19/23 KB   
21/23 KB   
22/23 KB   
23/23 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom (23 KB at 733.5 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml (1017 B at 32.0 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/spoon-core-7.2.0-20181204.080422-141.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/spoon-core-7.2.0-20181204.080422-141.pom (7 KB at 147.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom (7 KB at 397.3 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml
1013/1013 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml (1013 B at 35.3 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom (7 KB at 227.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom (7 KB at 731.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom (7 KB at 644.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom (7 KB at 429.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom (7 KB at 460.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom (7 KB at 222.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom (7 KB at 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom (7 KB at 429.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom (7 KB at 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom (7 KB at 429.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom (7 KB at 585.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom (7 KB at 402.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom (7 KB at 495.6 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml (1017 B at 33.1 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom (7 KB at 227.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom (7 KB at 536.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom (7 KB at 429.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-2/spoon-core-7.5.0-beta-2.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-2/spoon-core-7.5.0-beta-2.pom (7 KB at 585.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-3/spoon-core-7.5.0-beta-3.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-3/spoon-core-7.5.0-beta-3.pom (7 KB at 402.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom (7 KB at 379.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom (7 KB at 715.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom (7 KB at 715.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom (7 KB at 715.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom (7 KB at 805.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-9/spoon-core-7.5.0-beta-9.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-9/spoon-core-7.5.0-beta-9.pom (7 KB at 585.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom (7 KB at 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom (7 KB at 715.9 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml (1017 B at 45.1 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom
4/7 KB        
7/7 KB   
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom (7 KB at 194.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom (7 KB at 643.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom (7 KB at 429.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-2/spoon-core-7.6.0-beta-2.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-2/spoon-core-7.6.0-beta-2.pom (7 KB at 644.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom (7 KB at 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom (7 KB at 715.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom (6 KB at 425.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom (6 KB at 541.4 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml (1017 B at 36.8 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom (7 KB at 197.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom (6 KB at 495.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom (6 KB at 595.5 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml
1013/1013 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml (1013 B at 22.5 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom (7 KB at 197.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6 KB at 247.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom (6 KB at 661.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-2/spoon-core-8.1.0-beta-2.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-2/spoon-core-8.1.0-beta-2.pom (6 KB at 496.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom (7 KB at 168.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom (7 KB at 611.3 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml
1013/1013 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1013 B at 16.0 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191125.234142-22.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191125.234142-22.pom (7 KB at 221.8 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191125.234142-22.jar
4/1709 KB   
8/1709 KB   
12/1709 KB   
16/1709 KB   
16/1709 KB   
20/1709 KB   
24/1709 KB   
28/1709 KB   
32/1709 KB   
36/1709 KB   
40/1709 KB   
44/1709 KB   
48/1709 KB   
52/1709 KB   
53/1709 KB   
57/1709 KB   
61/1709 KB   
65/1709 KB   
69/1709 KB   
70/1709 KB   
74/1709 KB   
76/1709 KB   
77/1709 KB   
80/1709 KB   
84/1709 KB   
86/1709 KB   
90/1709 KB   
90/1709 KB   
94/1709 KB   
97/1709 KB   
101/1709 KB   
101/1709 KB   
105/1709 KB   
107/1709 KB   
111/1709 KB   
112/1709 KB   
116/1709 KB   
120/1709 KB   
124/1709 KB   
128/1709 KB   
132/1709 KB   
133/1709 KB   
136/1709 KB   
140/1709 KB   
141/1709 KB   
144/1709 KB   
145/1709 KB   
147/1709 KB   
151/1709 KB   
152/1709 KB   
156/1709 KB   
160/1709 KB   
164/1709 KB   
168/1709 KB   
172/1709 KB   
176/1709 KB   
180/1709 KB   
184/1709 KB   
188/1709 KB   
192/1709 KB   
196/1709 KB   
200/1709 KB   
204/1709 KB   
208/1709 KB   
212/1709 KB   
216/1709 KB   
220/1709 KB   
222/1709 KB   
226/1709 KB   
228/1709 KB   
229/1709 KB   
233/1709 KB   
237/1709 KB   
238/1709 KB   
242/1709 KB   
244/1709 KB   
248/1709 KB   
251/1709 KB   
255/1709 KB   
256/1709 KB   
258/1709 KB   
262/1709 KB   
262/1709 KB   
266/1709 KB   
266/1709 KB   
270/1709 KB   
272/1709 KB   
273/1709 KB   
277/1709 KB   
278/1709 KB   
282/1709 KB   
283/1709 KB   
287/1709 KB   
287/1709 KB   
291/1709 KB   
293/1709 KB   
297/1709 KB   
297/1709 KB   
300/1709 KB   
303/1709 KB   
307/1709 KB   
307/1709 KB   
311/1709 KB   
314/1709 KB   
317/1709 KB   
319/1709 KB   
321/1709 KB   
323/1709 KB   
327/1709 KB   
331/1709 KB   
331/1709 KB   
335/1709 KB   
337/1709 KB   
341/1709 KB   
341/1709 KB   
343/1709 KB   
347/1709 KB   
351/1709 KB   
355/1709 KB   
359/1709 KB   
363/1709 KB   
365/1709 KB   
367/1709 KB   
371/1709 KB   
374/1709 KB   
375/1709 KB   
379/1709 KB   
383/1709 KB   
386/1709 KB   
389/1709 KB   
392/1709 KB   
396/1709 KB   
398/1709 KB   
402/1709 KB   
403/1709 KB   
405/1709 KB   
409/1709 KB   
413/1709 KB   
417/1709 KB   
420/1709 KB   
424/1709 KB   
425/1709 KB   
429/1709 KB   
429/1709 KB   
432/1709 KB   
436/1709 KB   
437/1709 KB   
441/1709 KB   
443/1709 KB   
446/1709 KB   
450/1709 KB   
450/1709 KB   
451/1709 KB   
455/1709 KB   
457/1709 KB   
459/1709 KB   
463/1709 KB   
464/1709 KB   
468/1709 KB   
470/1709 KB   
474/1709 KB   
478/1709 KB   
478/1709 KB   
482/1709 KB   
485/1709 KB   
488/1709 KB   
490/1709 KB   
494/1709 KB   
494/1709 KB   
498/1709 KB   
500/1709 KB   
501/1709 KB   
505/1709 KB   
508/1709 KB   
512/1709 KB   
512/1709 KB   
516/1709 KB   
520/1709 KB   
524/1709 KB   
528/1709 KB   
532/1709 KB   
536/1709 KB   
540/1709 KB   
544/1709 KB   
548/1709 KB   
552/1709 KB   
556/1709 KB   
560/1709 KB   
564/1709 KB   
568/1709 KB   
572/1709 KB   
576/1709 KB   
580/1709 KB   
584/1709 KB   
588/1709 KB   
591/1709 KB   
593/1709 KB   
597/1709 KB   
599/1709 KB   
600/1709 KB   
603/1709 KB   
607/1709 KB   
607/1709 KB   
611/1709 KB   
611/1709 KB   
615/1709 KB   
616/1709 KB   
620/1709 KB   
621/1709 KB   
624/1709 KB   
628/1709 KB   
631/1709 KB   
635/1709 KB   
637/1709 KB   
641/1709 KB   
641/1709 KB   
642/1709 KB   
646/1709 KB   
649/1709 KB   
651/1709 KB   
655/1709 KB   
655/1709 KB   
658/1709 KB   
662/1709 KB   
665/1709 KB   
666/1709 KB   
669/1709 KB   
673/1709 KB   
673/1709 KB   
676/1709 KB   
680/1709 KB   
681/1709 KB   
683/1709 KB   
687/1709 KB   
690/1709 KB   
694/1709 KB   
698/1709 KB   
699/1709 KB   
703/1709 KB   
705/1709 KB   
706/1709 KB   
710/1709 KB   
713/1709 KB   
717/1709 KB   
717/1709 KB   
721/1709 KB   
722/1709 KB   
726/1709 KB   
727/1709 KB   
731/1709 KB   
731/1709 KB   
734/1709 KB   
738/1709 KB   
740/1709 KB   
744/1709 KB   
746/1709 KB   
750/1709 KB   
751/1709 KB   
754/1709 KB   
758/1709 KB   
758/1709 KB   
761/1709 KB   
765/1709 KB   
767/1709 KB   
768/1709 KB   
770/1709 KB   
774/1709 KB   
777/1709 KB   
781/1709 KB   
784/1709 KB   
788/1709 KB   
789/1709 KB   
791/1709 KB   
795/1709 KB   
795/1709 KB   
797/1709 KB   
801/1709 KB   
804/1709 KB   
808/1709 KB   
808/1709 KB   
811/1709 KB   
813/1709 KB   
817/1709 KB   
821/1709 KB   
822/1709 KB   
826/1709 KB   
828/1709 KB   
829/1709 KB   
832/1709 KB   
836/1709 KB   
836/1709 KB   
840/1709 KB   
842/1709 KB   
846/1709 KB   
847/1709 KB   
849/1709 KB   
853/1709 KB   
856/1709 KB   
860/1709 KB   
862/1709 KB   
864/1709 KB   
868/1709 KB   
870/1709 KB   
874/1709 KB   
878/1709 KB   
882/1709 KB   
886/1709 KB   
890/1709 KB   
894/1709 KB   
898/1709 KB   
902/1709 KB   
906/1709 KB   
910/1709 KB   
914/1709 KB   
918/1709 KB   
922/1709 KB   
926/1709 KB   
929/1709 KB   
933/1709 KB   
935/1709 KB   
939/1709 KB   
941/1709 KB   
945/1709 KB   
946/1709 KB   
949/1709 KB   
953/1709 KB   
953/1709 KB   
957/1709 KB   
959/1709 KB   
963/1709 KB   
966/1709 KB   
970/1709 KB   
972/1709 KB   
975/1709 KB   
979/1709 KB   
982/1709 KB   
986/1709 KB   
986/1709 KB   
987/1709 KB   
990/1709 KB   
994/1709 KB   
996/1709 KB   
997/1709 KB   
1001/1709 KB   
1004/1709 KB   
1008/1709 KB   
1012/1709 KB   
1016/1709 KB   
1020/1709 KB   
1024/1709 KB   
1028/1709 KB   
1032/1709 KB   
1036/1709 KB   
1040/1709 KB   
1044/1709 KB   
1048/1709 KB   
1052/1709 KB   
1056/1709 KB   
1060/1709 KB   
1064/1709 KB   
1068/1709 KB   
1068/1709 KB   
1071/1709 KB   
1075/1709 KB   
1076/1709 KB   
1080/1709 KB   
1084/1709 KB   
1086/1709 KB   
1088/1709 KB   
1092/1709 KB   
1092/1709 KB   
1096/1709 KB   
1096/1709 KB   
1100/1709 KB   
1101/1709 KB   
1103/1709 KB   
1107/1709 KB   
1108/1709 KB   
1110/1709 KB   
1113/1709 KB   
1117/1709 KB   
1117/1709 KB   
1120/1709 KB   
1124/1709 KB   
1127/1709 KB   
1129/1709 KB   
1133/1709 KB   
1133/1709 KB   
1136/1709 KB   
1140/1709 KB   
1143/1709 KB   
1147/1709 KB   
1147/1709 KB   
1150/1709 KB   
1154/1709 KB   
1156/1709 KB   
1160/1709 KB   
1164/1709 KB   
1164/1709 KB   
1168/1709 KB   
1170/1709 KB   
1171/1709 KB   
1175/1709 KB   
1177/1709 KB   
1178/1709 KB   
1180/1709 KB   
1184/1709 KB   
1185/1709 KB   
1187/1709 KB   
1191/1709 KB   
1191/1709 KB   
1194/1709 KB   
1198/1709 KB   
1198/1709 KB   
1201/1709 KB   
1205/1709 KB   
1207/1709 KB   
1208/1709 KB   
1212/1709 KB   
1214/1709 KB   
1215/1709 KB   
1218/1709 KB   
1219/1709 KB   
1223/1709 KB   
1227/1709 KB   
1228/1709 KB   
1232/1709 KB   
1235/1709 KB   
1239/1709 KB   
1242/1709 KB   
1246/1709 KB   
1246/1709 KB   
1248/1709 KB   
1252/1709 KB   
1253/1709 KB   
1255/1709 KB   
1259/1709 KB   
1259/1709 KB   
1262/1709 KB   
1266/1709 KB   
1270/1709 KB   
1274/1709 KB   
1278/1709 KB   
1282/1709 KB   
1286/1709 KB   
1290/1709 KB   
1294/1709 KB   
1298/1709 KB   
1302/1709 KB   
1306/1709 KB   
1310/1709 KB   
1314/1709 KB   
1318/1709 KB   
1322/1709 KB   
1326/1709 KB   
1330/1709 KB   
1334/1709 KB   
1335/1709 KB   
1339/1709 KB   
1341/1709 KB   
1342/1709 KB   
1346/1709 KB   
1350/1709 KB   
1352/1709 KB   
1356/1709 KB   
1356/1709 KB   
1360/1709 KB   
1364/1709 KB   
1368/1709 KB   
1372/1709 KB   
1376/1709 KB   
1380/1709 KB   
1384/1709 KB   
1388/1709 KB   
1392/1709 KB   
1396/1709 KB   
1400/1709 KB   
1404/1709 KB   
1408/1709 KB   
1412/1709 KB   
1416/1709 KB   
1420/1709 KB   
1424/1709 KB   
1428/1709 KB   
1432/1709 KB   
1436/1709 KB   
1440/1709 KB   
1444/1709 KB   
1448/1709 KB   
1452/1709 KB   
1456/1709 KB   
1460/1709 KB   
1464/1709 KB   
1468/1709 KB   
1472/1709 KB   
1476/1709 KB   
1480/1709 KB   
1484/1709 KB   
1488/1709 KB   
1492/1709 KB   
1496/1709 KB   
1500/1709 KB   
1504/1709 KB   
1508/1709 KB   
1512/1709 KB   
1516/1709 KB   
1520/1709 KB   
1524/1709 KB   
1528/1709 KB   
1532/1709 KB   
1536/1709 KB   
1540/1709 KB   
1544/1709 KB   
1548/1709 KB   
1552/1709 KB   
1556/1709 KB   
1560/1709 KB   
1564/1709 KB   
1568/1709 KB   
1572/1709 KB   
1576/1709 KB   
1580/1709 KB   
1584/1709 KB   
1588/1709 KB   
1590/1709 KB   
1594/1709 KB   
1598/1709 KB   
1598/1709 KB   
1602/1709 KB   
1604/1709 KB   
1608/1709 KB   
1610/1709 KB   
1612/1709 KB   
1616/1709 KB   
1620/1709 KB   
1621/1709 KB   
1625/1709 KB   
1628/1709 KB   
1632/1709 KB   
1632/1709 KB   
1635/1709 KB   
1639/1709 KB   
1641/1709 KB   
1642/1709 KB   
1646/1709 KB   
1646/1709 KB   
1649/1709 KB   
1652/1709 KB   
1655/1709 KB   
1659/1709 KB   
1659/1709 KB   
1662/1709 KB   
1666/1709 KB   
1666/1709 KB   
1670/1709 KB   
1670/1709 KB   
1674/1709 KB   
1676/1709 KB   
1680/1709 KB   
1682/1709 KB   
1683/1709 KB   
1687/1709 KB   
1689/1709 KB   
1692/1709 KB   
1693/1709 KB   
1696/1709 KB   
1699/1709 KB   
1703/1709 KB   
1703/1709 KB   
1706/1709 KB   
1709/1709 KB   
               
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191125.234142-22.jar (1709 KB at 5995.2 KB/sec)
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jimfs-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jimfs-parent ---
[INFO] Installing /builds/workspace/Jimfs/pom.xml to /builds/.m2/repository/com/google/jimfs/jimfs-parent/HEAD-SNAPSHOT/jimfs-parent-HEAD-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Jimfs HEAD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jimfs ---
[INFO] Deleting /builds/workspace/Jimfs/jimfs/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jimfs ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ jimfs ---
2019-11-26 16:53:49,033 WARN spoon.Launcher - Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath.
2019-11-26 16:53:49,036 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-11-26 16:53:49,044 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-11-26 16:53:49,045 INFO spoon.Launcher - running Spoon...
2019-11-26 16:53:49,045 INFO spoon.Launcher - start processing...
2019-11-26 16:53:52,661 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-11-26 16:53:52,695 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-11-26 16:53:53,875 INFO spoon.Launcher - end of processing: 
2019-11-26 16:53:53,876 INFO spoon.Launcher - no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ jimfs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Jimfs/jimfs/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jimfs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 60 source files to /builds/workspace/Jimfs/jimfs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ jimfs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Jimfs/jimfs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jimfs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /builds/workspace/Jimfs/jimfs/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jimfs ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.common.jimfs.RegexGlobMatcherTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in com.google.common.jimfs.RegexGlobMatcherTest
[INFO] Running com.google.common.jimfs.UnixPathTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in com.google.common.jimfs.UnixPathTypeTest
[INFO] Running com.google.common.jimfs.WatchServiceConfigurationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in com.google.common.jimfs.WatchServiceConfigurationTest
[INFO] Running com.google.common.jimfs.FileFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.common.jimfs.FileFactoryTest
[INFO] Running com.google.common.jimfs.JimfsFileChannelTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in com.google.common.jimfs.JimfsFileChannelTest
[INFO] Running com.google.common.jimfs.UrlTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in com.google.common.jimfs.UrlTest
[INFO] Running com.google.common.jimfs.NameTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.common.jimfs.NameTest
[INFO] Running com.google.common.jimfs.ConfigurationTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in com.google.common.jimfs.ConfigurationTest
[INFO] Running com.google.common.jimfs.WindowsPathTypeTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.google.common.jimfs.WindowsPathTypeTest
[INFO] Running com.google.common.jimfs.DosAttributeProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in com.google.common.jimfs.DosAttributeProviderTest
[INFO] Running com.google.common.jimfs.RegularFileBlocksTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in com.google.common.jimfs.RegularFileBlocksTest
[INFO] Running com.google.common.jimfs.JimfsPathTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in com.google.common.jimfs.JimfsPathTest
[INFO] Running com.google.common.jimfs.JimfsFileSystemCloseTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in com.google.common.jimfs.JimfsFileSystemCloseTest
[INFO] Running com.google.common.jimfs.PathNormalizationTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in com.google.common.jimfs.PathNormalizationTest
[INFO] Running com.google.common.jimfs.BasicAttributeProviderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in com.google.common.jimfs.BasicAttributeProviderTest
[INFO] Running com.google.common.jimfs.RegularFileTest
[INFO] Tests run: 5376, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.869 s - in com.google.common.jimfs.RegularFileTest
[INFO] Running com.google.common.jimfs.AclAttributeProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.common.jimfs.AclAttributeProviderTest
[INFO] Running com.google.common.jimfs.PathTypeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.common.jimfs.PathTypeTest
[INFO] Running com.google.common.jimfs.DirectoryTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in com.google.common.jimfs.DirectoryTest
[INFO] Running com.google.common.jimfs.AttributeServiceTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in com.google.common.jimfs.AttributeServiceTest
[INFO] Running com.google.common.jimfs.FileTreeTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in com.google.common.jimfs.FileTreeTest
[INFO] Running com.google.common.jimfs.AbstractWatchServiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.google.common.jimfs.AbstractWatchServiceTest
[INFO] Running com.google.common.jimfs.HeapDiskTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.common.jimfs.HeapDiskTest
[INFO] Running com.google.common.jimfs.PosixAttributeProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.common.jimfs.PosixAttributeProviderTest
[INFO] Running com.google.common.jimfs.PollingWatchServiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s - in com.google.common.jimfs.PollingWatchServiceTest
[INFO] Running com.google.common.jimfs.OwnerAttributeProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.common.jimfs.OwnerAttributeProviderTest
[INFO] Running com.google.common.jimfs.UserDefinedAttributeProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.common.jimfs.UserDefinedAttributeProviderTest
[INFO] Running com.google.common.jimfs.FileTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in com.google.common.jimfs.FileTest
[INFO] Running com.google.common.jimfs.UnixAttributeProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.google.common.jimfs.UnixAttributeProviderTest
[INFO] Running com.google.common.jimfs.ClassLoaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in com.google.common.jimfs.ClassLoaderTest
[INFO] Running com.google.common.jimfs.JimfsUnixLikeFileSystemTest
[INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in com.google.common.jimfs.JimfsUnixLikeFileSystemTest
[INFO] Running com.google.common.jimfs.JimfsOutputStreamTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.google.common.jimfs.JimfsOutputStreamTest
[INFO] Running com.google.common.jimfs.JimfsInputStreamTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.common.jimfs.JimfsInputStreamTest
[INFO] Running com.google.common.jimfs.UserLookupServiceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.common.jimfs.UserLookupServiceTest
[INFO] Running com.google.common.jimfs.PathServiceTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.common.jimfs.PathServiceTest
[INFO] Running com.google.common.jimfs.FileSystemStateTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.common.jimfs.FileSystemStateTest
[INFO] Running com.google.common.jimfs.JimfsAsynchronousFileChannelTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in com.google.common.jimfs.JimfsAsynchronousFileChannelTest
[INFO] Running com.google.common.jimfs.JimfsWindowsLikeFileSystemTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in com.google.common.jimfs.JimfsWindowsLikeFileSystemTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5833, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ jimfs ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jimfs ---
[INFO] Building jar: /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-docs) @ jimfs ---
[INFO] 
Loading source files for package com.google.common.jimfs...
Loading source files for package spoon...
Constructing Javadoc information...
Standard Doclet version 1.8.0_151
Building tree for all the packages and classes...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/AttributeProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Configuration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Configuration.Builder.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Feature.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/File.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/FileLookup.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Handler.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Jimfs.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/PathNormalization.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/PathType.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/PathType.ParseResult.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/SystemJimfsFileSystemProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/WatchServiceConfiguration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/overview-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-summary.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-tree.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-summary.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-tree.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/constant-values.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/PathNormalization.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/SystemJimfsFileSystemProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Handler.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/PathType.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/PathType.ParseResult.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/FileLookup.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Configuration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Configuration.Builder.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/File.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Feature.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/AttributeProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Jimfs.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/WatchServiceConfiguration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-use.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-use.html...
Building index for all the packages and classes...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/overview-tree.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/index-all.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/allclasses-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/allclasses-noframe.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/index.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/overview-summary.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/help-doc.html...
7 warnings
[WARNING] Javadoc Warnings
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Configuration.java:53: warning - Tag @linkplain: reference not found: BasicFileAttributeView basic
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Configuration.java:94: warning - Tag @linkplain: reference not found: BasicFileAttributeView basic
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Configuration.java:132: warning - Tag @linkplain: reference not found: BasicFileAttributeView basic
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Feature.java:87: warning - Tag @link: reference not found: AsynchronousFileChannel#open(Path, OpenOption...)
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Feature.java:87: warning - Tag @link: reference not found: AsynchronousFileChannel#open(Path, Set, ExecutorService, FileAttribute...)
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Handler.java:28: warning - Tag @link: reference not found: URL#URL(String, String, int, String)
[WARNING] URL
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/WatchServiceConfiguration.java:36: warning - Tag @link: reference not found: TimeUnit#SECONDS
[WARNING] seconds
[INFO] Building jar: /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jimfs ---
[INFO] Installing /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT.jar to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Jimfs/jimfs/pom.xml to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT.pom
[INFO] Installing /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-sources.jar to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT-sources.jar
[INFO] Installing /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-javadoc.jar to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ jimfs ---
[INFO] Installing com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Jimfs Parent ....................................... SUCCESS [  5.536 s]
[INFO] Jimfs .............................................. SUCCESS [ 29.615 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.100 s
[INFO] Finished at: 2019-11-26T16:54:18+01:00
[INFO] Final Memory: 43M/235M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 37770
Number of tests: 5833
Number of tests skipped: 0
Number of failures in tests: 0
Number of errors in tests: 0
 
-------------------------------------------------------
Overwrites source generated by spoon in the source folder
-------------------------------------------------------
 
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Jimfs Parent
[INFO] Jimfs
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Jimfs Parent HEAD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jimfs-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jimfs-parent ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ jimfs-parent ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jimfs-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jimfs-parent ---
[INFO] Installing /builds/workspace/Jimfs/pom.xml to /builds/.m2/repository/com/google/jimfs/jimfs-parent/HEAD-SNAPSHOT/jimfs-parent-HEAD-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Jimfs HEAD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jimfs ---
[INFO] Deleting /builds/workspace/Jimfs/jimfs/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jimfs ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ jimfs ---
2019-11-26 16:54:23,102 WARN spoon.Launcher - Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath.
2019-11-26 16:54:23,103 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-11-26 16:54:23,111 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-11-26 16:54:23,111 INFO spoon.Launcher - running Spoon...
2019-11-26 16:54:23,111 INFO spoon.Launcher - start processing...
2019-11-26 16:54:25,840 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-11-26 16:54:25,892 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-11-26 16:54:26,737 INFO spoon.Launcher - end of processing: 
2019-11-26 16:54:26,737 INFO spoon.Launcher - no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ jimfs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Jimfs/jimfs/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jimfs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 60 source files to /builds/workspace/Jimfs/jimfs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ jimfs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Jimfs/jimfs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jimfs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /builds/workspace/Jimfs/jimfs/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jimfs ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.common.jimfs.RegexGlobMatcherTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in com.google.common.jimfs.RegexGlobMatcherTest
[INFO] Running com.google.common.jimfs.UnixPathTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in com.google.common.jimfs.UnixPathTypeTest
[INFO] Running com.google.common.jimfs.WatchServiceConfigurationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in com.google.common.jimfs.WatchServiceConfigurationTest
[INFO] Running com.google.common.jimfs.FileFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.common.jimfs.FileFactoryTest
[INFO] Running com.google.common.jimfs.JimfsFileChannelTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in com.google.common.jimfs.JimfsFileChannelTest
[INFO] Running com.google.common.jimfs.UrlTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in com.google.common.jimfs.UrlTest
[INFO] Running com.google.common.jimfs.NameTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.common.jimfs.NameTest
[INFO] Running com.google.common.jimfs.ConfigurationTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in com.google.common.jimfs.ConfigurationTest
[INFO] Running com.google.common.jimfs.WindowsPathTypeTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in com.google.common.jimfs.WindowsPathTypeTest
[INFO] Running com.google.common.jimfs.DosAttributeProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.google.common.jimfs.DosAttributeProviderTest
[INFO] Running com.google.common.jimfs.RegularFileBlocksTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.google.common.jimfs.RegularFileBlocksTest
[INFO] Running com.google.common.jimfs.JimfsPathTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in com.google.common.jimfs.JimfsPathTest
[INFO] Running com.google.common.jimfs.JimfsFileSystemCloseTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in com.google.common.jimfs.JimfsFileSystemCloseTest
[INFO] Running com.google.common.jimfs.PathNormalizationTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in com.google.common.jimfs.PathNormalizationTest
[INFO] Running com.google.common.jimfs.BasicAttributeProviderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in com.google.common.jimfs.BasicAttributeProviderTest
[INFO] Running com.google.common.jimfs.RegularFileTest
[INFO] Tests run: 5376, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 s - in com.google.common.jimfs.RegularFileTest
[INFO] Running com.google.common.jimfs.AclAttributeProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.common.jimfs.AclAttributeProviderTest
[INFO] Running com.google.common.jimfs.PathTypeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.common.jimfs.PathTypeTest
[INFO] Running com.google.common.jimfs.DirectoryTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in com.google.common.jimfs.DirectoryTest
[INFO] Running com.google.common.jimfs.AttributeServiceTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in com.google.common.jimfs.AttributeServiceTest
[INFO] Running com.google.common.jimfs.FileTreeTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in com.google.common.jimfs.FileTreeTest
[INFO] Running com.google.common.jimfs.AbstractWatchServiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.google.common.jimfs.AbstractWatchServiceTest
[INFO] Running com.google.common.jimfs.HeapDiskTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in com.google.common.jimfs.HeapDiskTest
[INFO] Running com.google.common.jimfs.PosixAttributeProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.google.common.jimfs.PosixAttributeProviderTest
[INFO] Running com.google.common.jimfs.PollingWatchServiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s - in com.google.common.jimfs.PollingWatchServiceTest
[INFO] Running com.google.common.jimfs.OwnerAttributeProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.google.common.jimfs.OwnerAttributeProviderTest
[INFO] Running com.google.common.jimfs.UserDefinedAttributeProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in com.google.common.jimfs.UserDefinedAttributeProviderTest
[INFO] Running com.google.common.jimfs.FileTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.google.common.jimfs.FileTest
[INFO] Running com.google.common.jimfs.UnixAttributeProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.common.jimfs.UnixAttributeProviderTest
[INFO] Running com.google.common.jimfs.ClassLoaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in com.google.common.jimfs.ClassLoaderTest
[INFO] Running com.google.common.jimfs.JimfsUnixLikeFileSystemTest
[INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in com.google.common.jimfs.JimfsUnixLikeFileSystemTest
[INFO] Running com.google.common.jimfs.JimfsOutputStreamTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.google.common.jimfs.JimfsOutputStreamTest
[INFO] Running com.google.common.jimfs.JimfsInputStreamTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.google.common.jimfs.JimfsInputStreamTest
[INFO] Running com.google.common.jimfs.UserLookupServiceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.google.common.jimfs.UserLookupServiceTest
[INFO] Running com.google.common.jimfs.PathServiceTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.google.common.jimfs.PathServiceTest
[INFO] Running com.google.common.jimfs.FileSystemStateTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in com.google.common.jimfs.FileSystemStateTest
[INFO] Running com.google.common.jimfs.JimfsAsynchronousFileChannelTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in com.google.common.jimfs.JimfsAsynchronousFileChannelTest
[INFO] Running com.google.common.jimfs.JimfsWindowsLikeFileSystemTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.google.common.jimfs.JimfsWindowsLikeFileSystemTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5833, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ jimfs ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jimfs ---
[INFO] Building jar: /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-docs) @ jimfs ---
[INFO] 
Loading source files for package com.google.common.jimfs...
Loading source files for package spoon...
Constructing Javadoc information...
Standard Doclet version 1.8.0_151
Building tree for all the packages and classes...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/AttributeProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Configuration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Configuration.Builder.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Feature.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/File.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/FileLookup.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Handler.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/Jimfs.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/PathNormalization.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/PathType.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/PathType.ParseResult.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/SystemJimfsFileSystemProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/WatchServiceConfiguration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/overview-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-summary.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-tree.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-summary.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-tree.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/constant-values.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/PathNormalization.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/SystemJimfsFileSystemProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Handler.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/PathType.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/PathType.ParseResult.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/FileLookup.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Configuration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Configuration.Builder.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/File.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Feature.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/AttributeProvider.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/Jimfs.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/class-use/WatchServiceConfiguration.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/com/google/common/jimfs/package-use.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/spoon/package-use.html...
Building index for all the packages and classes...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/overview-tree.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/index-all.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/allclasses-frame.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/allclasses-noframe.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/index.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/overview-summary.html...
Generating /builds/workspace/Jimfs/jimfs/target/apidocs/help-doc.html...
7 warnings
[WARNING] Javadoc Warnings
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Configuration.java:53: warning - Tag @linkplain: reference not found: BasicFileAttributeView basic
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Configuration.java:94: warning - Tag @linkplain: reference not found: BasicFileAttributeView basic
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Configuration.java:132: warning - Tag @linkplain: reference not found: BasicFileAttributeView basic
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Feature.java:87: warning - Tag @link: reference not found: AsynchronousFileChannel#open(Path, OpenOption...)
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Feature.java:87: warning - Tag @link: reference not found: AsynchronousFileChannel#open(Path, Set, ExecutorService, FileAttribute...)
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/Handler.java:28: warning - Tag @link: reference not found: URL#URL(String, String, int, String)
[WARNING] URL
[WARNING] /builds/workspace/Jimfs/jimfs/target/generated-sources/spoon/com/google/common/jimfs/WatchServiceConfiguration.java:36: warning - Tag @link: reference not found: TimeUnit#SECONDS
[WARNING] seconds
[INFO] Building jar: /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jimfs ---
[INFO] Installing /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT.jar to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Jimfs/jimfs/pom.xml to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT.pom
[INFO] Installing /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-sources.jar to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT-sources.jar
[INFO] Installing /builds/workspace/Jimfs/jimfs/target/jimfs-HEAD-SNAPSHOT-javadoc.jar to /builds/.m2/repository/com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ jimfs ---
[INFO] Installing com/google/jimfs/jimfs/HEAD-SNAPSHOT/jimfs-HEAD-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Jimfs Parent ....................................... SUCCESS [  1.270 s]
[INFO] Jimfs .............................................. SUCCESS [ 30.577 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32.597 s
[INFO] Finished at: 2019-11-26T16:54:53+01:00
[INFO] Final Memory: 34M/201M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 34376
 
-------------------------------------------------------
Retreives all results files in the project (in all sub modules if the project is a multi module project)
-------------------------------------------------------
 
./result-spoon-tests-jimfs.txt
./result-spoon-tests-spooned-jimfs.txt
<?xml version="1.0"?>
<section name="">
  <table>
    <tr>
      <td fontattribute="bold">Project</td>
      <td fontattribute="bold">Commit id version</td>
      <td fontattribute="bold">Project compiles</td>
      <td fontattribute="bold">Project tests run</td>
      <td fontattribute="bold">Project spooned compiles</td>
      <td fontattribute="bold">Project spooned tests run</td>
      <td fontattribute="bold">Time to spoon</td>
      <td fontattribute="bold">Number of CtStatment</td>
      <td fontattribute="bold">Time to compile project</td>
      <td fontattribute="bold">Time to compile project spooned</td>
      <td fontattribute="bold">Spoon(Spoon(x))=Spoon(x)</td>
    </tr>
    <tr>
      <td>jimfs</td>
      <td>93a6c6782a9fdf1365face2461876b8644b2a404</td>
      <td>OK</td>
      <td>tests: 5833
errors: 0
skipped: 0
failures: 0</td>
      <td>OK</td>
      <td>tests: 5833
errors: 0
skipped: 0
failures: 0</td>
      <td>3628</td>
      <td>N/A</td>
      <td>35228</td>
      <td>37770</td>
      <td>34376</td>
    </tr>
  </table>
</section>
Finished: SUCCESS