[
https://issues.apache.org/jira/browse/THRIFT-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16503238#comment-16503238
]
James E. King III edited comment on THRIFT-4579 at 6/7/18 2:52 PM:
-------------------------------------------------------------------
Started work on this and there are some Java build errors:
{noformat}
xvfb:
[echo] check if Xvfb is available:
[exec] Execute failed: java.io.IOException: Cannot run program "Xvfb" (in
directory "/thrift/src/lib/js/test"): error=2, No such file or directory
phantomjs:
compile:
[javac] Compiling 30 source files to /thrift/src/lib/js/test/build/test
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Bonk.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/BoolTest.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Bools.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/CrazyNesting.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Insanity.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Xtruct.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/EmptyStruct.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac]
/thrift/src/lib/js/test/gen-java/thrift/test/GuessProtocolStruct.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/LargeDeltas.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/VersioningTestV2.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/ListBonks.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac]
/thrift/src/lib/js/test/gen-java/thrift/test/ListTypeVersioningV1.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac]
/thrift/src/lib/js/test/gen-java/thrift/test/ListTypeVersioningV2.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/NestedListsBonk.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/NestedListsI32x2.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/NestedListsI32x3.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/NestedMixedx2.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/OneField.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/SecondService.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Xtruct3.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/StructA.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/StructB.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/ThriftTest.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Xtruct2.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Xception.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Xception2.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/VersioningTestV1.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] 27 errors
BUILD FAILED
/thrift/src/lib/js/test/build.xml:113: Compile failed; see the compiler error
output for details.
{noformat}
The software installed is:
{noformat}
root@4a6e3cc943ed:/thrift/src# dpkg -l | grep jdk
ii openjdk-11-jre-headless:amd64
10.0.1+10-3ubuntu1 amd64 OpenJDK Java runtime, using
Hotspot JIT (headless)
ii openjdk-8-jdk:amd64
8u171-b11-0ubuntu0.18.04.1 amd64 OpenJDK Development Kit (JDK)
ii openjdk-8-jdk-headless:amd64
8u171-b11-0ubuntu0.18.04.1 amd64 OpenJDK Development Kit (JDK)
(headless)
ii openjdk-8-jre:amd64
8u171-b11-0ubuntu0.18.04.1 amd64 OpenJDK Java runtime, using
Hotspot JIT
ii openjdk-8-jre-headless:amd64
8u171-b11-0ubuntu0.18.04.1 amd64 OpenJDK Java runtime, using
Hotspot JIT (headless)
{noformat}
The docker build container is using:
{noformat}
RUN apt-get install -y --no-install-recommends \
`# Java dependencies` \
ant \
ant-optional \
openjdk-8-jdk \
maven
{noformat}
Update: fixed by having the default version of Java on our ubuntu bionic docker
image set to java-8 instead of java-10.
was (Author: jking3):
Started work on this and there are some Java build errors:
{noformat}
xvfb:
[echo] check if Xvfb is available:
[exec] Execute failed: java.io.IOException: Cannot run program "Xvfb" (in
directory "/thrift/src/lib/js/test"): error=2, No such file or directory
phantomjs:
compile:
[javac] Compiling 30 source files to /thrift/src/lib/js/test/build/test
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Bonk.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/BoolTest.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Bools.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/CrazyNesting.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Insanity.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Xtruct.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/EmptyStruct.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac]
/thrift/src/lib/js/test/gen-java/thrift/test/GuessProtocolStruct.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/LargeDeltas.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/VersioningTestV2.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/ListBonks.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac]
/thrift/src/lib/js/test/gen-java/thrift/test/ListTypeVersioningV1.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac]
/thrift/src/lib/js/test/gen-java/thrift/test/ListTypeVersioningV2.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/NestedListsBonk.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/NestedListsI32x2.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/NestedListsI32x3.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/NestedMixedx2.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/OneField.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/SecondService.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Xtruct3.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/StructA.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/StructB.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/ThriftTest.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Xtruct2.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Xception.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/Xception2.java:10: error:
package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] /thrift/src/lib/js/test/gen-java/thrift/test/VersioningTestV1.java:10:
error: package javax.annotation is not visible
[javac] @javax.annotation.Generated(value = "Autogenerated by Thrift Compiler
(1.0.0-dev)", date = "2018-06-06")
[javac] ^
[javac] (package javax.annotation is declared in module java.xml.ws.annotation,
which is not in the module graph)
[javac] 27 errors
BUILD FAILED
/thrift/src/lib/js/test/build.xml:113: Compile failed; see the compiler error
output for details.
{noformat}
The software installed is:
{noformat}
root@4a6e3cc943ed:/thrift/src# dpkg -l | grep jdk
ii openjdk-11-jre-headless:amd64
10.0.1+10-3ubuntu1 amd64 OpenJDK Java runtime, using
Hotspot JIT (headless)
ii openjdk-8-jdk:amd64
8u171-b11-0ubuntu0.18.04.1 amd64 OpenJDK Development Kit (JDK)
ii openjdk-8-jdk-headless:amd64
8u171-b11-0ubuntu0.18.04.1 amd64 OpenJDK Development Kit (JDK)
(headless)
ii openjdk-8-jre:amd64
8u171-b11-0ubuntu0.18.04.1 amd64 OpenJDK Java runtime, using
Hotspot JIT
ii openjdk-8-jre-headless:amd64
8u171-b11-0ubuntu0.18.04.1 amd64 OpenJDK Java runtime, using
Hotspot JIT (headless)
{noformat}
The docker build container is using:
{noformat}
RUN apt-get install -y --no-install-recommends \
`# Java dependencies` \
ant \
ant-optional \
openjdk-8-jdk \
maven
{noformat}
> Use Ubuntu Bionic (18.04 LTS) for CI builds instead of Artful (17.10)
> ---------------------------------------------------------------------
>
> Key: THRIFT-4579
> URL: https://issues.apache.org/jira/browse/THRIFT-4579
> Project: Thrift
> Issue Type: Improvement
> Components: Build Process
> Affects Versions: 0.11.0
> Reporter: James E. King III
> Assignee: James E. King III
> Priority: Major
>
> Retire the artful docker image and use the next LTS, bionic, 18.04.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)