[ 
https://issues.apache.org/jira/browse/HADOOP-17902?focusedWorklogId=649023&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-649023
 ]

ASF GitHub Bot logged work on HADOOP-17902:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Sep/21 04:33
            Start Date: 10/Sep/21 04:33
    Worklog Time Spent: 10m 
      Work Description: hadoop-yetus commented on pull request #3408:
URL: https://github.com/apache/hadoop/pull/3408#issuecomment-916623612


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |:----:|----------:|--------:|:--------:|:-------:|
   | +0 :ok: |  reexec  |  22m 48s |  |  Docker mode activated.  |
   |||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +0 :ok: |  shelldocs  |   0m  0s |  |  Shelldocs was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | +1 :green_heart: |  test4tests  |   0m  0s |  |  The patch appears to 
include 2 new or modified test files.  |
   |||| _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  37m 53s |  |  trunk passed  |
   | +1 :green_heart: |  compile  |   3m  8s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   0m 27s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  24m 27s |  |  branch has no errors 
when building and testing our client artifacts.  |
   |||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   0m 20s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   3m 10s |  |  the patch passed  |
   | +1 :green_heart: |  cc  |   3m 10s |  |  the patch passed  |
   | +1 :green_heart: |  golang  |   3m 10s |  |  the patch passed  |
   | +1 :green_heart: |  javac  |   3m 10s |  |  the patch passed  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  hadolint  |   0m  3s |  |  No new issues.  |
   | +1 :green_heart: |  mvnsite  |   0m 23s |  |  the patch passed  |
   | +1 :green_heart: |  shellcheck  |   0m  1s |  |  No new issues.  |
   | +1 :green_heart: |  shadedclient  |  25m 18s |  |  patch has no errors 
when building and testing our client artifacts.  |
   |||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |  85m 45s |  |  hadoop-hdfs-native-client in 
the patch passed.  |
   | +1 :green_heart: |  asflicense  |   0m 34s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   | 207m 43s |  |  |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3408/3/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/3408 |
   | Optional Tests | dupname asflicense codespell hadolint shellcheck 
shelldocs compile cc mvnsite javac unit golang |
   | uname | Linux 748484b048f5 4.15.0-147-generic #151-Ubuntu SMP Fri Jun 18 
19:21:19 UTC 2021 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / 7611377859519eb33b4e7e2b3832479b715b666e |
   | Default Java | Debian-11.0.12+7-post-Debian-2deb10u1 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3408/3/testReport/ |
   | Max. process+thread count | 610 (vs. ulimit of 5500) |
   | modules | C: hadoop-hdfs-project/hadoop-hdfs-native-client U: 
hadoop-hdfs-project/hadoop-hdfs-native-client |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3408/3/console |
   | versions | git=2.20.1 maven=3.6.0 shellcheck=0.5.0 
hadolint=1.11.1-0-g0e692dd |
   | Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 649023)
    Time Spent: 2h 20m  (was: 2h 10m)

> Fix Hadoop build on Debian 10
> -----------------------------
>
>                 Key: HADOOP-17902
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17902
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.4.0
>            Reporter: Gautham Banasandra
>            Assignee: Gautham Banasandra
>            Priority: Blocker
>              Labels: pull-request-available
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> We're using *Debian testing* as one of the package sources to get the latest 
> packages. It seems to be broken at the moment. The CI fails to create the 
> build environment for the Debian 10 platform -
> {code}
> [2021-09-08T00:21:11.596Z] #13 [ 8/14] RUN apt-get -q update     && apt-get 
> -q install -y --no-install-recommends python3     && apt-get -q install -y 
> --no-install-recommends $(pkg-resolver/resolve.py debian:10)     && apt-get 
> clean     && rm -rf /var/lib/apt/lists/*
> ...
> [2021-09-08T00:21:22.744Z] #13 11.28 Preparing to unpack 
> .../libc6_2.31-17_amd64.deb ...
> [2021-09-08T00:21:23.260Z] #13 11.46 Checking for services that may need to 
> be restarted...
> [2021-09-08T00:21:23.260Z] #13 11.48 Checking init scripts...
> [2021-09-08T00:21:23.260Z] #13 11.50 Unpacking libc6:amd64 (2.31-17) over 
> (2.28-10) ...
> [2021-09-08T00:21:26.290Z] #13 14.38 Setting up libc6:amd64 (2.31-17) ...
> [2021-09-08T00:21:26.290Z] #13 14.42 /usr/bin/perl: error while loading 
> shared libraries: libcrypt.so.1: cannot open shared object file: No such file 
> or directory
> [2021-09-08T00:21:26.290Z] #13 14.42 dpkg: error processing package 
> libc6:amd64 (--configure):
> [2021-09-08T00:21:26.290Z] #13 14.42  installed libc6:amd64 package 
> post-installation script subprocess returned error exit status 127
> [2021-09-08T00:21:26.291Z] #13 14.43 Errors were encountered while processing:
> [2021-09-08T00:21:26.291Z] #13 14.43  libc6:amd64
> [2021-09-08T00:21:26.291Z] #13 14.46 E: Sub-process /usr/bin/dpkg returned an 
> error code (1)
> [2021-09-08T00:21:27.867Z] #13 ERROR: executor failed running [/bin/bash -o 
> pipefail -c apt-get -q update     && apt-get -q install -y 
> --no-install-recommends python3     && apt-get -q install -y 
> --no-install-recommends $(pkg-resolver/resolve.py debian:10)     && apt-get 
> clean     && rm -rf /var/lib/apt/lists/*]: exit code: 100
> [2021-09-08T00:21:27.867Z] ------
> [2021-09-08T00:21:27.867Z]  > [ 8/14] RUN apt-get -q update     && apt-get -q 
> install -y --no-install-recommends python3     && apt-get -q install -y 
> --no-install-recommends $(pkg-resolver/resolve.py debian:10)     && apt-get 
> clean     && rm -rf /var/lib/apt/lists/*:
> [2021-09-08T00:21:27.867Z] ------
> [2021-09-08T00:21:27.867Z] executor failed running [/bin/bash -o pipefail -c 
> apt-get -q update     && apt-get -q install -y --no-install-recommends 
> python3     && apt-get -q install -y --no-install-recommends 
> $(pkg-resolver/resolve.py debian:10)     && apt-get clean     && rm -rf 
> /var/lib/apt/lists/*]: exit code: 100
> [2021-09-08T00:21:27.867Z] ERROR: Docker failed to build 
> yetus/hadoop:ef5dbc7283a.
> [2021-09-08T00:21:27.867Z] 
> {code}
> The above log lines are copied from - 
> https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3388/3/pipeline



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to