Skip to content

Console Output

Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
Agent basic-41dhb is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-41dhb"
  namespace: "geotrellis"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.geotrellis.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-41dhb"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-41dhb"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.geotrellis.svc.cluster.local/geotrellis/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.sbt"
      name: "volume-5"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.sbt/.credentials"
      name: "sbt-secret-dir"
      readOnly: true
      subPath: ".credentials"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-geotrellis"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"
  - name: "sbt-secret-dir"
    secret:
      secretName: "sbt-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-5"

Building remotely on basic-41dhb (basic) in workspace /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/locationtech/geotrellis
 > git init /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT # timeout=10
Fetching upstream changes from https://github.com/locationtech/geotrellis
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/locationtech/geotrellis +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/locationtech/geotrellis # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 01a31087005f206dd9ff00af462eb1ef766d86e5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 01a31087005f206dd9ff00af462eb1ef766d86e5 # timeout=10
Commit message: "sbt version downgrade"
 > git rev-list --no-walk 10a9b94dfdf846f796507d3339e59e2b6d453f0b # timeout=10
[GeoTrellis master branch SNAPSHOT] $ /bin/sh -xe /tmp/jenkins15988506933639346468.sh
+ echo 'PUBLISHING SNAPSHOT'
PUBLISHING SNAPSHOT
+ '/home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/.locationtech/deploy.sh'
+ ./.locationtech/deploy-212.sh
+ ./sbt publish -no-colors -J-Drelease=locationtech
Downloading sbt launcher for 1.7.1:
  From  https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.7.1/sbt-launch-1.7.1.jar
    To  /home/jenkins/.sbt/launchers/1.7.1/sbt-launch.jar
Downloading sbt launcher 1.7.1 md5 hash:
  From  https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.7.1/sbt-launch-1.7.1.jar.md5
    To  /home/jenkins/.sbt/launchers/1.7.1/sbt-launch.jar.md5
