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/jenkins1466154234762417678.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    0     0      0      0 --:--:-- --:--:-- --:--:--     0+ bash

100 21193  100 21193    0     0   640k      0 --:--:-- --:--:-- --:--:--  646k
 
-------------------------------------------------------
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.141 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.073 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.153 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.405 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.263 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.129 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.014 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.006 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.111 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.012 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.026 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.945 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.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.352 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.017 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.022 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.015 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.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.357 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.002 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.004 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.002 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.135 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.011 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.008 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.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.043 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.027 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.791 s]
[INFO] Jimfs .............................................. SUCCESS [ 33.471 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35.307 s
[INFO] Finished at: 2020-02-13T16:53:39+01:00
[INFO] Final Memory: 29M/204M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 36983
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.742 s]
[INFO] Jimfs .............................................. SUCCESS [  0.286 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.118 s
[INFO] Finished at: 2020-02-13T16:53:43+01:00
[INFO] Final Memory: 20M/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
647/647 B   
            
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (647 B at 4.5 KB/sec)
2/3 KB      
3/3 KB   
3/3 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (3 KB at 11.4 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 885.2 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 28.4 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   
15/23 KB   
19/23 KB   
22/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 524.1 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 1000.2 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 29.2 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
3/7 KB        
7/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 233.2 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 270.2 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 30.9 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 199.8 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 365.9 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 402.7 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 247.8 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 358.0 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 247.8 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 165.2 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 339.1 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 23.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 322.2 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 429.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 379.0 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 26.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 199.8 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 495.6 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 339.1 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 306.8 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 379.0 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 357.9 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 429.5 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 495.6 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 402.6 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 585.8 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 644.3 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 30.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   
         
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 219.8 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 495.0 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 339.1 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 536.9 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 174.1 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 339.1 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 28.4 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 156.6 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 247.8 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 496.3 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 21.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 185.1 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 495.7 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 458.1 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 541.4 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 517.3 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 448.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 611.3 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 672.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom (7 KB at 517.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-8/spoon-core-8.1.0-beta-8.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-8/spoon-core-8.1.0-beta-8.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-9/spoon-core-8.1.0-beta-9.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-9/spoon-core-8.1.0-beta-9.pom (7 KB at 395.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-10/spoon-core-8.1.0-beta-10.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-10/spoon-core-8.1.0-beta-10.pom (7 KB at 562.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom (7 KB at 750.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom (7 KB at 697.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom (8 KB at 595.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-14/spoon-core-8.1.0-beta-14.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-14/spoon-core-8.1.0-beta-14.pom (8 KB at 714.8 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
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 34.2 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-20200212.234144-128.pom
4/8 KB        
5/8 KB   
8/8 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-20200212.234144-128.pom (8 KB at 215.2 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-20200212.234144-128.jar
4/1704 KB   
8/1704 KB   
12/1704 KB   
16/1704 KB   
20/1704 KB   
24/1704 KB   
28/1704 KB   
31/1704 KB   
35/1704 KB   
35/1704 KB   
39/1704 KB   
43/1704 KB   
45/1704 KB   
49/1704 KB   
53/1704 KB   
57/1704 KB   
59/1704 KB   
63/1704 KB   
67/1704 KB   
70/1704 KB   
74/1704 KB   
78/1704 KB   
82/1704 KB   
86/1704 KB   
90/1704 KB   
94/1704 KB   
98/1704 KB   
102/1704 KB   
106/1704 KB   
110/1704 KB   
114/1704 KB   
118/1704 KB   
122/1704 KB   
126/1704 KB   
130/1704 KB   
134/1704 KB   
138/1704 KB   
142/1704 KB   
146/1704 KB   
150/1704 KB   
154/1704 KB   
158/1704 KB   
162/1704 KB   
166/1704 KB   
170/1704 KB   
174/1704 KB   
178/1704 KB   
182/1704 KB   
186/1704 KB   
190/1704 KB   
194/1704 KB   
198/1704 KB   
202/1704 KB   
206/1704 KB   
210/1704 KB   
214/1704 KB   
218/1704 KB   
222/1704 KB   
226/1704 KB   
230/1704 KB   
234/1704 KB   
238/1704 KB   
242/1704 KB   
246/1704 KB   
250/1704 KB   
254/1704 KB   
258/1704 KB   
262/1704 KB   
266/1704 KB   
270/1704 KB   
274/1704 KB   
278/1704 KB   
282/1704 KB   
286/1704 KB   
290/1704 KB   
294/1704 KB   
298/1704 KB   
302/1704 KB   
306/1704 KB   
310/1704 KB   
314/1704 KB   
318/1704 KB   
322/1704 KB   
326/1704 KB   
330/1704 KB   
334/1704 KB   
338/1704 KB   
342/1704 KB   
346/1704 KB   
350/1704 KB   
354/1704 KB   
358/1704 KB   
362/1704 KB   
366/1704 KB   
370/1704 KB   
374/1704 KB   
378/1704 KB   
382/1704 KB   
386/1704 KB   
390/1704 KB   
394/1704 KB   
398/1704 KB   
402/1704 KB   
406/1704 KB   
410/1704 KB   
414/1704 KB   
418/1704 KB   
422/1704 KB   
426/1704 KB   
430/1704 KB   
434/1704 KB   
438/1704 KB   
442/1704 KB   
446/1704 KB   
450/1704 KB   
454/1704 KB   
458/1704 KB   
462/1704 KB   
466/1704 KB   
470/1704 KB   
474/1704 KB   
478/1704 KB   
482/1704 KB   
486/1704 KB   
490/1704 KB   
494/1704 KB   
498/1704 KB   
502/1704 KB   
506/1704 KB   
510/1704 KB   
514/1704 KB   
518/1704 KB   
522/1704 KB   
526/1704 KB   
530/1704 KB   
534/1704 KB   
538/1704 KB   
542/1704 KB   
546/1704 KB   
550/1704 KB   
554/1704 KB   
558/1704 KB   
562/1704 KB   
566/1704 KB   
570/1704 KB   
574/1704 KB   
578/1704 KB   
582/1704 KB   
586/1704 KB   
590/1704 KB   
594/1704 KB   
598/1704 KB   
602/1704 KB   
606/1704 KB   
610/1704 KB   
614/1704 KB   
618/1704 KB   
622/1704 KB   
626/1704 KB   
630/1704 KB   
634/1704 KB   
638/1704 KB   
642/1704 KB   
646/1704 KB   
650/1704 KB   
654/1704 KB   
658/1704 KB   
662/1704 KB   
666/1704 KB   
670/1704 KB   
674/1704 KB   
678/1704 KB   
682/1704 KB   
686/1704 KB   
690/1704 KB   
694/1704 KB   
698/1704 KB   
702/1704 KB   
706/1704 KB   
710/1704 KB   
714/1704 KB   
718/1704 KB   
722/1704 KB   
726/1704 KB   
730/1704 KB   
734/1704 KB   
738/1704 KB   
742/1704 KB   
746/1704 KB   
750/1704 KB   
754/1704 KB   
758/1704 KB   
762/1704 KB   
766/1704 KB   
770/1704 KB   
774/1704 KB   
778/1704 KB   
782/1704 KB   
786/1704 KB   
790/1704 KB   
794/1704 KB   
798/1704 KB   
802/1704 KB   
806/1704 KB   
810/1704 KB   
814/1704 KB   
818/1704 KB   
822/1704 KB   
826/1704 KB   
830/1704 KB   
834/1704 KB   
838/1704 KB   
842/1704 KB   
846/1704 KB   
850/1704 KB   
854/1704 KB   
858/1704 KB   
862/1704 KB   
866/1704 KB   
870/1704 KB   
874/1704 KB   
878/1704 KB   
882/1704 KB   
886/1704 KB   
890/1704 KB   
894/1704 KB   
898/1704 KB   
902/1704 KB   
906/1704 KB   
910/1704 KB   
914/1704 KB   
918/1704 KB   
922/1704 KB   
926/1704 KB   
930/1704 KB   
934/1704 KB   
938/1704 KB   
942/1704 KB   
946/1704 KB   
950/1704 KB   
954/1704 KB   
958/1704 KB   
962/1704 KB   
966/1704 KB   
970/1704 KB   
974/1704 KB   
978/1704 KB   
982/1704 KB   
986/1704 KB   
990/1704 KB   
994/1704 KB   
998/1704 KB   
1002/1704 KB   
1006/1704 KB   
1010/1704 KB   
1014/1704 KB   
1018/1704 KB   
1022/1704 KB   
1026/1704 KB   
1030/1704 KB   
1034/1704 KB   
1038/1704 KB   
1042/1704 KB   
1046/1704 KB   
1050/1704 KB   
1054/1704 KB   
1058/1704 KB   
1062/1704 KB   
1066/1704 KB   
1070/1704 KB   
1074/1704 KB   
1078/1704 KB   
1082/1704 KB   
1086/1704 KB   
1090/1704 KB   
1094/1704 KB   
1098/1704 KB   
1102/1704 KB   
1106/1704 KB   
1110/1704 KB   
1114/1704 KB   
1118/1704 KB   
1122/1704 KB   
1126/1704 KB   
1130/1704 KB   
1134/1704 KB   
1138/1704 KB   
1142/1704 KB   
1146/1704 KB   
1150/1704 KB   
1154/1704 KB   
1158/1704 KB   
1162/1704 KB   
1166/1704 KB   
1170/1704 KB   
1174/1704 KB   
1178/1704 KB   
1182/1704 KB   
1186/1704 KB   
1190/1704 KB   
1194/1704 KB   
1198/1704 KB   
1202/1704 KB   
1206/1704 KB   
1210/1704 KB   
1214/1704 KB   
1218/1704 KB   
1222/1704 KB   
1226/1704 KB   
1230/1704 KB   
1234/1704 KB   
1238/1704 KB   
1242/1704 KB   
1246/1704 KB   
1250/1704 KB   
1254/1704 KB   
1258/1704 KB   
1262/1704 KB   
1266/1704 KB   
1270/1704 KB   
1274/1704 KB   
1278/1704 KB   
1282/1704 KB   
1286/1704 KB   
1290/1704 KB   
1294/1704 KB   
1298/1704 KB   
1302/1704 KB   
1306/1704 KB   
1310/1704 KB   
1314/1704 KB   
1318/1704 KB   
1322/1704 KB   
1326/1704 KB   
1330/1704 KB   
1334/1704 KB   
1338/1704 KB   
1342/1704 KB   
1346/1704 KB   
1350/1704 KB   
1354/1704 KB   
1358/1704 KB   
1362/1704 KB   
1366/1704 KB   
1370/1704 KB   
1374/1704 KB   
1378/1704 KB   
1382/1704 KB   
1386/1704 KB   
1390/1704 KB   
1394/1704 KB   
1398/1704 KB   
1402/1704 KB   
1406/1704 KB   
1410/1704 KB   
1414/1704 KB   
1418/1704 KB   
1422/1704 KB   
1426/1704 KB   
1430/1704 KB   
1434/1704 KB   
1438/1704 KB   
1442/1704 KB   
1446/1704 KB   
1450/1704 KB   
1454/1704 KB   
1458/1704 KB   
1462/1704 KB   
1466/1704 KB   
1470/1704 KB   
1474/1704 KB   
1478/1704 KB   
1482/1704 KB   
1486/1704 KB   
1490/1704 KB   
1494/1704 KB   
1498/1704 KB   
1502/1704 KB   
1506/1704 KB   
1510/1704 KB   
1514/1704 KB   
1518/1704 KB   
1522/1704 KB   
1526/1704 KB   
1530/1704 KB   
1534/1704 KB   
1538/1704 KB   
1542/1704 KB   
1546/1704 KB   
1550/1704 KB   
1554/1704 KB   
1558/1704 KB   
1562/1704 KB   
1566/1704 KB   
1570/1704 KB   
1574/1704 KB   
1578/1704 KB   
1582/1704 KB   
1586/1704 KB   
1590/1704 KB   
1594/1704 KB   
1598/1704 KB   
1602/1704 KB   
1606/1704 KB   
1610/1704 KB   
1614/1704 KB   
1618/1704 KB   
1622/1704 KB   
1626/1704 KB   
1630/1704 KB   
1634/1704 KB   
1638/1704 KB   
1642/1704 KB   
1646/1704 KB   
1650/1704 KB   
1654/1704 KB   
1658/1704 KB   
1662/1704 KB   
1666/1704 KB   
1670/1704 KB   
1674/1704 KB   
1678/1704 KB   
1682/1704 KB   
1686/1704 KB   
1690/1704 KB   
1694/1704 KB   
1698/1704 KB   
1702/1704 KB   
1704/1704 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-20200212.234144-128.jar (1704 KB at 7849.9 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 ---
[INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html).
[INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html).
[INFO] Spoon version 8.1.0-SNAPSHOT
[INFO] running Spoon...
[INFO] start processing...
[INFO] spoon.processing.SpoonTagger
[INFO] spoon.support.JavaOutputProcessor
[INFO] end of processing: 
[INFO] 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.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.048 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.107 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.014 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.206 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.109 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.086 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.016 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.097 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.02 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.057 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.004 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: 1.129 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.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.318 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.013 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.333 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.013 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.01 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.103 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.145 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.009 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.009 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.003 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.036 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...
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 [  6.011 s]
[INFO] Jimfs .............................................. SUCCESS [ 32.086 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.956 s
[INFO] Finished at: 2020-02-13T16:54:23+01:00
[INFO] Final Memory: 41M/223M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 40651
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 ---
[INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html).
[INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html).
[INFO] Spoon version 8.1.0-SNAPSHOT
[INFO] running Spoon...
[INFO] start processing...
[INFO] spoon.processing.SpoonTagger
[INFO] spoon.support.JavaOutputProcessor
[INFO] end of processing: 
[INFO] 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.156 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.033 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.12 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.192 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.061 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.004 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.056 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.002 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.09 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.012 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.043 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: 1.214 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.011 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.365 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.008 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.019 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.006 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.333 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.005 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.002 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.002 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.044 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.102 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.004 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.008 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.035 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.014 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.333 s]
[INFO] Jimfs .............................................. SUCCESS [ 30.801 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.128 s
[INFO] Finished at: 2020-02-13T16:54:59+01:00
[INFO] Final Memory: 38M/203M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 34834
 
-------------------------------------------------------
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>4420</td>
      <td>N/A</td>
      <td>36983</td>
      <td>40651</td>
      <td>34834</td>
    </tr>
  </table>
</section>
Finished: SUCCESS