Skip to content

Remove usage of not standard nc in remote_ops.py is_port_free #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Remove usage of not standard nc in remote_ops.py is_port_free

dca1f74
Select commit
Loading
Failed to load commit list.
Open

Remove usage of not standard nc in remote_ops.py is_port_free #284

Remove usage of not standard nc in remote_ops.py is_port_free
dca1f74
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Aug 14, 2025 in 44m 27s

Build Failed

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

Details

This is a normal build for the fix-for-remote branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has 17 jobs, running in parallel.

Job ENV OS State
1845.1 TEST_PLATFORM=std2-all PYTHON_VERSION=3.7 PG_VERSION=17 Linux failed
1845.2 TEST_PLATFORM=std2-all PYTHON_VERSION=3.8.0 PG_VERSION=17 Linux failed
1845.3 TEST_PLATFORM=std2-all PYTHON_VERSION=3.8 PG_VERSION=17 Linux failed
1845.4 TEST_PLATFORM=std2-all PYTHON_VERSION=3.9 PG_VERSION=17 Linux failed
1845.5 TEST_PLATFORM=std2-all PYTHON_VERSION=3.10 PG_VERSION=17 Linux failed
1845.6 TEST_PLATFORM=std2-all PYTHON_VERSION=3.11 PG_VERSION=17 Linux failed
1845.7 TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=16 Linux failed
1845.8 TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=15 Linux failed
1845.9 TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=14 Linux failed
1845.10 TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=13 Linux failed
1845.11 TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=12 Linux failed
1845.12 TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=11 Linux failed
1845.13 TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=10 Linux failed
1845.14 TEST_PLATFORM=std-all PYTHON_VERSION=3 PG_VERSION=17 Linux failed
1845.15 TEST_PLATFORM=ubuntu_24_04 PYTHON_VERSION=3 PG_VERSION=17 Linux failed
1845.16 TEST_PLATFORM=altlinux_10 PYTHON_VERSION=3 PG_VERSION=17 Linux failed
1845.17 TEST_PLATFORM=altlinux_11 PYTHON_VERSION=3 PG_VERSION=17 Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Bionic)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "services": [
    "docker"
  ],
  "install": [
    "docker build --build-arg PG_VERSION=\"${PG_VERSION}\" --build-arg PYTHON_VERSION=\"${PYTHON_VERSION}\" -t tests -f Dockerfile--${TEST_PLATFORM}.tmpl ."
  ],
  "script": [
    "docker run $(bash <(curl -s https://codecov.io/env)) -t tests"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  },
  "env": [
    "jobs={:TEST_PLATFORM=>\"std2-all\", :PYTHON_VERSION=>\"3.7\", :PG_VERSION=>\"17\"}={:TEST_PLATFORM=>\"std2-all\", :PYTHON_VERSION=>\"3.8.0\", :PG_VERSION=>\"17\"}={:TEST_PLATFORM=>\"std2-all\", :PYTHON_VERSION=>\"3.8\", :PG_VERSION=>\"17\"}={:TEST_PLATFORM=>\"std2-all\", :PYTHON_VERSION=>\"3.9\", :PG_VERSION=>\"17\"}={:TEST_PLATFORM=>\"std2-all\", :PYTHON_VERSION=>\"3.10\", :PG_VERSION=>\"17\"}={:TEST_PLATFORM=>\"std2-all\", :PYTHON_VERSION=>\"3.11\", :PG_VERSION=>\"17\"}={:TEST_PLATFORM=>\"std\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"16\"}={:TEST_PLATFORM=>\"std\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"15\"}={:TEST_PLATFORM=>\"std\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"14\"}={:TEST_PLATFORM=>\"std\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"13\"}={:TEST_PLATFORM=>\"std\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"12\"}={:TEST_PLATFORM=>\"std\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"11\"}={:TEST_PLATFORM=>\"std\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"10\"}={:TEST_PLATFORM=>\"std-all\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"17\"}={:TEST_PLATFORM=>\"ubuntu_24_04\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"17\"}={:TEST_PLATFORM=>\"altlinux_10\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"17\"}={:TEST_PLATFORM=>\"altlinux_11\", :PYTHON_VERSION=>\"3\", :PG_VERSION=>\"17\"}"
  ]
}