/home/jenkins/.sbt/launchers/1.7.1/sbt-launch.jar: OK
[info] [launcher] getting org.scala-sbt sbt 1.7.1  (this may take some time)...
[info] [launcher] getting Scala 2.12.16 (for sbt)...
[info] welcome to sbt 1.7.1 (Oracle Corporation Java 1.8.0_202)
[info] loading settings for project geotrellis-master-branch-snapshot-build from plugins.sbt ...
[info] loading project definition from /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/project
[info] compiling 6 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/project/target/scala-2.12/sbt-1.0/classes ...
[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.16. Compiling...
[info]   Compilation completed in 23.56s.
[warn] one feature warning; re-run with -feature for details
[warn] one warning found
[info] done compiling
[info] loading settings for project geotrellis from build.sbt ...
[info] resolving key references (39522 settings) ...
[info] set current project to geotrellis (in build file:/home/jenkins/agent/workspace/GeoTrellis%20master%20branch%20SNAPSHOT/)
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/macros/target/scala-2.12/geotrellis-macros_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/proj4/target/scala-2.12/geotrellis-proj4_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/util/target/scala-2.12/geotrellis-util_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/target/scala-2.12/geotrellis-vector_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
Warning: Tried to extract the base path for relative glob vectortile/data/**/*. To disable this warning, re-run the program with java option, -Dsbt.io.implicit.relative.glob.conversion=allow
Warning: Tried to extract the base path for relative glob vectortile/data/**/*. To disable this warning, re-run the program with java option, -Dsbt.io.implicit.relative.glob.conversion=allow
Warning: Tried to extract the base path for relative glob vectortile/data/**/*.{java,scala}. To disable this warning, re-run the program with java option, -Dsbt.io.implicit.relative.glob.conversion=allow
Warning: Tried to extract the base path for relative glob vectortile/data/**/*.{java,scala}. To disable this warning, re-run the program with java option, -Dsbt.io.implicit.relative.glob.conversion=allow
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/target/scala-2.12/geotrellis-raster_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/target/scala-2.12/geotrellis-vectortile_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector-testkit/target/scala-2.12/geotrellis-vector-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster-testkit/target/scala-2.12/geotrellis-raster-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/target/scala-2.12/geotrellis-layer_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/geotools/target/scala-2.12/geotrellis-geotools_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/shapefile/target/scala-2.12/geotrellis-shapefile_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/gdal/target/scala-2.12/geotrellis-gdal_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/target/scala-2.12/geotrellis-store_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/proj4/target/scala-2.12/api...
model contains 44 documentable templates
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/macros/target/scala-2.12/api...
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/util/target/scala-2.12/api...
model contains 44 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/util/src/main/scala/geotrellis/util/HttpRangeReader.scala:26:1: Could not find any member to link for "[[HttpStatusException]]".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/util/src/main/scala/geotrellis/util/Filesystem.scala:192:3: Could not find any member to link for "java.nio.file.File".
[warn]   /**
[warn]   ^
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] compiling 13 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/proj4/target/scala-2.12/classes ...
model contains 31 documentable templates
[info] done compiling
[info] compiling 8 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/macros/target/scala-2.12/classes ...
[info] Main Scala API documentation successful.
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/target/scala-2.12/geotrellis-accumulo_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/target/scala-2.12/geotrellis-s3_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra/target/scala-2.12/geotrellis-cassandra_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/target/scala-2.12/geotrellis-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase/target/scala-2.12/geotrellis-hbase_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] compiling 20 Scala sources and 1 Java source to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/util/target/scala-2.12/classes ...
[info] done compiling
[info] done compiling
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/target/scala-2.12/geotrellis-spark-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/target/scala-2.12/geotrellis-hbase-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/target/scala-2.12/geotrellis-accumulo-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/target/scala-2.12/geotrellis-cassandra-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/target/scala-2.12/geotrellis-s3-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] Compiling 1 protobuf files to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/target/scala-2.12/src_managed/main
[libprotobuf WARNING ../../../../../src/google/protobuf/compiler/parser.cc:649] No syntax specified for the proto file: vector_tile.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[info] 	published geotrellis-proj4_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-proj4_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-proj4_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-proj4_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-proj4_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-proj4_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-proj4_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-proj4_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-proj4_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-proj4_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-proj4_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-proj4_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/target/scala-2.12/api...
[info] 	published geotrellis-util_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-util_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-util_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-util_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-util_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-util_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-util_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-util_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-util_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-util_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-util_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-util_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/target/scala-2.12/geotrellis-spark-pipeline_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
model contains 356 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/src/main/scala/geotrellis/vector/MultiLineString.scala:24:1: Could not find any member to link for "MultiLine".
[warn] /** Companion object to [[MultiLine]] */
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/src/main/scala/geotrellis/vector/io/json/JsonCRS.scala:28:3: Could not find any member to link for "CRS".
[warn]   /** Attempt to resolve to [[CRS]] object. Will cause network request for [[LinkedCRS]] */
[warn]   ^
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] compiling 78 Scala sources and 1 Java source to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/target/scala-2.12/classes ...
[info] done compiling
[info] 	published geotrellis-macros_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-macros_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-macros_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-macros_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-macros_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-macros_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-macros_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-macros_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-macros_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-macros_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-macros_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-macros_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/target/scala-2.12/api...
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/target/scala-2.12/api...
model contains 44 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/package.scala:19:1: Could not find any member to link for "geotrellis.vector.Extent".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/VectorTile.scala:27:1: Could not find any member to link for "Map".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/VectorTile.scala:88:3: Could not find any member to link for "Extent".
[warn]   /** Create a [[VectorTile]] from raw Protobuf bytes.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/Layer.scala:53:3: Could not find any member to link for "Extent".
[warn]   /** How much of the [[Extent]] is covered by a single grid coordinate? */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/Layer.scala:45:3: Could not find any member to link for "Extent".
[warn]   /** The width/height of this Layer's coordinate grid. By default this is 4096,
[warn]   ^
[warn] 5 warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector-testkit/target/scala-2.12/api...
model contains 17 documentable templates
[info] Main Scala API documentation successful.
[info] 	published geotrellis-vector_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vector_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-vector_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vector_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-vector_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vector_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-vector_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vector_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/MosaicRasterSource.scala:96:5: discarding unmoored doc comment
[warn]     /** The passed bounds are relative to the [[MosaicRasterSource]] bounds.
[warn]     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/costdistance/SimpleCostDistance.scala:129:5: discarding unmoored doc comment
[warn]     /**
[warn]     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/viewshed/R2Viewshed.scala:237:5: discarding unmoored doc comment
[warn]     /**
[warn]     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/viewshed/R2Viewshed.scala:290:5: discarding unmoored doc comment
[warn]     /**
[warn]     ^
model contains 1253 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/io/geotiff/compression/DeflateCompression.scala:23:1: Could not find any member to link for "Deflater".
[warn] /** Compression level: 0 - 9lvl, default is -1, see [[Deflater]] docs for more information */
[warn] ^
[info] compiling 504 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/target/scala-2.12/classes ...
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/io/geotiff/CropIterator.scala:21:1: Tag '@return:' is not recognised
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/io/geotiff/MultibandCropIterator.scala:21:1: Tag '@return:' is not recognised
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/io/geotiff/SinglebandCropIterator.scala:21:1: Tag '@return:' is not recognised
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/summary/polygonal/visitors/MultibandTileCombineVisitor.scala:37:20: Variable R undefined in comment for class MultibandTileCombineVisitor in class MultibandTileCombineVisitor
[warn]   * @param `monoid$R`
[warn]                    ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/summary/polygonal/visitors/MultibandTileCombineVisitor.scala:38:22: Variable R undefined in comment for class MultibandTileCombineVisitor in class MultibandTileCombineVisitor
[warn]   * @param `classTag$R`
[warn]                      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/summary/polygonal/visitors/TileCombineVisitor.scala:33:20: Variable R undefined in comment for class TileCombineVisitor in class TileCombineVisitor
[warn]   * @param `monoid$R`
[warn]                    ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/summary/polygonal/visitors/TileCombineVisitor.scala:34:22: Variable R undefined in comment for class TileCombineVisitor in class TileCombineVisitor
[warn]   * @param `classTag$R`
[warn]                      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/GridExtent.scala:28:1: Could not find any member to link for "java.lang.IllegalArgumentException".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ResampleTarget.scala:59:1: Could not find any member to link for "Extent".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/mapalgebra/focal/ZFactor.scala:33:3: Could not find any member to link for "Extent".
[warn]   /** Produces the associated ZFactor for the given location.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/RasterSource.scala:183:3: Could not find any member to link for "GDALRasterSource".
[warn]   /** Converts the values within the RasterSource from one [[CellType]] to another.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/RasterMetadata.scala:37:3: Could not find any member to link for "OverviewStrategy".
[warn]   /** All available overview resolutions for this raster source
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/GridExtent.scala:140:3: Could not find any member to link for "geotrellis.raster.GridExtent#withResolution(geotrellis.raster.CellSize)".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/GridExtent.scala:118:3: Could not find any member to link for "geotrellis.raster.GridExtent#withDimensions(java.lang.Object,".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:784:3: Could not find any member to link for "DoubleConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:716:3: Could not find any member to link for "FloatConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:649:3: Could not find any member to link for "IntConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:582:3: Could not find any member to link for "UShortConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:504:3: Could not find any member to link for "ShortConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:436:3: Could not find any member to link for "UByteConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:361:3: Could not find any member to link for "ByteConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:226:3: Could not find any member to link for "ConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] 27 warnings found
[info] Main Scala API documentation successful.
[info] compiling 11 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/target/scala-2.12/classes ...
[info] done compiling
[info] compiling 2 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector-testkit/target/scala-2.12/classes ...
[info] done compiling
[info] 	published geotrellis-vectortile_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vectortile_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vectortile_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-vectortile_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vectortile_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vectortile_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-vectortile_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vectortile_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vectortile_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-vectortile_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vectortile_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vectortile_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-vector-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vector-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-vector-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vector-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-vector-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vector-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-vector-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-vector-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] done compiling
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster-testkit/target/scala-2.12/api...
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/gdal/target/scala-2.12/api...
model contains 24 documentable templates
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/geotools/target/scala-2.12/api...
model contains 53 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/gdal/src/main/scala/geotrellis/raster/gdal/GDALRasterSource.scala:121:3: Could not find any member to link for "TargetCellType".
[warn]   /** Converts the contents of the GDALRasterSource to the [[TargetCellType]].
[warn]   ^
model contains 31 documentable templates
[warn] one warning found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/shapefile/target/scala-2.12/api...
model contains 6 documentable templates
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/target/scala-2.12/api...
[info] Main Scala API documentation successful.
[info] compiling 5 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster-testkit/target/scala-2.12/classes ...
model contains 158 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/LayoutTileSource.scala:22:1: Could not find any member to link for "RasterSource".
[warn] /** Reads tiles by key from a [[RasterSource]] as keyed by a [[LayoutDefinition]]
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/mapalgebra/focal/hillshade/HillshadeTileLayerCollectionMethods.scala:25:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Hillshade".
[warn]   /** Calculates the hillshade of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/mapalgebra/focal/FocalTileLayerCollectionMethods.scala:35:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Aspect".
[warn]   /** Calculates the aspect of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/mapalgebra/focal/FocalTileLayerCollectionMethods.scala:46:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Slope".
[warn]   /** Calculates the slope of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/stitch/StitchCollectionMethods.scala:41:3: Could not find any member to link for "geotrellis.vector.Extent".
[warn]   /**
[warn]   ^
[info] done compiling
[info] compiling 12 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/gdal/target/scala-2.12/classes ...
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/filter/ToSpatial.scala:25:3: Could not find any member to link for "geotrellis.util.Component".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/SpatialKey.scala:29:3: Could not find any member to link for "Extent".
[warn]   /** Retrieve the [[Extent]] that corresponds to this key, given a layout. */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/MapKeyTransform.scala:114:3: Could not find any member to link for "Extent".
[warn]   /** Get the [[Extent]] corresponding to a [[SpatialComponent]] of K in some zoom level. */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/MapKeyTransform.scala:111:3: Could not find any member to link for "Extent".
[warn]   /** Get the [[Extent]] corresponding to a [[SpatialKey]] in some zoom level. */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/MapKeyTransform.scala:164:3: Could not find any member to link for "Geometry".
[warn]   /** For some given [[Geometry]], find the unique SpatialKeys for all Tile extents
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/KeyBounds.scala:67:3: Could not find any member to link for "NoSuchElementException".
[warn]   /** Returns non-empty bounds or throws [[NoSuchElementException]] */
[warn]   ^
[warn] 11 warnings found
[info] Main Scala API documentation successful.
[info] compiling 12 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/geotools/target/scala-2.12/classes ...
[info] done compiling
[info] compiling 1 Scala source to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/shapefile/target/scala-2.12/classes ...
[info] done compiling
[info] compiling 70 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/target/scala-2.12/classes ...
[info] done compiling
[info] 	published geotrellis-raster_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-raster_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-raster_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-raster_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-raster_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-raster_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-raster_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-raster_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-raster-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-raster-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-raster-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-raster-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-raster-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-raster-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-raster-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-raster-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-gdal_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-gdal_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-gdal_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-gdal_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-gdal_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-gdal_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-gdal_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-gdal_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-gdal_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-gdal_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-gdal_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-gdal_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-geotools_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-geotools_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-geotools_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-geotools_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-geotools_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-geotools_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-geotools_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-geotools_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-geotools_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-geotools_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-geotools_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-geotools_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-shapefile_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-shapefile_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-shapefile_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-shapefile_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-shapefile_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-shapefile_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-shapefile_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-shapefile_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-shapefile_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-shapefile_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-shapefile_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-shapefile_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] done compiling
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/target/scala-2.12/api...
[info] compiling 121 Scala sources and 1 Java source to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/target/scala-2.12/classes ...
model contains 266 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/file/FileCollectionLayerProvider.scala:24:1: Could not find any member to link for "FileLayerReader".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerQuery.scala:22:1: Could not find any member to link for "KeyBounds".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/hadoop/util/HdfsRangeReader.scala:25:1: Could not find any member to link for "RangeReader".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/GeoTrellisPath.scala:26:1: Could not find any member to link for "GeotrellisRasterSource".
[warn] /** Represents a path that points to a GeoTrellis layer saved in a catalog.
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/hadoop/cog/HadoopCOGCollectionLayerProvider.scala:32:1: Could not find any member to link for "Path".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:156:3: Could not find any member to link for "Elem".
[warn]   /** SimpleSource is a tuple of band and SimpleSource [[Elem]] */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:160:3: Could not find any member to link for "Elem".
[warn]   /** Alias for VRTRasterBand xml type, just a common [[Elem]] */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:130:3: Could not find any member to link for "SimpleSource".
[warn]   /** Creates a copy of a VRT object with [[SimpleSource]] elements as bands */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:103:3: Could not find any member to link for "SimpleSource".
[warn]   /** Generates a tuple of a band and Elem, Elem contains a [[SimpleSource]] XML */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:118:3: Could not find any member to link for "VRTRasterBand".
[warn]   /** Generates a list of [[VRTRasterBand]] (xml Elems) from a given list of [[SimpleSource]] */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:134:3: Could not find any member to link for "VRTRasterBand".
[warn]   /** Represents a list of [[VRTRasterBand]] as a VRTDataset */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:146:3: Could not find any member to link for "SimpleSource".
[warn]   /** Represents a list of [[SimpleSource]] as a VRTDataset */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerQuery.scala:31:3: Could not find any member to link for "KeyBounds".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/AttributeStore.scala:92:3: Could not find any member to link for "AttributeServiceProvider".
[warn]   /**
[warn]   ^
[warn] 14 warnings found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-layer_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-layer_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-layer_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-layer_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-layer_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-layer_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-layer_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-layer_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-layer_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-layer_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-layer_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-layer_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/java/org/apache/hadoop/io/BigIntWritable.java: BigIntWritable.java uses unchecked or unsafe operations.
[info] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/java/org/apache/hadoop/io/BigIntWritable.java: Recompile with -Xlint:unchecked for details.
[info] done compiling
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/target/scala-2.12/api...
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra/target/scala-2.12/api...
model contains 34 documentable templates
model contains 36 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra/src/main/scala/geotrellis/store/cassandra/CassandraCollectionLayerProvider.scala:25:1: Could not find any member to link for "LayerWriter".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/src/main/scala/geotrellis/store/accumulo/AccumuloCollectionLayerProvider.scala:25:1: Could not find any member to link for "LayerWriter".
[warn] /**
[warn] ^
[warn] one warning found
[info] Main Scala API documentation successful.
[warn] one warning found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/target/scala-2.12/api...
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/target/scala-2.12/api...
model contains 51 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/src/main/scala/geotrellis/store/s3/util/S3RangeReader.scala:29:1: Could not find any member to link for "RangeReader".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/src/main/scala/geotrellis/store/s3/cog/S3COGCollectionLayerProvider.scala:25:1: Could not find any member to link for "S3LayerReader".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/src/main/scala/geotrellis/store/s3/S3CollectionLayerProvider.scala:23:1: Could not find any member to link for "S3LayerReader".
[warn] /**
[warn] ^
[warn] three warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase/target/scala-2.12/api...
model contains 28 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase/src/main/scala/geotrellis/store/hbase/HBaseCollectionLayerProvider.scala:25:1: Could not find any member to link for "LayerWriter".
[warn] /**
[warn] ^
[warn] one warning found
[info] Main Scala API documentation successful.
[info] compiling 13 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/target/scala-2.12/classes ...
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/src/main/scala/geotrellis/store/accumulo/AccumuloInstance.scala:64:10: method getBoolean in class ClientConfiguration is deprecated
[warn]         .getBoolean(ClientConfiguration.ClientProperty.INSTANCE_RPC_SASL_ENABLED.getKey, false)
[warn]          ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/src/main/scala/geotrellis/store/accumulo/AccumuloInstance.scala:88:24: class MockInstance in package mock is deprecated
[warn]     case "fake" => new MockInstance("fake") //in-memory only
[warn]                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/src/main/scala/geotrellis/store/accumulo/AccumuloInstance.scala:102:11: method setMockInstance in class AbstractInputFormat is deprecated
[warn]       AIF.setMockInstance(job, instanceName)
[warn]           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/src/main/scala/geotrellis/store/accumulo/AccumuloInstance.scala:103:11: method setMockInstance in class AccumuloOutputFormat is deprecated
[warn]       AOF.setMockInstance(job, instanceName)
[warn]           ^
[warn] four warnings found
[info] done compiling
[info] compiling 19 Scala sources and 1 Java source to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/target/scala-2.12/classes ...
model contains 514 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/cog/HadoopCOGSparkLayerProvider.scala:30:1: Could not find any member to link for "HadoopAttributeStore".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/formats/TiffTagsInputFormat.scala:27:1: Could not find any member to link for "FileInputFormat".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/org/apache/spark/rdd/FilteredCartesianRDD.scala:29:1: Tag '@summaryFn2' is not recognised
[warn] /** Performs a cartesian join of two RDDs using filter and refine pattern.
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopSparkLayerProvider.scala:32:1: Could not find any member to link for "HadoopAttributeStore".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/summary/StatsMultibandTileRDDMethods.scala:36:3: Could not find any member to link for "MultibandTile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/summary/StatsMultibandTileRDDMethods.scala:28:3: Could not find any member to link for "MultibandTile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/summary/StatsTileRDDMethods.scala:53:3: Could not find any member to link for "Tile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/summary/StatsTileRDDMethods.scala:45:3: Could not find any member to link for "Tile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/stitch/StitchRDDMethods.scala:44:3: Could not find any member to link for "geotrellis.vector.Extent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:162:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:137:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:111:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:85:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:59:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:32:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[info] done compiling
[info] compiling 10 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra/target/scala-2.12/classes ...
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/focal/FocalTileLayerRDDMethods.scala:90:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Aspect".
[warn]   /** Calculates the aspect of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/focal/FocalTileLayerRDDMethods.scala:104:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Slope".
[warn]   /** Calculates the slope of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/focal/hillshade/HillshadeTileLayerRDDMethods.scala:29:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Hillshade".
[warn]   /** Calculates the hillshade of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/filter/TileLayerRDDFilterMethods.scala:38:3: Could not find any member to link for "KeyBounds".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/filter/TileLayerRDDFilterMethods.scala:26:3: Could not find any member to link for "KeyBounds".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/HadoopGeoTiffInput.scala:29:3: Tag '@name' is not recognised
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/formats/TiffTagsInputFormat.scala:34:3: Could not find any member to link for "TiffTags".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerWriter.scala:100:3: Could not find any member to link for "KeyIndex".
[warn]   /** Update persisted layer without checking for possible.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerWriter.scala:83:3: Could not find any member to link for "Bounds".
[warn]   /** Update persisted layer, merging existing value with updated value.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:47:3: Could not find any member to link for "None".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:195:3: Could not find any member to link for "MultibandTile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:183:3: Could not find any member to link for "MultibandTile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:173:3: Could not find any member to link for "Tile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:162:3: Could not find any member to link for "Tile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:224:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:214:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:205:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:254:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:244:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:235:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:284:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:274:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:265:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:314:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:304:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:295:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayerWriter.scala:252:3: Could not find any member to link for "AttributeStoreProvider".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayerReader.scala:443:3: Could not find any member to link for "AttributeStoreProvider".
[warn]   /**
[warn]   ^
[info] done compiling
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayer.scala:101:3: Could not find any member to link for "ZoomedLayoutScheme".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayer.scala:56:3: Could not find any member to link for "ZoomedLayoutScheme".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerWriter.scala:200:3: Could not find any member to link for "AttributeStoreProvider".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerReader.scala:81:3: Could not find any member to link for "AttributeStoreProvider".
[warn]   /**
[warn]   ^
[info] compiling 240 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/target/scala-2.12/classes ...
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:77:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:172:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:31:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:105:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:202:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:54:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/pyramid/Pyramid.scala:138:3: Could not find any member to link for "AggregateResampleMethod".
[warn]   /** Resample base layer to generate the next level "up" in the pyramid.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/filter/ToSpatial.scala:31:3: Could not find any member to link for "geotrellis.util.Component".
[warn]   /**
[warn]   ^
[warn] 55 warnings found
[info] Main Scala API documentation successful.
[info] compiling 10 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase/target/scala-2.12/classes ...
[info] done compiling
[info] 	published geotrellis-store_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-store_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-store_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-store_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-store_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-store_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-store_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-store_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-store_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-store_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-store_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-store_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-accumulo_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-accumulo_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-accumulo_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-accumulo_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-accumulo_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-accumulo_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-accumulo_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-accumulo_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-s3_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-s3_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-s3_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-s3_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-s3_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-s3_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-s3_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-s3_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-cassandra_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-cassandra_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-cassandra_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-cassandra_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-cassandra_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-cassandra_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-cassandra_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-cassandra_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-hbase_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-hbase_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-hbase_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-hbase_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-hbase_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-hbase_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-hbase_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-hbase_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] done compiling
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/target/scala-2.12/api...
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/target/scala-2.12/api...
model contains 32 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/src/main/scala/geotrellis/spark/store/hbase/HBaseSparkLayerProvider.scala:27:1: Could not find any member to link for "HBaseAttributeStore".
[warn] /**
[warn] ^
model contains 54 documentable templates
[warn] one warning found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/target/scala-2.12/api...
model contains 39 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/src/main/scala/geotrellis/spark/store/accumulo/AccumuloSparkLayerProvider.scala:29:1: Could not find any member to link for "AccumuloAttributeStore".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/src/main/scala/geotrellis/spark/store/accumulo/AccumuloWriteStrategy.scala:91:1: Could not find any member to link for "AccumuloUtils.getSplits".
[warn] /**
[warn] ^
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/target/scala-2.12/api...
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/target/scala-2.12/api...
model contains 29 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/src/main/scala/geotrellis/spark/store/cassandra/CassandraSparkLayerProvider.scala:30:1: Could not find any member to link for "CassandraAttributeStore".
[warn] /**
[warn] ^
[warn] one warning found
[info] Main Scala API documentation successful.
model contains 71 documentable templates
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/TiffTagsS3InputFormat.scala:28:3: Could not find any member to link for "TiffTags".
[warn]   /**
[warn]   ^
[info] compiling 16 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/target/scala-2.12/classes ...
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/S3GeoTiffRDD.scala:46:3: Could not find any member to link for "None".
[warn]   /**
[warn]   ^
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] compiling 10 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/target/scala-2.12/classes ...
[info] done compiling
[info] compiling 10 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/target/scala-2.12/classes ...
[info] done compiling
[info] compiling 9 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/target/scala-2.12/classes ...
[info] done compiling
[info] compiling 30 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/target/scala-2.12/classes ...
[info] done compiling
[info] 	published geotrellis-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-hbase-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-hbase-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-hbase-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-hbase-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-hbase-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-hbase-spark_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-hbase-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-hbase-spark_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-spark-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-spark-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-spark-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-spark-testkit_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark-testkit_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-accumulo-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-accumulo-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-accumulo-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-accumulo-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-accumulo-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-accumulo-spark_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-accumulo-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-accumulo-spark_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-cassandra-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-cassandra-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-cassandra-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-cassandra-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-cassandra-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-cassandra-spark_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-cassandra-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-cassandra-spark_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] done compiling
[info] compiling 50 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/target/scala-2.12/classes ...
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/target/scala-2.12/api...
model contains 172 documentable templates
[info] Main Scala API documentation successful.
[info] 	published geotrellis-s3-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-s3-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-s3-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-s3-spark_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-s3-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-s3-spark_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-s3-spark_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-s3-spark_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[info] done compiling
[info] 	published geotrellis-spark-pipeline_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark-pipeline_2.12-3.6.3+37-01a31087-SNAPSHOT.pom
[info] 	published geotrellis-spark-pipeline_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark-pipeline_2.12-3.6.3+37-01a31087-SNAPSHOT.jar
[info] 	published geotrellis-spark-pipeline_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark-pipeline_2.12-3.6.3+37-01a31087-SNAPSHOT-sources.jar
[info] 	published geotrellis-spark-pipeline_2.12 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.12/3.6.3+37-01a31087-SNAPSHOT/geotrellis-spark-pipeline_2.12-3.6.3+37-01a31087-SNAPSHOT-javadoc.jar
[success] Total time: 1067 s (17:47), completed Jan 10, 2023 5:07:15 PM
+ ./.locationtech/deploy-213.sh
+ ./sbt -213 publish -no-colors -J-Drelease=locationtech
[info] welcome to sbt 1.7.1 (Oracle Corporation Java 1.8.0_202)
[info] loading settings for project geotrellis-master-branch-snapshot-build from plugins.sbt ...
[info] loading project definition from /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/project
[info] loading settings for project geotrellis from build.sbt ...
[info] resolving key references (39522 settings) ...
[info] set current project to geotrellis (in build file:/home/jenkins/agent/workspace/GeoTrellis%20master%20branch%20SNAPSHOT/)
[error] Switch failed: no subprojects list "2.13.10" (or compatible version) in crossScalaVersions setting.
[error] If you want to force it regardless, call ++ 2.13.10!
Build step 'Execute shell' marked build as failure
Sending e-mails to: echeipesh@azavea.com
Finished: FAILURE