cockroachdb / cockroachdb/cockroach

roachtest: install_flake): error persisted after 3 attempts: TRANSIENT_ERROR(apt_problem failed

Open
#160,392 0 comments 0 reactions 0 assignees View on GitHub
branch-release-25.3 O-roachtest O-robot T-testeng X-infra-flake
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

roachtest.install_flake): error persisted after 3 attempts: TRANSIENT_ERROR(apt_problem [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/20920725?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/20920725?buildTab=artifacts#/tpce/c=5000/nodes=3) on release-25.3 @ [b4945b0a6810d30f701c66657ae904cadf2661a1](https://github.com/cockroachdb/cockroach/commits/b4945b0a6810d30f701c66657ae904cadf2661a1):

```
| ca-certificates \
| curl \
| gnupg;
| sudo install -m 0755 -d /etc/apt/keyrings;
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --no-tty --batch --yes --dearmor -o /etc/apt/keyrings/docker.gpg;
| sudo chmod a+r /etc/apt/keyrings/docker.gpg;
|
| # Add the repository to Apt sources:
| echo \
| "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
| $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
| sudo tee /etc/apt/sources.list.d/docker.list > /dev/null;
| sudo apt-get update;
|
| # Install
| sudo apt-get install -y docker-ce;
| sudo usermod -aG docker ubuntu;
|
| # Verify
| sudo docker run hello-world
|
| ``````
| ... do chmod a+r /etc/apt/keyrings/docker.gpg
| + sudo tee /etc/apt/sources.list.d/docker.list
| ++ dpkg --print-architecture
| ++ . /etc/os-release
| +++ PRETTY_NAME='Ubuntu 22.04.4 LTS'
| +++ NAME=Ubuntu
| +++ VERSION_ID=22.04
| +++ VERSION='22.04.4 LTS (Jammy Jellyfish)'
| +++ VERSION_CODENAME=jammy
| +++ ID=ubuntu
| +++ ID_LIKE=debian
| +++ HOME_URL=https://www.ubuntu.com/
| +++ SUPPORT_URL=https://help.ubuntu.com/
| +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
| +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
| +++ UBUNTU_CODENAME=jammy
| ++ echo jammy
| + echo 'deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable'
| + sudo apt-get update
| + sudo apt-get install -y docker-ce
| E: Failed to fetch https://download.docker.com/linux/ubuntu/dists/jammy/pool/stable/amd64/containerd.io_2.2.1-1%7eubuntu.22.04%7ejammy_amd64.deb 404 Not Found [IP: 3.161.193.73 443]
| E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Wraps: (12) TRANSIENT_ERROR(apt_problem)
Wraps: (13) exit status 100
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) errors.TransientError (6) *markers.withMark (7) *withstack.withStack (8) *errutil.withPrefix (9) *secondary.withSecondaryError (10) *secondary.withSecondaryError (11) *hintdetail.withDetail (12) errors.TransientError (13) *exec.ExitError
Test: tpce/c=5000/nodes=3
(require.go:1357).NoError: FailNow called
test artifacts and logs in: /artifacts/tpce/c=5000/nodes=3/run_1
```

Parameters:
- arch=amd64
- cloud=gce
- coverageBuild=false
- cpu=4
- encrypted=false
- fs=ext4
- localSSD=true
- runtimeAssertionsBuild=false
- ssd=1
Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)

See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

See: [Grafana](https://go.crdb.dev/roachtest-grafana/teamcity-20920725/tpce-c-5000-nodes-3/1767363216299/1767364666230)

Same failure on other branches

- #160390 roachtest: install_flake): error persisted after 3 attempts: TRANSIENT_ERROR(apt_problem failed [O-roachtest O-robot T-testeng X-infra-flake branch-release-25.4.3-rc]
- #160389 roachtest: install_flake): error persisted after 3 attempts: TRANSIENT_ERROR(apt_problem failed [O-roachtest O-robot T-testeng X-infra-flake branch-release-25.2]
- #160388 roachtest: install_flake): error persisted after 3 attempts: TRANSIENT_ERROR(apt_problem failed [O-roachtest O-robot T-testeng X-infra-flake branch-release-25.3.7-rc]
- #160387 roachtest: install_flake): error persisted after 3 attempts: TRANSIENT_ERROR(apt_problem failed [O-roachtest O-robot T-testeng X-infra-flake branch-release-25.2.11-rc]
- #160385 roachtest: install_flake): error persisted after 3 attempts: TRANSIENT_ERROR(apt_problem failed [O-roachtest O-robot T-testeng X-infra-flake branch-release-24.3.25-rc]
- #160384 roachtest: install_flake): error persisted after 3 attempts: TRANSIENT_ERROR(apt_problem failed [O-roachtest O-robot T-testeng X-infra-flake branch-release-26.1]

/cc @cockroachdb/test-eng

[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*install_flake\): error persisted after 3 attempts: TRANSIENT_ERROR\(apt_problem.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/bazci/githubpost/issues)

Jira issue: CRDB-58338

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.