Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

CI: fails to install semverver on travis' macOS/Windows builders #127

Closed
@JohnTitor

Description

@JohnTitor

E.g. this one:

+'[' -n '' ']'
+case "${TRAVIS_OS_NAME}" in
+'[' osx = windows ']'
+mkdir -p /Users/travis/rust/cargo/bin
+cp target/debug/cargo-semver /Users/travis/rust/cargo/bin
+cp target/debug/rust-semverver /Users/travis/rust/cargo/bin
++mktemp -d
+cargo install --root /var/folders/17/5mc7816d3mndxjqgplq6057w0000gn/T/tmp.dkTfxD4S semverver
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

The build has been terminated

I guess it's a platform-dependent failure though I'm totally not sure. Therefore we currently only check on Linux but it'd be great if we could resolve this by migrating CI or something else.

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