[
https://issues.apache.org/jira/browse/RATIS-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16944412#comment-16944412
]
Tsz-wo Sze commented on RATIS-672:
----------------------------------
Not sure if it is related. Jenkins is failing:
https://builds.apache.org/job/PreCommit-RATIS-Build/1031/console
{quote}
---> Running in 70af31f61045
{color:red}/bin/sh: 1: ratis_protoc_url: Need $ratis_protoc_url{color}
The command '/bin/sh -c mkdir -p $HOME/protobuf && cd $HOME/protobuf &&
wget --continue "${ratis_protoc_url:?Need \$ratis_protoc_url}" && if [
"$(sha256sum "${ratis_protoc_file:?Need \$ratis_protoc_file}")" !=
"${ratis_protoc_sum:?Need \$ratis_protoc_sum} $ratis_protoc_file" ]; then
echo "Checksum failed for $ratis_protoc_file" > /dev/stderr && exit 1;
fi && unzip "$ratis_protoc_file" && mv $HOME/protobuf/bin/protoc
/usr/local/bin && chmod 755 /usr/local/bin/protoc' returned a non-zero
code: 2
Total Elapsed time: 0m 5s
ERROR: Docker failed to build image.
{quote}
> Vagrant and Docker Test 404 on Maven Download
> ---------------------------------------------
>
> Key: RATIS-672
> URL: https://issues.apache.org/jira/browse/RATIS-672
> Project: Ratis
> Issue Type: Improvement
> Components: test
> Reporter: Clay B.
> Assignee: Clay B.
> Priority: Trivial
> Fix For: 0.5.0
>
> Attachments: RATIS-672.001.patch
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> The Vagrant tests are
> [pointing|https://github.com/apache/incubator-ratis/blob/35838f032a4096d78843130fa1435bcddf5ce961/dev-support/vagrant/Vagrantfile#L92]
> to a specific mirror and a URL which broke with the new Maven 3.6.x release.
> We should point to an {{archive.apache.org}} URL if I understand correctly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)