Skip to content

Normalize legacy IPv6 metadata next hops

61d670a
Select commit
Loading
Failed to load commit list.
Open

Add IPv6 metadata proxy support #1094

Normalize legacy IPv6 metadata next hops
61d670a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed May 8, 2026 in 2m 13s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a normal build for the codex-ipv6-metadata-support branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python ENV OS State
3193.1 3.10 TOX_ENV=pep8 Linux failed
3193.2 3.10 TOX_ENV=py310 Linux failed
3193.3 3.11 TOX_ENV=py311 Linux failed
3193.4 3.12 TOX_ENV=py312 Linux failed
3193.5 3.13 TOX_ENV=py313 Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "install": [
    "pip install tox"
  ],
  "script": [
    "tox -e $TOX_ENV"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.10",
        "env": [
          {
            "TOX_ENV": "pep8"
          }
        ]
      },
      {
        "python": "3.10",
        "env": [
          {
            "TOX_ENV": "py310"
          }
        ]
      },
      {
        "python": "3.11",
        "env": [
          {
            "TOX_ENV": "py311"
          }
        ]
      },
      {
        "python": "3.12",
        "env": [
          {
            "TOX_ENV": "py312"
          }
        ]
      },
      {
        "python": "3.13",
        "env": [
          {
            "TOX_ENV": "py313"
          }
        ]
      }
    ]
  }
}