Skip to content

Nightly Build Containers #88

Nightly Build Containers

Nightly Build Containers #88

Triggered via schedule February 22, 2025 14:06
Status Failure
Total duration 1m 12s
Artifacts

nightly.yml

on: schedule
Cassandra Nightly
1m 2s
Cassandra Nightly
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Cassandra Nightly
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; \tlastRelease=$(curl -s https://nightlies.apache.org/cassandra/Cassandra-trunk/ | tail -3| grep img | awk '{print $5}' | cut -d= -f2 | cut -d / -f 1 | sed 's/\"//g'); \treleaseBin=\"https://nightlies.apache.org/cassandra/Cassandra-trunk/${lastRelease}/artifacts/jdk11/amd64/apache-cassandra-5.1-SNAPSHOT-bin.tar.gz\"; \tapt-get update; \tapt-get install -y --no-install-recommends ca-certificates gnupg wget; \trm -rf /var/lib/apt/lists/*; \tcurl -L $releaseBin -o cassandra-bin.tgz; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \t\tmkdir -p \"$CASSANDRA_HOME\"; \ttar --extract --file cassandra-bin.tgz --directory \"$CASSANDRA_HOME\" --strip-components 1; \trm cassandra-bin.tgz*; \t\t[ ! -e \"$CASSANDRA_CONF\" ]; \tmv \"$CASSANDRA_HOME/conf\" \"$CASSANDRA_CONF\"; \tln -sT \"$CASSANDRA_CONF\" \"$CASSANDRA_HOME/conf\"; \t\tdpkgArch=\"$(dpkg --print-architecture)\"; \tcase \"$dpkgArch\" in \t\tppc64el) \t\t\tgrep -- '^-Xss256k$' \"$CASSANDRA_CONF/jvm-server.options\"; \t\t\tsed -ri 's/^-Xss256k$/-Xss512k/' \"$CASSANDRA_CONF/jvm-server.options\"; \t\t\tgrep -- '^-Xss512k$' \"$CASSANDRA_CONF/jvm-server.options\"; \t\t\t;; \tesac; \t\tmkdir -p \"$CASSANDRA_CONF\" /var/lib/cassandra /var/log/cassandra; \tchown -R cassandra:cassandra \"$CASSANDRA_CONF\" /var/lib/cassandra /var/log/cassandra; \tchmod 1777 \"$CASSANDRA_CONF\" /var/lib/cassandra /var/log/cassandra; \tchmod -R a+rwX \"$CASSANDRA_CONF\"; \tln -sT /var/lib/cassandra \"$CASSANDRA_HOME/data\"; \tln -sT /var/log/cassandra \"$CASSANDRA_HOME/logs\"; \t\tcassandra -v" did not complete successfully: exit code: 2
Cassandra Nightly
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Cassandra Nightly
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Cassandra Nightly
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Cassandra Nightly
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/