autopkgtest needs-internet (maven.org)
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| pomegranate-clojure (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bug Description
The new DEP-8 tests (as of 1.2.24-5) have a "needs-internet" restriction. Rightfully so, as they try to access maven.org. This works in Debian's DebCI, but is incompatible with the autopkgtest.
Relevant logs:
"""
56s autopkgtest [03:29:21]: test net-and-isolated: [------
56s + debian/
56s + case "$flavor" in
56s + run-tests -d src/test/clojure -i :network
56s + java -XX:-OmitStackT
58s
58s Running tests in #{"src/
58s
58s Testing cemerick.
58s === resolve-
192s Aug 14, 2025 3:31:36 AM org.apache.
192s INFO: I/O exception (java.net.
192s Aug 14, 2025 3:31:37 AM org.apache.
192s INFO: Retrying request to {s}->https:/
"""
The debian/
Related branches
- Graham Inggs: Approve
-
Diff: 11 lines (+3/-0)1 file modifiedubuntu-release (+3/-0)
- Canonical Server packageset reviewers: Pending requested
- Canonical Server Core Reviewers: Pending requested
- Canonical Server Reporter: Pending requested
- Canonical Server: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 42 lines (+12/-2)3 files modifieddebian/changelog (+8/-0)
debian/control (+2/-1)
debian/tests/net-and-isolated (+2/-1)

Looks like the "isolated" tests are still trying to access maven.org and are therefore incompatible with Ubuntu's test infrastructure. See attached MR for PPA test analysis.
Probably we should just get this test hinted and accept it to be failing, without holding back anything else, until it gets fixed to being able to run in offline environments.