VERSION: 10.4 #22
dist.yml
on: push
Build sdist (and upload to PyPI on release tags)
31s
Matrix: build_wheels
Upload wheels to PyPI
0s
Annotations
16 errors and 8 warnings
Build wheels on ubuntu-latest, arch i686
Command ['python', '-m', 'build', PurePosixPath('/project/unpacked/sage_numerical_backends_coin-10.4'), '--wheel', '--outdir=/tmp/cibuildwheel/built_wheel'] failed with code 1.
|
Build wheels on ubuntu-latest, arch i686
Process completed with exit code 1.
|
Build wheels on ubuntu-latest, arch x86_64
Command ['python', '-m', 'build', PurePosixPath('/project/unpacked/sage_numerical_backends_coin-10.4'), '--wheel', '--outdir=/tmp/cibuildwheel/built_wheel'] failed with code 1.
|
Build wheels on ubuntu-latest, arch x86_64
Process completed with exit code 1.
|
Build wheels on ubuntu-latest, arch x86_64
Command ['sh', '-c', '( DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes wget autoconf automake libtool pkg-config binutils make m4 perl python3 tar bc gcc g++ ca-certificates || yum install -y wget autoconf automake libtool pkgconfig binutils make m4 python3 perl perl-ExtUtils-MakeMaker tar gcc gcc-c++ findutils which diffutils perl-IPC-Cmd || ( brew install wget autoconf automake libtool pkg-config || apk add wget bash gettext-dev autoconf automake libtool pkgconf binutils make m4 perl python3 tar bc gcc g++ ca-certificates coreutils || echo error ignored) ) && ./bootstrap && ./configure --enable-build-as-root --enable-fat-binary && MAKE="make -j6" make V=0 zlib-ensure bzip2-ensure pkgconf-ensure openblas-ensure coinbrew-no-deps cbc-no-deps'] failed with code 2.
|
Build wheels on ubuntu-latest, arch x86_64
Process completed with exit code 1.
|
Build wheels on ubuntu-latest, arch i686
Command ['sh', '-c', '( DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes wget autoconf automake libtool pkg-config binutils make m4 perl python3 tar bc gcc g++ ca-certificates || yum install -y wget autoconf automake libtool pkgconfig binutils make m4 python3 perl perl-ExtUtils-MakeMaker tar gcc gcc-c++ findutils which diffutils perl-IPC-Cmd || ( brew install wget autoconf automake libtool pkg-config || apk add wget bash gettext-dev autoconf automake libtool pkgconf binutils make m4 perl python3 tar bc gcc g++ ca-certificates coreutils || echo error ignored) ) && ./bootstrap && ./configure --enable-build-as-root --enable-fat-binary && MAKE="make -j6" make V=0 zlib-ensure bzip2-ensure pkgconf-ensure openblas-ensure coinbrew-no-deps cbc-no-deps'] failed with code 2.
|
Build wheels on ubuntu-latest, arch i686
Process completed with exit code 1.
|
Build wheels on macos-13, arch x86_64
Command ( DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes wget autoconf automake libtool pkg-config binutils make m4 perl python3 tar bc gcc g++ ca-certificates || yum install -y wget autoconf automake libtool pkgconfig binutils make m4 python3 perl perl-ExtUtils-MakeMaker tar gcc gcc-c++ findutils which diffutils perl-IPC-Cmd || ( brew install wget autoconf automake libtool pkg-config || apk add wget bash gettext-dev autoconf automake libtool pkgconf binutils make m4 perl python3 tar bc gcc g++ ca-certificates coreutils || echo error ignored) ) && ./bootstrap && ./configure --enable-build-as-root --enable-fat-binary && MAKE="make -j6" make V=0 zlib-ensure bzip2-ensure pkgconf-ensure openblas-ensure coinbrew-no-deps cbc-no-deps failed with code 2. None
|
Build wheels on macos-13, arch x86_64
Process completed with exit code 1.
|
Build wheels on macos-14, arch arm64
Command ( DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes wget autoconf automake libtool pkg-config binutils make m4 perl python3 tar bc gcc g++ ca-certificates || yum install -y wget autoconf automake libtool pkgconfig binutils make m4 python3 perl perl-ExtUtils-MakeMaker tar gcc gcc-c++ findutils which diffutils perl-IPC-Cmd || ( brew install wget autoconf automake libtool pkg-config || apk add wget bash gettext-dev autoconf automake libtool pkgconf binutils make m4 perl python3 tar bc gcc g++ ca-certificates coreutils || echo error ignored) ) && ./bootstrap && ./configure --enable-build-as-root --enable-fat-binary && MAKE="make -j6" make V=0 zlib-ensure bzip2-ensure pkgconf-ensure openblas-ensure coinbrew-no-deps cbc-no-deps failed with code 2. None
|
Build wheels on macos-14, arch arm64
Process completed with exit code 1.
|
Build wheels on ubuntu-latest, arch aarch64
Command ['sh', '-c', '( DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes wget autoconf automake libtool pkg-config binutils make m4 perl python3 tar bc gcc g++ ca-certificates || yum install -y wget autoconf automake libtool pkgconfig binutils make m4 python3 perl perl-ExtUtils-MakeMaker tar gcc gcc-c++ findutils which diffutils perl-IPC-Cmd || ( brew install wget autoconf automake libtool pkg-config || apk add wget bash gettext-dev autoconf automake libtool pkgconf binutils make m4 perl python3 tar bc gcc g++ ca-certificates coreutils || echo error ignored) ) && ./bootstrap && ./configure --enable-build-as-root --enable-fat-binary && MAKE="make -j6" make V=0 zlib-ensure bzip2-ensure pkgconf-ensure openblas-ensure coinbrew-no-deps cbc-no-deps'] failed with code 2.
|
Build wheels on ubuntu-latest, arch aarch64
Process completed with exit code 1.
|
Build wheels on ubuntu-latest, arch aarch64
Command ['sh', '-c', '( DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes wget autoconf automake libtool pkg-config binutils make m4 perl python3 tar bc gcc g++ ca-certificates || yum install -y wget autoconf automake libtool pkgconfig binutils make m4 python3 perl perl-ExtUtils-MakeMaker tar gcc gcc-c++ findutils which diffutils perl-IPC-Cmd || ( brew install wget autoconf automake libtool pkg-config || apk add wget bash gettext-dev autoconf automake libtool pkgconf binutils make m4 perl python3 tar bc gcc g++ ca-certificates coreutils || echo error ignored) ) && ./bootstrap && ./configure --enable-build-as-root --enable-fat-binary && MAKE="make -j6" make V=0 zlib-ensure bzip2-ensure pkgconf-ensure openblas-ensure coinbrew-no-deps cbc-no-deps'] failed with code 2.
|
Build wheels on ubuntu-latest, arch aarch64
Process completed with exit code 1.
|
Build sdist (and upload to PyPI on release tags)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build sdist (and upload to PyPI on release tags)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
Build wheels on macos-13, arch x86_64
wget 1.24.5 is already installed and up-to-date.
To reinstall 1.24.5, run:
brew reinstall wget
|
Build wheels on macos-13, arch x86_64
autoconf 2.72 is already installed and up-to-date.
To reinstall 2.72, run:
brew reinstall autoconf
|
Build wheels on macos-13, arch x86_64
libtool 2.4.7 is already installed and up-to-date.
To reinstall 2.4.7, run:
brew reinstall libtool
|
Build wheels on macos-13, arch x86_64
pkg-config 0.29.2_3 is already installed and up-to-date.
To reinstall 0.29.2_3, run:
brew reinstall pkg-config
|
Build wheels on macos-14, arch arm64
wget 1.24.5 is already installed and up-to-date.
To reinstall 1.24.5, run:
brew reinstall wget
|
Build wheels on macos-14, arch arm64
pkg-config 0.29.2_3 is already installed and up-to-date.
To reinstall 0.29.2_3, run:
brew reinstall pkg-config
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
dist
Expired
|
23.6 KB |
|