wasmerio/wasmer · error

Failed to rotate S3 credentials for {} volume(s): {}

Error message

Failed to rotate S3 credentials for {} volume(s): {}

What it means

Error "Failed to rotate S3 credentials for {} volume(s): {}" thrown in wasmerio/wasmer.

Source

Thrown at lib/cli/src/commands/app/volumes/credentials/rotate_secrets.rs:99

                    );
                    failures.push(volume.label());
                }
                Err(err) => {
                    eprintln!(
                        "Failed to rotate S3 credentials for volume {}: {err:#}",
                        volume.label()
                    );
                    failures.push(volume.label());
                }
            }
        }

        // Emit the rotated credentials as a single document; json/yaml stay one
        // array/list (empty `[]` when nothing rotated).
        println!("{}", render_s3_credentials(self.fmt.format, &records));

        if !failures.is_empty() {
            anyhow::bail!(
                "Failed to rotate S3 credentials for {} volume(s): {}",
                failures.len(),
                failures.join(", ")
            );
        }

        Ok(())
    }
}

View on GitHub (pinned to 8c4b9ee9d3)

When it happens

Trigger: Thrown at lib/cli/src/commands/app/volumes/credentials/rotate_secrets.rs:99 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of wasmerio/wasmer@8c4b9ee9d3 (2026-09-01). Data as JSON: /api/errors/b4a32d0ce144a937. Report an issue: GitHub.