Skip to content

Instantly share code, notes, and snippets.

@SamCarlberg
Last active August 19, 2018 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamCarlberg/6c19e68cc795c1c6aab015a4b6e7cddd to your computer and use it in GitHub Desktop.
Save SamCarlberg/6c19e68cc795c1c6aab015a4b6e7cddd to your computer and use it in GitHub Desktop.
JavaCPP JNI errors
/usr/java/jdk-10.0.1/bin/java -Dmaven.multiModuleProjectDirectory=/home/sam/code/javacpp-fresh/javacpp-presets -Dmaven.home=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3 -Dclassworlds.conf=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3/bin/m2.conf -javaagent:/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/lib/idea_rt.jar=46393:/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/bin -Dfile.encoding=UTF-8 -classpath /home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar org.codehaus.classworlds.Launcher -Didea.version=2018.2.1 install -e --projects .,opencv -Djavacpp.cppbuild.skip=true -X
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00)
Maven home: /home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3
Java version: 10.0.1, vendor: Oracle Corporation
Java home: /usr/java/jdk-10.0.1
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-24-generic", arch: "amd64", family: "unix"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3/conf/settings.xml
[DEBUG] Reading user settings from /home/sam/.m2/settings.xml
[DEBUG] Reading global toolchains from /home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3/conf/toolchains.xml
[DEBUG] Reading user toolchains from /home/sam/.m2/toolchains.xml
[DEBUG] Using local repository at /home/sam/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/sam/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=25, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=264, DefaultDependencyCollector.transformTime=29}
[DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8:
[DEBUG] org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile
[DEBUG] com.google.guava:guava:jar:14.0.1:compile
[DEBUG] org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile
[DEBUG] org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.7.7:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] com.intellij:annotations:jar:9.0.4:compile
[DEBUG] commons-io:commons-io:jar:2.4:compile
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.7:compile
[DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG] joda-time:joda-time:jar:2.2:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
[DEBUG] org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile
[DEBUG] org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile
[DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile
[DEBUG] com.sun.jersey:jersey-core:jar:1.17.1:compile
[DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG] com.sun.jersey:jersey-client:jar:1.17.1:compile
[DEBUG] com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile
[DEBUG] org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile
[DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile
[DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile
[DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile
[DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile
[DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile
[DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.7:compile
[DEBUG] javax.inject:javax.inject:jar:1:compile
[DEBUG] org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile
[DEBUG] org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile
[DEBUG] org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG] ch.qos.logback:logback-core:jar:1.1.2:runtime
[DEBUG] ch.qos.logback:logback-classic:jar:1.1.2:runtime
[DEBUG] Created new class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG] Importing foreign packages into class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG] Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8
[DEBUG] Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG] Included: com.google.guava:guava:jar:14.0.1
[DEBUG] Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02
[DEBUG] Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: com.intellij:annotations:jar:9.0.4
[DEBUG] Included: commons-io:commons-io:jar:2.4
[DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.4.7
[DEBUG] Included: xmlpull:xmlpull:jar:1.1.3.1
[DEBUG] Included: xpp3:xpp3_min:jar:1.1.4c
[DEBUG] Included: joda-time:joda-time:jar:2.2
[DEBUG] Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Included: commons-beanutils:commons-beanutils-core:jar:1.8.3
[DEBUG] Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7
[DEBUG] Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7
[DEBUG] Included: javax.ws.rs:jsr311-api:jar:1.1.1
[DEBUG] Included: com.sun.jersey:jersey-core:jar:1.17.1
[DEBUG] Included: javax.validation:validation-api:jar:1.1.0.Final
[DEBUG] Included: com.sun.jersey:jersey-client:jar:1.17.1
[DEBUG] Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1
[DEBUG] Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7
[DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1
[DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1
[DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1
[DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1
[DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1
[DEBUG] Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.5
[DEBUG] Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.2
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.7.7
[DEBUG] Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3
[DEBUG] Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9
[DEBUG] Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG] Included: ch.qos.logback:logback-core:jar:1.1.2
[DEBUG] Included: ch.qos.logback:logback-classic:jar:1.1.2
[DEBUG] Extension realms for project org.bytedeco:javacpp-presets:pom:2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Created new class realm project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT
[DEBUG] Populating class realm project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:opencv:jar:3.4.2-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:ffmpeg:jar:4.0.2-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:flycapture:jar:2.11.3.121-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:libdc1394:jar:2.2.5-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:libfreenect:jar:0.5.3-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:libfreenect2:jar:0.2.0-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:librealsense:jar:1.12.1-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:videoinput:jar:0.200-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:artoolkitplus:jar:2.3.1-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:chilitags:jar:master-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:flandmark:jar:1.07-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:hdf5:jar:1.10.2-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:mkl:jar:2018.3-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:mkl-dnn:jar:0.16-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:openblas:jar:0.3.0-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:arpack-ng:jar:3.6.2-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:cminpack:jar:1.3.6-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:fftw:jar:3.3.8-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:gsl:jar:2.5-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:llvm:jar:6.0.1-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:libpostal:jar:1.1-alpha-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:leptonica:jar:1.76.0-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:tesseract:jar:4.0.0-beta.4-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:caffe:jar:1.0-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:cuda:jar:9.2-7.2-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:mxnet:jar:1.2.1-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:tensorflow:jar:1.10.0-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:tensorrt:jar:4.0-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:ale:jar:0.6.0-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:onnx:jar:1.2.2-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:liquidfun:jar:20170717-43d53e0-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:skia:jar:20170511-53d6729-2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.bytedeco.javacpp-presets:systems:jar:2.0.0-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]]
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:opencv:jar:3.4.2-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:opencv:3.4.2-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:ffmpeg:jar:4.0.2-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:ffmpeg:4.0.2-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/ffmpeg/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:flycapture:jar:2.11.3.121-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:flycapture:2.11.3.121-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/flycapture/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:libdc1394:jar:2.2.5-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:libdc1394:2.2.5-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/libdc1394/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:libfreenect:jar:0.5.3-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:libfreenect:0.5.3-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/libfreenect/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:libfreenect2:jar:0.2.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:libfreenect2:0.2.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/libfreenect2/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:librealsense:jar:1.12.1-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:librealsense:1.12.1-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/librealsense/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:videoinput:jar:0.200-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:videoinput:0.200-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/videoinput/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:artoolkitplus:jar:2.3.1-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:artoolkitplus:2.3.1-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/artoolkitplus/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:chilitags:jar:master-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:chilitags:master-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/chilitags/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:flandmark:jar:1.07-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:flandmark:1.07-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/flandmark/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:hdf5:jar:1.10.2-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:hdf5:1.10.2-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/hdf5/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:mkl:jar:2018.3-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:mkl:2018.3-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/mkl/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:mkl-dnn:jar:0.16-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:mkl-dnn:0.16-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/mkl-dnn/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:openblas:jar:0.3.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:openblas:0.3.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/openblas/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:arpack-ng:jar:3.6.2-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:arpack-ng:3.6.2-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/arpack-ng/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:cminpack:jar:1.3.6-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:cminpack:1.3.6-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/cminpack/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:fftw:jar:3.3.8-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:fftw:3.3.8-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/fftw/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:gsl:jar:2.5-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:gsl:2.5-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/gsl/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:llvm:jar:6.0.1-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:llvm:6.0.1-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/llvm/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:libpostal:jar:1.1-alpha-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:libpostal:1.1-alpha-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/libpostal/pom.xml, line 16, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:leptonica:jar:1.76.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:leptonica:1.76.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/leptonica/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:tesseract:jar:4.0.0-beta.4-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:tesseract:4.0.0-beta.4-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/tesseract/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:caffe:jar:1.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:caffe:1.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/caffe/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:cuda:jar:9.2-7.2-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:cuda:9.2-7.2-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/cuda/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:mxnet:jar:1.2.1-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:mxnet:1.2.1-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/mxnet/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:tensorflow:jar:1.10.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:tensorflow:${tensorflow.version}-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/tensorflow/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:tensorrt:jar:4.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:tensorrt:4.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/tensorrt/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:ale:jar:0.6.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:ale:0.6.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/ale/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:onnx:jar:1.2.2-2.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 26, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:liquidfun:jar:20170717-43d53e0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:liquidfun:20170717-43d53e0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/liquidfun/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:skia:jar:20170511-53d6729-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:skia:20170511-53d6729-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/skia/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:systems:jar:2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:systems:${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/systems/pom.xml, line 14, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] Inspecting build with total of 2 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 2 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JavaCPP Presets
[INFO] JavaCPP Presets for OpenCV
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: org.bytedeco:javacpp-presets:pom:2.0.0-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.bytedeco.javacpp-presets:opencv:jar:3.4.2-2.0.0-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaCPP Presets 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile]
[DEBUG] Repositories (dependencies): [sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<additionalJOption>${additionalJOption}</additionalJOption>
<applyJavadocSecurityFix default-value="true">${maven.javadoc.applyJavadocSecurityFix}</applyJavadocSecurityFix>
<attach default-value="true">${attach}</attach>
<author default-value="true">${author}</author>
<bootclasspath>${bootclasspath}</bootclasspath>
<bootclasspathArtifacts>${bootclasspathArtifacts}</bootclasspathArtifacts>
<bottom default-value="Copyright &amp;#169; {inceptionYear}&amp;#x2013;{currentYear} {organizationName}. All rights reserved.">${bottom}</bottom>
<breakiterator default-value="false">${breakiterator}</breakiterator>
<charset>${charset}</charset>
<classifier default-value="javadoc">${maven.javadoc.classifier}</classifier>
<debug default-value="false">${debug}</debug>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<destDir>${destDir}</destDir>
<detectJavaApiLink default-value="true">${detectJavaApiLink}</detectJavaApiLink>
<detectLinks default-value="false">${detectLinks}</detectLinks>
<detectOfflineLinks default-value="true">${detectOfflineLinks}</detectOfflineLinks>
<docencoding default-value="${project.reporting.outputEncoding}">${docencoding}</docencoding>
<docfilessubdirs default-value="false">${docfilessubdirs}</docfilessubdirs>
<doclet>${doclet}</doclet>
<docletArtifact>${docletArtifact}</docletArtifact>
<docletArtifacts>${docletArtifacts}</docletArtifacts>
<docletPath>${docletPath}</docletPath>
<doclint>none</doclint>
<doctitle default-value="${project.name} ${project.version} API">${doctitle}</doctitle>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<excludePackageNames>${excludePackageNames}</excludePackageNames>
<excludedocfilessubdir>${excludedocfilessubdir}</excludedocfilessubdir>
<extdirs>${extdirs}</extdirs>
<failOnError default-value="true">${maven.javadoc.failOnError}</failOnError>
<failOnWarnings default-value="false">${maven.javadoc.failOnWarnings}</failOnWarnings>
<finalName>${project.build.finalName}</finalName>
<footer>${footer}</footer>
<groups>${groups}</groups>
<header>${header}</header>
<helpfile>${helpfile}</helpfile>
<includeDependencySources default-value="false"/>
<includeTransitiveDependencySources default-value="false"/>
<isOffline default-value="${settings.offline}"/>
<jarOutputDirectory>${project.build.directory}</jarOutputDirectory>
<javaApiLinks>${javaApiLinks}</javaApiLinks>
<javadocDirectory default-value="${basedir}/src/main/javadoc"/>
<javadocExecutable>${javadocExecutable}</javadocExecutable>
<javadocOptionsDir default-value="${project.build.directory}/javadoc-bundle-options"/>
<javadocVersion>${javadocVersion}</javadocVersion>
<keywords default-value="false">${keywords}</keywords>
<links>
<link>http://bytedeco.org/javacpp/apidocs/</link>${links}</links>
<linksource default-value="false">${linksource}</linksource>
<localRepository>${localRepository}</localRepository>
<locale>${locale}</locale>
<maxmemory>1024m</maxmemory>
<minmemory>128m</minmemory>
<mojo default-value="${mojoExecution}"/>
<nocomment default-value="false">${nocomment}</nocomment>
<nodeprecated default-value="false">${nodeprecated}</nodeprecated>
<nodeprecatedlist default-value="false">${nodeprecatedlist}</nodeprecatedlist>
<nohelp default-value="false">${nohelp}</nohelp>
<noindex default-value="false">${noindex}</noindex>
<nonavbar default-value="false">${nonavbar}</nonavbar>
<nooverview default-value="false">${nooverview}</nooverview>
<noqualifier>${noqualifier}</noqualifier>
<nosince default-value="false">${nosince}</nosince>
<notimestamp default-value="false">${notimestamp}</notimestamp>
<notree default-value="false">${notree}</notree>
<offlineLinks>${offlineLinks}</offlineLinks>
<old default-value="false">${old}</old>
<outputDirectory default-value="${project.build.directory}/apidocs">${destDir}</outputDirectory>
<overview default-value="${basedir}/src/main/javadoc/overview.html">${overview}</overview>
<packagesheader>${packagesheader}</packagesheader>
<project default-value="${project}"/>
<quiet default-value="false">${quiet}</quiet>
<reactorProjects>${reactorProjects}</reactorProjects>
<resourcesArtifacts>${resourcesArtifacts}</resourcesArtifacts>
<serialwarn default-value="false">${serialwarn}</serialwarn>
<session default-value="${session}"/>
<settings default-value="${settings}"/>
<show default-value="protected">${show}</show>
<skip default-value="false">${maven.javadoc.skip}</skip>
<source>${source}</source>
<sourceDependencyCacheDir default-value="${project.build.directory}/distro-javadoc-sources"/>
<sourcepath>${sourcepath}</sourcepath>
<sourcetab>${sourcetab}</sourcetab>
<splitindex default-value="false">${splitindex}</splitindex>
<stylesheet default-value="java">${stylesheet}</stylesheet>
<stylesheetfile>${stylesheetfile}</stylesheetfile>
<subpackages>${subpackages}</subpackages>
<taglet>${taglet}</taglet>
<tagletArtifact>${tagletArtifact}</tagletArtifact>
<tagletArtifacts>${tagletArtifacts}</tagletArtifacts>
<tagletpath>${tagletpath}</tagletpath>
<taglets>${taglets}</taglets>
<tags>${tags}</tags>
<top>${top}</top>
<use default-value="true">${use}</use>
<useDefaultManifestFile default-value="false"/>
<useStandardDocletOptions default-value="true">${useStandardDocletOptions}</useStandardDocletOptions>
<validateLinks default-value="false">${validateLinks}</validateLinks>
<verbose default-value="false">${verbose}</verbose>
<version default-value="true">${version}</version>
<windowtitle default-value="${project.name} ${project.version} API">${windowtitle}</windowtitle>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifact default-value="${project.artifact}"/>
<attachedArtifacts default-value="${project.attachedArtifacts}"/>
<createChecksum default-value="false">true</createChecksum>
<installAtEnd default-value="false">${installAtEnd}</installAtEnd>
<localRepository>${localRepository}</localRepository>
<packaging default-value="${project.packaging}"/>
<pomFile default-value="${project.file}"/>
<project default-value="${project}"/>
<reactorProjects default-value="${reactorProjects}"/>
<skip default-value="false">${maven.install.skip}</skip>
<updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=0, DefaultDependencyCollector.collectTime=0, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.bytedeco:javacpp-presets:pom:2.0.0-SNAPSHOT
[INFO]
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ javacpp-presets ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=234, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=81, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4, ConflictResolver.conflictItemCount=187, DefaultDependencyCollector.collectTime=262, DefaultDependencyCollector.transformTime=6}
[DEBUG] org.apache.maven.plugins:maven-javadoc-plugin:jar:3.0.1:
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-archiver:jar:3.2.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.2.0:compile
[DEBUG] org.apache.maven.shared:maven-invoker:jar:3.0.0:compile
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.0:compile
[DEBUG] org.apache.maven.shared:maven-artifact-transfer:jar:0.9.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.7.5:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.7:compile
[DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.7:compile
[DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.7.4:compile
[DEBUG] org.apache.maven.doxia:doxia-core:jar:1.7:compile
[DEBUG] xmlunit:xmlunit:jar:1.5:compile
[DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4:compile
[DEBUG] org.apache.maven.doxia:doxia-skin-model:jar:1.7.4:compile
[DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.2:compile
[DEBUG] org.apache.velocity:velocity:jar:1.7:compile
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG] commons-digester:commons-digester:jar:1.8:compile
[DEBUG] commons-chain:commons-chain:jar:1.1:compile
[DEBUG] commons-validator:commons-validator:jar:1.3.1:compile
[DEBUG] dom4j:dom4j:jar:1.1:compile
[DEBUG] oro:oro:jar:2.0.8:compile
[DEBUG] sslext:sslext:jar:1.2-0:compile
[DEBUG] org.apache.struts:struts-core:jar:1.3.8:compile
[DEBUG] antlr:antlr:jar:2.7.2:compile
[DEBUG] org.apache.struts:struts-taglib:jar:1.3.8:compile
[DEBUG] org.apache.struts:struts-tiles:jar:1.3.8:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] commons-lang:commons-lang:jar:2.4:compile
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.5:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.4:compile
[DEBUG] commons-logging:commons-logging:jar:1.2:compile
[DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M7:compile
[DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.8:compile
[DEBUG] org.ow2.asm:asm:jar:6.1.1:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:3.6.0:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:3.0.1:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.16.1:compile
[DEBUG] org.objenesis:objenesis:jar:2.6:compile
[DEBUG] org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG] org.tukaani:xz:jar:1.8:runtime
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.0.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.0.1
[DEBUG] Imported: < project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.0.1
[DEBUG] Included: org.apache.maven.plugins:maven-javadoc-plugin:jar:3.0.1
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG] Included: org.apache.maven:maven-archiver:jar:3.2.0
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.0
[DEBUG] Included: org.apache.maven.shared:maven-invoker:jar:3.0.0
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.0
[DEBUG] Included: org.apache.maven.shared:maven-artifact-transfer:jar:0.9.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.7
[DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.7
[DEBUG] Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.7.4
[DEBUG] Included: org.apache.maven.doxia:doxia-core:jar:1.7
[DEBUG] Included: xmlunit:xmlunit:jar:1.5
[DEBUG] Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4
[DEBUG] Included: org.apache.maven.doxia:doxia-skin-model:jar:1.7.4
[DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-velocity:jar:1.2
[DEBUG] Included: org.apache.velocity:velocity:jar:1.7
[DEBUG] Included: org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] Included: commons-digester:commons-digester:jar:1.8
[DEBUG] Included: commons-chain:commons-chain:jar:1.1
[DEBUG] Included: commons-validator:commons-validator:jar:1.3.1
[DEBUG] Included: dom4j:dom4j:jar:1.1
[DEBUG] Included: oro:oro:jar:2.0.8
[DEBUG] Included: sslext:sslext:jar:1.2-0
[DEBUG] Included: org.apache.struts:struts-core:jar:1.3.8
[DEBUG] Included: antlr:antlr:jar:2.7.2
[DEBUG] Included: org.apache.struts:struts-taglib:jar:1.3.8
[DEBUG] Included: org.apache.struts:struts-tiles:jar:1.3.8
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: commons-lang:commons-lang:jar:2.4
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.5
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.5.2
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.4.4
[DEBUG] Included: commons-logging:commons-logging:jar:1.2
[DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M7
[DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.8
[DEBUG] Included: org.ow2.asm:asm:jar:6.1.1
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:3.6.0
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.0.1
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.16.1
[DEBUG] Included: org.objenesis:objenesis:jar:2.6
[DEBUG] Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG] Included: org.tukaani:xz:jar:1.8
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.0.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar' with basic configurator -->
[DEBUG] (f) applyJavadocSecurityFix = true
[DEBUG] (f) attach = true
[DEBUG] (f) author = true
[DEBUG] (f) bootclasspathArtifacts = []
[DEBUG] (f) bottom = Copyright &#169; {inceptionYear}&#x2013;{currentYear} {organizationName}. All rights reserved.
[DEBUG] (f) breakiterator = false
[DEBUG] (f) classifier = javadoc
[DEBUG] (f) debug = false
[DEBUG] (f) defaultManifestFile = /home/sam/code/javacpp-fresh/javacpp-presets/target/classes/META-INF/MANIFEST.MF
[DEBUG] (f) detectJavaApiLink = true
[DEBUG] (f) detectLinks = false
[DEBUG] (f) detectOfflineLinks = true
[DEBUG] (f) docfilessubdirs = false
[DEBUG] (f) docletArtifact = groupId = 'null'
artifactId = 'null'
version = 'null'
[DEBUG] (f) docletArtifacts = []
[DEBUG] (f) doclint = none
[DEBUG] (f) doctitle = JavaCPP Presets 2.0.0-SNAPSHOT API
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) failOnWarnings = false
[DEBUG] (f) finalName = javacpp-presets
[DEBUG] (f) groups = []
[DEBUG] (f) includeDependencySources = false
[DEBUG] (f) includeTransitiveDependencySources = false
[DEBUG] (f) isOffline = false
[DEBUG] (f) jarOutputDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/target
[DEBUG] (f) javaApiLinks = {}
[DEBUG] (f) javadocDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/src/main/javadoc
[DEBUG] (f) javadocOptionsDir = /home/sam/code/javacpp-fresh/javacpp-presets/target/javadoc-bundle-options
[DEBUG] (f) keywords = false
[DEBUG] (f) links = [http://bytedeco.org/javacpp/apidocs/]
[DEBUG] (f) linksource = false
[DEBUG] (f) localRepository = id: local
url: file:///home/sam/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) maxmemory = 1024m
[DEBUG] (f) minmemory = 128m
[DEBUG] (f) mojo = org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar {execution: attach-javadocs}
[DEBUG] (f) nocomment = false
[DEBUG] (f) nodeprecated = false
[DEBUG] (f) nodeprecatedlist = false
[DEBUG] (f) nohelp = false
[DEBUG] (f) noindex = false
[DEBUG] (f) nonavbar = false
[DEBUG] (f) nooverview = false
[DEBUG] (f) nosince = false
[DEBUG] (f) notimestamp = false
[DEBUG] (f) notree = false
[DEBUG] (f) offlineLinks = []
[DEBUG] (f) old = false
[DEBUG] (f) outputDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/target/apidocs
[DEBUG] (f) overview = /home/sam/code/javacpp-fresh/javacpp-presets/src/main/javadoc/overview.html
[DEBUG] (f) project = MavenProject: org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/pom.xml
[DEBUG] (f) quiet = false
[DEBUG] (f) reactorProjects = [MavenProject: org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/pom.xml, MavenProject: org.bytedeco.javacpp-presets:opencv:3.4.2-2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml]
[DEBUG] (f) resourcesArtifacts = []
[DEBUG] (f) serialwarn = false
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@ceddaf8
[DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@3d90eeb3
[DEBUG] (f) show = protected
[DEBUG] (f) skip = false
[DEBUG] (f) sourceDependencyCacheDir = /home/sam/code/javacpp-fresh/javacpp-presets/target/distro-javadoc-sources
[DEBUG] (f) splitindex = false
[DEBUG] (f) stylesheet = java
[DEBUG] (f) tagletArtifact = groupId = 'null'
artifactId = 'null'
version = 'null'
[DEBUG] (f) tagletArtifacts = []
[DEBUG] (f) taglets = []
[DEBUG] (f) tags = []
[DEBUG] (f) use = true
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] (f) useStandardDocletOptions = true
[DEBUG] (f) validateLinks = false
[DEBUG] (f) verbose = false
[DEBUG] (f) version = true
[DEBUG] (f) windowtitle = JavaCPP Presets 2.0.0-SNAPSHOT API
[DEBUG] -- end configuration --
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javacpp-presets ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=19, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=36, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-install-plugin:jar:2.5.2:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.4:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.15:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.5.2
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.5.2
[DEBUG] Imported: < project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.5.2
[DEBUG] Included: org.apache.maven.plugins:maven-install-plugin:jar:2.5.2
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.4
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.15
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.5.2:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.5.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.5.2:install' with basic configurator -->
[DEBUG] (f) artifact = org.bytedeco:javacpp-presets:pom:2.0.0-SNAPSHOT
[DEBUG] (f) attachedArtifacts = []
[DEBUG] (f) createChecksum = true
[DEBUG] (f) installAtEnd = false
[DEBUG] (f) localRepository = id: local
url: file:///home/sam/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) packaging = pom
[DEBUG] (f) pomFile = /home/sam/code/javacpp-fresh/javacpp-presets/pom.xml
[DEBUG] (f) project = MavenProject: org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/pom.xml
[DEBUG] (f) reactorProjects = [MavenProject: org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/pom.xml, MavenProject: org.bytedeco.javacpp-presets:opencv:3.4.2-2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml]
[DEBUG] (s) skip = false
[DEBUG] (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO] Installing /home/sam/code/javacpp-fresh/javacpp-presets/pom.xml to /home/sam/.m2/repository/org/bytedeco/javacpp-presets/2.0.0-SNAPSHOT/javacpp-presets-2.0.0-SNAPSHOT.pom
[DEBUG] Writing tracking file /home/sam/.m2/repository/org/bytedeco/javacpp-presets/2.0.0-SNAPSHOT/_remote.repositories
[DEBUG] Installing org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT/maven-metadata.xml to /home/sam/.m2/repository/org/bytedeco/javacpp-presets/2.0.0-SNAPSHOT/maven-metadata-local.xml
[DEBUG] Installing org.bytedeco:javacpp-presets/maven-metadata.xml to /home/sam/.m2/repository/org/bytedeco/javacpp-presets/maven-metadata-local.xml
[DEBUG] Calculating checksums for /home/sam/.m2/repository/org/bytedeco/javacpp-presets/2.0.0-SNAPSHOT/javacpp-presets-2.0.0-SNAPSHOT.pom
[DEBUG] Installing checksum to /home/sam/.m2/repository/org/bytedeco/javacpp-presets/2.0.0-SNAPSHOT/javacpp-presets-2.0.0-SNAPSHOT.pom.md5
[DEBUG] Installing checksum to /home/sam/.m2/repository/org/bytedeco/javacpp-presets/2.0.0-SNAPSHOT/javacpp-presets-2.0.0-SNAPSHOT.pom.sha1
[DEBUG] Calculating checksums for /home/sam/.m2/repository/org/bytedeco/javacpp-presets/2.0.0-SNAPSHOT/maven-metadata-local.xml
[DEBUG] Installing checksum to /home/sam/.m2/repository/org/bytedeco/javacpp-presets/2.0.0-SNAPSHOT/maven-metadata-local.xml.md5
[DEBUG] Installing checksum to /home/sam/.m2/repository/org/bytedeco/javacpp-presets/2.0.0-SNAPSHOT/maven-metadata-local.xml.sha1
[DEBUG] Calculating checksums for /home/sam/.m2/repository/org/bytedeco/javacpp-presets/maven-metadata-local.xml
[DEBUG] Installing checksum to /home/sam/.m2/repository/org/bytedeco/javacpp-presets/maven-metadata-local.xml.md5
[DEBUG] Installing checksum to /home/sam/.m2/repository/org/bytedeco/javacpp-presets/maven-metadata-local.xml.sha1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaCPP Presets for OpenCV 3.4.2-2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Failure to find org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Failure to find org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Failure to find org.bytedeco:javacpp:2.0.0-SNAPSHOT/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.bytedeco.javacpp-presets:opencv:3.4.2-2.0.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources (javacpp.parser)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<addDefaultExcludes default-value="true"/>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}"/>
<escapeWindowsPaths default-value="true"/>
<fileNameFiltering default-value="false"/>
<includeEmptyDirs default-value="false"/>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false"/>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<skip default-value="false">${maven.resources.skip}</skip>
<supportMultiLineFiltering default-value="false"/>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (javacpp.parser)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<compilePath default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">ISO-8859-1</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<includes>
<include>org/bytedeco/javacpp/presets/*.java</include>
<include>org/bytedeco/javacpp/presets/opencv/*.java</include>
</includes>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution default-value="${mojoExecution}"/>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<parameters default-value="false">${maven.compiler.parameters}</parameters>
<project default-value="${project}"/>
<projectArtifact default-value="${project.artifact}"/>
<release>${maven.compiler.release}</release>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">9</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">9</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.cppbuild.install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildCommand>
<program>bash</program>
<argument>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/../cppbuild.sh</argument>
<argument>install</argument>
<argument>opencv</argument>
<argument>-platform=linux-x86_64</argument>
<argument>-extension=</argument>${javacpp.buildCommand}</buildCommand>
<buildPath>${javacpp.buildPath}</buildPath>
<buildPaths>${javacpp.buildPaths}</buildPaths>
<buildResource>${javacpp.buildResource}</buildResource>
<buildResources>
<buildResource>/${javacpp.platform.library.path}/</buildResource>
<buildResource>/org/bytedeco/javacpp/linux-x86_64/</buildResource>
<buildResource>/org/bytedeco/javacpp/linux-x86_64/</buildResource>${javacpp.buildResources}</buildResources>
<classOrPackageName>org.bytedeco.javacpp.presets.**</classOrPackageName>
<classOrPackageNames>${javacpp.classOrPackageNames}</classOrPackageNames>
<classPath default-value="${project.build.outputDirectory}">/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes</classPath>
<classPaths>${javacpp.classPaths}</classPaths>
<compile default-value="true">${javacpp.compile}</compile>
<compilerOptions>${javacpp.compilerOptions}</compilerOptions>
<copyLibs default-value="false">${javacpp.copyLibs}</copyLibs>
<copyResources default-value="false">${javacpp.copyResources}</copyResources>
<deleteJniFiles default-value="true">${javacpp.deleteJniFiles}</deleteJniFiles>
<encoding>${javacpp.encoding}</encoding>
<environmentVariables>${javacpp.environmentVariables}</environmentVariables>
<header default-value="false">${javacpp.header}</header>
<includePath>${javacpp.includePath}</includePath>
<includePaths>
<includePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/</includePath>
<includePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/</includePath>${javacpp.includePaths}</includePaths>
<includeResource>${javacpp.includeResource}</includeResource>
<includeResources>
<includeResource>/${javacpp.platform.library.path}/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/linux-x86_64/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/linux-x86_64/include/</includeResource>${javacpp.includeResources}</includeResources>
<jarPrefix>${javacpp.jarPrefix}</jarPrefix>
<linkPath>${javacpp.linkPath}</linkPath>
<linkPaths>
<linkPath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/</linkPath>${javacpp.linkPaths}</linkPaths>
<linkResource>${javacpp.linkResource}</linkResource>
<linkResources>
<linkResource>/${javacpp.platform.library.path}/</linkResource>
<linkResource>/${javacpp.platform.library.path}/lib/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/lib/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/lib/</linkResource>${javacpp.linkResources}</linkResources>
<outputDirectory>${javacpp.outputDirectory}</outputDirectory>
<outputName>${javacpp.outputName}</outputName>
<preloadPath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/bin/</preloadPath>
<preloadPaths>${javacpp.preloadPaths}</preloadPaths>
<project default-value="${project}"/>
<properties>linux-x86_64</properties>
<propertyFile>${javacpp.propertyFile}</propertyFile>
<propertyKeysAndValues>
<property>
<name>platform.root</name>
<value></value>
</property>
<property>
<name>platform.compiler</name>
<value></value>
</property>
<property>
<name>platform.extension</name>
<value></value>
</property>${javacpp.propertyKeysAndValues}</propertyKeysAndValues>
<resourcePath>${javacpp.resourcePath}</resourcePath>
<resourcePaths>
<resourcePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/</resourcePath>
<resourcePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/</resourcePath>
<resourcePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/</resourcePath>${javacpp.resourcePaths}</resourcePaths>
<skip default-value="false">true</skip>
<targetDirectory>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java/</targetDirectory>
<workingDirectory>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/..</workingDirectory>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.parser)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildCommand>${javacpp.buildCommand}</buildCommand>
<buildPath>${javacpp.buildPath}</buildPath>
<buildPaths>${javacpp.buildPaths}</buildPaths>
<buildResource>${javacpp.buildResource}</buildResource>
<buildResources>
<buildResource>/${javacpp.platform.library.path}/</buildResource>
<buildResource>/org/bytedeco/javacpp/linux-x86_64/</buildResource>
<buildResource>/org/bytedeco/javacpp/linux-x86_64/</buildResource>${javacpp.buildResources}</buildResources>
<classOrPackageName>org.bytedeco.javacpp.presets.**</classOrPackageName>
<classOrPackageNames>${javacpp.classOrPackageNames}</classOrPackageNames>
<classPath default-value="${project.build.outputDirectory}">/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes</classPath>
<classPaths>${javacpp.classPaths}</classPaths>
<compile default-value="true">${javacpp.compile}</compile>
<compilerOptions>${javacpp.compilerOptions}</compilerOptions>
<copyLibs default-value="false">${javacpp.copyLibs}</copyLibs>
<copyResources default-value="false">${javacpp.copyResources}</copyResources>
<deleteJniFiles default-value="true">${javacpp.deleteJniFiles}</deleteJniFiles>
<encoding>${javacpp.encoding}</encoding>
<environmentVariables>${javacpp.environmentVariables}</environmentVariables>
<header default-value="false">${javacpp.header}</header>
<includePath>${javacpp.includePath}</includePath>
<includePaths>
<includePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/</includePath>
<includePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/</includePath>${javacpp.includePaths}</includePaths>
<includeResource>${javacpp.includeResource}</includeResource>
<includeResources>
<includeResource>/${javacpp.platform.library.path}/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/linux-x86_64/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/linux-x86_64/include/</includeResource>${javacpp.includeResources}</includeResources>
<jarPrefix>${javacpp.jarPrefix}</jarPrefix>
<linkPath>${javacpp.linkPath}</linkPath>
<linkPaths>
<linkPath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/</linkPath>${javacpp.linkPaths}</linkPaths>
<linkResource>${javacpp.linkResource}</linkResource>
<linkResources>
<linkResource>/${javacpp.platform.library.path}/</linkResource>
<linkResource>/${javacpp.platform.library.path}/lib/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/lib/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/lib/</linkResource>${javacpp.linkResources}</linkResources>
<outputDirectory>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java</outputDirectory>
<outputName>${javacpp.outputName}</outputName>
<preloadPath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/bin/</preloadPath>
<preloadPaths>${javacpp.preloadPaths}</preloadPaths>
<project default-value="${project}"/>
<properties>linux-x86_64</properties>
<propertyFile>${javacpp.propertyFile}</propertyFile>
<propertyKeysAndValues>
<property>
<name>platform.root</name>
<value></value>
</property>
<property>
<name>platform.compiler</name>
<value></value>
</property>
<property>
<name>platform.extension</name>
<value></value>
</property>${javacpp.propertyKeysAndValues}</propertyKeysAndValues>
<resourcePath>${javacpp.resourcePath}</resourcePath>
<resourcePaths>
<resourcePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/</resourcePath>
<resourcePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/</resourcePath>
<resourcePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/</resourcePath>${javacpp.resourcePaths}</resourcePaths>
<skip default-value="false">false</skip>
<targetDirectory>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java/</targetDirectory>
<workingDirectory>${javacpp.workingDirectory}</workingDirectory>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<addDefaultExcludes default-value="true"/>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}"/>
<escapeWindowsPaths default-value="true"/>
<fileNameFiltering default-value="false"/>
<includeEmptyDirs default-value="false"/>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false"/>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<skip default-value="false">${maven.resources.skip}</skip>
<supportMultiLineFiltering default-value="false"/>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<compilePath default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">ISO-8859-1</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<includes>
<include>module-info.java</include>
<include>org/bytedeco/javacpp/*.java</include>
<include>org/bytedeco/javacpp/opencv/*.java</include>
</includes>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution default-value="${mojoExecution}"/>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<parameters default-value="false">${maven.compiler.parameters}</parameters>
<project default-value="${project}"/>
<projectArtifact default-value="${project.artifact}"/>
<release>${maven.compiler.release}</release>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">9</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">9</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.compiler)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildCommand>${javacpp.buildCommand}</buildCommand>
<buildPath>${javacpp.buildPath}</buildPath>
<buildPaths>${javacpp.buildPaths}</buildPaths>
<buildResource>${javacpp.buildResource}</buildResource>
<buildResources>
<buildResource>/${javacpp.platform.library.path}/</buildResource>
<buildResource>/org/bytedeco/javacpp/linux-x86_64/</buildResource>
<buildResource>/org/bytedeco/javacpp/linux-x86_64/</buildResource>${javacpp.buildResources}</buildResources>
<classOrPackageName>org.bytedeco.javacpp.**</classOrPackageName>
<classOrPackageNames>${javacpp.classOrPackageNames}</classOrPackageNames>
<classPath default-value="${project.build.outputDirectory}">/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes</classPath>
<classPaths>${javacpp.classPaths}</classPaths>
<compile default-value="true">${javacpp.compile}</compile>
<compilerOptions>${javacpp.compilerOptions}</compilerOptions>
<copyLibs default-value="false">true</copyLibs>
<copyResources default-value="false">true</copyResources>
<deleteJniFiles default-value="true">${javacpp.deleteJniFiles}</deleteJniFiles>
<encoding>${javacpp.encoding}</encoding>
<environmentVariables>${javacpp.environmentVariables}</environmentVariables>
<header default-value="false">${javacpp.header}</header>
<includePath>${javacpp.includePath}</includePath>
<includePaths>
<includePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/</includePath>
<includePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/</includePath>${javacpp.includePaths}</includePaths>
<includeResource>${javacpp.includeResource}</includeResource>
<includeResources>
<includeResource>/${javacpp.platform.library.path}/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/linux-x86_64/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/linux-x86_64/include/</includeResource>${javacpp.includeResources}</includeResources>
<jarPrefix>${javacpp.jarPrefix}</jarPrefix>
<linkPath>${javacpp.linkPath}</linkPath>
<linkPaths>
<linkPath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/</linkPath>${javacpp.linkPaths}</linkPaths>
<linkResource>${javacpp.linkResource}</linkResource>
<linkResources>
<linkResource>/${javacpp.platform.library.path}/</linkResource>
<linkResource>/${javacpp.platform.library.path}/lib/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/lib/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/</linkResource>
<linkResource>/org/bytedeco/javacpp/linux-x86_64/lib/</linkResource>${javacpp.linkResources}</linkResources>
<outputDirectory>${javacpp.outputDirectory}</outputDirectory>
<outputName>${javacpp.outputName}</outputName>
<preloadPath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/bin/</preloadPath>
<preloadPaths>${javacpp.preloadPaths}</preloadPaths>
<project default-value="${project}"/>
<properties>linux-x86_64</properties>
<propertyFile>${javacpp.propertyFile}</propertyFile>
<propertyKeysAndValues>
<property>
<name>platform.root</name>
<value></value>
</property>
<property>
<name>platform.compiler</name>
<value></value>
</property>
<property>
<name>platform.extension</name>
<value></value>
</property>${javacpp.propertyKeysAndValues}</propertyKeysAndValues>
<resourcePath>${javacpp.resourcePath}</resourcePath>
<resourcePaths>
<resourcePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/</resourcePath>
<resourcePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/</resourcePath>
<resourcePath>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/</resourcePath>${javacpp.resourcePaths}</resourcePaths>
<skip default-value="false">false</skip>
<targetDirectory>/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java/</targetDirectory>
<workingDirectory>${javacpp.workingDirectory}</workingDirectory>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.1.0:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<addDefaultExcludes default-value="true"/>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}"/>
<escapeWindowsPaths default-value="true"/>
<fileNameFiltering default-value="false"/>
<includeEmptyDirs default-value="false"/>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false"/>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip default-value="false">${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false"/>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<compilePath default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">ISO-8859-1</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution default-value="${mojoExecution}"/>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<parameters default-value="false">${maven.compiler.parameters}</parameters>
<project default-value="${project}"/>
<release>${maven.compiler.release}</release>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">9</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">9</target>
<testPath default-value="${project.testClasspathElements}"/>
<testRelease>${maven.compiler.testRelease}</testRelease>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:3.1.0:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<archive>
<manifestEntries>
<Class-Path>. javacpp.jar</Class-Path>
<Name>org/bytedeco/javacpp/presets/</Name>
<Implementation-Title>JavaCPP Presets for OpenCV</Implementation-Title>
<Implementation-Vendor>Bytedeco</Implementation-Vendor>
<Implementation-Version>3.4.2-2.0.0-SNAPSHOT</Implementation-Version>
<Specification-Title>JavaCPP Presets for OpenCV</Specification-Title>
<Specification-Vendor>Bytedeco</Specification-Vendor>
<Specification-Version>3.4.2-2.0.0-SNAPSHOT</Specification-Version>
</manifestEntries>
</archive>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<excludes>
<exclude>org/bytedeco/javacpp/include/</exclude>
<exclude>org/bytedeco/javacpp/linux-*/</exclude>
<exclude>org/bytedeco/javacpp/macosx-*/</exclude>
<exclude>org/bytedeco/javacpp/windows-*/</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/</exclude>
</excludes>
<finalName default-value="${project.build.finalName}"/>
<forceCreation default-value="false">${maven.jar.forceCreation}</forceCreation>
<includes>
<include>org/bytedeco/javacpp/*</include>
<include>module-info.java</include>
<include>org/bytedeco/javacpp/opencv/*</include>
<include>org/bytedeco/javacpp/opencv/helper/*</include>
<include>org/bytedeco/javacpp/opencv/presets/*</include>
</includes>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false"/>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:3.1.0:jar (linux-x86_64)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<classifier>linux-x86_64</classifier>
<excludes>
<exclude>${javacpp.platform.library.path}/lib/*.so*</exclude>
<exclude>${javacpp.platform.library.path}/sdk/**/*.so*</exclude>
<exclude>${javacpp.platform.library.path}/sdk/native/jni/include/**</exclude>
<exclude>${javacpp.platform.library.path}/**/*cascade*</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/*.exp</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/*.lib</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/*.obj</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/bin/*</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/lib/*.a</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/lib/*.dylib</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/lib/*.so*</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/sdk/**/*.a</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/sdk/**/*.dylib</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/sdk/**/*.so*</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/share/**/*.a</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/share/**/*.dylib</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/share/**/*.so*</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/x86/**/*.lib</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/x86/**/*.dll</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/x86/**/*.exe</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/x64/**/*.lib</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/x64/**/*.dll</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/x64/**/*.exe</exclude>
<exclude>org/bytedeco/javacpp/linux-x86_64/**/*cascade*</exclude>
</excludes>
<finalName default-value="${project.build.finalName}"/>
<forceCreation default-value="false">${maven.jar.forceCreation}</forceCreation>
<includes>
<include>${javacpp.platform.library.path}/</include>
<include>linux-x86_64/</include>
<include>org/bytedeco/javacpp/linux-x86_64/</include>
</includes>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">true</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-source-plugin:3.0.1:jar-no-fork (attach-source)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<attach default-value="true">${maven.source.attach}</attach>
<classifier default-value="sources">${maven.source.classifier}</classifier>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<excludeResources default-value="false">${maven.source.excludeResources}</excludeResources>
<finalName default-value="${project.build.finalName}"/>
<forceCreation default-value="false">${maven.source.forceCreation}</forceCreation>
<includePom default-value="false">${maven.source.includePom}</includePom>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<reactorProjects default-value="${reactorProjects}"/>
<session default-value="${session}"/>
<skipSource default-value="false">${maven.source.skip}</skipSource>
<useDefaultExcludes default-value="true">${maven.source.useDefaultExcludes}</useDefaultExcludes>
<useDefaultManifestFile default-value="false">${maven.source.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<additionalJOption>${additionalJOption}</additionalJOption>
<applyJavadocSecurityFix default-value="true">${maven.javadoc.applyJavadocSecurityFix}</applyJavadocSecurityFix>
<attach default-value="true">${attach}</attach>
<author default-value="true">${author}</author>
<bootclasspath>${bootclasspath}</bootclasspath>
<bootclasspathArtifacts>${bootclasspathArtifacts}</bootclasspathArtifacts>
<bottom default-value="Copyright &amp;#169; {inceptionYear}&amp;#x2013;{currentYear} {organizationName}. All rights reserved.">${bottom}</bottom>
<breakiterator default-value="false">${breakiterator}</breakiterator>
<charset>${charset}</charset>
<classifier default-value="javadoc">${maven.javadoc.classifier}</classifier>
<debug default-value="false">${debug}</debug>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<destDir>${destDir}</destDir>
<detectJavaApiLink default-value="true">${detectJavaApiLink}</detectJavaApiLink>
<detectLinks default-value="false">${detectLinks}</detectLinks>
<detectOfflineLinks default-value="true">${detectOfflineLinks}</detectOfflineLinks>
<docencoding default-value="${project.reporting.outputEncoding}">${docencoding}</docencoding>
<docfilessubdirs default-value="false">${docfilessubdirs}</docfilessubdirs>
<doclet>${doclet}</doclet>
<docletArtifact>${docletArtifact}</docletArtifact>
<docletArtifacts>${docletArtifacts}</docletArtifacts>
<docletPath>${docletPath}</docletPath>
<doclint>none</doclint>
<doctitle default-value="${project.name} ${project.version} API">${doctitle}</doctitle>
<encoding default-value="${project.build.sourceEncoding}">ISO-8859-1</encoding>
<excludePackageNames>${excludePackageNames}</excludePackageNames>
<excludedocfilessubdir>${excludedocfilessubdir}</excludedocfilessubdir>
<extdirs>${extdirs}</extdirs>
<failOnError default-value="true">${maven.javadoc.failOnError}</failOnError>
<failOnWarnings default-value="false">${maven.javadoc.failOnWarnings}</failOnWarnings>
<finalName>${project.build.finalName}</finalName>
<footer>${footer}</footer>
<groups>${groups}</groups>
<header>${header}</header>
<helpfile>${helpfile}</helpfile>
<includeDependencySources default-value="false"/>
<includeTransitiveDependencySources default-value="false"/>
<isOffline default-value="${settings.offline}"/>
<jarOutputDirectory>${project.build.directory}</jarOutputDirectory>
<javaApiLinks>${javaApiLinks}</javaApiLinks>
<javadocDirectory default-value="${basedir}/src/main/javadoc"/>
<javadocExecutable>${javadocExecutable}</javadocExecutable>
<javadocOptionsDir default-value="${project.build.directory}/javadoc-bundle-options"/>
<javadocVersion>${javadocVersion}</javadocVersion>
<keywords default-value="false">${keywords}</keywords>
<links>
<link>http://bytedeco.org/javacpp/apidocs/</link>${links}</links>
<linksource default-value="false">${linksource}</linksource>
<localRepository>${localRepository}</localRepository>
<locale>${locale}</locale>
<maxmemory>1024m</maxmemory>
<minmemory>128m</minmemory>
<mojo default-value="${mojoExecution}"/>
<nocomment default-value="false">${nocomment}</nocomment>
<nodeprecated default-value="false">${nodeprecated}</nodeprecated>
<nodeprecatedlist default-value="false">${nodeprecatedlist}</nodeprecatedlist>
<nohelp default-value="false">${nohelp}</nohelp>
<noindex default-value="false">${noindex}</noindex>
<nonavbar default-value="false">${nonavbar}</nonavbar>
<nooverview default-value="false">${nooverview}</nooverview>
<noqualifier>${noqualifier}</noqualifier>
<nosince default-value="false">${nosince}</nosince>
<notimestamp default-value="false">${notimestamp}</notimestamp>
<notree default-value="false">${notree}</notree>
<offlineLinks>${offlineLinks}</offlineLinks>
<old default-value="false">${old}</old>
<outputDirectory default-value="${project.build.directory}/apidocs">${destDir}</outputDirectory>
<overview default-value="${basedir}/src/main/javadoc/overview.html">${overview}</overview>
<packagesheader>${packagesheader}</packagesheader>
<project default-value="${project}"/>
<quiet default-value="false">${quiet}</quiet>
<reactorProjects>${reactorProjects}</reactorProjects>
<resourcesArtifacts>${resourcesArtifacts}</resourcesArtifacts>
<serialwarn default-value="false">${serialwarn}</serialwarn>
<session default-value="${session}"/>
<settings default-value="${settings}"/>
<show default-value="protected">${show}</show>
<skip default-value="false">${maven.javadoc.skip}</skip>
<source>${source}</source>
<sourceDependencyCacheDir default-value="${project.build.directory}/distro-javadoc-sources"/>
<sourcepath>${sourcepath}</sourcepath>
<sourcetab>${sourcetab}</sourcetab>
<splitindex default-value="false">${splitindex}</splitindex>
<stylesheet default-value="java">${stylesheet}</stylesheet>
<stylesheetfile>${stylesheetfile}</stylesheetfile>
<subpackages>${subpackages}</subpackages>
<taglet>${taglet}</taglet>
<tagletArtifact>${tagletArtifact}</tagletArtifact>
<tagletArtifacts>${tagletArtifacts}</tagletArtifacts>
<tagletpath>${tagletpath}</tagletpath>
<taglets>${taglets}</taglets>
<tags>${tags}</tags>
<top>${top}</top>
<use default-value="true">${use}</use>
<useDefaultManifestFile default-value="false"/>
<useStandardDocletOptions default-value="true">${useStandardDocletOptions}</useStandardDocletOptions>
<validateLinks default-value="false">${validateLinks}</validateLinks>
<verbose default-value="false">${verbose}</verbose>
<version default-value="true">${version}</version>
<windowtitle default-value="${project.name} ${project.version} API">${windowtitle}</windowtitle>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifact default-value="${project.artifact}"/>
<attachedArtifacts default-value="${project.attachedArtifacts}"/>
<createChecksum default-value="false">true</createChecksum>
<installAtEnd default-value="false">${installAtEnd}</installAtEnd>
<localRepository>${localRepository}</localRepository>
<packaging default-value="${project.packaging}"/>
<pomFile default-value="${project.file}"/>
<project default-value="${project}"/>
<reactorProjects default-value="${reactorProjects}"/>
<skip default-value="false">${maven.install.skip}</skip>
<updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Failure to find org.bytedeco:javacpp-core:2.0.0-SNAPSHOT/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Failure to find org.bytedeco:javacpp-core:2.0.0-SNAPSHOT/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=2, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=2, DefaultDependencyCollector.collectTime=3, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.bytedeco.javacpp-presets:opencv:jar:3.4.2-2.0.0-SNAPSHOT
[DEBUG] org.bytedeco:javacpp-core:jar:2.0.0-SNAPSHOT:compile
[DEBUG] com.google.android:android:jar:4.1.1.4:compile
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (javacpp.parser) @ opencv ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=68, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=67, DefaultDependencyCollector.collectTime=9, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:3.1.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.1.0:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:3.1.1:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.1.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.1.0
[DEBUG] Imported: < project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.1.0
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:3.1.0
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.1.0
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:3.1.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.24
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources' with basic configurator -->
[DEBUG] (f) addDefaultExcludes = true
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (f) fileNameFiltering = false
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.bytedeco.javacpp-presets:opencv:3.4.2-2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@ceddaf8
[DEBUG] (f) skip = false
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.specification.version=10, sun.cpu.isalist=, sun.arch.data.model=64, javacpp.platform.android-arm=android-arm, java.vendor.url=http://java.oracle.com/, javacpp.platform.ios-x86_64=ios-x86_64, sun.boot.library.path=/usr/java/jdk-10.0.1/lib, sun.java.command=org.codehaus.classworlds.Launcher -Didea.version=2018.2.1 install -e --projects .,opencv -Djavacpp.cppbuild.skip=true -X, jdk.debug=release, env.SSH_AGENT_PID=31190, maven.version=3.3.9, java.specification.vendor=Oracle Corporation, java.version.date=2018-04-17, java.home=/usr/java/jdk-10.0.1, javacpp.platform.extension=, javacpp.platform.android-arm64=android-arm64, env.QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1, javacpp.platform.linux-armhf=linux-armhf, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session5, java.runtime.version=10.0.1+10, env.PATH=/home/sam/bin:/home/sam/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, env.XDG_SEAT=seat0, file.encoding=UTF-8, env.GTK_CSD=1, java.vendor.version=18.3, env.XDG_SESSION_DESKTOP=pantheon, env.SHLVL=0, project.baseUri=file:/home/sam/code/javacpp-fresh/javacpp-presets/opencv/, java.io.tmpdir=/tmp, java.version=10.0.1, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.print.PSPrinterJob, org.slf4j.simpleLogger.defaultLogLevel=debug, javacpp.platform.windows-x86=windows-x86, javacpp.platform.linux-arm64=linux-arm64, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Oracle Corporation, classworlds.conf=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3/bin/m2.conf, javacpp.platform.compiler=, sun.io.unicode.encoding=UnicodeLittle, env.XAUTHORITY=/home/sam/.Xauthority, sun.desktop=gnome, env.LANG=en_US.UTF-8, env.SESSION_MANAGER=local/children-of-the-mind:@/tmp/.ICE-unix/31120,unix/children-of-the-mind:/tmp/.ICE-unix/31120, env.XDG_DATA_DIRS=/usr/share/pantheon:/usr/local/share/:/usr/share/, user.timezone=America/New_York, os.name=Linux, java.vm.specification.version=10, env.DISPLAY=:0, javacpp.platform.root=, user.home=/home/sam, maven.build.timestamp=2018-08-19T18:00:58Z, javacpp.compiler.skip=false, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.LANGUAGE=en_US, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-nzWSQ1iroJ,guid=05785d34429024bed5c457105b797e08, path.separator=:, os.version=4.15.0-24-generic, env.GIO_LAUNCHED_DESKTOP_FILE_PID=2125, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.SHELL=/bin/bash, env.XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0, javacpp.platform.ios-arm=ios-arm, javacpp.platform.linux-ppc64le=linux-ppc64le, env.GTK_MODULES=pantheon-filechooser-module:gail:atk-bridge, javacpp.parser.skip=false, javacpp.platform.macosx-x86_64=macosx-x86_64, os.arch=amd64, maven.multiModuleProjectDirectory=/home/sam/code/javacpp-fresh/javacpp-presets, env.DESKTOP_SESSION=pantheon, java.vm.info=mixed mode, env.USER=sam, java.class.version=54.0, awt.toolkit=sun.awt.X11.XToolkit, sun.jnu.encoding=UTF-8, env.XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/sam, env.DEFAULTS_PATH=/usr/share/gconf/pantheon.default.path, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00), maven.home=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3, javacpp.moduleId=opencv, env.GIO_LAUNCHED_DESKTOP_FILE=/home/sam/.local/share/applications/jetbrains-idea-1.desktop, javacpp.platform.android-x86=android-x86, env.JAVA_HOME=/usr/java/jdk-10.0.1, env.GDMSESSION=pantheon, file.separator=/, java.vm.compressedOopsMode=Zero based, line.separator=
, env.QT_STYLE_OVERRIDE=gtk, javacpp.platform.android-x86_64=android-x86_64, javacpp.platform.ios-arm64=ios-arm64, env.GNOME_DESKTOP_SESSION_ID=this-is-deprecated, env.GDM_LANG=en_US, user.name=sam, javacpp.platform.linux-x86=linux-x86, env.LOGNAME=sam, env.XDG_VTNR=7, idea.version=2018.2.1, env.SSH_AUTH_SOCK=/run/user/1000/keyring/ssh, env.XDG_RUNTIME_DIR=/run/user/1000, env.XMODIFIERS=@im=ibus, sun.os.patch.level=unknown, javacpp.cppbuild.skip=true, env.XDG_SESSION_TYPE=x11, env.OLDPWD=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/bin, env.PWD=/home/sam/code/javacpp-fresh/javacpp-presets, file.encoding.pkg=sun.io, javacpp.platform.ios-x86=ios-x86, java.class.path=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar, env.HOME=/home/sam, env.QT_IM_MODULE=ibus, java.vm.vendor="Oracle Corporation", sun.java.launcher=SUN_STANDARD, user.country=US, env.QT_ACCESSIBILITY=1, sun.cpu.endian=little, user.language=en, env.MANDATORY_PATH=/usr/share/gconf/pantheon.mandatory.path, env.XDG_MENU_PREFIX=gnome-, java.runtime.name=Java(TM) SE Runtime Environment, javacpp.platform.linux-x86_64=linux-x86_64, env.XDG_SESSION_ID=c46, javacpp.platform=linux-x86_64, project.build.sourceEncoding=UTF-8, java.vendor.url.bug=http://bugreport.java.com/bugreport/, env.XDG_CONFIG_DIRS=/etc/xdg/xdg-pantheon:/etc/xdg, user.dir=/home/sam/code/javacpp-fresh/javacpp-presets, env.XDG_CURRENT_DESKTOP=Pantheon, java.vm.version=10.0.1+10, javacpp.platform.windows-x86_64=windows-x86_64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 2 resources
[DEBUG] Copying file org/bytedeco/javacpp/include/cvkernels.h
[DEBUG] file cvkernels.h has a filtered file extension
[DEBUG] copy /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/resources/org/bytedeco/javacpp/include/cvkernels.h to /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/cvkernels.h
[DEBUG] Copying file org/bytedeco/javacpp/include/opencv_adapters.h
[DEBUG] file opencv_adapters.h has a filtered file extension
[DEBUG] copy /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/resources/org/bytedeco/javacpp/include/opencv_adapters.h to /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (javacpp.parser) @ opencv ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=33, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.2:compile
[DEBUG] org.ow2.asm:asm:jar:6.0_BETA:compile
[DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M7:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2:runtime
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Imported: < project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.2
[DEBUG] Included: org.ow2.asm:asm:jar:6.0_BETA
[DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M7
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile' with basic configurator -->
[DEBUG] (f) basedir = /home/sam/code/javacpp-fresh/javacpp-presets/opencv
[DEBUG] (f) buildDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target
[DEBUG] (f) compilePath = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes, /home/sam/.m2/repository/org/bytedeco/javacpp-core/2.0.0-SNAPSHOT/javacpp-core-2.0.0-SNAPSHOT.jar, /home/sam/.m2/repository/com/google/android/android/4.1.1.4/android-4.1.1.4.jar]
[DEBUG] (f) compileSourceRoots = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = ISO-8859-1
[DEBUG] (f) failOnError = true
[DEBUG] (f) failOnWarning = false
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations
[DEBUG] (f) includes = [org/bytedeco/javacpp/presets/*.java, org/bytedeco/javacpp/presets/opencv/*.java]
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile {execution: javacpp.parser}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] (f) parameters = false
[DEBUG] (f) project = MavenProject: org.bytedeco.javacpp-presets:opencv:3.4.2-2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml
[DEBUG] (f) projectArtifact = org.bytedeco.javacpp-presets:opencv:jar:3.4.2-2.0.0-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@ceddaf8
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 9
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 9
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations to compile source roots:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java
[DEBUG] New compile source roots:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.cppbuild.install) @ opencv ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=75, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=68, DefaultDependencyCollector.collectTime=23, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.bytedeco:javacpp-maven-plugin:jar:2.0.0-SNAPSHOT:
[DEBUG] org.bytedeco:javacpp-core:jar:2.0.0-SNAPSHOT:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.5.4:compile
[DEBUG] org.apache.maven:maven-model:jar:3.5.4:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.5:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.5.4:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.3:compile
[DEBUG] javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG] javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG] javax.inject:javax.inject:jar:1:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.1.0:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] Created new class realm plugin>org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT
[DEBUG] Importing foreign packages into class realm plugin>org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT
[DEBUG] Imported: < project>org.bytedeco:javacpp-presets:2.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT
[DEBUG] Included: org.bytedeco:javacpp-maven-plugin:jar:2.0.0-SNAPSHOT
[DEBUG] Included: org.bytedeco:javacpp-core:jar:2.0.0-SNAPSHOT
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.5
[DEBUG] Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG] Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG] Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.1.0
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Configuring mojo org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build from plugin realm ClassRealm[plugin>org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]
[DEBUG] Configuring mojo 'org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build' with basic configurator -->
[DEBUG] (f) buildCommand = [bash, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/../cppbuild.sh, install, opencv, -platform=linux-x86_64, -extension=]
[DEBUG] (f) buildPaths = []
[DEBUG] (f) buildResources = [/${javacpp.platform.library.path}/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/]
[DEBUG] (f) classOrPackageName = org.bytedeco.javacpp.presets.**
[DEBUG] (f) classOrPackageNames = []
[DEBUG] (f) classPath = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] (f) classPaths = []
[DEBUG] (f) compile = true
[DEBUG] (f) compilerOptions = []
[DEBUG] (f) copyLibs = false
[DEBUG] (f) copyResources = false
[DEBUG] (f) deleteJniFiles = true
[DEBUG] (f) environmentVariables = {}
[DEBUG] (f) header = false
[DEBUG] (f) includePaths = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/]
[DEBUG] (f) includeResources = [/${javacpp.platform.library.path}/include/, /org/bytedeco/javacpp/include/, /org/bytedeco/javacpp/linux-x86_64/include/, /org/bytedeco/javacpp/linux-x86_64/include/]
[DEBUG] (f) linkPaths = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/]
[DEBUG] (f) linkResources = [/${javacpp.platform.library.path}/, /${javacpp.platform.library.path}/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/]
[DEBUG] (f) preloadPath = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/bin/
[DEBUG] (f) preloadPaths = []
[DEBUG] (f) project = MavenProject: org.bytedeco.javacpp-presets:opencv:3.4.2-2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml
[DEBUG] (f) properties = linux-x86_64
[DEBUG] (f) propertyKeysAndValues = {platform.root=, platform.extension=, platform.compiler=}
[DEBUG] (f) resourcePaths = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/]
[DEBUG] (f) skip = true
[DEBUG] (f) targetDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java/
[DEBUG] (f) workingDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/..
[DEBUG] -- end configuration --
[DEBUG] classPath: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] classPaths: []
[DEBUG] buildPath: null
[DEBUG] buildPaths: []
[DEBUG] buildResource: null
[DEBUG] buildResources: [/${javacpp.platform.library.path}/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/]
[DEBUG] includePath: null
[DEBUG] includePaths: [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/]
[DEBUG] includeResource: null
[DEBUG] includeResources: [/${javacpp.platform.library.path}/include/, /org/bytedeco/javacpp/include/, /org/bytedeco/javacpp/linux-x86_64/include/, /org/bytedeco/javacpp/linux-x86_64/include/]
[DEBUG] linkPath: null
[DEBUG] linkPaths: [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/]
[DEBUG] linkResource: null
[DEBUG] linkResources: [/${javacpp.platform.library.path}/, /${javacpp.platform.library.path}/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/]
[DEBUG] preloadPath: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/bin/
[DEBUG] preloadPaths: []
[DEBUG] resourcePath: null
[DEBUG] resourcePaths: [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/]
[DEBUG] encoding: null
[DEBUG] outputDirectory: null
[DEBUG] outputName: null
[DEBUG] compile: true
[DEBUG] deleteJniFiles: true
[DEBUG] header: false
[DEBUG] copyLibs: false
[DEBUG] copyResources: false
[DEBUG] jarPrefix: null
[DEBUG] properties: linux-x86_64
[DEBUG] propertyFile: null
[DEBUG] propertyKeysAndValues: {platform.root=, platform.extension=, platform.compiler=}
[DEBUG] classOrPackageName: org.bytedeco.javacpp.presets.**
[DEBUG] classOrPackageNames: []
[DEBUG] buildCommand: [bash, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/../cppbuild.sh, install, opencv, -platform=linux-x86_64, -extension=]
[DEBUG] targetDirectory: [bash, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/../cppbuild.sh, install, opencv, -platform=linux-x86_64, -extension=]
[DEBUG] workingDirectory: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/..
[DEBUG] environmentVariables: {}
[DEBUG] compilerOptions: []
[DEBUG] skip: true
[INFO] Skipping execution of JavaCPP Builder
[INFO]
[INFO] --- javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.parser) @ opencv ---
[DEBUG] Configuring mojo org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build from plugin realm ClassRealm[plugin>org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]
[DEBUG] Configuring mojo 'org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build' with basic configurator -->
[DEBUG] (f) buildCommand = []
[DEBUG] (f) buildPaths = []
[DEBUG] (f) buildResources = [/${javacpp.platform.library.path}/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/]
[DEBUG] (f) classOrPackageName = org.bytedeco.javacpp.presets.**
[DEBUG] (f) classOrPackageNames = []
[DEBUG] (f) classPath = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] (f) classPaths = []
[DEBUG] (f) compile = true
[DEBUG] (f) compilerOptions = []
[DEBUG] (f) copyLibs = false
[DEBUG] (f) copyResources = false
[DEBUG] (f) deleteJniFiles = true
[DEBUG] (f) environmentVariables = {}
[DEBUG] (f) header = false
[DEBUG] (f) includePaths = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/]
[DEBUG] (f) includeResources = [/${javacpp.platform.library.path}/include/, /org/bytedeco/javacpp/include/, /org/bytedeco/javacpp/linux-x86_64/include/, /org/bytedeco/javacpp/linux-x86_64/include/]
[DEBUG] (f) linkPaths = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/]
[DEBUG] (f) linkResources = [/${javacpp.platform.library.path}/, /${javacpp.platform.library.path}/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/]
[DEBUG] (f) outputDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java
[DEBUG] (f) preloadPath = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/bin/
[DEBUG] (f) preloadPaths = []
[DEBUG] (f) project = MavenProject: org.bytedeco.javacpp-presets:opencv:3.4.2-2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml
[DEBUG] (f) properties = linux-x86_64
[DEBUG] (f) propertyKeysAndValues = {platform.root=, platform.extension=, platform.compiler=}
[DEBUG] (f) resourcePaths = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/]
[DEBUG] (f) skip = false
[DEBUG] (f) targetDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java/
[DEBUG] -- end configuration --
[DEBUG] classPath: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] classPaths: []
[DEBUG] buildPath: null
[DEBUG] buildPaths: []
[DEBUG] buildResource: null
[DEBUG] buildResources: [/${javacpp.platform.library.path}/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/]
[DEBUG] includePath: null
[DEBUG] includePaths: [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/]
[DEBUG] includeResource: null
[DEBUG] includeResources: [/${javacpp.platform.library.path}/include/, /org/bytedeco/javacpp/include/, /org/bytedeco/javacpp/linux-x86_64/include/, /org/bytedeco/javacpp/linux-x86_64/include/]
[DEBUG] linkPath: null
[DEBUG] linkPaths: [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/]
[DEBUG] linkResource: null
[DEBUG] linkResources: [/${javacpp.platform.library.path}/, /${javacpp.platform.library.path}/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/]
[DEBUG] preloadPath: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/bin/
[DEBUG] preloadPaths: []
[DEBUG] resourcePath: null
[DEBUG] resourcePaths: [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/]
[DEBUG] encoding: null
[DEBUG] outputDirectory: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java
[DEBUG] outputName: null
[DEBUG] compile: true
[DEBUG] deleteJniFiles: true
[DEBUG] header: false
[DEBUG] copyLibs: false
[DEBUG] copyResources: false
[DEBUG] jarPrefix: null
[DEBUG] properties: linux-x86_64
[DEBUG] propertyFile: null
[DEBUG] propertyKeysAndValues: {platform.root=, platform.extension=, platform.compiler=}
[DEBUG] classOrPackageName: org.bytedeco.javacpp.presets.**
[DEBUG] classOrPackageNames: []
[DEBUG] buildCommand: []
[DEBUG] targetDirectory: []
[DEBUG] workingDirectory: null
[DEBUG] environmentVariables: {}
[DEBUG] compilerOptions: []
[DEBUG] skip: false
[WARNING] No classes found in package org.bytedeco.javacpp.presets
[INFO] Detected platform "linux-x86_64"
[INFO] Building for platform "linux-x86_64"
[DEBUG] outputFiles: null
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ opencv ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources' with basic configurator -->
[DEBUG] (f) addDefaultExcludes = true
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (f) fileNameFiltering = false
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.bytedeco.javacpp-presets:opencv:3.4.2-2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@ceddaf8
[DEBUG] (f) skip = false
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {javacpp.platform.compiler.default=-march=x86-64 -m64 -O3 -s, java.specification.version=10, sun.cpu.isalist=, javacpp.platform.compiler.cpp11=-std=c++11, sun.arch.data.model=64, javacpp.platform.android-arm=android-arm, java.vendor.url=http://java.oracle.com/, javacpp.platform.ios-x86_64=ios-x86_64, sun.boot.library.path=/usr/java/jdk-10.0.1/lib, sun.java.command=org.codehaus.classworlds.Launcher -Didea.version=2018.2.1 install -e --projects .,opencv -Djavacpp.cppbuild.skip=true -X, jdk.debug=release, env.SSH_AGENT_PID=31190, maven.version=3.3.9, java.specification.vendor=Oracle Corporation, java.version.date=2018-04-17, java.home=/usr/java/jdk-10.0.1, javacpp.platform.extension=, javacpp.platform.android-arm64=android-arm64, env.QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1, javacpp.platform.linux-armhf=linux-armhf, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, javacpp.platform.source.suffix=.cpp, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session5, java.runtime.version=10.0.1+10, env.PATH=/home/sam/bin:/home/sam/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, javacpp.platform.resourcepath=/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/:/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/:/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/, env.XDG_SEAT=seat0, file.encoding=UTF-8, javacpp.platform.framework.suffix=, javacpp.platform.link.suffix=, env.GTK_CSD=1, java.vendor.version=18.3, env.XDG_SESSION_DESKTOP=pantheon, env.SHLVL=0, project.baseUri=file:/home/sam/code/javacpp-fresh/javacpp-presets/opencv/, java.io.tmpdir=/tmp, java.version=10.0.1, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.print.PSPrinterJob, javacpp.platform.library.prefix=lib, org.slf4j.simpleLogger.defaultLogLevel=debug, javacpp.platform.windows-x86=windows-x86, javacpp.platform.linux-arm64=linux-arm64, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Oracle Corporation, classworlds.conf=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3/bin/m2.conf, javacpp.platform.compiler=g++, sun.io.unicode.encoding=UnicodeLittle, javacpp.platform.includepath=/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/:/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/, env.XAUTHORITY=/home/sam/.Xauthority, sun.desktop=gnome, env.LANG=en_US.UTF-8, env.SESSION_MANAGER=local/children-of-the-mind:@/tmp/.ICE-unix/31120,unix/children-of-the-mind:/tmp/.ICE-unix/31120, env.XDG_DATA_DIRS=/usr/share/pantheon:/usr/local/share/:/usr/share/, javacpp.platform.library.suffix=.so, user.timezone=America/New_York, os.name=Linux, java.vm.specification.version=10, env.DISPLAY=:0, javacpp.platform.root=, user.home=/home/sam, maven.build.timestamp=2018-08-19T18:00:58Z, javacpp.platform.compiler.noexceptions=-fno-exceptions -fno-rtti, javacpp.compiler.skip=false, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.LANGUAGE=en_US, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-nzWSQ1iroJ,guid=05785d34429024bed5c457105b797e08, javacpp.platform.preloadpath=/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/bin/, path.separator=:, os.version=4.15.0-24-generic, env.GIO_LAUNCHED_DESKTOP_FILE_PID=2125, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, javacpp.platform.compiler.nowarnings=-w, env.SHELL=/bin/bash, env.XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0, javacpp.platform.ios-arm=ios-arm, javacpp.platform.linux-ppc64le=linux-ppc64le, env.GTK_MODULES=pantheon-filechooser-module:gail:atk-bridge, javacpp.parser.skip=false, javacpp.platform.macosx-x86_64=macosx-x86_64, os.arch=amd64, maven.multiModuleProjectDirectory=/home/sam/code/javacpp-fresh/javacpp-presets, env.DESKTOP_SESSION=pantheon, java.vm.info=mixed mode, env.USER=sam, java.class.version=54.0, javacpp.platform.compiler.nodeprecated=-Wno-deprecated-declarations, awt.toolkit=sun.awt.X11.XToolkit, sun.jnu.encoding=UTF-8, env.XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/sam, env.DEFAULTS_PATH=/usr/share/gconf/pantheon.default.path, javacpp.platform.includeresource=/${javacpp.platform.library.path}/include/:/org/bytedeco/javacpp/include/:/org/bytedeco/javacpp/linux-x86_64/include/:/org/bytedeco/javacpp/linux-x86_64/include/, javacpp.platform.linkpath.prefix=-L, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00), maven.home=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3, javacpp.moduleId=opencv, env.GIO_LAUNCHED_DESKTOP_FILE=/home/sam/.local/share/applications/jetbrains-idea-1.desktop, javacpp.platform.android-x86=android-x86, env.JAVA_HOME=/usr/java/jdk-10.0.1, env.GDMSESSION=pantheon, file.separator=/, java.vm.compressedOopsMode=Zero based, line.separator=
, env.QT_STYLE_OVERRIDE=gtk, javacpp.platform.android-x86_64=android-x86_64, javacpp.platform.compiler.fastfpu=-msse3 -ffast-math, javacpp.platform.ios-arm64=ios-arm64, env.GNOME_DESKTOP_SESSION_ID=this-is-deprecated, javacpp.platform.buildresource=/${javacpp.platform.library.path}/:/org/bytedeco/javacpp/linux-x86_64/:/org/bytedeco/javacpp/linux-x86_64/, javacpp.platform.linkpath.prefix2=-Wl,-rpath,, env.GDM_LANG=en_US, user.name=sam, javacpp.platform.compiler.debug=-O0 -g, javacpp.platform.linux-x86=linux-x86, env.LOGNAME=sam, javacpp.platform.compiler.output=-Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o , env.XDG_VTNR=7, javacpp.platform.link.prefix=-l, javacpp.platform.framework.prefix=-F, javacpp.platform.framework=, idea.version=2018.2.1, env.SSH_AUTH_SOCK=/run/user/1000/keyring/ssh, env.XDG_RUNTIME_DIR=/run/user/1000, env.XMODIFIERS=@im=ibus, sun.os.patch.level=unknown, javacpp.cppbuild.skip=true, javacpp.platform.path.separator=:, env.XDG_SESSION_TYPE=x11, env.OLDPWD=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/bin, env.PWD=/home/sam/code/javacpp-fresh/javacpp-presets, file.encoding.pkg=sun.io, javacpp.platform.link=, javacpp.platform.ios-x86=ios-x86, java.class.path=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar, env.HOME=/home/sam, env.QT_IM_MODULE=ibus, java.vm.vendor="Oracle Corporation", javacpp.platform.linkresource=/${javacpp.platform.library.path}/:/${javacpp.platform.library.path}/lib/:/org/bytedeco/javacpp/linux-x86_64/:/org/bytedeco/javacpp/linux-x86_64/lib/:/org/bytedeco/javacpp/linux-x86_64/:/org/bytedeco/javacpp/linux-x86_64/lib/, sun.java.launcher=SUN_STANDARD, user.country=US, env.QT_ACCESSIBILITY=1, sun.cpu.endian=little, user.language=en, env.MANDATORY_PATH=/usr/share/gconf/pantheon.mandatory.path, env.XDG_MENU_PREFIX=gnome-, java.runtime.name=Java(TM) SE Runtime Environment, javacpp.platform.linux-x86_64=linux-x86_64, env.XDG_SESSION_ID=c46, javacpp.platform=linux-x86_64, project.build.sourceEncoding=UTF-8, javacpp.platform.includepath.prefix=-I, java.vendor.url.bug=http://bugreport.java.com/bugreport/, env.XDG_CONFIG_DIRS=/etc/xdg/xdg-pantheon:/etc/xdg, user.dir=/home/sam/code/javacpp-fresh/javacpp-presets, env.XDG_CURRENT_DESKTOP=Pantheon, java.vm.version=10.0.1+10, javacpp.platform.windows-x86_64=windows-x86_64, javacpp.platform.linkpath=/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 2 resources
[DEBUG] Copying file org/bytedeco/javacpp/include/cvkernels.h
[DEBUG] file cvkernels.h has a filtered file extension
[DEBUG] copy /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/resources/org/bytedeco/javacpp/include/cvkernels.h to /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/cvkernels.h
[DEBUG] Copying file org/bytedeco/javacpp/include/opencv_adapters.h
[DEBUG] file opencv_adapters.h has a filtered file extension
[DEBUG] copy /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/resources/org/bytedeco/javacpp/include/opencv_adapters.h to /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ opencv ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile' with basic configurator -->
[DEBUG] (f) basedir = /home/sam/code/javacpp-fresh/javacpp-presets/opencv
[DEBUG] (f) buildDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target
[DEBUG] (f) compilePath = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes, /home/sam/.m2/repository/org/bytedeco/javacpp-core/2.0.0-SNAPSHOT/javacpp-core-2.0.0-SNAPSHOT.jar, /home/sam/.m2/repository/com/google/android/android/4.1.1.4/android-4.1.1.4.jar]
[DEBUG] (f) compileSourceRoots = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = ISO-8859-1
[DEBUG] (f) failOnError = true
[DEBUG] (f) failOnWarning = false
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations
[DEBUG] (f) includes = [module-info.java, org/bytedeco/javacpp/*.java, org/bytedeco/javacpp/opencv/*.java]
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] (f) parameters = false
[DEBUG] (f) project = MavenProject: org.bytedeco.javacpp-presets:opencv:3.4.2-2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml
[DEBUG] (f) projectArtifact = org.bytedeco.javacpp-presets:opencv:jar:3.4.2-2.0.0-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@ceddaf8
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 9
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 9
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations to compile source roots:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java
[DEBUG] New compile source roots:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_ximgproc.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_cudaobjdetect.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_saliency.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_img_hash.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_dnn.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_phase_unwrapping.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_xphoto.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_bioinspired.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_stitching.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_imgproc.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_cudaarithm.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_ml.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/module-info.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_cudaoptflow.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_bgsegm.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/cvkernels.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_optflow.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_flann.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_xfeatures2d.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_imgcodecs.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_calib3d.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_video.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_photo.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_structured_light.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_superres.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_features2d.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_aruco.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_cudaimgproc.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_text.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_tracking.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_objdetect.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_shape.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_videostab.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_java.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_cudafilters.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_cudawarping.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_face.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_plot.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_videoio.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_core.java
[DEBUG] Stale source detected: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/opencv_highgui.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG] /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] /home/sam/.m2/repository/com/google/android/android/4.1.1.4/android-4.1.1.4.jar
[DEBUG] Modulepath:
[DEBUG] /home/sam/.m2/repository/org/bytedeco/javacpp-core/2.0.0-SNAPSHOT/javacpp-core-2.0.0-SNAPSHOT.jar
[DEBUG] Source roots:
[DEBUG] /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java
[DEBUG] /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations
[DEBUG] /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java
[DEBUG] Command line options:
[DEBUG] -d /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes -classpath /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes:/home/sam/.m2/repository/com/google/android/android/4.1.1.4/android-4.1.1.4.jar: --module-path /home/sam/.m2/repository/org/bytedeco/javacpp-core/2.0.0-SNAPSHOT/javacpp-core-2.0.0-SNAPSHOT.jar: -sourcepath /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java:/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations:/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java:/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations: -s /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/generated-sources/annotations -g -nowarn -target 9 -source 9 -encoding ISO-8859-1
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 41 source files to /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/helper/opencv_core.java: Some input files use or override a deprecated API.
[INFO] /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/helper/opencv_core.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/helper/opencv_core.java: Some input files use unchecked or unsafe operations.
[INFO] /home/sam/code/javacpp-fresh/javacpp-presets/opencv/src/main/java/org/bytedeco/javacpp/opencv/helper/opencv_core.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.compiler) @ opencv ---
[DEBUG] Configuring mojo org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build from plugin realm ClassRealm[plugin>org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4459eb14]
[DEBUG] Configuring mojo 'org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build' with basic configurator -->
[DEBUG] (f) buildCommand = []
[DEBUG] (f) buildPaths = []
[DEBUG] (f) buildResources = [/${javacpp.platform.library.path}/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/]
[DEBUG] (f) classOrPackageName = org.bytedeco.javacpp.**
[DEBUG] (f) classOrPackageNames = []
[DEBUG] (f) classPath = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] (f) classPaths = []
[DEBUG] (f) compile = true
[DEBUG] (f) compilerOptions = []
[DEBUG] (f) copyLibs = true
[DEBUG] (f) copyResources = true
[DEBUG] (f) deleteJniFiles = true
[DEBUG] (f) environmentVariables = {}
[DEBUG] (f) header = false
[DEBUG] (f) includePaths = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/]
[DEBUG] (f) includeResources = [/${javacpp.platform.library.path}/include/, /org/bytedeco/javacpp/include/, /org/bytedeco/javacpp/linux-x86_64/include/, /org/bytedeco/javacpp/linux-x86_64/include/]
[DEBUG] (f) linkPaths = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/]
[DEBUG] (f) linkResources = [/${javacpp.platform.library.path}/, /${javacpp.platform.library.path}/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/]
[DEBUG] (f) preloadPath = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/bin/
[DEBUG] (f) preloadPaths = []
[DEBUG] (f) project = MavenProject: org.bytedeco.javacpp-presets:opencv:3.4.2-2.0.0-SNAPSHOT @ /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml
[DEBUG] (f) properties = linux-x86_64
[DEBUG] (f) propertyKeysAndValues = {platform.root=, platform.extension=, platform.compiler=}
[DEBUG] (f) resourcePaths = [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/]
[DEBUG] (f) skip = false
[DEBUG] (f) targetDirectory = /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/java/
[DEBUG] -- end configuration --
[DEBUG] classPath: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes
[DEBUG] classPaths: []
[DEBUG] buildPath: null
[DEBUG] buildPaths: []
[DEBUG] buildResource: null
[DEBUG] buildResources: [/${javacpp.platform.library.path}/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/]
[DEBUG] includePath: null
[DEBUG] includePaths: [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/]
[DEBUG] includeResource: null
[DEBUG] includeResources: [/${javacpp.platform.library.path}/include/, /org/bytedeco/javacpp/include/, /org/bytedeco/javacpp/linux-x86_64/include/, /org/bytedeco/javacpp/linux-x86_64/include/]
[DEBUG] linkPath: null
[DEBUG] linkPaths: [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/]
[DEBUG] linkResource: null
[DEBUG] linkResources: [/${javacpp.platform.library.path}/, /${javacpp.platform.library.path}/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/, /org/bytedeco/javacpp/linux-x86_64/, /org/bytedeco/javacpp/linux-x86_64/lib/]
[DEBUG] preloadPath: /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/bin/
[DEBUG] preloadPaths: []
[DEBUG] resourcePath: null
[DEBUG] resourcePaths: [/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/]
[DEBUG] encoding: null
[DEBUG] outputDirectory: null
[DEBUG] outputName: null
[DEBUG] compile: true
[DEBUG] deleteJniFiles: true
[DEBUG] header: false
[DEBUG] copyLibs: true
[DEBUG] copyResources: true
[DEBUG] jarPrefix: null
[DEBUG] properties: linux-x86_64
[DEBUG] propertyFile: null
[DEBUG] propertyKeysAndValues: {platform.root=, platform.extension=, platform.compiler=}
[DEBUG] classOrPackageName: org.bytedeco.javacpp.**
[DEBUG] classOrPackageNames: []
[DEBUG] buildCommand: []
[DEBUG] targetDirectory: []
[DEBUG] workingDirectory: null
[DEBUG] environmentVariables: {}
[DEBUG] compilerOptions: []
[DEBUG] skip: false
[INFO] Detected platform "linux-x86_64"
[INFO] Building for platform "linux-x86_64"
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_calib3d.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_core.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_imgcodecs.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_imgproc.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_ml.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_objdetect.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/objdetect_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/detection_based_tracker.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_video.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_aruco.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/aruco/dictionary.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/aruco.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/aruco/charuco.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_bgsegm.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bgsegm.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_bioinspired.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bioinspired.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bioinspired/bioinspired.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bioinspired/retina.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bioinspired/retinafasttonemapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bioinspired/transientareassegmentationmodule.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_calib3d.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_core.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudaarithm.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudaarithm.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudafilters.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudafilters.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudaimgproc.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudaimgproc.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudaobjdetect.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudaobjdetect.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudaoptflow.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudaoptflow.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudawarping.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudawarping.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_dnn.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dict.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/all_layers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/layer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/shape_utils.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_face.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/plot.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dict.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/all_layers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/layer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/shape_utils.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/feature.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/kalman_filters.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/onlineMIL.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/onlineBoosting.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/tldDataset.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/tracker.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/objdetect_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/detection_based_tracker.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/photo_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/predict_collector.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/facerec.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/facemark.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/facemark_train.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/facemarkLBF.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/facemarkAAM.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/face_alignment.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_features2d.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_flann.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_highgui.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_img_hash.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/img_hash_base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/average_hash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/block_mean_hash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/color_moment_hash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/marr_hildreth_hash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/phash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/radial_variance_hash.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_imgcodecs.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_imgproc.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_ml.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_objdetect.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/objdetect_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/detection_based_tracker.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_optflow.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/edge_filter.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/disparity_filter.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/sparse_match_interpolator.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/structured_edge_detection.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/seeds.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/segmentation.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/fast_hough_transform.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/estimated_covariance.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/slic.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/lsc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/optflow.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/optflow/motempl.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_phase_unwrapping.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping/phase_unwrapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping/histogramphaseunwrapping.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_photo.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/photo_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/cuda.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_plot.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/plot.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_saliency.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/saliency.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/saliency/saliencyBaseClasses.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/saliency/saliencySpecializedClasses.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_shape.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/emdL1.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_transformer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/hist_cost.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_distance.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_stitching.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/objdetect_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/detection_based_tracker.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/emdL1.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_transformer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/hist_cost.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_distance.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xfeatures2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xfeatures2d/nonfree.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/warpers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/matchers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/util.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/camera.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/motion_estimators.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/exposure_compensate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/seam_finders.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/blenders.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/autocalib.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/timelapsers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/warpers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_structured_light.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping/phase_unwrapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping/histogramphaseunwrapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/structured_light.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/structured_light/structured_light.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/structured_light/graycodepattern.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/structured_light/sinusoidalpattern.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_superres.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/superres.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/superres/optical_flow.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_text.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dict.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/all_layers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/layer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/shape_utils.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/text.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/text/erfilter.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/text/ocr.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/text/textDetector.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_tracking.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/plot.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dict.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/all_layers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/layer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/shape_utils.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/feature.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/kalman_filters.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/onlineMIL.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/onlineBoosting.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/tldDataset.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/tracker.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_video.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_videoio.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_videostab.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/photo_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/frame_source.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/log.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/fast_marching.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/optical_flow.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/motion_core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/outlier_rejection.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/global_motion.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/motion_stabilizing.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/inpainting.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/deblurring.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/wobble_suppression.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/stabilizer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/ring_buffer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_xfeatures2d.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/emdL1.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_transformer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/hist_cost.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_distance.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xfeatures2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xfeatures2d/nonfree.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_ximgproc.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/edge_filter.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/disparity_filter.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/sparse_match_interpolator.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/structured_edge_detection.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/seeds.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/segmentation.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/fast_hough_transform.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/estimated_covariance.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/slic.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/lsc.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_xphoto.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xphoto.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xphoto/inpainting.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xphoto/white_balance.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xphoto/dct_image_denoising.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xphoto/bm3d_image_denoising.hpp
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jnicvkernels.cpp
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjnicvkernels.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jnicvkernels.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -msse3 -ffast-math -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjnicvkernels.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_imgproc -lopencv_core
[INFO] Deleting /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jnicvkernels.cpp
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_aruco.cpp
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjniopencv_aruco.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_aruco.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjniopencv_aruco.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_aruco -lopencv_calib3d -lopencv_features2d -lopencv_ml -lopencv_flann -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_imgproc -lopencv_core
[INFO] Deleting /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_aruco.cpp
[INFO] Copying /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/libopencv_aruco.so.3.4
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bgsegm.cpp
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjniopencv_bgsegm.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bgsegm.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjniopencv_bgsegm.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_bgsegm -lopencv_video -lopencv_calib3d -lopencv_features2d -lopencv_ml -lopencv_flann -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_imgproc -lopencv_core
[INFO] Deleting /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bgsegm.cpp
[INFO] Copying /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/libopencv_bgsegm.so.3.4
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bioinspired.cpp
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjniopencv_bioinspired.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bioinspired.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjniopencv_bioinspired.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_bioinspired -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_imgproc -lopencv_core
[INFO] Deleting /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bioinspired.cpp
[INFO] Copying /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/libopencv_bioinspired.so.3.4
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_calib3d.cpp
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjniopencv_calib3d.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_calib3d.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjniopencv_calib3d.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_calib3d -lopencv_features2d -lopencv_ml -lopencv_flann -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_imgproc -lopencv_core
[INFO] Deleting /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_calib3d.cpp
[INFO] Copying /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/libopencv_calib3d.so.3.4
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjniopencv_core.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjniopencv_core.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_imgproc -lopencv_core
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_getPrefix__(JNIEnv*, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:25746:44: warning: ‘cv::String cv::ocl::Program::getPrefix() const’ is deprecated [-Wdeprecated-declarations]
StrAdapter radapter(ptr->getPrefix());
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:633:26: note: declared here
CV_DEPRECATED String getPrefix() const; // deprecated, implementation replaced
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_getPrefix__Lorg_bytedeco_javacpp_BytePointer_2(JNIEnv*, jclass, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:25778:80: warning: ‘static cv::String cv::ocl::Program::getPrefix(const cv::String&)’ is deprecated [-Wdeprecated-declarations]
StrAdapter radapter(::cv::ocl::Program::getPrefix((cv::String&)adapter0));
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:634:33: note: declared here
CV_DEPRECATED static String getPrefix(const String& buildflags); // deprecated, implementation replaced
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jstring* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_getPrefix__Ljava_lang_String_2(JNIEnv*, jclass, jstring)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:25815:80: warning: ‘static cv::String cv::ocl::Program::getPrefix(const cv::String&)’ is deprecated [-Wdeprecated-declarations]
StrAdapter radapter(::cv::ocl::Program::getPrefix((cv::String&)adapter0));
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:634:33: note: declared here
CV_DEPRECATED static String getPrefix(const String& buildflags); // deprecated, implementation replaced
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_source(JNIEnv*, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:25995:62: warning: ‘const cv::ocl::ProgramSource& cv::ocl::Program::source() const’ is deprecated [-Wdeprecated-declarations]
rptr = (const ::cv::ocl::ProgramSource*)&ptr->source();
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:632:40: note: declared here
CV_DEPRECATED const ProgramSource& source() const; // implementation removed
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jboolean Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_write__Ljava_lang_String_2(JNIEnv*, jobject, jstring)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:26026:59: warning: ‘bool cv::ocl::Program::write(cv::String&) const’ is deprecated [-Wdeprecated-declarations]
bool rval = (bool)ptr->write((cv::String&)adapter0);
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:631:24: note: declared here
CV_DEPRECATED bool write(String& buf) const; // removed, use getBinary() method instead (RAW OpenCL binary)
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jboolean Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_write__Lorg_bytedeco_javacpp_BytePointer_2(JNIEnv*, jobject, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:26056:59: warning: ‘bool cv::ocl::Program::write(cv::String&) const’ is deprecated [-Wdeprecated-declarations]
bool rval = (bool)ptr->write((cv::String&)adapter0);
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:631:24: note: declared here
CV_DEPRECATED bool write(String& buf) const; // removed, use getBinary() method instead (RAW OpenCL binary)
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jboolean Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_read__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv*, jobject, jstring, jstring)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:26094:81: warning: ‘bool cv::ocl::Program::read(const cv::String&, const cv::String&)’ is deprecated [-Wdeprecated-declarations]
bool rval = (bool)ptr->read((cv::String&)adapter0, (cv::String&)adapter1);
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:630:24: note: declared here
CV_DEPRECATED bool read(const String& buf, const String& buildflags); // removed, use ProgramSource instead
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jboolean Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_read__Lorg_bytedeco_javacpp_BytePointer_2Lorg_bytedeco_javacpp_BytePointer_2(JNIEnv*, jobject, jobject, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:26132:81: warning: ‘bool cv::ocl::Program::read(const cv::String&, const cv::String&)’ is deprecated [-Wdeprecated-declarations]
bool rval = (bool)ptr->read((cv::String&)adapter0, (cv::String&)adapter1);
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:630:24: note: declared here
CV_DEPRECATED bool read(const String& buf, const String& buildflags); // removed, use ProgramSource instead
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024NodeDataTlsVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64153:14: error: cannot convert ‘std::vector<cv::instr::NodeDataTls*, std::allocator<cv::instr::NodeDataTls*> >’ to ‘cv::instr::NodeDataTls*’ in assignment
rptr = (*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024NodeDataTlsVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024NodeDataTls_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64220:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64220:38: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatBytePairVector_first__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024UMat_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64518:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)first = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64518:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)first = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatBytePairVector_first__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64540:14: error: cannot convert ‘std::vector<std::pair<cv::UMat, unsigned char> >*’ to ‘cv::UMat*’ in assignment
rptr = &(*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatBytePairVector_second__JB(JNIEnv*, jobject, jlong, jbyte)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64567:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64567:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jbyte Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatBytePairVector_second__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64588:33: error: cannot convert ‘std::vector<std::pair<cv::UMat, unsigned char> >’ to ‘signed char’ in initialization
signed char rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64588:34: error: expected ‘,’ or ‘;’ before ‘at’
signed char rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatBytePairVector_first__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Mat_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64724:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)first = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64724:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)first = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatBytePairVector_first__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64746:14: error: cannot convert ‘std::vector<std::pair<cv::Mat, unsigned char> >*’ to ‘cv::Mat*’ in assignment
rptr = &(*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatBytePairVector_second__JB(JNIEnv*, jobject, jlong, jbyte)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64773:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64773:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jbyte Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatBytePairVector_second__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64794:33: error: cannot convert ‘std::vector<std::pair<cv::Mat, unsigned char> >’ to ‘signed char’ in initialization
signed char rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64794:34: error: expected ‘,’ or ‘;’ before ‘at’
signed char rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntIntPairVector_first__JI(JNIEnv*, jobject, jlong, jint)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64923:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)first = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64923:43: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)first = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jint Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntIntPairVector_first__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64944:25: error: cannot convert ‘std::vector<std::pair<int, int> >’ to ‘int’ in initialization
int rval = (*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64944:26: error: expected ‘,’ or ‘;’ before ‘at’
int rval = (*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntIntPairVector_second__JI(JNIEnv*, jobject, jlong, jint)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64966:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64966:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jint Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntIntPairVector_second__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64987:25: error: cannot convert ‘std::vector<std::pair<int, int> >’ to ‘int’ in initialization
int rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64987:26: error: expected ‘,’ or ‘;’ before ‘at’
int rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntDoublePairVector_first__JI(JNIEnv*, jobject, jlong, jint)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65116:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)first = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65116:43: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)first = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jint Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntDoublePairVector_first__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65137:25: error: cannot convert ‘std::vector<std::pair<int, double> >’ to ‘int’ in initialization
int rval = (*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65137:26: error: expected ‘,’ or ‘;’ before ‘at’
int rval = (*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntDoublePairVector_second__JD(JNIEnv*, jobject, jlong, jdouble)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65159:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65159:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jdouble Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntDoublePairVector_second__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65180:28: error: cannot convert ‘std::vector<std::pair<int, double> >’ to ‘double’ in initialization
double rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65180:29: error: expected ‘,’ or ‘;’ before ‘at’
double rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65339:14: error: cannot convert ‘std::vector<std::vector<cv::Mat> >*’ to ‘std::vector<cv::Mat>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024MatVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65410:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65410:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024GpuMatVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65735:14: error: cannot convert ‘std::vector<cv::cuda::GpuMat>*’ to ‘cv::cuda::GpuMat*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024GpuMatVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024GpuMat_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65806:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65806:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66131:14: error: cannot convert ‘std::vector<cv::UMat>*’ to ‘cv::UMat*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024UMat_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66202:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66202:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66527:14: error: cannot convert ‘std::vector<cv::Mat>*’ to ‘cv::Mat*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Mat_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66598:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66598:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024DMatchVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66923:14: error: cannot convert ‘std::vector<std::vector<cv::DMatch> >*’ to ‘std::vector<cv::DMatch>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024DMatchVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024DMatchVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66994:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66994:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024KeyPointVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67319:14: error: cannot convert ‘std::vector<std::vector<cv::KeyPoint> >*’ to ‘std::vector<cv::KeyPoint>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024KeyPointVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024KeyPointVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67390:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67390:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024RectVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67715:14: error: cannot convert ‘std::vector<std::vector<cv::Rect_<int> > >*’ to ‘std::vector<cv::Rect_<int> >*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024RectVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024RectVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67786:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67786:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3fVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68111:50: error: expected ‘;’ before ‘at’
rptr = (std::vector<cv::Point3f>*)&(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3fVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point3fVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68182:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *(std::vector<cv::Point3f>*)ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68182:66: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *(std::vector<cv::Point3f>*)ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2dVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68507:14: error: cannot convert ‘std::vector<std::vector<cv::Point_<double> > >*’ to ‘std::vector<cv::Point_<double> >*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2dVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point2dVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68578:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68578:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2fVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68903:14: error: cannot convert ‘std::vector<std::vector<cv::Point_<float> > >*’ to ‘std::vector<cv::Point_<float> >*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2fVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point2fVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68974:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68974:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024PointVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69299:14: error: cannot convert ‘std::vector<std::vector<cv::Point_<int> > >*’ to ‘std::vector<cv::Point_<int> >*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024PointVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024PointVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69370:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69370:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024DMatchVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69695:14: error: cannot convert ‘std::vector<cv::DMatch>*’ to ‘cv::DMatch*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024DMatchVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024DMatch_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69766:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69766:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024KeyPointVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70091:14: error: cannot convert ‘std::vector<cv::KeyPoint>*’ to ‘cv::KeyPoint*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024KeyPointVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024KeyPoint_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70162:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70162:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ScalarVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70487:14: error: cannot convert ‘std::vector<cv::Scalar_<double> >*’ to ‘cv::Scalar_<double>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ScalarVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Scalar_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70558:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70558:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Rect2dVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70883:14: error: cannot convert ‘std::vector<cv::Rect_<double> >*’ to ‘cv::Rect_<double>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Rect2dVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Rect2d_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70954:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70954:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024RectVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71279:14: error: cannot convert ‘std::vector<cv::Rect_<int> >*’ to ‘cv::Rect_<int>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024RectVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Rect_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71350:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71350:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024SizeVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71675:14: error: cannot convert ‘std::vector<cv::Size_<int> >*’ to ‘cv::Size_<int>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024SizeVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Size_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71746:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71746:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3fVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72071:14: error: cannot convert ‘std::vector<cv::Point3_<float> >*’ to ‘cv::Point3_<float>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3fVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point3f_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72142:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72142:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3iVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72467:14: error: cannot convert ‘std::vector<cv::Point3_<int> >*’ to ‘cv::Point3_<int>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3iVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point3i_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72538:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72538:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2dVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72863:14: error: cannot convert ‘std::vector<cv::Point_<double> >*’ to ‘cv::Point_<double>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2dVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point2d_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72934:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72934:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2fVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73259:14: error: cannot convert ‘std::vector<cv::Point_<float> >*’ to ‘cv::Point_<float>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2fVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point2f_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73330:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73330:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024PointVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73655:14: error: cannot convert ‘std::vector<cv::Point_<int> >*’ to ‘cv::Point_<int>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024PointVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73726:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73726:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024StringVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74055:35: error: expected ‘)’ before ‘at’
StrAdapter radapter((*ptr)at((size_t)arg0));
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74055:51: error: no matching function for call to ‘StrAdapter::StrAdapter(std::vector<cv::String>&)’
StrAdapter radapter((*ptr)at((size_t)arg0));
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:113:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:78:5: note: candidate: StrAdapter::StrAdapter(cv::String&)
StrAdapter( cv::String& str) : ptr(0), size(0), owner(0), str(str) { }
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:78:5: note: no known conversion for argument 1 from ‘std::vector<cv::String>’ to ‘cv::String&’
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:77:5: note: candidate: StrAdapter::StrAdapter(const cv::String&)
StrAdapter(const cv::String& str) : ptr(0), size(0), owner(0), str2(str), str(str2) { }
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:77:5: note: no known conversion for argument 1 from ‘std::vector<cv::String>’ to ‘const cv::String&’
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:75:5: note: candidate: StrAdapter::StrAdapter(const unsigned char*, size_t, void*)
StrAdapter(const unsigned char* ptr, size_t size, void* owner) : ptr((char*)ptr), size(size), owner(owner),
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:75:5: note: candidate expects 3 arguments, 1 provided
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:73:5: note: candidate: StrAdapter::StrAdapter(const signed char*, size_t, void*)
StrAdapter(const signed char* ptr, size_t size, void* owner) : ptr((char*)ptr), size(size), owner(owner),
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:73:5: note: candidate expects 3 arguments, 1 provided
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:71:5: note: candidate: StrAdapter::StrAdapter(const char*, size_t, void*)
StrAdapter(const char* ptr, size_t size, void* owner) : ptr((char*)ptr), size(size), owner(owner),
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:71:5: note: candidate expects 3 arguments, 1 provided
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:69:7: note: candidate: StrAdapter::StrAdapter(const StrAdapter&)
class StrAdapter {
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:69:7: note: no known conversion for argument 1 from ‘std::vector<cv::String>’ to ‘const StrAdapter&’
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024StringVector_put__JLorg_bytedeco_javacpp_BytePointer_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74130:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = (cv::String&)adapter1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74130:55: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = (cv::String&)adapter1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024StringVector_put__JLjava_lang_String_2(JNIEnv*, jobject, jlong, jstring)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74155:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = (cv::String&)adapter1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74155:55: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = (cv::String&)adapter1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jint Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntVectorVector_get(JNIEnv*, jobject, jlong, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74400:25: error: cannot convert ‘std::vector<std::vector<int> >’ to ‘int’ in initialization
int rval = (*ptr)at((size_t)arg0)at((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74400:26: error: expected ‘,’ or ‘;’ before ‘at’
int rval = (*ptr)at((size_t)arg0)at((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntVectorVector_put__JJI(JNIEnv*, jobject, jlong, jlong, jint)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74422:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)at((size_t)arg1) = arg2;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74422:54: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)at((size_t)arg1) = arg2;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jlong Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntVectorVector_size__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74502:27: error: cannot convert ‘std::vector<std::vector<int> >’ to ‘jlong {aka long long int}’ in initialization
jlong rval = (*ptr)at((size_t)arg0)size();
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74502:28: error: expected ‘,’ or ‘;’ before ‘at’
jlong rval = (*ptr)at((size_t)arg0)size();
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘void Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntVectorVector_resize__JJ(JNIEnv*, jobject, jlong, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74570:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)resize((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74570:51: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)resize((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jbyte Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ByteVectorVector_get(JNIEnv*, jobject, jlong, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74591:32: error: invalid cast from type ‘std::vector<std::vector<char> >’ to type ‘char’
char rval = (char)(*ptr)at((size_t)arg0)at((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ByteVectorVector_put__JJB(JNIEnv*, jobject, jlong, jlong, jbyte)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74613:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)at((size_t)arg1) = (char)arg2;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74613:60: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)at((size_t)arg1) = (char)arg2;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jlong Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ByteVectorVector_size__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74693:27: error: cannot convert ‘std::vector<std::vector<char> >’ to ‘jlong {aka long long int}’ in initialization
jlong rval = (*ptr)at((size_t)arg0)size();
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74693:28: error: expected ‘,’ or ‘;’ before ‘at’
jlong rval = (*ptr)at((size_t)arg0)size();
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘void Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ByteVectorVector_resize__JJ(JNIEnv*, jobject, jlong, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74761:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)resize((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74761:51: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)resize((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jfloatArray* Java_org_bytedeco_javacpp_opencv_opencv_1core_cvPointTo32f___3I(JNIEnv*, jclass, jintArray)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:89584:15: warning: unused variable ‘rowner’ [-Wunused-variable]
void* rowner = (void*)rptr;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:89585:16: warning: unused variable ‘deallocator’ [-Wunused-variable]
void (*deallocator)(void*) = &JavaCPP__3F_deallocate;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_cvPointTo32f__Ljava_nio_IntBuffer_2(JNIEnv*, jclass, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:89648:15: warning: unused variable ‘rowner’ [-Wunused-variable]
void* rowner = (void*)rptr;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:89649:16: warning: unused variable ‘deallocator’ [-Wunused-variable]
void (*deallocator)(void*) = &JavaCPP_java_nio_FloatBuffer_deallocate;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jintArray* Java_org_bytedeco_javacpp_opencv_opencv_1core_cvPointFrom32f___3F(JNIEnv*, jclass, jfloatArray)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:89672:15: warning: unused variable ‘rowner’ [-Wunused-variable]
void* rowner = (void*)rptr;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:89673:16: warning: unused variable ‘deallocator’ [-Wunused-variable]
void (*deallocator)(void*) = &JavaCPP__3I_deallocate;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_cvPointFrom32f__Ljava_nio_FloatBuffer_2(JNIEnv*, jclass, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:89705:15: warning: unused variable ‘rowner’ [-Wunused-variable]
void* rowner = (void*)rptr;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:89706:16: warning: unused variable ‘deallocator’ [-Wunused-variable]
void (*deallocator)(void*) = &JavaCPP_java_nio_IntBuffer_deallocate;
^
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JavaCPP Presets .................................... SUCCESS [ 0.701 s]
[INFO] JavaCPP Presets for OpenCV ......................... FAILURE [08:26 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:27 min
[INFO] Finished at: 2018-08-19T14:09:24-04:00
[INFO] Final Memory: 37M/134M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.compiler) on project opencv: Execution javacpp.compiler of goal org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build failed: Process exited with an error: 1 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.compiler) on project opencv: Execution javacpp.compiler of goal org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build failed: Process exited with an error: 1
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution javacpp.compiler of goal org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build failed: Process exited with an error: 1
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 21 more
Caused by: java.lang.RuntimeException: Process exited with an error: 1
at org.bytedeco.javacpp.tools.Builder.generateAndCompile(Builder.java:515)
at org.bytedeco.javacpp.tools.Builder.build(Builder.java:934)
at org.bytedeco.javacpp.plugin.BuildMojo.execute(BuildMojo.java:347)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
... 22 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :opencv
Process finished with exit code 1
/usr/java/jdk-10.0.1/bin/java -Dmaven.multiModuleProjectDirectory=/home/sam/code/javacpp-fresh/javacpp-presets -Dmaven.home=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3 -Dclassworlds.conf=/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3/bin/m2.conf -javaagent:/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/lib/idea_rt.jar=33441:/home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/bin -Dfile.encoding=UTF-8 -classpath /home/sam/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/182.3911.36/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar org.codehaus.classworlds.Launcher -Didea.version=2018.2.1 install -e --projects .,opencv -Djavacpp.cppbuild.skip=true
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:opencv:jar:3.4.2-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:opencv:3.4.2-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/opencv/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:ffmpeg:jar:4.0.2-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:ffmpeg:4.0.2-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/ffmpeg/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:flycapture:jar:2.11.3.121-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:flycapture:2.11.3.121-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/flycapture/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:libdc1394:jar:2.2.5-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:libdc1394:2.2.5-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/libdc1394/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:libfreenect:jar:0.5.3-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:libfreenect:0.5.3-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/libfreenect/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:libfreenect2:jar:0.2.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:libfreenect2:0.2.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/libfreenect2/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:librealsense:jar:1.12.1-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:librealsense:1.12.1-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/librealsense/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:videoinput:jar:0.200-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:videoinput:0.200-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/videoinput/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:artoolkitplus:jar:2.3.1-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:artoolkitplus:2.3.1-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/artoolkitplus/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:chilitags:jar:master-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:chilitags:master-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/chilitags/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:flandmark:jar:1.07-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:flandmark:1.07-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/flandmark/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:hdf5:jar:1.10.2-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:hdf5:1.10.2-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/hdf5/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:mkl:jar:2018.3-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:mkl:2018.3-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/mkl/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:mkl-dnn:jar:0.16-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:mkl-dnn:0.16-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/mkl-dnn/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:openblas:jar:0.3.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:openblas:0.3.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/openblas/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:arpack-ng:jar:3.6.2-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:arpack-ng:3.6.2-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/arpack-ng/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:cminpack:jar:1.3.6-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:cminpack:1.3.6-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/cminpack/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:fftw:jar:3.3.8-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:fftw:3.3.8-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/fftw/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:gsl:jar:2.5-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:gsl:2.5-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/gsl/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:llvm:jar:6.0.1-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:llvm:6.0.1-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/llvm/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:libpostal:jar:1.1-alpha-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:libpostal:1.1-alpha-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/libpostal/pom.xml, line 16, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:leptonica:jar:1.76.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:leptonica:1.76.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/leptonica/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:tesseract:jar:4.0.0-beta.4-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:tesseract:4.0.0-beta.4-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/tesseract/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:caffe:jar:1.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:caffe:1.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/caffe/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:cuda:jar:9.2-7.2-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:cuda:9.2-7.2-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/cuda/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:mxnet:jar:1.2.1-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:mxnet:1.2.1-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/mxnet/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:tensorflow:jar:1.10.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:tensorflow:${tensorflow.version}-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/tensorflow/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:tensorrt:jar:4.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:tensorrt:4.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/tensorrt/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:ale:jar:0.6.0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:ale:0.6.0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/ale/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:onnx:jar:1.2.2-2.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 26, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:liquidfun:jar:20170717-43d53e0-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:liquidfun:20170717-43d53e0-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/liquidfun/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:skia:jar:20170511-53d6729-2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:skia:20170511-53d6729-${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/skia/pom.xml, line 14, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.bytedeco.javacpp-presets:systems:jar:2.0.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.bytedeco.javacpp-presets:systems:${project.parent.version}, /home/sam/code/javacpp-fresh/javacpp-presets/systems/pom.xml, line 14, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] Inspecting build with total of 2 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 2 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JavaCPP Presets
[INFO] JavaCPP Presets for OpenCV
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaCPP Presets 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ javacpp-presets ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javacpp-presets ---
[INFO] Installing /home/sam/code/javacpp-fresh/javacpp-presets/pom.xml to /home/sam/.m2/repository/org/bytedeco/javacpp-presets/2.0.0-SNAPSHOT/javacpp-presets-2.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaCPP Presets for OpenCV 3.4.2-2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (javacpp.parser) @ opencv ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (javacpp.parser) @ opencv ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.cppbuild.install) @ opencv ---
[INFO] Skipping execution of JavaCPP Builder
[INFO]
[INFO] --- javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.parser) @ opencv ---
[WARNING] No classes found in package org.bytedeco.javacpp.presets
[INFO] Detected platform "linux-x86_64"
[INFO] Building for platform "linux-x86_64"
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ opencv ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ opencv ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.compiler) @ opencv ---
[INFO] Detected platform "linux-x86_64"
[INFO] Building for platform "linux-x86_64"
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_calib3d.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_core.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_imgcodecs.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_imgproc.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_ml.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_objdetect.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/objdetect_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/detection_based_tracker.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_video.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_aruco.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/aruco/dictionary.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/aruco.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/aruco/charuco.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_bgsegm.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bgsegm.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_bioinspired.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bioinspired.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bioinspired/bioinspired.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bioinspired/retina.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bioinspired/retinafasttonemapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/bioinspired/transientareassegmentationmodule.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_calib3d.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_core.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudaarithm.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudaarithm.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudafilters.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudafilters.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudaimgproc.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudaimgproc.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudaobjdetect.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudaobjdetect.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudaoptflow.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudaoptflow.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_cudawarping.java
[INFO] Nothing targeted for org/bytedeco/javacpp/opencv/opencv_cudawarping.java
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_dnn.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dict.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/all_layers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/layer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/shape_utils.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_face.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/plot.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dict.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/all_layers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/layer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/shape_utils.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/feature.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/kalman_filters.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/onlineMIL.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/onlineBoosting.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/tldDataset.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/tracker.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/objdetect_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/detection_based_tracker.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/photo_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/predict_collector.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/facerec.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/facemark.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/facemark_train.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/facemarkLBF.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/facemarkAAM.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/face/face_alignment.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_features2d.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_flann.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_highgui.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_img_hash.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/img_hash_base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/average_hash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/block_mean_hash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/color_moment_hash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/marr_hildreth_hash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/phash.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/img_hash/radial_variance_hash.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_imgcodecs.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_imgproc.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_ml.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_objdetect.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/objdetect_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/detection_based_tracker.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_optflow.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/edge_filter.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/disparity_filter.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/sparse_match_interpolator.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/structured_edge_detection.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/seeds.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/segmentation.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/fast_hough_transform.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/estimated_covariance.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/slic.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/lsc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/optflow.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/optflow/motempl.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_phase_unwrapping.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping/phase_unwrapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping/histogramphaseunwrapping.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_photo.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/photo_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/cuda.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_plot.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/plot.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_saliency.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/saliency.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/saliency/saliencyBaseClasses.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/saliency/saliencySpecializedClasses.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_shape.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/emdL1.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_transformer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/hist_cost.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_distance.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_stitching.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/objdetect_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/objdetect/detection_based_tracker.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/emdL1.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_transformer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/hist_cost.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_distance.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xfeatures2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xfeatures2d/nonfree.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/warpers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/matchers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/util.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/camera.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/motion_estimators.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/exposure_compensate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/seam_finders.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/blenders.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/autocalib.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/detail/timelapsers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching/warpers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/stitching.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_structured_light.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping/phase_unwrapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/phase_unwrapping/histogramphaseunwrapping.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/structured_light.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/structured_light/structured_light.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/structured_light/graycodepattern.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/structured_light/sinusoidalpattern.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_superres.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/superres.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/superres/optical_flow.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_text.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dict.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/all_layers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/layer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/shape_utils.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/text.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/text/erfilter.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/text/ocr.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/text/textDetector.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_tracking.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/plot.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dict.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/all_layers.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/dnn.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/layer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/dnn/shape_utils.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/feature.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/kalman_filters.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/onlineMIL.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/onlineBoosting.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/tldDataset.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/tracking/tracker.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_video.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_videoio.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_videostab.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/photo_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/photo/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/frame_source.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/log.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/fast_marching.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/optical_flow.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/motion_core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/outlier_rejection.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/global_motion.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/motion_stabilizing.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/inpainting.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/deblurring.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/wobble_suppression.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/stabilizer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab/ring_buffer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videostab.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_xfeatures2d.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/tracking.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/video/background_segm.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/emdL1.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_transformer.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/hist_cost.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/shape/shape_distance.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xfeatures2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xfeatures2d/nonfree.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_ximgproc.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs/imgcodecs_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgcodecs.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio/videoio_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/videoio.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui/highgui_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/highgui.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/defines.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/flann/miniflann.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ml.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/features2d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d/calib3d_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/calib3d.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/edge_filter.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/disparity_filter.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/sparse_match_interpolator.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/structured_edge_detection.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/seeds.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/segmentation.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/fast_hough_transform.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/estimated_covariance.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/slic.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/ximgproc/lsc.hpp
[INFO] Targeting org/bytedeco/javacpp/opencv/opencv_xphoto.java
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/interface.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvdef.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/hal/hal.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/fast_math.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/saturate.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/version.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/base.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cvstd.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/utility.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/core_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/types.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/cuda.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/operations.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/bufferpool.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/mat.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/persistence.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/optim.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/types_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/imgproc_c.h
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/imgproc/detail/distortion_model.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xphoto.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xphoto/inpainting.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xphoto/white_balance.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xphoto/dct_image_denoising.hpp
[INFO] Parsing /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/xphoto/bm3d_image_denoising.hpp
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jnicvkernels.cpp
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjnicvkernels.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jnicvkernels.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -msse3 -ffast-math -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjnicvkernels.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_imgproc -lopencv_core
[INFO] Deleting /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jnicvkernels.cpp
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_aruco.cpp
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjniopencv_aruco.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_aruco.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjniopencv_aruco.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_aruco -lopencv_calib3d -lopencv_features2d -lopencv_ml -lopencv_flann -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_imgproc -lopencv_core
[INFO] Deleting /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_aruco.cpp
[INFO] Copying /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/libopencv_aruco.so.3.4
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bgsegm.cpp
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjniopencv_bgsegm.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bgsegm.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjniopencv_bgsegm.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_bgsegm -lopencv_video -lopencv_calib3d -lopencv_features2d -lopencv_ml -lopencv_flann -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_imgproc -lopencv_core
[INFO] Deleting /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bgsegm.cpp
[INFO] Copying /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/libopencv_bgsegm.so.3.4
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bioinspired.cpp
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjniopencv_bioinspired.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bioinspired.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjniopencv_bioinspired.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_bioinspired -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_imgproc -lopencv_core
[INFO] Deleting /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_bioinspired.cpp
[INFO] Copying /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/libopencv_bioinspired.so.3.4
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_calib3d.cpp
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjniopencv_calib3d.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_calib3d.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjniopencv_calib3d.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_calib3d -lopencv_features2d -lopencv_ml -lopencv_flann -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_imgproc -lopencv_core
[INFO] Deleting /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_calib3d.cpp
[INFO] Copying /home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/libopencv_calib3d.so.3.4
[INFO] Generating /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[WARNING] Without "Adapter", "Cast" and "Const" annotations are mutually exclusive.
[INFO] Compiling /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/linux-x86_64/libjniopencv_core.so
[INFO] g++ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/ -I/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/ -I/usr/java/jdk-11/include -I/usr/java/jdk-11/include/linux /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/jnijavacpp.cpp -march=x86-64 -m64 -O3 -s -Wl,-rpath,$ORIGIN/ -Wl,-z,noexecstack -Wl,-Bsymbolic -Wall -fPIC -shared -o libjniopencv_core.so -L/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -Wl,-rpath,/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/lib/ -lopencv_imgproc -lopencv_core
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_getPrefix__(JNIEnv*, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:25690:44: warning: ‘cv::String cv::ocl::Program::getPrefix() const’ is deprecated [-Wdeprecated-declarations]
StrAdapter radapter(ptr->getPrefix());
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:633:26: note: declared here
CV_DEPRECATED String getPrefix() const; // deprecated, implementation replaced
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jstring* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_getPrefix__Ljava_lang_String_2(JNIEnv*, jclass, jstring)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:25719:80: warning: ‘static cv::String cv::ocl::Program::getPrefix(const cv::String&)’ is deprecated [-Wdeprecated-declarations]
StrAdapter radapter(::cv::ocl::Program::getPrefix((cv::String&)adapter0));
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:634:33: note: declared here
CV_DEPRECATED static String getPrefix(const String& buildflags); // deprecated, implementation replaced
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_getPrefix__Lorg_bytedeco_javacpp_BytePointer_2(JNIEnv*, jclass, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:25746:80: warning: ‘static cv::String cv::ocl::Program::getPrefix(const cv::String&)’ is deprecated [-Wdeprecated-declarations]
StrAdapter radapter(::cv::ocl::Program::getPrefix((cv::String&)adapter0));
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:634:33: note: declared here
CV_DEPRECATED static String getPrefix(const String& buildflags); // deprecated, implementation replaced
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_source(JNIEnv*, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:25995:62: warning: ‘const cv::ocl::ProgramSource& cv::ocl::Program::source() const’ is deprecated [-Wdeprecated-declarations]
rptr = (const ::cv::ocl::ProgramSource*)&ptr->source();
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:632:40: note: declared here
CV_DEPRECATED const ProgramSource& source() const; // implementation removed
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jboolean Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_write__Ljava_lang_String_2(JNIEnv*, jobject, jstring)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:26026:59: warning: ‘bool cv::ocl::Program::write(cv::String&) const’ is deprecated [-Wdeprecated-declarations]
bool rval = (bool)ptr->write((cv::String&)adapter0);
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:631:24: note: declared here
CV_DEPRECATED bool write(String& buf) const; // removed, use getBinary() method instead (RAW OpenCL binary)
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jboolean Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_write__Lorg_bytedeco_javacpp_BytePointer_2(JNIEnv*, jobject, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:26056:59: warning: ‘bool cv::ocl::Program::write(cv::String&) const’ is deprecated [-Wdeprecated-declarations]
bool rval = (bool)ptr->write((cv::String&)adapter0);
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:631:24: note: declared here
CV_DEPRECATED bool write(String& buf) const; // removed, use getBinary() method instead (RAW OpenCL binary)
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jboolean Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_read__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv*, jobject, jstring, jstring)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:26094:81: warning: ‘bool cv::ocl::Program::read(const cv::String&, const cv::String&)’ is deprecated [-Wdeprecated-declarations]
bool rval = (bool)ptr->read((cv::String&)adapter0, (cv::String&)adapter1);
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:630:24: note: declared here
CV_DEPRECATED bool read(const String& buf, const String& buildflags); // removed, use ProgramSource instead
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jboolean Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Program_read__Lorg_bytedeco_javacpp_BytePointer_2Lorg_bytedeco_javacpp_BytePointer_2(JNIEnv*, jobject, jobject, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:26132:81: warning: ‘bool cv::ocl::Program::read(const cv::String&, const cv::String&)’ is deprecated [-Wdeprecated-declarations]
bool rval = (bool)ptr->read((cv::String&)adapter0, (cv::String&)adapter1);
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:107:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/cppbuild/linux-x86_64/include/opencv2/core/ocl.hpp:630:24: note: declared here
CV_DEPRECATED bool read(const String& buf, const String& buildflags); // removed, use ProgramSource instead
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024NodeDataTlsVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64153:14: error: cannot convert ‘std::vector<cv::instr::NodeDataTls*, std::allocator<cv::instr::NodeDataTls*> >’ to ‘cv::instr::NodeDataTls*’ in assignment
rptr = (*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024NodeDataTlsVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024NodeDataTls_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64220:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64220:38: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatBytePairVector_first__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024UMat_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64518:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)first = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64518:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)first = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatBytePairVector_first__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64540:14: error: cannot convert ‘std::vector<std::pair<cv::UMat, unsigned char> >*’ to ‘cv::UMat*’ in assignment
rptr = &(*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatBytePairVector_second__JB(JNIEnv*, jobject, jlong, jbyte)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64567:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64567:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jbyte Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatBytePairVector_second__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64588:33: error: cannot convert ‘std::vector<std::pair<cv::UMat, unsigned char> >’ to ‘signed char’ in initialization
signed char rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64588:34: error: expected ‘,’ or ‘;’ before ‘at’
signed char rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatBytePairVector_first__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Mat_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64724:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)first = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64724:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)first = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatBytePairVector_first__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64746:14: error: cannot convert ‘std::vector<std::pair<cv::Mat, unsigned char> >*’ to ‘cv::Mat*’ in assignment
rptr = &(*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatBytePairVector_second__JB(JNIEnv*, jobject, jlong, jbyte)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64773:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64773:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jbyte Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatBytePairVector_second__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64794:33: error: cannot convert ‘std::vector<std::pair<cv::Mat, unsigned char> >’ to ‘signed char’ in initialization
signed char rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64794:34: error: expected ‘,’ or ‘;’ before ‘at’
signed char rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntIntPairVector_first__JI(JNIEnv*, jobject, jlong, jint)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64923:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)first = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64923:43: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)first = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jint Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntIntPairVector_first__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64944:25: error: cannot convert ‘std::vector<std::pair<int, int> >’ to ‘int’ in initialization
int rval = (*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64944:26: error: expected ‘,’ or ‘;’ before ‘at’
int rval = (*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntIntPairVector_second__JI(JNIEnv*, jobject, jlong, jint)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64966:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64966:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jint Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntIntPairVector_second__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64987:25: error: cannot convert ‘std::vector<std::pair<int, int> >’ to ‘int’ in initialization
int rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:64987:26: error: expected ‘,’ or ‘;’ before ‘at’
int rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntDoublePairVector_first__JI(JNIEnv*, jobject, jlong, jint)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65116:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)first = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65116:43: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)first = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jint Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntDoublePairVector_first__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65137:25: error: cannot convert ‘std::vector<std::pair<int, double> >’ to ‘int’ in initialization
int rval = (*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65137:26: error: expected ‘,’ or ‘;’ before ‘at’
int rval = (*ptr)at((size_t)arg0)first;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntDoublePairVector_second__JD(JNIEnv*, jobject, jlong, jdouble)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65159:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65159:44: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)second = arg1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jdouble Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntDoublePairVector_second__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65180:28: error: cannot convert ‘std::vector<std::pair<int, double> >’ to ‘double’ in initialization
double rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65180:29: error: expected ‘,’ or ‘;’ before ‘at’
double rval = (*ptr)at((size_t)arg0)second;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65339:14: error: cannot convert ‘std::vector<std::vector<cv::Mat> >*’ to ‘std::vector<cv::Mat>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024MatVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65410:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65410:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024GpuMatVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65735:14: error: cannot convert ‘std::vector<cv::cuda::GpuMat>*’ to ‘cv::cuda::GpuMat*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024GpuMatVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024GpuMat_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65806:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:65806:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66131:14: error: cannot convert ‘std::vector<cv::UMat>*’ to ‘cv::UMat*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024UMatVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024UMat_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66202:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66202:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66527:14: error: cannot convert ‘std::vector<cv::Mat>*’ to ‘cv::Mat*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024MatVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Mat_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66598:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66598:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024DMatchVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66923:14: error: cannot convert ‘std::vector<std::vector<cv::DMatch> >*’ to ‘std::vector<cv::DMatch>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024DMatchVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024DMatchVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66994:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:66994:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024KeyPointVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67319:14: error: cannot convert ‘std::vector<std::vector<cv::KeyPoint> >*’ to ‘std::vector<cv::KeyPoint>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024KeyPointVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024KeyPointVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67390:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67390:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024RectVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67715:14: error: cannot convert ‘std::vector<std::vector<cv::Rect_<int> > >*’ to ‘std::vector<cv::Rect_<int> >*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024RectVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024RectVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67786:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:67786:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3fVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68111:50: error: expected ‘;’ before ‘at’
rptr = (std::vector<cv::Point3f>*)&(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3fVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point3fVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68182:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *(std::vector<cv::Point3f>*)ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68182:66: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *(std::vector<cv::Point3f>*)ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2dVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68507:14: error: cannot convert ‘std::vector<std::vector<cv::Point_<double> > >*’ to ‘std::vector<cv::Point_<double> >*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2dVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point2dVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68578:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68578:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2fVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68903:14: error: cannot convert ‘std::vector<std::vector<cv::Point_<float> > >*’ to ‘std::vector<cv::Point_<float> >*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2fVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point2fVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68974:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:68974:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024PointVectorVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69299:14: error: cannot convert ‘std::vector<std::vector<cv::Point_<int> > >*’ to ‘std::vector<cv::Point_<int> >*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024PointVectorVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024PointVector_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69370:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69370:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024DMatchVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69695:14: error: cannot convert ‘std::vector<cv::DMatch>*’ to ‘cv::DMatch*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024DMatchVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024DMatch_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69766:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:69766:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024KeyPointVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70091:14: error: cannot convert ‘std::vector<cv::KeyPoint>*’ to ‘cv::KeyPoint*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024KeyPointVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024KeyPoint_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70162:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70162:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ScalarVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70487:14: error: cannot convert ‘std::vector<cv::Scalar_<double> >*’ to ‘cv::Scalar_<double>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ScalarVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Scalar_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70558:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70558:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Rect2dVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70883:14: error: cannot convert ‘std::vector<cv::Rect_<double> >*’ to ‘cv::Rect_<double>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Rect2dVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Rect2d_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70954:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:70954:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024RectVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71279:14: error: cannot convert ‘std::vector<cv::Rect_<int> >*’ to ‘cv::Rect_<int>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024RectVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Rect_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71350:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71350:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024SizeVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71675:14: error: cannot convert ‘std::vector<cv::Size_<int> >*’ to ‘cv::Size_<int>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024SizeVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Size_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71746:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:71746:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3fVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72071:14: error: cannot convert ‘std::vector<cv::Point3_<float> >*’ to ‘cv::Point3_<float>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3fVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point3f_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72142:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72142:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3iVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72467:14: error: cannot convert ‘std::vector<cv::Point3_<int> >*’ to ‘cv::Point3_<int>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point3iVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point3i_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72538:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72538:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2dVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72863:14: error: cannot convert ‘std::vector<cv::Point_<double> >*’ to ‘cv::Point_<double>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2dVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point2d_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72934:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:72934:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2fVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73259:14: error: cannot convert ‘std::vector<cv::Point_<float> >*’ to ‘cv::Point_<float>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024Point2fVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point2f_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73330:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73330:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024PointVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73655:14: error: cannot convert ‘std::vector<cv::Point_<int> >*’ to ‘cv::Point_<int>*’ in assignment
rptr = &(*ptr)at((size_t)arg0);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024PointVector_put__JLorg_bytedeco_javacpp_opencv_opencv_1core_00024Point_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73726:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:73726:39: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = *ptr1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024StringVector_get(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74055:35: error: expected ‘)’ before ‘at’
StrAdapter radapter((*ptr)at((size_t)arg0));
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74055:51: error: no matching function for call to ‘StrAdapter::StrAdapter(std::vector<cv::String>&)’
StrAdapter radapter((*ptr)at((size_t)arg0));
^
In file included from /home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:113:0:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:78:5: note: candidate: StrAdapter::StrAdapter(cv::String&)
StrAdapter( cv::String& str) : ptr(0), size(0), owner(0), str(str) { }
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:78:5: note: no known conversion for argument 1 from ‘std::vector<cv::String>’ to ‘cv::String&’
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:77:5: note: candidate: StrAdapter::StrAdapter(const cv::String&)
StrAdapter(const cv::String& str) : ptr(0), size(0), owner(0), str2(str), str(str2) { }
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:77:5: note: no known conversion for argument 1 from ‘std::vector<cv::String>’ to ‘const cv::String&’
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:75:5: note: candidate: StrAdapter::StrAdapter(const unsigned char*, size_t, void*)
StrAdapter(const unsigned char* ptr, size_t size, void* owner) : ptr((char*)ptr), size(size), owner(owner),
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:75:5: note: candidate expects 3 arguments, 1 provided
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:73:5: note: candidate: StrAdapter::StrAdapter(const signed char*, size_t, void*)
StrAdapter(const signed char* ptr, size_t size, void* owner) : ptr((char*)ptr), size(size), owner(owner),
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:73:5: note: candidate expects 3 arguments, 1 provided
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:71:5: note: candidate: StrAdapter::StrAdapter(const char*, size_t, void*)
StrAdapter(const char* ptr, size_t size, void* owner) : ptr((char*)ptr), size(size), owner(owner),
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:71:5: note: candidate expects 3 arguments, 1 provided
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:69:7: note: candidate: StrAdapter::StrAdapter(const StrAdapter&)
class StrAdapter {
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/include/opencv_adapters.h:69:7: note: no known conversion for argument 1 from ‘std::vector<cv::String>’ to ‘const StrAdapter&’
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024StringVector_put__JLorg_bytedeco_javacpp_BytePointer_2(JNIEnv*, jobject, jlong, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74130:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = (cv::String&)adapter1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74130:55: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = (cv::String&)adapter1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024StringVector_put__JLjava_lang_String_2(JNIEnv*, jobject, jlong, jstring)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74155:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0) = (cv::String&)adapter1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74155:55: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0) = (cv::String&)adapter1;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jint Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntVectorVector_get(JNIEnv*, jobject, jlong, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74400:25: error: cannot convert ‘std::vector<std::vector<int> >’ to ‘int’ in initialization
int rval = (*ptr)at((size_t)arg0)at((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74400:26: error: expected ‘,’ or ‘;’ before ‘at’
int rval = (*ptr)at((size_t)arg0)at((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntVectorVector_put__JJI(JNIEnv*, jobject, jlong, jlong, jint)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74422:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)at((size_t)arg1) = arg2;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74422:54: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)at((size_t)arg1) = arg2;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jlong Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntVectorVector_size__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74502:27: error: cannot convert ‘std::vector<std::vector<int> >’ to ‘jlong {aka long long int}’ in initialization
jlong rval = (*ptr)at((size_t)arg0)size();
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74502:28: error: expected ‘,’ or ‘;’ before ‘at’
jlong rval = (*ptr)at((size_t)arg0)size();
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘void Java_org_bytedeco_javacpp_opencv_opencv_1core_00024IntVectorVector_resize__JJ(JNIEnv*, jobject, jlong, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74570:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)resize((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74570:51: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)resize((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jbyte Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ByteVectorVector_get(JNIEnv*, jobject, jlong, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74591:32: error: invalid cast from type ‘std::vector<std::vector<char> >’ to type ‘char’
char rval = (char)(*ptr)at((size_t)arg0)at((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ByteVectorVector_put__JJB(JNIEnv*, jobject, jlong, jlong, jbyte)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74613:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)at((size_t)arg1) = (char)arg2;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74613:60: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)at((size_t)arg1) = (char)arg2;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘jlong Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ByteVectorVector_size__J(JNIEnv*, jobject, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74693:27: error: cannot convert ‘std::vector<std::vector<char> >’ to ‘jlong {aka long long int}’ in initialization
jlong rval = (*ptr)at((size_t)arg0)size();
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74693:28: error: expected ‘,’ or ‘;’ before ‘at’
jlong rval = (*ptr)at((size_t)arg0)size();
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘void Java_org_bytedeco_javacpp_opencv_opencv_1core_00024ByteVectorVector_resize__JJ(JNIEnv*, jobject, jlong, jlong)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74761:15: error: expected ‘;’ before ‘at’
(*ptr)at((size_t)arg0)resize((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:74761:51: warning: statement has no effect [-Wunused-value]
(*ptr)at((size_t)arg0)resize((size_t)arg1);
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_cvPointTo32f__Ljava_nio_IntBuffer_2(JNIEnv*, jclass, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:93714:15: warning: unused variable ‘rowner’ [-Wunused-variable]
void* rowner = (void*)rptr;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:93715:16: warning: unused variable ‘deallocator’ [-Wunused-variable]
void (*deallocator)(void*) = &JavaCPP_java_nio_FloatBuffer_deallocate;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jfloatArray* Java_org_bytedeco_javacpp_opencv_opencv_1core_cvPointTo32f___3I(JNIEnv*, jclass, jintArray)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:93738:15: warning: unused variable ‘rowner’ [-Wunused-variable]
void* rowner = (void*)rptr;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:93739:16: warning: unused variable ‘deallocator’ [-Wunused-variable]
void (*deallocator)(void*) = &JavaCPP__3F_deallocate;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jintArray* Java_org_bytedeco_javacpp_opencv_opencv_1core_cvPointFrom32f___3F(JNIEnv*, jclass, jfloatArray)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:93793:15: warning: unused variable ‘rowner’ [-Wunused-variable]
void* rowner = (void*)rptr;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:93794:16: warning: unused variable ‘deallocator’ [-Wunused-variable]
void (*deallocator)(void*) = &JavaCPP__3I_deallocate;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp: In function ‘_jobject* Java_org_bytedeco_javacpp_opencv_opencv_1core_cvPointFrom32f__Ljava_nio_FloatBuffer_2(JNIEnv*, jclass, jobject)’:
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:93857:15: warning: unused variable ‘rowner’ [-Wunused-variable]
void* rowner = (void*)rptr;
^
/home/sam/code/javacpp-fresh/javacpp-presets/opencv/target/classes/org/bytedeco/javacpp/opencv/jniopencv_core.cpp:93858:16: warning: unused variable ‘deallocator’ [-Wunused-variable]
void (*deallocator)(void*) = &JavaCPP_java_nio_IntBuffer_deallocate;
^
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JavaCPP Presets .................................... SUCCESS [ 0.753 s]
[INFO] JavaCPP Presets for OpenCV ......................... FAILURE [08:33 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:35 min
[INFO] Finished at: 2018-08-19T14:29:38-04:00
[INFO] Final Memory: 30M/110M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.compiler) on project opencv: Execution javacpp.compiler of goal org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build failed: Process exited with an error: 1 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build (javacpp.compiler) on project opencv: Execution javacpp.compiler of goal org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build failed: Process exited with an error: 1
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution javacpp.compiler of goal org.bytedeco:javacpp-maven-plugin:2.0.0-SNAPSHOT:build failed: Process exited with an error: 1
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 21 more
Caused by: java.lang.RuntimeException: Process exited with an error: 1
at org.bytedeco.javacpp.tools.Builder.generateAndCompile(Builder.java:515)
at org.bytedeco.javacpp.tools.Builder.build(Builder.java:934)
at org.bytedeco.javacpp.plugin.BuildMojo.execute(BuildMojo.java:347)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
... 22 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :opencv
Process finished with exit code 1
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp-presets</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.bytedeco.javacpp-presets</groupId>
<artifactId>opencv</artifactId>
<version>3.4.2-${project.parent.version}</version>
<name>JavaCPP Presets for OpenCV</name>
<dependencies>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp-core</artifactId>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>4.1.1.4</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<includes>
<!--<include>org/opencv/**/*.java</include>-->
<include>module-info.java</include>
<include>org/bytedeco/javacpp/*.java</include>
<include>org/bytedeco/javacpp/opencv/*.java</include>
</includes>
<excludes>
<exclude>org/opencv/**/*.java</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp-maven-plugin</artifactId>
<configuration>
<targetDirectory>${basedir}/cppbuild/${javacpp.platform}${javacpp.platform.extension}/java/</targetDirectory>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<configuration>
<includes>
<!--<include>org/opencv/**</include>-->
<include>org/bytedeco/javacpp/*</include>
<include>module-info.java</include>
<include>org/bytedeco/javacpp/opencv/*</include>
<include>org/bytedeco/javacpp/opencv/helper/*</include>
<include>org/bytedeco/javacpp/opencv/presets/*</include>
</includes>
<excludes>
<exclude>org/opencv/**</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>${javacpp.platform}${javacpp.platform.extension}</id>
<phase>package</phase>
<configuration>
<excludes>
<exclude>${javacpp.platform.library.path}/lib/*.so*</exclude>
<exclude>${javacpp.platform.library.path}/sdk/**/*.so*</exclude>
<exclude>${javacpp.platform.library.path}/sdk/native/jni/include/**</exclude>
<exclude>${javacpp.platform.library.path}/**/*cascade*</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/*.exp</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/*.lib</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/*.obj</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/bin/*</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/lib/*.a</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/lib/*.dylib</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/lib/*.so*</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/sdk/**/*.a</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/sdk/**/*.dylib</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/sdk/**/*.so*</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/share/**/*.a</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/share/**/*.dylib</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/share/**/*.so*</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/x86/**/*.lib</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/x86/**/*.dll</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/x86/**/*.exe</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/x64/**/*.lib</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/x64/**/*.dll</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/x64/**/*.exe</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/**/*cascade*</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<encoding>ISO-8859-1</encoding>
<excludes>
<exclude>**/cppbuild/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp-presets</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JavaCPP Presets</name>
<description>The missing bridge between Java and native C++ libraries</description>
<url>http://bytedeco.org/javacpp-presets/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License (GPL) version 2, or any later version</name>
<url>http://www.gnu.org/licenses/</url>
<distribution>repo</distribution>
</license>
<license>
<name>GPLv2 with Classpath exception</name>
<url>http://www.gnu.org/software/classpath/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Samuel Audet</name>
<email>samuel.audet@gmail.com</email>
</developer>
</developers>
<prerequisites>
<maven>3.0</maven>
</prerequisites>
<scm>
<url>https://github.com/bytedeco/javacpp-presets</url>
<connection>scm:git:git://github.com/bytedeco/javacpp-presets.git</connection>
<developerConnection>scm:git:ssh://git@github.com/bytedeco/javacpp-presets.git</developerConnection>
</scm>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus Staging</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javacpp.cppbuild.skip>false</javacpp.cppbuild.skip> <!-- To skip execution of cppbuild.sh: -Djavacpp.cppbuild.skip=true -->
<javacpp.parser.skip>false</javacpp.parser.skip> <!-- To skip header file parsing phase: -Djavacpp.parser.skip=true -->
<javacpp.compiler.skip>false</javacpp.compiler.skip> <!-- To skip native compilation phase: -Djavacpp.compiler.skip=true -->
<javacpp.moduleId>${project.artifactId}</javacpp.moduleId>
<javacpp.platform.root></javacpp.platform.root>
<javacpp.platform.compiler></javacpp.platform.compiler>
<javacpp.platform.extension></javacpp.platform.extension>
<javacpp.platform.android-arm>android-arm</javacpp.platform.android-arm>
<javacpp.platform.android-arm64>android-arm64</javacpp.platform.android-arm64>
<javacpp.platform.android-x86>android-x86</javacpp.platform.android-x86>
<javacpp.platform.android-x86_64>android-x86_64</javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm>ios-arm</javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64>ios-arm64</javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86>ios-x86</javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64>ios-x86_64</javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf>linux-armhf</javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64>linux-arm64</javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le>linux-ppc64le</javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86>linux-x86</javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64>linux-x86_64</javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64>macosx-x86_64</javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86>windows-x86</javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64>windows-x86_64</javacpp.platform.windows-x86_64>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<finalName>${project.artifactId}</finalName>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>javacpp.parser</id>
<phase>generate-sources</phase>
<goals>
<goal>resources</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<includes>
<include>module-info.java</include>
<include>org/bytedeco/javacpp/*.java</include>
<include>org/bytedeco/javacpp/opencv/**/*.java</include>
</includes>
</configuration>
</execution>
<execution>
<id>javacpp.parser</id>
<phase>generate-sources</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<includes>
<include>org/bytedeco/javacpp/presets/*.java</include>
<include>org/bytedeco/javacpp/presets/opencv/*.java</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp-maven-plugin</artifactId>
<version>${project.parent.version}</version>
<configuration>
<properties>${javacpp.platform}</properties>
<propertyKeysAndValues>
<property>
<name>platform.root</name>
<value>${javacpp.platform.root}</value>
</property>
<property>
<name>platform.compiler</name>
<value>${javacpp.platform.compiler}</value>
</property>
<property>
<name>platform.extension</name>
<value>${javacpp.platform.extension}</value>
</property>
</propertyKeysAndValues>
<classPath>${project.build.outputDirectory}</classPath>
<includePaths>
<includePath>${basedir}/cppbuild/${javacpp.platform}${javacpp.platform.extension}/include/</includePath>
<includePath>${basedir}/target/classes/org/bytedeco/javacpp/include/</includePath>
</includePaths>
<linkPaths>
<linkPath>${basedir}/cppbuild/${javacpp.platform}${javacpp.platform.extension}/lib/</linkPath>
</linkPaths>
<preloadPath>${basedir}/cppbuild/${javacpp.platform}${javacpp.platform.extension}/bin/</preloadPath>
<resourcePaths>
<resourcePath>${basedir}/cppbuild/${javacpp.platform}${javacpp.platform.extension}/</resourcePath>
<resourcePath>${basedir}/target/classes/org/bytedeco/javacpp/</resourcePath>
<resourcePath>${basedir}/target/classes/org/bytedeco/javacpp/opencv/</resourcePath>
</resourcePaths>
<buildResources>
<buildResource>/${javacpp.platform.library.path}/</buildResource>
<buildResource>/org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/</buildResource>
<buildResource>/org/bytedeco/javacpp/${javacpp.platform}/</buildResource>
</buildResources>
<includeResources>
<includeResource>/${javacpp.platform.library.path}/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/include/</includeResource>
<includeResource>/org/bytedeco/javacpp/${javacpp.platform}/include/</includeResource>
</includeResources>
<linkResources>
<linkResource>/${javacpp.platform.library.path}/</linkResource>
<linkResource>/${javacpp.platform.library.path}/lib/</linkResource>
<linkResource>/org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/</linkResource>
<linkResource>/org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/lib/</linkResource>
<linkResource>/org/bytedeco/javacpp/${javacpp.platform}/</linkResource>
<linkResource>/org/bytedeco/javacpp/${javacpp.platform}/lib/</linkResource>
</linkResources>
</configuration>
<executions>
<execution>
<id>javacpp.cppbuild.install</id>
<phase>generate-sources</phase>
<goals>
<goal>build</goal>
</goals>
<configuration>
<skip>${javacpp.cppbuild.skip}</skip>
<buildCommand>
<program>bash</program>
<argument>${project.basedir}/../cppbuild.sh</argument>
<argument>install</argument>
<argument>${javacpp.moduleId}</argument>
<argument>-platform=${javacpp.platform}</argument>
<argument>-extension=${javacpp.platform.extension}</argument>
</buildCommand>
<workingDirectory>${project.basedir}/..</workingDirectory>
<classOrPackageName>org.bytedeco.javacpp.presets.**</classOrPackageName>
</configuration>
</execution>
<execution>
<id>javacpp.cppbuild.clean</id>
<phase>clean</phase>
<goals>
<goal>build</goal>
</goals>
<configuration>
<skip>${javacpp.cppbuild.skip}</skip>
<buildCommand>
<program>bash</program>
<argument>${project.basedir}/../cppbuild.sh</argument>
<argument>clean</argument>
<argument>${javacpp.moduleId}</argument>
</buildCommand>
<workingDirectory>${project.basedir}/..</workingDirectory>
<classOrPackageName>org.bytedeco.javacpp.presets.**</classOrPackageName>
</configuration>
</execution>
<execution>
<id>javacpp.parser</id>
<phase>generate-sources</phase>
<goals>
<goal>build</goal>
</goals>
<configuration>
<skip>${javacpp.parser.skip}</skip>
<outputDirectory>${project.build.sourceDirectory}</outputDirectory>
<classOrPackageName>org.bytedeco.javacpp.presets.**</classOrPackageName>
</configuration>
</execution>
<execution>
<id>javacpp.compiler</id>
<phase>process-classes</phase>
<goals>
<goal>build</goal>
</goals>
<configuration>
<skip>${javacpp.compiler.skip}</skip>
<classOrPackageName>org.bytedeco.javacpp.**</classOrPackageName>
<copyLibs>true</copyLibs>
<copyResources>true</copyResources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<archive>
<!-- <manifest> -->
<!-- <addClasspath>true</addClasspath> -->
<!-- </manifest> -->
<manifestEntries>
<!-- <addClasspath/> is broken: http://jira.codehaus.org/browse/MJAR-61 -->
<Class-Path>. javacpp.jar</Class-Path>
<Name>org/bytedeco/javacpp/presets/</Name>
<Implementation-Title>${project.name}</Implementation-Title>
<Implementation-Vendor>Bytedeco</Implementation-Vendor>
<Implementation-Version>${project.version}</Implementation-Version>
<Specification-Title>${project.name}</Specification-Title>
<Specification-Vendor>Bytedeco</Specification-Vendor>
<Specification-Version>${project.version}</Specification-Version>
</manifestEntries>
</archive>
<includes>
<include>module-info.java</include>
<include>org/bytedeco/javacpp/*</include>
<include>org/bytedeco/javacpp/helper/*</include>
<include>org/bytedeco/javacpp/presets/*</include>
<!-- TODO TEMPORARY - REMOVE -->
<include>org/bytedeco/javacpp/opencv/**</include>
</includes>
<excludes>
<exclude>org/bytedeco/javacpp/include/</exclude>
<exclude>org/bytedeco/javacpp/linux-*/</exclude>
<exclude>org/bytedeco/javacpp/macosx-*/</exclude>
<exclude>org/bytedeco/javacpp/windows-*/</exclude>
<exclude>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>${javacpp.platform}${javacpp.platform.extension}</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>${javacpp.platform}${javacpp.platform.extension}</classifier>
<skipIfEmpty>true</skipIfEmpty>
<includes>
<include>${javacpp.platform.library.path}/</include>
<include>${javacpp.platform}${javacpp.platform.extension}/</include>
<include>org/bytedeco/javacpp/${javacpp.platform}${javacpp.platform.extension}/</include>
</includes>
<excludes>
<exclude>org/bytedeco/javacpp/windows-*/*.exp</exclude>
<exclude>org/bytedeco/javacpp/windows-*/*.lib</exclude>
<exclude>org/bytedeco/javacpp/windows-*/*.obj</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<createChecksum>true</createChecksum>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>leave-disabled-to-not-generate-sources-twice-on-release</phase>
</execution>
<execution>
<id>attach-source</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<minmemory>128m</minmemory>
<maxmemory>1024m</maxmemory>
<links>
<link>http://bytedeco.org/javacpp/apidocs/</link>
</links>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>doclint-java8-disable</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>assembly</id>
<modules>
<module>platform</module>
</modules>
</profile>
<profile>
<id>sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<repositories>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus Staging</name>
<url>https://oss.sonatype.org/service/local/staging/deployByRepositoryId/${stagingRepositoryId}/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus Staging</name>
<url>https://oss.sonatype.org/service/local/staging/deployByRepositoryId/${stagingRepositoryId}/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
<useAgent>false</useAgent>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>javacpp-platform-default</id>
<activation>
<property>
<name>!javacpp.platform</name>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>flycapture</module>
<module>libdc1394</module>
<module>libfreenect</module>
<module>libfreenect2</module>
<module>librealsense</module>
<module>videoinput</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>hdf5</module>
<module>mkl</module>
<module>mkl-dnn</module>
<module>openblas</module>
<module>arpack-ng</module>
<module>cminpack</module>
<module>fftw</module>
<module>gsl</module>
<module>llvm</module>
<module>libpostal</module>
<module>leptonica</module>
<module>tesseract</module>
<module>caffe</module>
<module>cuda</module>
<module>mxnet</module>
<module>tensorflow</module>
<module>tensorrt</module>
<module>ale</module>
<module>onnx</module>
<module>liquidfun</module>
<module>skia</module>
<module>systems</module>
</modules>
<properties>
<javacpp.platform>${os.name}-${os.arch}</javacpp.platform>
</properties>
</profile>
<profile>
<id>javacpp-platform-custom</id>
<activation>
<property>
<name>javacpp.platform</name>
</property>
</activation>
<properties>
<javacpp.platform.android-arm>${javacpp.platform}</javacpp.platform.android-arm>
<javacpp.platform.android-arm64>${javacpp.platform}</javacpp.platform.android-arm64>
<javacpp.platform.android-x86>${javacpp.platform}</javacpp.platform.android-x86>
<javacpp.platform.android-x86_64>${javacpp.platform}</javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm>${javacpp.platform}</javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64>${javacpp.platform}</javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86>${javacpp.platform}</javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64>${javacpp.platform}</javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf>${javacpp.platform}</javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64>${javacpp.platform}</javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le>${javacpp.platform}</javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86>${javacpp.platform}</javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64>${javacpp.platform}</javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64>${javacpp.platform}</javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86>${javacpp.platform}</javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64>${javacpp.platform}</javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-host</id>
<activation>
<property>
<name>javacpp.platform.host</name>
</property>
</activation>
<properties>
<javacpp.platform>${os.name}-${os.arch}</javacpp.platform>
<javacpp.platform.android-arm>${os.name}-${os.arch}</javacpp.platform.android-arm>
<javacpp.platform.android-arm64>${os.name}-${os.arch}</javacpp.platform.android-arm64>
<javacpp.platform.android-x86>${os.name}-${os.arch}</javacpp.platform.android-x86>
<javacpp.platform.android-x86_64>${os.name}-${os.arch}</javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm>${os.name}-${os.arch}</javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64>${os.name}-${os.arch}</javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86>${os.name}-${os.arch}</javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64>${os.name}-${os.arch}</javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf>${os.name}-${os.arch}</javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64>${os.name}-${os.arch}</javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le>${os.name}-${os.arch}</javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86>${os.name}-${os.arch}</javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64>${os.name}-${os.arch}</javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64>${os.name}-${os.arch}</javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86>${os.name}-${os.arch}</javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64>${os.name}-${os.arch}</javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-none</id>
<activation>
<property>
<name>javacpp.platform.none</name>
</property>
</activation>
<properties>
<javacpp.platform></javacpp.platform>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<!-- Provide convenient profiles to set commonly used paths for Android -->
<profile>
<id>javacpp-platform-android-arm</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>android-arm</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>openblas</module>
<module>fftw</module>
<module>gsl</module>
<module>leptonica</module>
<module>tesseract</module>
<module>tensorflow</module>
</modules>
<properties>
<javacpp.platform>android-arm</javacpp.platform>
<javacpp.platform.root>${user.home}/Android/android-ndk/</javacpp.platform.root>
<javacpp.platform.compiler>toolchains/arm-linux-androideabi-4.9/prebuilt/${os.name}-${os.arch}/bin/arm-linux-androideabi-g++</javacpp.platform.compiler>
<javacpp.platform.android-arm>${javacpp.platform}</javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-android-arm64</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>android-arm64</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>openblas</module>
<module>fftw</module>
<module>gsl</module>
<module>leptonica</module>
<module>tesseract</module>
<module>tensorflow</module>
</modules>
<properties>
<javacpp.platform>android-arm64</javacpp.platform>
<javacpp.platform.root>${user.home}/Android/android-ndk/</javacpp.platform.root>
<javacpp.platform.compiler>toolchains/aarch64-linux-android-4.9/prebuilt/${os.name}-${os.arch}/bin/aarch64-linux-android-g++</javacpp.platform.compiler>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64>${javacpp.platform}</javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-android-x86</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>android-x86</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>openblas</module>
<module>fftw</module>
<module>gsl</module>
<module>leptonica</module>
<module>tesseract</module>
<module>tensorflow</module>
</modules>
<properties>
<javacpp.platform>android-x86</javacpp.platform>
<javacpp.platform.root>${user.home}/Android/android-ndk/</javacpp.platform.root>
<javacpp.platform.compiler>toolchains/x86-4.9/prebuilt/${os.name}-${os.arch}/bin/i686-linux-android-g++</javacpp.platform.compiler>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86>${javacpp.platform}</javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-android-x86_64</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>android-x86_64</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>openblas</module>
<module>fftw</module>
<module>gsl</module>
<module>leptonica</module>
<module>tesseract</module>
<module>tensorflow</module>
</modules>
<properties>
<javacpp.platform>android-x86_64</javacpp.platform>
<javacpp.platform.root>${user.home}/Android/android-ndk/</javacpp.platform.root>
<javacpp.platform.compiler>toolchains/x86_64-4.9/prebuilt/${os.name}-${os.arch}/bin/x86_64-linux-android-g++</javacpp.platform.compiler>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64>${javacpp.platform}</javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-ios-arm</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>ios-arm</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>openblas</module>
<module>skia</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm>${javacpp.platform}</javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-ios-arm64</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>ios-arm64</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>openblas</module>
<module>skia</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64>${javacpp.platform}</javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-ios-x86</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>ios-x86</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>openblas</module>
<module>skia</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86>${javacpp.platform}</javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-ios-x86_64</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>ios-x86_64</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>openblas</module>
<module>skia</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64>${javacpp.platform}</javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-linux-armhf</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>linux-armhf</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>flycapture</module>
<module>libdc1394</module>
<module>libfreenect</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>openblas</module>
<module>arpack-ng</module>
<module>cminpack</module>
<module>fftw</module>
<module>gsl</module>
<module>leptonica</module>
<module>tesseract</module>
<module>systems</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf>${javacpp.platform}</javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-linux-arm64</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>linux-arm64</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>flycapture</module>
<module>libdc1394</module>
<module>libfreenect</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>openblas</module>
<module>arpack-ng</module>
<module>cminpack</module>
<module>fftw</module>
<module>gsl</module>
<module>leptonica</module>
<module>tesseract</module>
<module>systems</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64>${javacpp.platform}</javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-linux-ppc64le</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>linux-ppc64le</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>libdc1394</module>
<module>libfreenect</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>hdf5</module>
<module>openblas</module>
<module>arpack-ng</module>
<module>cminpack</module>
<module>fftw</module>
<module>gsl</module>
<module>leptonica</module>
<module>tesseract</module>
<module>cuda</module>
<module>systems</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le>${javacpp.platform}</javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-linux-x86</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>linux-x86</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>flycapture</module>
<module>libdc1394</module>
<module>libfreenect</module>
<module>libfreenect2</module>
<module>librealsense</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>hdf5</module>
<module>mkl</module>
<module>openblas</module>
<module>arpack-ng</module>
<module>cminpack</module>
<module>fftw</module>
<module>gsl</module>
<module>llvm</module>
<module>leptonica</module>
<module>tesseract</module>
<module>caffe</module>
<module>mxnet</module>
<module>tensorflow</module>
<module>ale</module>
<module>liquidfun</module>
<module>skia</module>
<module>systems</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86>${javacpp.platform}</javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-linux-x86_64</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>linux-x86_64</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>flycapture</module>
<module>libdc1394</module>
<module>libfreenect</module>
<module>libfreenect2</module>
<module>librealsense</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>hdf5</module>
<module>mkl</module>
<module>mkl-dnn</module>
<module>openblas</module>
<module>arpack-ng</module>
<module>cminpack</module>
<module>fftw</module>
<module>gsl</module>
<module>llvm</module>
<module>libpostal</module>
<module>leptonica</module>
<module>tesseract</module>
<module>caffe</module>
<module>cuda</module>
<module>mxnet</module>
<module>tensorflow</module>
<module>tensorrt</module>
<module>ale</module>
<module>onnx</module>
<module>liquidfun</module>
<module>skia</module>
<module>systems</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64>${javacpp.platform}</javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-macosx-x86_64</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>macosx-x86_64</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>libdc1394</module>
<module>libfreenect</module>
<module>libfreenect2</module>
<module>librealsense</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>hdf5</module>
<module>mkl</module>
<module>mkl-dnn</module>
<module>openblas</module>
<module>arpack-ng</module>
<module>cminpack</module>
<module>fftw</module>
<module>gsl</module>
<module>llvm</module>
<module>libpostal</module>
<module>leptonica</module>
<module>tesseract</module>
<module>caffe</module>
<module>cuda</module>
<module>mxnet</module>
<module>tensorflow</module>
<module>ale</module>
<module>liquidfun</module>
<module>skia</module>
<module>systems</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64>${javacpp.platform}</javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-windows-x86</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>windows-x86</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>flycapture</module>
<module>libdc1394</module>
<module>libfreenect</module>
<module>librealsense</module>
<module>videoinput</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>hdf5</module>
<module>mkl</module>
<module>openblas</module>
<module>arpack-ng</module>
<module>cminpack</module>
<module>fftw</module>
<module>gsl</module>
<module>llvm</module>
<module>leptonica</module>
<module>tesseract</module>
<module>ale</module>
<module>systems</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86>${javacpp.platform}</javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64></javacpp.platform.windows-x86_64>
</properties>
</profile>
<profile>
<id>javacpp-platform-windows-x86_64</id>
<activation>
<property>
<name>javacpp.platform</name>
<value>windows-x86_64</value>
</property>
</activation>
<modules>
<module>opencv</module>
<module>ffmpeg</module>
<module>flycapture</module>
<module>libdc1394</module>
<module>libfreenect</module>
<module>libfreenect2</module>
<module>librealsense</module>
<module>videoinput</module>
<module>artoolkitplus</module>
<module>chilitags</module>
<module>flandmark</module>
<module>hdf5</module>
<module>mkl</module>
<module>mkl-dnn</module>
<module>openblas</module>
<module>arpack-ng</module>
<module>cminpack</module>
<module>fftw</module>
<module>gsl</module>
<module>llvm</module>
<module>libpostal</module>
<module>leptonica</module>
<module>tesseract</module>
<module>cuda</module>
<module>tensorflow</module>
<module>ale</module>
<module>systems</module>
</modules>
<properties>
<javacpp.platform.android-arm></javacpp.platform.android-arm>
<javacpp.platform.android-arm64></javacpp.platform.android-arm64>
<javacpp.platform.android-x86></javacpp.platform.android-x86>
<javacpp.platform.android-x86_64></javacpp.platform.android-x86_64>
<javacpp.platform.ios-arm></javacpp.platform.ios-arm>
<javacpp.platform.ios-arm64></javacpp.platform.ios-arm64>
<javacpp.platform.ios-x86></javacpp.platform.ios-x86>
<javacpp.platform.ios-x86_64></javacpp.platform.ios-x86_64>
<javacpp.platform.linux-armhf></javacpp.platform.linux-armhf>
<javacpp.platform.linux-arm64></javacpp.platform.linux-arm64>
<javacpp.platform.linux-ppc64le></javacpp.platform.linux-ppc64le>
<javacpp.platform.linux-x86></javacpp.platform.linux-x86>
<javacpp.platform.linux-x86_64></javacpp.platform.linux-x86_64>
<javacpp.platform.macosx-x86_64></javacpp.platform.macosx-x86_64>
<javacpp.platform.windows-x86></javacpp.platform.windows-x86>
<javacpp.platform.windows-x86_64>${javacpp.platform}</javacpp.platform.windows-x86_64>
</properties>
</profile>
<!-- If someone knows a better way to do this, please do let me know! -->
<profile>
<id>linux</id>
<activation>
<os><name>linux</name></os>
</activation>
<properties>
<os.name>linux</os.name>
</properties>
</profile>
<profile>
<id>macosx</id>
<activation>
<os><name>mac os x</name></os>
</activation>
<properties>
<os.name>macosx</os.name>
</properties>
</profile>
<profile>
<id>windows</id>
<activation>
<os><family>windows</family></os>
</activation>
<properties>
<os.name>windows</os.name>
</properties>
</profile>
<profile>
<id>i386</id>
<activation>
<os><arch>i386</arch></os>
</activation>
<properties>
<os.arch>x86</os.arch>
</properties>
</profile>
<profile>
<id>i486</id>
<activation>
<os><arch>i486</arch></os>
</activation>
<properties>
<os.arch>x86</os.arch>
</properties>
</profile>
<profile>
<id>i586</id>
<activation>
<os><arch>i586</arch></os>
</activation>
<properties>
<os.arch>x86</os.arch>
</properties>
</profile>
<profile>
<id>i686</id>
<activation>
<os><arch>i686</arch></os>
</activation>
<properties>
<os.arch>x86</os.arch>
</properties>
</profile>
<profile>
<id>amd64</id>
<activation>
<os><arch>amd64</arch></os>
</activation>
<properties>
<os.arch>x86_64</os.arch>
</properties>
</profile>
<profile>
<id>x86-64</id>
<activation>
<os><arch>x86-64</arch></os>
</activation>
<properties>
<os.arch>x86_64</os.arch>
</properties>
</profile>
</profiles>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment