Skip to content

travisのbuildが失敗する件 #3

@syui

Description

@syui

現在2つの理由で失敗しているように見えます。travisの主要なlogはこちらです。

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received

この問題ついてはyaourtのイメージを作成する時に失敗しているようで、travis上で実行する以下のコマンドが原因だと見られます。

.travis.yml

docker run -v /var/run/docker.sock:/var/run/docker.sock --privileged -it yaourt /bin/bash /mkimage-arch-jp.sh;
docker push $DOCKER_TEARM/archlinux-yaourt;

よって、この問題については一旦、yaourtのイメージを作成する処理をやめることで一時的な対処とします。

次に以下のエラーが出る問題があります。

docker: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
The command "docker run -v /var/run/docker.sock:/var/run/docker.sock --privileged -it tmp /bin/bash /mkimage-arch-jp.sh" exited with 127.

これはpacman -Sccのような処理が原因かもしれない考えていますが、はっきりとしたことは調査していません。

Cache directory: /var/cache/pacman/pkg/
:: Do you want to remove ALL files from cache? [y/N] 
Database directory: /var/lib/pacman/
:: Do you want to remove unused repositories? [Y/n] 
removing unused sync repositories...
docker: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions