Failing to push
yajo opened this issue · 1 comments
yajo commented
I'm getting errors like this one on all builds:
Post job cleanup.
Cachix: push
/home/runner/work/_actions/cachix/cachix-action/v11/dist/main/push-paths.sh cachix copier
compressing using zstd and pushing /nix/store/4zvxpzwy9c1d07ssh66jrgdcllyynqv1-source (857.80 KiB)
compressing using zstd and pushing /nix/store/2kv5m9925hllhg476zs90318z0m70krq-ci (112.00 B)
compressing using zstd and pushing /nix/store/5rlid1kf7vqdbvbg4sk81v1xziaag482-python3.10-copier-7.1.0a0.dev20230117133737+nix-git-f15b02f-dist (36.02 KiB)
compressing using zstd and pushing /nix/store/m355185x9bny1p0h5qfh4axi620xw0sx-source (857.20 KiB)
compressing using zstd and pushing /nix/store/jn85x2brjnp8cmv9pcca8n99sk4w39g1-python3.10-copier-7.1.0a0.dev20230117133737+nix-git-f15b02f (204.89 KiB)
compressing using zstd and pushing /nix/store/ql5qraw80brk17dc76j4cqsvhzzfprc8-pre-commit-run (112.00 B)
(retry #1) compressing using zstd and pushing /nix/store/m355185x9bny1p0h5qfh4axi620xw0sx-source (857.20 KiB)
(retry #1) compressing using zstd and pushing /nix/store/4zvxpzwy9c1d07ssh66jrgdcllyynqv1-source (857.80 KiB)
(retry #2) compressing using zstd and pushing /nix/store/m355185x9bny1p0h5qfh4axi620xw0sx-source (857.20 KiB)
(retry #2) compressing using zstd and pushing /nix/store/4zvxpzwy9c1d07ssh66jrgdcllyynqv1-source (857.80 KiB)
(retry #3) compressing using zstd and pushing /nix/store/m355185x9bny1p0h5qfh4axi620xw0sx-source (857.20 KiB)
(retry #3) compressing using zstd and pushing /nix/store/4zvxpzwy9c1d07ssh66jrgdcllyynqv1-source (857.80 KiB)
(retry #4) compressing using zstd and pushing /nix/store/m355185x9bny1p0h5qfh4axi620xw0sx-source (857.20 KiB)
(retry #4) compressing using zstd and pushing /nix/store/4zvxpzwy9c1d07ssh66jrgdcllyynqv1-source (857.80 KiB)
(retry #5) compressing using zstd and pushing /nix/store/m355185x9bny1p0h5qfh4axi620xw0sx-source (857.20 KiB)
(retry #5) compressing using zstd and pushing /nix/store/4zvxpzwy9c1d07ssh66jrgdcllyynqv1-source (857.80 KiB)
/nix/store/m355185x9bny1p0h5qfh4axi620xw0sx-source: Nar hash mismatch between nix-store --dump and nix db. You can repair db metadata by running as root: $ nix-store --verify --repair --check-contents::error::Action failed with error: Error: The process '/home/runner/work/_actions/cachix/cachix-action/v11/dist/main/push-paths.sh' failed with exit code 1
It comes from https://github.com/copier-org/copier/actions/runs/3939792585/jobs/6740060313. Full logs: logs_2468.zip
Since it is open source, you can browse the full project tree that failed in https://github.com/copier-org/copier/tree/12fd0f78c7e108af5b40bc9aa5d843226aa0d971.
What's happening? How to fix it?