[
https://issues.apache.org/jira/browse/THRIFT-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16151356#comment-16151356
]
James E. King, III commented on THRIFT-4295:
--------------------------------------------
It looks like the newer nodejs is exiting with error code 9 sometimes, even
though all tests pass.
I've increased the cross test retry count to 5 to attempt to get them to pass
and we'll see if that helps; we need to figure it out though.
> Add an Ubuntu Xenial (16.04 LTS) Dockerfile
> -------------------------------------------
>
> Key: THRIFT-4295
> URL: https://issues.apache.org/jira/browse/THRIFT-4295
> Project: Thrift
> Issue Type: Improvement
> Components: Build Process
> Affects Versions: 0.11.0
> Environment: docker, travis
> Reporter: James E. King, III
> Assignee: James E. King, III
> Labels: docker, travis-ci, ubuntu
>
> Our current trusty dockerfile has a lot of special case configuration in it.
> I have been working on a xenial replacement which uses very little in the way
> of custom download and config, instead relying on what Ubuntu provides in the
> base image.
> I am leaving the docker image "ubuntu" as it is, and making a new one called
> "ubuntu1604". Once it builds and runs we can start slowing moving build jobs
> over to it.
> So far here's what's on it:
> {noformat}
> C++ (C++11 default) gcc-5.4.0, clang-3.8
> c_glib 2.0
> java 1.8.0_131
> C# mono 5.2.0.215
> python 2.7.12, 3.5.2
> ruby 2.3.1p112
> haxe 3.2.1
> haskell 7.10.3
> perl 5.22.1
> php 7.0.22
> dart 1.24.2
> erlang 18.3
> go 1.6.2
> d 2.075.1
> NodeJS 8.4.0
> lua 5.3
> rust 1.15.1
> Intentionally leaving this out, for now (it wasn't in the trusty docker image
> either):
> dotnet 2.0.0
> Not in any images:
> cocoa
> smalltalk
> swift
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)