https://bugs.llvm.org/show_bug.cgi?id=34572

            Bug ID: 34572
           Summary: Failed to fetch
                    http://apt.llvm.org/trusty/dists/llvm-toolchain-trusty
                    /main/source/Sources  Unexpected type excepted 21 != 5
           Product: Packaging
           Version: unspecified
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: deb packages
          Assignee: unassignedb...@nondot.org
          Reporter: zosrot...@orange.fr
                CC: llvm-bugs@lists.llvm.org

Hello

Running Tracis CI jobs on Ubuntu Trusty, one gets always the error below
E: Failed to fetch
http://apt.llvm.org/trusty/dists/llvm-toolchain-trusty/main/source/Sources 
Unexpected type excepted 21 != 5

Here a snippet of the Travis job log

0K$ if [ "$TRAVIS_OS_NAME" == "linux" ]; then wget -O -
http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -; fi
--2017-09-12 10:23:23--  http://llvm.org/apt/llvm-snapshot.gpg.key
Resolving llvm.org (llvm.org)... 54.67.122.174
Connecting to llvm.org (llvm.org)|54.67.122.174|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://apt.llvm.org/llvm-snapshot.gpg.key [following]
--2017-09-12 10:23:24--  http://apt.llvm.org/llvm-snapshot.gpg.key
Resolving apt.llvm.org (apt.llvm.org)... 151.101.46.49
Connecting to apt.llvm.org (apt.llvm.org)|151.101.46.49|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3145 (3.1K) [application/pgp-keys]
Saving to: ‘STDOUT’


 0% [                                       ] 0           --.-K/s              
100%[======================================>] 3,145       --.-K/s   in 0s      

2017-09-12 10:23:24 (108 MB/s) - written to stdout [3145/3145]

OK

travis_time:end:21830670:start=1505211803806389543,finish=1505211804287925194,duration=481535651
0Ktravis_fold:end:before_install.10
0Ktravis_fold:start:before_install.11
0Ktravis_time:start:03f78ddc
0K$ if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update  -qq; fi
W: http://dl.hhvm.com/ubuntu/dists/trusty/InRelease: Signature by key
36AEF64D0207E7EEE352D4875A16E7281BE7A449 uses weak digest algorithm (SHA1)
W: http://ppa.launchpad.net/couchdb/stable/ubuntu/dists/trusty/Release.gpg:
Signature by key 15866BAFD9BCC4F3C1E0DFC7D69548E1C17EAB57 uses weak digest
algorithm (SHA1)
E: Failed to fetch
http://apt.llvm.org/trusty/dists/llvm-toolchain-trusty/main/source/Sources 
Unexpected type excepted 21 != 5
E: Some index files failed to download. They have been ignored, or old ones
used instead.

travis_time:end:03f78ddc:start=1505211804292420317,finish=1505211807271148152,duration=2978727835
0K
The command "if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update 
-qq; fi" failed and exited with 100 during .[0m

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to