Skip to content
Failed

Console Output

Started by user Alan Wu
Running as SYSTEM
Building remotely on Ubuntu_18.04_bioeng49 (buildslave Testing) in workspace /home/cmiss/Jenkins/workspace/SPARC-API-DEV
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/nih-sparc/sparc-api.git
 > git init /home/cmiss/Jenkins/workspace/SPARC-API-DEV # timeout=10
Fetching upstream changes from https://github.com/nih-sparc/sparc-api.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
 > git fetch --tags --force --progress -- https://github.com/nih-sparc/sparc-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/nih-sparc/sparc-api.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision c00656c96432032754f27cd01a392fa099405d20 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c00656c96432032754f27cd01a392fa099405d20 # timeout=10
Commit message: "Merge pull request #264 from nih-sparc/add-create-issue-endpoint"
 > git rev-list --no-walk c00656c96432032754f27cd01a392fa099405d20 # timeout=10
[SPARC-API-DEV] $ /usr/bin/python3.10 /home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenv.py /home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenvs/d41d8cd9
/home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenv.py:25: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  import distutils.spawn
/home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenv.py:26: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
  import distutils.sysconfig
/home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenv.py:1041: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
  import imp
Using base prefix '/usr'
New python executable in /home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenvs/d41d8cd9/bin/python3.10
Also creating executable in /home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenvs/d41d8cd9/bin/python
Traceback (most recent call last):
  File "/home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenv.py", line 2343, in <module>
    main()
  File "/home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenv.py", line 703, in main
    create_environment(home_dir,
  File "/home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenv.py", line 925, in create_environment
    py_executable = os.path.abspath(install_python(
  File "/home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenv.py", line 1438, in install_python
    fix_local_scheme(home_dir, symlink)
  File "/home/cmiss/Jenkins/shiningpanda/jobs/7c726052/virtualenv.py", line 1521, in fix_local_scheme
    if sysconfig._get_default_scheme() == 'posix_local':
AttributeError: module 'sysconfig' has no attribute '_get_default_scheme'. Did you mean: 'get_default_scheme'?
Build step 'Virtualenv Builder' marked build as failure
[Slack Notifications] found #1236 as previous completed, non-aborted build
[Slack Notifications] will send OnEveryFailureNotification because build matches and user preferences allow it
Finished: FAILURE