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/jenkins3230549193279602564.sh
+ curl http://spoon.gforge.inria.fr/jenkins/build.sh
  % Total    % Re+ ceived % Xferd  Abashve
rage Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 21193  100 21193    0     0  1455k      0 --:--:-- --:--:-- --:--:-- 1478k
 
-------------------------------------------------------
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.115 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.067 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.186 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 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.377 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.259 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.003 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.167 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.013 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.008 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.01 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.125 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.016 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.036 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.005 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.965 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 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.348 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.011 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.036 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.003 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.002 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.001 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.331 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 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 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.061 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.11 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.005 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.006 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.008 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.002 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.028 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.028 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.728 s]
[INFO] Jimfs .............................................. SUCCESS [ 32.705 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34.170 s
[INFO] Finished at: 2019-12-07T16:53:37+01:00
[INFO] Final Memory: 30M/197M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 35715
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.402 s]
[INFO] Jimfs .............................................. SUCCESS [  0.312 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.805 s
[INFO] Finished at: 2019-12-07T16:53:40+01:00
[INFO] Final Memory: 20M/188M
[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: http://maven.inria.fr/artifactory/spoon-public-snapshot/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: https://oss.sonatype.org/content/repositories/snapshots/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 6.0 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.5 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 1011.7 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 26.8 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   
14/23 KB   
16/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 386.2 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 550.1 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 25.5 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 150.3 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 422.1 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 244.2 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 548.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 460.2 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 402.7 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 402.7 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 280.1 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 429.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 379.0 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 536.9 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 358.0 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 495.6 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 644.3 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 460.2 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 32.0 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 146.5 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 585.0 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 585.7 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 644.2 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 644.2 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 644.2 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 585.7 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 460.2 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 644.2 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 715.8 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 644.3 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 38.2 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   
         
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 244.2 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 804.4 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 644.2 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 715.8 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 715.8 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 805.3 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 661.7 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 661.7 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/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 38.2 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 190.9 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 661.7 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/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 33.0 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 210.6 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 594.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 661.7 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 747.2 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: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-5/spoon-core-8.1.0-beta-5.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-5/spoon-core-8.1.0-beta-5.pom (7 KB at 672.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-6/spoon-core-8.1.0-beta-6.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-6/spoon-core-8.1.0-beta-6.pom (7 KB at 747.2 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 39.6 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-20191206.234134-35.pom
4/7 KB        
5/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-20191206.234134-35.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-20191206.234134-35.jar
4/1710 KB   
8/1710 KB   
12/1710 KB   
16/1710 KB   
16/1710 KB   
17/1710 KB   
19/1710 KB   
21/1710 KB   
25/1710 KB   
29/1710 KB   
30/1710 KB   
34/1710 KB   
38/1710 KB   
42/1710 KB   
46/1710 KB   
50/1710 KB   
54/1710 KB   
58/1710 KB   
58/1710 KB   
62/1710 KB   
62/1710 KB   
65/1710 KB   
69/1710 KB   
73/1710 KB   
77/1710 KB   
78/1710 KB   
79/1710 KB   
83/1710 KB   
87/1710 KB   
91/1710 KB   
95/1710 KB   
99/1710 KB   
103/1710 KB   
103/1710 KB   
107/1710 KB   
108/1710 KB   
112/1710 KB   
113/1710 KB   
117/1710 KB   
121/1710 KB   
125/1710 KB   
129/1710 KB   
133/1710 KB   
137/1710 KB   
141/1710 KB   
145/1710 KB   
145/1710 KB   
148/1710 KB   
152/1710 KB   
155/1710 KB   
159/1710 KB   
159/1710 KB   
163/1710 KB   
167/1710 KB   
171/1710 KB   
175/1710 KB   
179/1710 KB   
183/1710 KB   
187/1710 KB   
191/1710 KB   
195/1710 KB   
199/1710 KB   
203/1710 KB   
207/1710 KB   
211/1710 KB   
215/1710 KB   
219/1710 KB   
223/1710 KB   
227/1710 KB   
231/1710 KB   
235/1710 KB   
239/1710 KB   
243/1710 KB   
247/1710 KB   
251/1710 KB   
255/1710 KB   
259/1710 KB   
263/1710 KB   
264/1710 KB   
265/1710 KB   
269/1710 KB   
273/1710 KB   
277/1710 KB   
281/1710 KB   
285/1710 KB   
289/1710 KB   
293/1710 KB   
297/1710 KB   
301/1710 KB   
305/1710 KB   
309/1710 KB   
313/1710 KB   
317/1710 KB   
321/1710 KB   
325/1710 KB   
329/1710 KB   
333/1710 KB   
337/1710 KB   
341/1710 KB   
345/1710 KB   
349/1710 KB   
353/1710 KB   
357/1710 KB   
361/1710 KB   
365/1710 KB   
369/1710 KB   
373/1710 KB   
377/1710 KB   
381/1710 KB   
385/1710 KB   
389/1710 KB   
393/1710 KB   
397/1710 KB   
401/1710 KB   
405/1710 KB   
409/1710 KB   
413/1710 KB   
417/1710 KB   
421/1710 KB   
425/1710 KB   
429/1710 KB   
433/1710 KB   
437/1710 KB   
441/1710 KB   
445/1710 KB   
449/1710 KB   
453/1710 KB   
457/1710 KB   
461/1710 KB   
465/1710 KB   
469/1710 KB   
473/1710 KB   
477/1710 KB   
481/1710 KB   
485/1710 KB   
489/1710 KB   
493/1710 KB   
497/1710 KB   
501/1710 KB   
505/1710 KB   
509/1710 KB   
513/1710 KB   
517/1710 KB   
521/1710 KB   
525/1710 KB   
529/1710 KB   
533/1710 KB   
537/1710 KB   
541/1710 KB   
545/1710 KB   
549/1710 KB   
553/1710 KB   
557/1710 KB   
561/1710 KB   
565/1710 KB   
569/1710 KB   
573/1710 KB   
577/1710 KB   
581/1710 KB   
585/1710 KB   
589/1710 KB   
593/1710 KB   
597/1710 KB   
601/1710 KB   
605/1710 KB   
609/1710 KB   
613/1710 KB   
617/1710 KB   
621/1710 KB   
625/1710 KB   
629/1710 KB   
633/1710 KB   
637/1710 KB   
641/1710 KB   
645/1710 KB   
649/1710 KB   
653/1710 KB   
657/1710 KB   
661/1710 KB   
665/1710 KB   
669/1710 KB   
673/1710 KB   
677/1710 KB   
681/1710 KB   
685/1710 KB   
689/1710 KB   
693/1710 KB   
697/1710 KB   
701/1710 KB   
705/1710 KB   
709/1710 KB   
713/1710 KB   
717/1710 KB   
721/1710 KB   
725/1710 KB   
729/1710 KB   
733/1710 KB   
737/1710 KB   
741/1710 KB   
745/1710 KB   
749/1710 KB   
753/1710 KB   
757/1710 KB   
761/1710 KB   
765/1710 KB   
769/1710 KB   
773/1710 KB   
777/1710 KB   
781/1710 KB   
785/1710 KB   
789/1710 KB   
793/1710 KB   
797/1710 KB   
801/1710 KB   
805/1710 KB   
809/1710 KB   
813/1710 KB   
817/1710 KB   
821/1710 KB   
825/1710 KB   
829/1710 KB   
833/1710 KB   
837/1710 KB   
841/1710 KB   
845/1710 KB   
849/1710 KB   
853/1710 KB   
857/1710 KB   
861/1710 KB   
865/1710 KB   
869/1710 KB   
873/1710 KB   
877/1710 KB   
881/1710 KB   
885/1710 KB   
889/1710 KB   
893/1710 KB   
897/1710 KB   
901/1710 KB   
905/1710 KB   
909/1710 KB   
913/1710 KB   
917/1710 KB   
921/1710 KB   
925/1710 KB   
929/1710 KB   
933/1710 KB   
937/1710 KB   
941/1710 KB   
945/1710 KB   
949/1710 KB   
953/1710 KB   
957/1710 KB   
961/1710 KB   
965/1710 KB   
969/1710 KB   
973/1710 KB   
977/1710 KB   
981/1710 KB   
985/1710 KB   
989/1710 KB   
993/1710 KB   
997/1710 KB   
1001/1710 KB   
1005/1710 KB   
1009/1710 KB   
1013/1710 KB   
1017/1710 KB   
1021/1710 KB   
1025/1710 KB   
1029/1710 KB   
1033/1710 KB   
1037/1710 KB   
1041/1710 KB   
1045/1710 KB   
1049/1710 KB   
1053/1710 KB   
1057/1710 KB   
1061/1710 KB   
1065/1710 KB   
1069/1710 KB   
1073/1710 KB   
1077/1710 KB   
1081/1710 KB   
1085/1710 KB   
1089/1710 KB   
1093/1710 KB   
1097/1710 KB   
1101/1710 KB   
1105/1710 KB   
1109/1710 KB   
1113/1710 KB   
1117/1710 KB   
1121/1710 KB   
1125/1710 KB   
1129/1710 KB   
1133/1710 KB   
1137/1710 KB   
1141/1710 KB   
1145/1710 KB   
1149/1710 KB   
1153/1710 KB   
1157/1710 KB   
1161/1710 KB   
1165/1710 KB   
1169/1710 KB   
1173/1710 KB   
1177/1710 KB   
1181/1710 KB   
1185/1710 KB   
1189/1710 KB   
1193/1710 KB   
1197/1710 KB   
1201/1710 KB   
1205/1710 KB   
1209/1710 KB   
1213/1710 KB   
1217/1710 KB   
1221/1710 KB   
1225/1710 KB   
1229/1710 KB   
1233/1710 KB   
1237/1710 KB   
1241/1710 KB   
1245/1710 KB   
1249/1710 KB   
1253/1710 KB   
1257/1710 KB   
1261/1710 KB   
1265/1710 KB   
1269/1710 KB   
1273/1710 KB   
1277/1710 KB   
1281/1710 KB   
1285/1710 KB   
1289/1710 KB   
1293/1710 KB   
1297/1710 KB   
1301/1710 KB   
1305/1710 KB   
1309/1710 KB   
1313/1710 KB   
1317/1710 KB   
1321/1710 KB   
1325/1710 KB   
1329/1710 KB   
1333/1710 KB   
1337/1710 KB   
1341/1710 KB   
1345/1710 KB   
1349/1710 KB   
1353/1710 KB   
1357/1710 KB   
1361/1710 KB   
1365/1710 KB   
1369/1710 KB   
1373/1710 KB   
1377/1710 KB   
1381/1710 KB   
1385/1710 KB   
1389/1710 KB   
1393/1710 KB   
1397/1710 KB   
1401/1710 KB   
1405/1710 KB   
1409/1710 KB   
1413/1710 KB   
1417/1710 KB   
1421/1710 KB   
1425/1710 KB   
1429/1710 KB   
1433/1710 KB   
1437/1710 KB   
1441/1710 KB   
1445/1710 KB   
1449/1710 KB   
1453/1710 KB   
1457/1710 KB   
1461/1710 KB   
1465/1710 KB   
1469/1710 KB   
1473/1710 KB   
1477/1710 KB   
1481/1710 KB   
1485/1710 KB   
1489/1710 KB   
1493/1710 KB   
1497/1710 KB   
1501/1710 KB   
1505/1710 KB   
1509/1710 KB   
1513/1710 KB   
1517/1710 KB   
1521/1710 KB   
1525/1710 KB   
1529/1710 KB   
1533/1710 KB   
1537/1710 KB   
1541/1710 KB   
1545/1710 KB   
1549/1710 KB   
1553/1710 KB   
1557/1710 KB   
1561/1710 KB   
1565/1710 KB   
1569/1710 KB   
1573/1710 KB   
1577/1710 KB   
1581/1710 KB   
1585/1710 KB   
1589/1710 KB   
1593/1710 KB   
1597/1710 KB   
1601/1710 KB   
1605/1710 KB   
1609/1710 KB   
1613/1710 KB   
1617/1710 KB   
1621/1710 KB   
1625/1710 KB   
1629/1710 KB   
1633/1710 KB   
1637/1710 KB   
1641/1710 KB   
1645/1710 KB   
1649/1710 KB   
1653/1710 KB   
1657/1710 KB   
1661/1710 KB   
1665/1710 KB   
1669/1710 KB   
1673/1710 KB   
1677/1710 KB   
1681/1710 KB   
1685/1710 KB   
1689/1710 KB   
1693/1710 KB   
1697/1710 KB   
1701/1710 KB   
1705/1710 KB   
1709/1710 KB   
1710/1710 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-20191206.234134-35.jar (1710 KB at 8632.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-12-07 16:53:49,197 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-12-07 16:53:49,198 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-12-07 16:53:49,205 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-12-07 16:53:49,205 INFO spoon.Launcher - running Spoon...
2019-12-07 16:53:49,206 INFO spoon.Launcher - start processing...
2019-12-07 16:53:52,470 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-12-07 16:53:52,516 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-12-07 16:53:53,548 INFO spoon.Launcher - end of processing: 
2019-12-07 16:53:53,548 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.154 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.023 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.087 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.003 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.17 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.077 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.076 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.012 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.008 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.01 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.096 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.016 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.036 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.014 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.971 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.002 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.385 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.013 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.011 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.004 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.003 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.335 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 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.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.072 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.109 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.009 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.001 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.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.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.028 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.198 s]
[INFO] Jimfs .............................................. SUCCESS [ 28.293 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34.451 s
[INFO] Finished at: 2019-12-07T16:54:16+01:00
[INFO] Final Memory: 40M/227M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 36146
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-12-07 16:54:21,582 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-12-07 16:54:21,582 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-12-07 16:54:21,589 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-12-07 16:54:21,589 INFO spoon.Launcher - running Spoon...
2019-12-07 16:54:21,589 INFO spoon.Launcher - start processing...
2019-12-07 16:54:24,129 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-12-07 16:54:24,159 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-12-07 16:54:25,151 INFO spoon.Launcher - end of processing: 
2019-12-07 16:54:25,151 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.167 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.063 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.113 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.005 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.194 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.076 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.07 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.005 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 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.004 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.099 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.026 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.044 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.988 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 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 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.507 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.007 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.008 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.005 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.002 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.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.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.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 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.074 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.128 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.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.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.038 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.031 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.124 s]
[INFO] Jimfs .............................................. SUCCESS [ 29.199 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.102 s
[INFO] Finished at: 2019-12-07T16:54:50+01:00
[INFO] Final Memory: 37M/214M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 32664
 
-------------------------------------------------------
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>3564</td>
      <td>N/A</td>
      <td>35715</td>
      <td>36146</td>
      <td>32664</td>
    </tr>
  </table>
</section>
Finished: SUCCESS