See 
<https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/198/display/redirect?page=changes>

Changes:

[github] TEZ-4467: Migrate from Travis CI to GitHub Actions - pt2: remove


------------------------------------------
[...truncated 148.46 KB...]
#16 25.77 checking the maximum length of command line arguments... 1572864
#16 25.79 checking how to convert x86_64-pc-linux-gnu file names to 
x86_64-pc-linux-gnu format... func_convert_file_noop
#16 25.79 checking how to convert x86_64-pc-linux-gnu file names to toolchain 
format... func_convert_file_noop
#16 25.79 checking for /usr/bin/ld option to reload object files... -r
#16 25.79 checking for file... no
#16 25.79 checking for objdump... objdump
#16 25.79 checking how to recognize dependent libraries... pass_all
#16 25.79 checking for dlltool... no
#16 25.79 checking how to associate runtime and link libraries... printf %s\n
#16 25.79 checking for ar... ar
#16 25.80 checking for archiver @FILE support... @
#16 25.85 checking for strip... strip
#16 25.85 checking for ranlib... ranlib
#16 25.86 checking command to parse /usr/bin/nm -B output from gcc object... ok
#16 26.02 checking for sysroot... no
#16 26.02 checking for a working dd... /usr/bin/dd
#16 26.03 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#16 26.08 checking for mt... no
#16 26.08 checking if : is a manifest tool... no
#16 26.09 checking for stdio.h... yes
#16 26.14 checking for stdlib.h... yes
#16 26.20 checking for string.h... yes
#16 26.27 checking for inttypes.h... yes
#16 26.42 checking for stdint.h... yes
#16 26.50 checking for strings.h... yes
#16 26.57 checking for sys/stat.h... yes
#16 26.65 checking for sys/types.h... yes
#16 26.73 checking for unistd.h... yes
#16 26.81 checking for dlfcn.h... yes
#16 26.90 checking for objdir... .libs
#16 27.02 checking if gcc supports -fno-rtti -fno-exceptions... no
#16 27.07 checking for gcc option to produce PIC... -fPIC -DPIC
#16 27.07 checking if gcc PIC flag -fPIC -DPIC works... yes
#16 27.12 checking if gcc static flag -static works... yes
#16 27.29 checking if gcc supports -c -o file.o... yes
#16 27.37 checking if gcc supports -c -o file.o... (cached) yes
#16 27.37 checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries... yes
#16 27.39 checking whether -lc should be explicitly linked in... no
#16 27.45 checking dynamic linker characteristics... GNU/Linux ld.so
#16 27.57 checking how to hardcode library paths into programs... immediate
#16 27.57 checking whether stripping libraries is possible... yes
#16 27.57 checking if libtool supports shared libraries... yes
#16 27.57 checking whether to build shared libraries... yes
#16 27.57 checking whether to build static libraries... yes
#16 27.58 checking how to run the C++ preprocessor... g++ -E
#16 27.85 checking for ld used by g++... /usr/bin/ld
#16 27.85 checking if the linker (/usr/bin/ld) is GNU ld... yes
#16 27.86 checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries... yes
#16 28.02 checking for g++ option to produce PIC... -fPIC -DPIC
#16 28.02 checking if g++ PIC flag -fPIC -DPIC works... yes
#16 28.06 checking if g++ static flag -static works... yes
#16 28.22 checking if g++ supports -c -o file.o... yes
#16 28.27 checking if g++ supports -c -o file.o... (cached) yes
#16 28.27 checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries... yes
#16 28.27 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
#16 28.28 checking how to hardcode library paths into programs... immediate
#16 28.28 checking for python... :
#16 28.28 checking for the pthreads library -lpthreads... no
#16 28.35 checking whether pthreads work without any flags... yes
#16 28.43 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#16 28.50 checking if more special flags are required for pthreads... no
#16 28.50 checking whether to check for GCC pthread/shared inconsistencies... 
yes
#16 28.55 checking whether -pthread is sufficient with -shared... yes
#16 28.64 checking for gtest-config... no
#16 28.69 checking that generated files are newer than configure... done
#16 28.69 configure: creating ./config.status
#16 30.07 config.status: creating Makefile
#16 30.10 config.status: creating scripts/gmock-config
#16 30.14 config.status: creating build-aux/config.h
#16 30.18 config.status: executing depfiles commands
#16 30.31 config.status: executing libtool commands
#16 30.64 Making install in .
#16 30.65 make[1]: Entering directory '/opt/protobuf-src'
#16 30.67 make[2]: Entering directory '/opt/protobuf-src'
#16 30.67 make[2]: Nothing to be done for 'install-exec-am'.
#16 30.68  /usr/bin/mkdir -p '/opt/protobuf/lib/pkgconfig'
#16 30.68  /usr/bin/install -c -m 644 protobuf.pc protobuf-lite.pc 
'/opt/protobuf/lib/pkgconfig'
#16 30.69 make[2]: Leaving directory '/opt/protobuf-src'
#16 30.69 make[1]: Leaving directory '/opt/protobuf-src'
#16 30.69 Making install in src
#16 30.74 make[1]: Entering directory '/opt/protobuf-src/src'
#16 30.76   CXX      google/protobuf/compiler/main.o
#16 32.43   CXX      google/protobuf/any_lite.lo
#16 36.06   CXX      google/protobuf/arena.lo
#16 39.18   CXX      google/protobuf/arenastring.lo
#16 ...

