You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2021/12/06 07:57:00 UTC

[jira] [Created] (FLINK-25180) Jepsen test fails while setting up libzip4

Till Rohrmann created FLINK-25180:
-------------------------------------

             Summary: Jepsen test fails while setting up libzip4
                 Key: FLINK-25180
                 URL: https://issues.apache.org/jira/browse/FLINK-25180
             Project: Flink
          Issue Type: Bug
          Components: Test Infrastructure
    Affects Versions: 1.15.0
            Reporter: Till Rohrmann
             Fix For: 1.15.0


The Jepsen tests fail from time to time while trying to set up libzip4.

{code}
    java.util.concurrent.ExecutionException: clojure.lang.ExceptionInfo: throw+: {:type :jepsen.control/nonzero-exit, :cmd "sudo -S -u root bash -c \"cd /; env DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes libzip4\"", :exit -1, :out "Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  libzip4
0 upgraded, 1 newly installed, 0 to remove and 120 not upgraded.
Need to get 40.6 kB of archives.
After this operation, 103 kB of additional disk space will be used.
Get:1 http://cdn-aws.deb.debian.org/debian stretch/main amd64 libzip4 amd64 1.1.2-1.1+b1 [40.6 kB]
Fetched 40.6 kB in 0s (0 B/s)
Selecting previously unselected package libzip4:amd64.
	
(Reading database ... 
	(Reading database ... 5%
	(Reading database ... 10%
	(Reading database ... 15%
	(Reading database ... 20%
	(Reading database ... 25%
	(Reading database ... 30%
	(Reading database ... 35%
	(Reading database ... 40%
	(Reading database ... 45%
	(Reading database ... 50%
	(Reading database ... 55%
	(Reading database ... 60%
	(Reading database ... 65%
	(Reading database ... 70%
	(Reading database ... 75%
	(Reading database ... 80%
	(Reading database ... 85%
	(Reading database ... 90%
	(Reading database ... 95%
	(Reading database ... 100%
	(Reading database ... 49065 files and directories currently installed.)
	
Preparing to unpack .../libzip4_1.1.2-1.1+b1_amd64.deb ...
	
Unpacking libzip4:amd64 (1.1.2-1.1+b1) ...
	
Setting up libzip4:amd64 (1.1.2-1.1+b1) ...
	
", :err "", :host "172.31.4.8", :action {:cmd "sudo -S -u root bash -c \"cd /; env DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes libzip4\"", :in "root
"}} {:type :jepsen.control/nonzero-exit, :cmd "sudo -S -u root bash -c \"cd /; env DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes libzip4\"", :exit -1, :out "Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  libzip4
0 upgraded, 1 newly installed, 0 to remove and 120 not upgraded.
Need to get 40.6 kB of archives.
After this operation, 103 kB of additional disk space will be used.
Get:1 http://cdn-aws.deb.debian.org/debian stretch/main amd64 libzip4 amd64 1.1.2-1.1+b1 [40.6 kB]
Fetched 40.6 kB in 0s (0 B/s)
Selecting previously unselected package libzip4:amd64.
	
(Reading database ... 
	(Reading database ... 5%
	(Reading database ... 10%
	(Reading database ... 15%
	(Reading database ... 20%
	(Reading database ... 25%
	(Reading database ... 30%
	(Reading database ... 35%
	(Reading database ... 40%
	(Reading database ... 45%
	(Reading database ... 50%
	(Reading database ... 55%
	(Reading database ... 60%
	(Reading database ... 65%
	(Reading database ... 70%
	(Reading database ... 75%
	(Reading database ... 80%
	(Reading database ... 85%
	(Reading database ... 90%
	(Reading database ... 95%
	(Reading database ... 100%
	(Reading database ... 49065 files and directories currently installed.)
	
Preparing to unpack .../libzip4_1.1.2-1.1+b1_amd64.deb ...
	
Unpacking libzip4:amd64 (1.1.2-1.1+b1) ...
	
Setting up libzip4:amd64 (1.1.2-1.1+b1) ...
	
", :err "", :host "172.31.4.8", :action {:cmd "sudo -S -u root bash -c \"cd /; env DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes libzip4\"", :in "root"}}
{code}

https://app.travis-ci.com/github/dataArtisans/flink-jepsen-ci/jobs/550915650#L1300



--
This message was sent by Atlassian Jira
(v8.20.1#820001)