#17 [stage-5  2/12] RUN apt-get -q update && apt-get -q install 
--no-install-recommends -y default-jre-headless openjdk-11-jdk-headless     && 
apt-get clean     && rm -rf /var/lib/apt/lists/*     && 
update-java-alternatives -s java-1.8.0-openjdk-amd64     && rm -f 
/usr/lib/jvm/default-java     && ln -s java-8-openjdk-amd64 
/usr/lib/jvm/default-java
#17 4.582 Reading package lists...
#17 6.014 Reading package lists...
#17 7.309 Building dependency tree...
#17 7.632 Reading state information...
#17 7.908 The following additional packages will be installed:
#17 7.909   libasound2 libasound2-data libgraphite2-3 libharfbuzz0b
#17 7.909   openjdk-11-jre-headless
#17 7.911 Suggested packages:
#17 7.911   default-jre libasound2-plugins alsa-utils openjdk-11-demo 
openjdk-11-source
#17 7.911   libnss-mdns fonts-dejavu-extra fonts-ipafont-gothic 
fonts-ipafont-mincho
#17 7.911   fonts-wqy-microhei | fonts-wqy-zenhei fonts-indic
#17 7.911 Recommended packages:
#17 7.911   alsa-ucm-conf alsa-topology-conf
#17 7.975 The following NEW packages will be installed:
#17 7.977   default-jre-headless libasound2 libasound2-data libgraphite2-3 
libharfbuzz0b
#17 7.977   openjdk-11-jdk-headless openjdk-11-jre-headless
#17 8.281 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.
#17 8.281 Need to get 117 MB of archives.
#17 8.281 After this operation, 260 MB of additional disk space will be used.
#17 8.281 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 
libasound2-data all 1.2.6.1-1ubuntu1 [19.1 kB]
#17 8.555 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libasound2 
amd64 1.2.6.1-1ubuntu1 [390 kB]
#17 9.097 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 
libgraphite2-3 amd64 1.3.14-1build2 [71.3 kB]
#17 9.129 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 
libharfbuzz0b amd64 2.7.4-1ubuntu3.1 [352 kB]
#17 9.239 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 
openjdk-11-jre-headless amd64 11.0.19+7~us1-0ubuntu1~22.04.1 [42.5 MB]
#17 11.57 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 
default-jre-headless amd64 2:1.11-72build2 [3,042 B]
#17 11.57 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 
openjdk-11-jdk-headless amd64 11.0.19+7~us1-0ubuntu1~22.04.1 [73.5 MB]
#17 17.07 Fetched 117 MB in 8s (15.5 MB/s)
#17 17.11 Selecting previously unselected package libasound2-data.
#17 17.11 (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 ... 30615 files and directories currently installed.)
#17 17.14 Preparing to unpack .../0-libasound2-data_1.2.6.1-1ubuntu1_all.deb ...
#17 17.14 Unpacking libasound2-data (1.2.6.1-1ubuntu1) ...
#17 17.27 Selecting previously unselected package libasound2:amd64.
#17 17.27 Preparing to unpack .../1-libasound2_1.2.6.1-1ubuntu1_amd64.deb ...
#17 17.28 Unpacking libasound2:amd64 (1.2.6.1-1ubuntu1) ...
#17 17.37 Selecting previously unselected package libgraphite2-3:amd64.
#17 17.37 Preparing to unpack .../2-libgraphite2-3_1.3.14-1build2_amd64.deb ...
#17 17.38 Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ...
#17 17.46 Selecting previously unselected package libharfbuzz0b:amd64.
#17 17.47 Preparing to unpack .../3-libharfbuzz0b_2.7.4-1ubuntu3.1_amd64.deb ...
#17 17.47 Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.1) ...
#17 17.57 Selecting previously unselected package openjdk-11-jre-headless:amd64.
#17 17.58 Preparing to unpack 
.../4-openjdk-11-jre-headless_11.0.19+7~us1-0ubuntu1~22.04.1_amd64.deb ...
#17 17.58 Unpacking openjdk-11-jre-headless:amd64 
(11.0.19+7~us1-0ubuntu1~22.04.1) ...
#17 ...

#16 [protobuf 3/5] RUN  ./configure --prefix=/opt/protobuf     && make install
#16 42.64   CXX      google/protobuf/arenaz_sampler.lo
#16 43.62   CXX      google/protobuf/extension_set.lo
#16 ...

#17 [stage-5  2/12] RUN apt-get -q update && apt-get -q install 
--no-install-recommends -y default-jre-headless openjdk-11-jdk-headless     && 
apt-get clean     && rm -rf /var/lib/apt/lists/*     && 
update-java-alternatives -s java-1.8.0-openjdk-amd64     && rm -f 
/usr/lib/jvm/default-java     && ln -s java-8-openjdk-amd64 
/usr/lib/jvm/default-java
#17 20.26 Selecting previously unselected package default-jre-headless.
#17 20.27 Preparing to unpack 
.../5-default-jre-headless_2%3a1.11-72build2_amd64.deb ...
#17 20.27 Unpacking default-jre-headless (2:1.11-72build2) ...
#17 20.35 Selecting previously unselected package openjdk-11-jdk-headless:amd64.
#17 20.36 Preparing to unpack 
.../6-openjdk-11-jdk-headless_11.0.19+7~us1-0ubuntu1~22.04.1_amd64.deb ...
#17 20.37 Unpacking openjdk-11-jdk-headless:amd64 
(11.0.19+7~us1-0ubuntu1~22.04.1) ...
#17 21.27 Setting up libgraphite2-3:amd64 (1.3.14-1build2) ...
#17 21.29 Setting up libasound2-data (1.2.6.1-1ubuntu1) ...
#17 21.32 Setting up libasound2:amd64 (1.2.6.1-1ubuntu1) ...
#17 21.35 Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.1) ...
#17 21.38 Setting up openjdk-11-jre-headless:amd64 
(11.0.19+7~us1-0ubuntu1~22.04.1) ...
#17 21.65 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/java to provide /usr/bin/java (java) in 
auto mode
#17 21.67 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jjs 
to provide /usr/bin/jjs (jjs) in auto mode
#17 21.67 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/keytool to provide /usr/bin/keytool 
(keytool) in auto mode
#17 21.68 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/rmid to provide /usr/bin/rmid (rmid) in 
auto mode
#17 21.69 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/rmiregistry to provide 
/usr/bin/rmiregistry (rmiregistry) in auto mode
#17 21.70 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/pack200 to provide /usr/bin/pack200 
(pack200) in auto mode
#17 21.71 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/unpack200 to provide /usr/bin/unpack200 
(unpack200) in auto mode
#17 21.72 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) 
in auto mode
#17 22.47 Setting up openjdk-11-jdk-headless:amd64 
(11.0.19+7~us1-0ubuntu1~22.04.1) ...
#17 22.51 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jar 
to provide /usr/bin/jar (jar) in auto mode
#17 22.52 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner 
(jarsigner) in auto mode
#17 22.52 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) 
in auto mode
#17 22.53 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc 
(javadoc) in auto mode
#17 22.54 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) 
in auto mode
#17 22.55 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in 
auto mode
#17 22.56 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdb 
to provide /usr/bin/jdb (jdb) in auto mode
#17 22.57 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jdeprscan to provide /usr/bin/jdeprscan 
(jdeprscan) in auto mode
#17 22.58 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) 
in auto mode
#17 22.59 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jfr 
to provide /usr/bin/jfr (jfr) in auto mode
#17 22.60 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jimage to provide /usr/bin/jimage 
(jimage) in auto mode
#17 22.61 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) 
in auto mode
#17 22.62 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jlink to provide /usr/bin/jlink (jlink) 
in auto mode
#17 22.63 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in 
auto mode
#17 22.64 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jmod to provide /usr/bin/jmod (jmod) in 
auto mode
#17 22.65 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jps 
to provide /usr/bin/jps (jps) in auto mode
#17 22.66 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jrunscript to provide 
/usr/bin/jrunscript (jrunscript) in auto mode
#17 22.67 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jshell to provide /usr/bin/jshell 
(jshell) in auto mode
#17 22.68 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jstack to provide /usr/bin/jstack 
(jstack) in auto mode
#17 22.68 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) 
in auto mode
#17 22.70 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd 
(jstatd) in auto mode
#17 22.71 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in 
auto mode
#17 22.72 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/serialver to provide /usr/bin/serialver 
(serialver) in auto mode
#17 22.73 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jaotc to provide /usr/bin/jaotc (jaotc) 
in auto mode
#17 22.74 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) 
in auto mode
#17 22.75 Setting up default-jre-headless (2:1.11-72build2) ...
#17 22.78 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
#17 22.94 update-alternatives: error: no alternatives for appletviewer
#17 22.98 update-alternatives: error: no alternatives for jconsole
#17 23.04 update-alternatives: error: no alternatives for policytool
#17 23.19 update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer
#17 23.57 update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole
#17 23.58 update-alternatives: error: no alternatives for policytool
#17 ERROR: process "/bin/bash -o pipefail -c apt-get -q update && apt-get -q 
install --no-install-recommends -y default-jre-headless openjdk-11-jdk-headless 
    && apt-get clean     && rm -rf /var/lib/apt/lists/*     && 
update-java-alternatives -s java-1.8.0-openjdk-amd64     && rm -f 
/usr/lib/jvm/default-java     && ln -s java-8-openjdk-amd64 
/usr/lib/jvm/default-java" did not complete successfully: exit code: 2

#16 [protobuf 3/5] RUN  ./configure --prefix=/opt/protobuf     && make install
#16 CANCELED
------
 > [stage-5  2/12] RUN apt-get -q update && apt-get -q install 
 > --no-install-recommends -y default-jre-headless openjdk-11-jdk-headless     
 > && apt-get clean     && rm -rf /var/lib/apt/lists/*     && 
 > update-java-alternatives -s java-1.8.0-openjdk-amd64     && rm -f 
 > /usr/lib/jvm/default-java     && ln -s java-8-openjdk-amd64 
 > /usr/lib/jvm/default-java:
#17 22.73 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jaotc to provide /usr/bin/jaotc (jaotc) 
in auto mode
#17 22.74 update-alternatives: using 
/usr/lib/jvm/java-11-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) 
in auto mode
#17 22.75 Setting up default-jre-headless (2:1.11-72build2) ...
#17 22.78 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
#17 22.94 update-alternatives: error: no alternatives for appletviewer
#17 22.98 update-alternatives: error: no alternatives for jconsole
#17 23.04 update-alternatives: error: no alternatives for policytool
#17 23.19 update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer
#17 23.57 update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole
#17 23.58 update-alternatives: error: no alternatives for policytool
------
Dockerfile:181
--------------------
 180 |     # hadolint ignore=DL3008
 181 | >>> RUN apt-get -q update && apt-get -q install --no-install-recommends 
-y default-jre-headless openjdk-11-jdk-headless \
 182 | >>>     && apt-get clean \
 183 | >>>     && rm -rf /var/lib/apt/lists/* \
 184 | >>>     && update-java-alternatives -s java-1.8.0-openjdk-amd64 \
 185 | >>>     && rm -f /usr/lib/jvm/default-java \
 186 | >>>     && ln -s java-8-openjdk-amd64 /usr/lib/jvm/default-java
 187 |     ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
--------------------
ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get -q update && 
apt-get -q install --no-install-recommends -y default-jre-headless 
openjdk-11-jdk-headless     && apt-get clean     && rm -rf /var/lib/apt/lists/* 
    && update-java-alternatives -s java-1.8.0-openjdk-amd64     && rm -f 
/usr/lib/jvm/default-java     && ln -s java-8-openjdk-amd64 
/usr/lib/jvm/default-java" did not complete successfully: exit code: 2
ERROR: Docker failed to build yetus/tez:e236f51ef.


-1 overall

| Vote |    Subsystem |  Runtime   | Comment
============================================================================
|   0  |      reexec  |   0m  0s   | Docker mode activated. 
|  -1  |      docker  |   3m 16s   | Docker failed to build 
|      |              |            | yetus/tez:e236f51ef.


|| Subsystem || Report/Notes ||
============================================================================
| Console output | 
https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/198/console |
| versions | git=2.17.1 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |


============================================================================
============================================================================
                              Finished build.
============================================================================
============================================================================


Build step 'Execute shell' marked build as failure
Archiving artifacts

Reply via email to